[vhffs-dev] [775] let's fill templates with the new needed fields

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 775
Author:   gradator
Date:     2007-08-27 13:58:25 +0000 (Mon, 27 Aug 2007)

Log Message:
-----------
let's fill templates with the new needed fields

Modified Paths:
--------------
    trunk/vhffs-panel/templates/main/auth.tmpl
    trunk/vhffs-panel/templates/main/close.tmpl
    trunk/vhffs-panel/templates/main/login_failed.tmpl
    trunk/vhffs-panel/templates/main/login_ok.tmpl
    trunk/vhffs-panel/templates/main/logout.tmpl
    trunk/vhffs-panel/templates/main/lost.tmpl
    trunk/vhffs-panel/templates/main/lost_failed.tmpl
    trunk/vhffs-panel/templates/main/lost_ok.tmpl
    trunk/vhffs-panel/templates/main/panel.tmpl


Modified: trunk/vhffs-panel/templates/main/auth.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/auth.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/auth.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -7,7 +7,10 @@
 		<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" />
-
+		<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 id="chooselang">

Modified: trunk/vhffs-panel/templates/main/close.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/close.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/close.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -7,7 +7,10 @@
 		<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" />
-
+		<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 id="chooselang">

Modified: trunk/vhffs-panel/templates/main/login_failed.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/login_failed.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/login_failed.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -8,6 +8,10 @@
 		<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>

Modified: trunk/vhffs-panel/templates/main/login_ok.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/login_ok.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/login_ok.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -7,6 +7,10 @@
 		<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>
 

Modified: trunk/vhffs-panel/templates/main/logout.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/logout.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/logout.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -8,6 +8,10 @@
 		<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>

Modified: trunk/vhffs-panel/templates/main/lost.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/lost.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/lost.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -7,7 +7,10 @@
                 <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" />
-
+		<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>
 

Modified: trunk/vhffs-panel/templates/main/lost_failed.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/lost_failed.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/lost_failed.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -8,6 +8,10 @@
 		<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>

Modified: trunk/vhffs-panel/templates/main/lost_ok.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/lost_ok.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/lost_ok.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -8,6 +8,10 @@
 		<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>

Modified: trunk/vhffs-panel/templates/main/panel.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/panel.tmpl	2007-08-27 11:53:58 UTC (rev 774)
+++ trunk/vhffs-panel/templates/main/panel.tmpl	2007-08-27 13:58:25 UTC (rev 775)
@@ -6,10 +6,10 @@
 		<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"/>
-        <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>
+        	<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>
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/