[vhffs-dev] [1707] Removed no more used files. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1707
Author: beuss
Date: 2011-05-13 08:13:50 +0200 (Fri, 13 May 2011)
Log Message:
-----------
Removed no more used files.
Modified Paths:
--------------
trunk/vhffs-panel/templates/Makefile.am
Removed Paths:
-------------
trunk/vhffs-panel/templates/group/add_user.tmpl
trunk/vhffs-panel/templates/group/admin.tmpl
trunk/vhffs-panel/templates/group/history.tmpl
trunk/vhffs-panel/templates/group/history_part.tmpl
trunk/vhffs-panel/templates/group/prefs_avatar.tmpl
Modified: trunk/vhffs-panel/templates/Makefile.am
===================================================================
--- trunk/vhffs-panel/templates/Makefile.am 2011-05-12 20:21:31 UTC (rev 1706)
+++ trunk/vhffs-panel/templates/Makefile.am 2011-05-13 06:13:50 UTC (rev 1707)
@@ -69,12 +69,7 @@
dns/list_srv_sub.tmpl \
dns/list_txt_sub.tmpl \
dns/prefs.tmpl \
- group/add_user.tmpl \
- group/admin.tmpl \
group/info.tmpl \
- group/prefs_avatar.tmpl \
- group/history.tmpl \
- group/history_part.tmpl \
mail/create.tmpl \
mailinglist/create.tmpl \
mailinglist/list_part.tmpl \
Deleted: trunk/vhffs-panel/templates/group/add_user.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/add_user.tmpl 2011-05-12 20:21:31 UTC (rev 1706)
+++ trunk/vhffs-panel/templates/group/add_user.tmpl 2011-05-13 06:13:50 UTC (rev 1707)
@@ -1,3 +0,0 @@
-<h1><TMPL_VAR ESCAPE=1 NAME="TEXT_TITLE"></h1>
-
-<TMPL_VAR ESCAPE=1 NAME="MESSAGE">
Deleted: trunk/vhffs-panel/templates/group/admin.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/admin.tmpl 2011-05-12 20:21:31 UTC (rev 1706)
+++ trunk/vhffs-panel/templates/group/admin.tmpl 2011-05-13 06:13:50 UTC (rev 1707)
@@ -1,8 +0,0 @@
-<h2><TMPL_I18N KEY="Group Quota"></h2>
-<form method="post" action="#">
- <p><label><TMPL_I18N KEY="Used Quota">:</label><TMPL_VAR ESCAPE=1 NAME="USED_QUOTA">/<TMPL_VAR ESCAPE=1 NAME="QUOTA"> <TMPL_I18N KEY="MB"></p>
- <p><label for="new_quota"><TMPL_I18N KEY="New Quota">:</label>
- <input type="text" name="new_quota" id="new_quota" value="<TMPL_VAR ESCAPE=1 NAME="QUOTA">"/> <TMPL_I18N KEY="MB"></p>
- <input type="hidden" name="group" value="<TMPL_VAR ESCAPE=1 NAME="TEXT_PROJECTNAME">"/>
- <p><input type="submit" name="update_quota_submit" value="<TMPL_I18N KEY="Update Quota">"/></p>
-</form>
Deleted: trunk/vhffs-panel/templates/group/history.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/history.tmpl 2011-05-12 20:21:31 UTC (rev 1706)
+++ trunk/vhffs-panel/templates/group/history.tmpl 2011-05-13 06:13:50 UTC (rev 1707)
@@ -1,26 +0,0 @@
-<table>
-<thead>
- <tr>
- <th class="historyDate">
- <TMPL_VAR ESCAPE=1 NAME="HDATE">
- </th>
- <th>
- <TMPL_VAR ESCAPE=1 NAME="HTYPE">
- </th>
- <th>
- <TMPL_VAR ESCAPE=1 NAME="HNAME">
- </th>
- <th>
- <TMPL_VAR ESCAPE=1 NAME="HEVENT">
- </th>
-<TMPL_IF NAME="MODERATOR">
- <th>
- Author
- </th>
-</TMPL_IF>
- </tr>
-</thead>
-<tbody>
- <TMPL_VAR ESCAPE=0 NAME="HISTORY_PART">
-</tbody>
-</table>
Deleted: trunk/vhffs-panel/templates/group/history_part.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/history_part.tmpl 2011-05-12 20:21:31 UTC (rev 1706)
+++ trunk/vhffs-panel/templates/group/history_part.tmpl 2011-05-13 06:13:50 UTC (rev 1707)
@@ -1,24 +0,0 @@
- <tr>
- <td>
- <TMPL_VAR ESCAPE=1 NAME="DATE"><br/>
- <TMPL_VAR ESCAPE=1 NAME="TIME">
- </td>
- <td>
- <TMPL_VAR ESCAPE=1 NAME="TYPE">
- </td>
- <td>
- <TMPL_VAR ESCAPE=1 NAME="NAME">
- </td>
- <td>
- <TMPL_VAR ESCAPE=1 NAME="EVENT">
- </td
-<TMPL_IF NAME="MODERATOR">
- <td>
-<TMPL_IF NAME="SOURCE">
- <TMPL_VAR ESCAPE=1 NAME="SOURCE">
-<TMPL_ELSE>
- N/A
-</TMPL_IF>
- </td>
-</TMPL_IF>
- </tr>
Deleted: trunk/vhffs-panel/templates/group/prefs_avatar.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/prefs_avatar.tmpl 2011-05-12 20:21:31 UTC (rev 1706)
+++ trunk/vhffs-panel/templates/group/prefs_avatar.tmpl 2011-05-13 06:13:50 UTC (rev 1707)
@@ -1,11 +0,0 @@
-<h2><TMPL_VAR ESCAPE=1 NAME="TEXT_AVATAR"></h2>
- <h3><TMPL_VAR ESCAPE=1 NAME="CURRENT_AVATAR"></h3>
- <p><img src="../getavatar.pl?oid=<TMPL_VAR ESCAPE=1 NAME="VALUE_OID">" alt="avatar for this group"/></p>
-
- <h3><TMPL_VAR ESCAPE=1 NAME="UPDATE_AVATAR"></h3>
- <form method="post" action="../object/upavatar.pl" enctype="multipart/form-data" accept-charset="utf-8">
- <p><TMPL_VAR ESCAPE=1 NAME="EXPLAIN_AVATAR"></p>
- <input type="hidden" name="OID" value="<TMPL_VAR ESCAPE=1 NAME="VALUE_OID">"/>
- <p><input type="file" name="avatar"/></p>
- <p><input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="SEND_AVATAR">" /></p>
- </form>