[vhffs-dev] [868] deleted unused templates |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 868
Author: gradator
Date: 2007-09-06 22:09:13 +0000 (Thu, 06 Sep 2007)
Log Message:
-----------
deleted unused templates
Modified Paths:
--------------
trunk/vhffs-panel/templates/Makefile.am
Removed Paths:
-------------
trunk/vhffs-panel/templates/main/login_failed.tmpl
trunk/vhffs-panel/templates/main/login_ok.tmpl
Modified: trunk/vhffs-panel/templates/Makefile.am
===================================================================
--- trunk/vhffs-panel/templates/Makefile.am 2007-09-06 19:46:23 UTC (rev 867)
+++ trunk/vhffs-panel/templates/Makefile.am 2007-09-06 22:09:13 UTC (rev 868)
@@ -108,8 +108,6 @@
main/close.tmpl \
menu/context.tmpl \
menu/context-modo.tmpl \
- main/login_failed.tmpl \
- main/login_ok.tmpl \
main/lost_failed.tmpl \
main/lost_ok.tmpl \
main/lost.tmpl \
Deleted: trunk/vhffs-panel/templates/main/login_failed.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/login_failed.tmpl 2007-09-06 19:46:23 UTC (rev 867)
+++ trunk/vhffs-panel/templates/main/login_failed.tmpl 2007-09-06 22:09:13 UTC (rev 868)
@@ -1,26 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
-
- <title><tmpl_var name="TITLE"></title>
-
- <link rel="stylesheet" type="text/css" href="/themes/<tmpl_var name="THEME">/main.css" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <meta http-equiv="refresh" content="3; url=/auth.pl">
- <tmpl_var name="HEADERS_SUP">
- <tmpl_loop name="JSCRIPTS">
- <script language="javascript" type="text/javascript" charset="utf-8" src="<tmpl_var name="SCRIPT">"></script>
- </tmpl_loop>
- </head>
-
- <body>
-
- <div class="logo"></div>
- <div class="misc" id="misc">
- <h1 class="message"><tmpl_var name="TEXT_LOGINFAILED"></h1>
-
- <p class="button"><a href="/auth.pl"><tmpl_var name="TEXT_LOGIN"></a></p>
- </div>
- </body>
-</html>
Deleted: trunk/vhffs-panel/templates/main/login_ok.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/login_ok.tmpl 2007-09-06 19:46:23 UTC (rev 867)
+++ trunk/vhffs-panel/templates/main/login_ok.tmpl 2007-09-06 22:09:13 UTC (rev 868)
@@ -1,26 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title><tmpl_var name="TITLE"></title>
-
- <link rel="stylesheet" type="text/css" href="/themes/<tmpl_var name="THEME">/main.css" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <meta http-equiv="refresh" content="0; url=/panel.pl">
- <tmpl_var name="HEADERS_SUP">
- <tmpl_loop name="JSCRIPTS">
- <script language="javascript" type="text/javascript" charset="utf-8" src="<tmpl_var name="SCRIPT">"></script>
- </tmpl_loop>
- </head>
- <body>
-
-
- <div class="logo"></div>
- <div class="misc" id="misc">
- <h1><tmpl_var name="TEXT_PLEASEWAIT"></h1>
-
- <p class="button"><a href="/panel.pl"><tmpl_var name="TEXT_PANEL"></a></p>
- </div>
- </body>
-</html>
-