[vhffs-dev] [1677] We should delete templates that are not used anymore |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1677
Author: beuss
Date: 2011-04-30 23:33:33 +0200 (Sat, 30 Apr 2011)
Log Message:
-----------
We should delete templates that are not used anymore
Modified Paths:
--------------
trunk/vhffs-panel/templates/Makefile.am
Removed Paths:
-------------
trunk/vhffs-panel/templates/main/auth.tmpl
Modified: trunk/vhffs-panel/templates/Makefile.am
===================================================================
--- trunk/vhffs-panel/templates/Makefile.am 2011-04-30 21:26:58 UTC (rev 1676)
+++ trunk/vhffs-panel/templates/Makefile.am 2011-04-30 21:33:33 UTC (rev 1677)
@@ -87,7 +87,6 @@
mail/prefs_boxes.tmpl \
mail/prefs_forwards.tmpl \
mail/prefs.tmpl \
- main/auth.tmpl \
main/close.tmpl \
menu/context.tmpl \
menu/context-group.tmpl \
Deleted: trunk/vhffs-panel/templates/main/auth.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/auth.tmpl 2011-04-30 21:26:58 UTC (rev 1676)
+++ trunk/vhffs-panel/templates/main/auth.tmpl 2011-04-30 21:33:33 UTC (rev 1677)
@@ -1,64 +0,0 @@
- <div id="chooselang">
- <TMPL_VAR ESCAPE=0 NAME="LANGS">
- </div>
-
- <div class="logo">
- </div>
-
- <div class="misc" id="misc">
- <h1><TMPL_VAR ESCAPE=0 NAME="TEXT_WELCOME"></h1>
-
-
-
- <form action="/auth.pl" method="post" accept-charset="utf-8">
- <h2><TMPL_VAR ESCAPE=1 NAME="TEXT_PLEASEIDENTIFY"></h2>
- <TMPL_VAR ESCAPE=0 NAME="errors">
- <TMPL_VAR ESCAPE=0 NAME="infos">
- <p>
- <label for="username">
- <TMPL_VAR ESCAPE=1 NAME="TEXT_USERNAME">
- </label>
- <input type="text" tabindex="1" name="username" id="username" maxlength="32" value="<TMPL_VAR ESCAPE=1 NAME="VALUE_USERNAME">"/>
- </p>
- <p>
- <label for="password">
- <TMPL_VAR ESCAPE=1 NAME="TEXT_PASSWORD">
- </label>
- <input type="password" tabindex="2" name="password" id="password" maxlength="32" />
- </p>
- <p class="button">
- <input type="submit" tabindex="3" value="<TMPL_VAR ESCAPE=1 NAME="TEXT_LOGIN">" id="login_submit" name="login_submit"/>
- </p>
- </form>
- <div id="sub_opts">
- <ul>
- <TMPL_IF SUBSCRIBE_OPEN>
- <li>
- <a class="loginLinks" href="/subscribe.pl">
- <TMPL_VAR ESCAPE=1 NAME="TEXT_SUBSCRIBE">
- </a>
- </li>
- </TMPL_IF>
-
- <li>
- <a class="loginLinks" href="/lost.pl">
- <TMPL_VAR ESCAPE=1 NAME="TEXT_LOSTPASSWORD">
- </a>
- </li>
- </ul>
- </div>
- </div>
-
- <div class="foothome">
- <p>
- <TMPL_VAR ESCAPE=0 NAME="TEXT_STATS">
- </p>
- <p>
- <a href="<TMPL_VAR NAME="URL_PUBLIC">"><TMPL_VAR ESCAPE=1 NAME="TEXT_PUBLIC"></a>
- </p>
- </div>
-
-
- <div id="footer">
- <a href="http://www.vhffs.org"><TMPL_VAR ESCAPE=1 NAME="VHFFS_INFO"></a>
- </div>