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

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


Revision: 776
Author:   gradator
Date:     2007-08-27 14:00:59 +0000 (Mon, 27 Aug 2007)

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

Modified Paths:
--------------
    trunk/vhffs-panel/templates/user/create.tmpl
    trunk/vhffs-panel/templates/user/create_complete.tmpl


Modified: trunk/vhffs-panel/templates/user/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/user/create.tmpl	2007-08-27 13:58:25 UTC (rev 775)
+++ trunk/vhffs-panel/templates/user/create.tmpl	2007-08-27 14:00:59 UTC (rev 776)
@@ -5,11 +5,12 @@
 		<title><tmpl_var name="TITLE"></title>
 		
 		<link rel="stylesheet" type="text/css" href="/themes/<tmpl_var name="THEME">/main.css" />
-        <script language="javascript" type="text/javascript" charset="utf-8" src="/js/prototype.js"></script>
-        <script language="javascript" type="text/javascript" charset="utf-8" src="/js/tooltip.js"></script>
-        <script language="javascript" type="text/javascript" charset="utf-8" src="/js/commons.js"></script>
 		<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 class="subscribe">
 

Modified: trunk/vhffs-panel/templates/user/create_complete.tmpl
===================================================================
--- trunk/vhffs-panel/templates/user/create_complete.tmpl	2007-08-27 13:58:25 UTC (rev 775)
+++ trunk/vhffs-panel/templates/user/create_complete.tmpl	2007-08-27 14:00:59 UTC (rev 776)
@@ -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="2; 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>
 


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