templates now include i18n-ed head and foot from admin directory.
authorbr1 <br1>
Tue, 26 Mar 2002 17:38:01 +0000 (17:38 +0000)
committerbr1 <br1>
Tue, 26 Mar 2002 17:38:01 +0000 (17:38 +0000)
25 files changed:
templates-dist/admin/breaking.template
templates-dist/admin/breakinglist.template
templates-dist/admin/comment.template
templates-dist/admin/commentlist.template
templates-dist/admin/confirm.template
templates-dist/admin/content.template
templates-dist/admin/contentlist.template
templates-dist/admin/feature.template
templates-dist/admin/featurelist.template
templates-dist/admin/image.template
templates-dist/admin/imagelist.template
templates-dist/admin/language.template
templates-dist/admin/languagelist.template
templates-dist/admin/linksimcs.template
templates-dist/admin/linksimcslist.template
templates-dist/admin/login.template
templates-dist/admin/mediafolder.template
templates-dist/admin/mediafolderlist.template
templates-dist/admin/message.template
templates-dist/admin/messagelist.template
templates-dist/admin/start_admin.template
templates-dist/admin/topic.template
templates-dist/admin/topiclist.template
templates-dist/admin/user.template
templates-dist/admin/userlist.template

index 623cea9..86e6fcf 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("breaking.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form action="${config.actionRoot}" method="post">
        <input type="hidden" name="module" value="Breaking">
        <input type="hidden" name="id" value="${data.id}">
@@ -37,6 +37,6 @@ ${lang("breaking.htmltitle")}
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index 6766a60..ce2e509 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
 <table border="0" cellpadding="2" cellspacing="1">
   <tr bgcolor="#006600">
@@ -41,7 +41,7 @@
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
 
index 38b903a..c602a6b 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("comment.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 
 <form method="post" action="${config.actionRoot}">
        <input type="hidden" name="module" value="Comment">
@@ -80,6 +80,6 @@ ${lang("comment.htmltitle")}
     </td>
 </table>
 
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index 7988531..86f53b3 100755 (executable)
@@ -5,7 +5,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<include "head.template">
+<include "admin/head.template">
 
 <table border="0" cellpadding="2" cellspacing="1">
   <tr>
@@ -88,7 +88,7 @@
   <tr><td align="center">${lang("no_matches_found")}</td></tr>
 </if>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
 
index 12af477..86977b9 100755 (executable)
@@ -3,7 +3,7 @@
     <title>${lang("confirm.htmltitle")}</title>
   </head>
   <body>
-  <include "head_nonavi.template">
+  <include "admin/head_nonavi.template">
 <table width="100%" border="0" align="center">
   <tr bgcolor="#006600"> 
     <td colspan="2"> 
@@ -27,6 +27,6 @@
     </td>
   </tr>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
   </body>
 </html>
index 9be6c16..109b3f4 100755 (executable)
@@ -11,7 +11,7 @@ p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
 </style></head>
 
 <body bgcolor="#FFFFFF" link="#aaaaaa">
-<include "head.template">
+<include "admin/head.template">
 <form method="post" action="${config.actionRoot}">
        <input type="hidden" name="module" value="Content">
        <input type="hidden" name="where" value="${data.where}">
@@ -235,6 +235,6 @@ p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
 </tr>
 </table>
 </form>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index ffadb38..28b5c72 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
        <table border="0" width="100%" cellspacing="0" cellpadding="2">
          <tr bgcolor="#006600">
@@ -71,6 +71,6 @@
   <P align="center">${lang("no_matches_found")}</p>
 </if>
 
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
\ No newline at end of file
index 561733e..bcbd912 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("feature.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 
 <table border="0">
   <form method="post" action="${config.actionRoot}">
@@ -60,6 +60,6 @@ ${lang("feature.htmltitle")}
     </tr>
   </form>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index c8ff54a..5377a44 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 
 
 <if data.contentlist>
@@ -62,7 +62,7 @@
 
 </if>
 
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
 
index f78d34e..26942cc 100755 (executable)
@@ -10,7 +10,7 @@ function openWin(url) {
 }
 </SCRIPT>
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 
 
 <form enctype="multipart/form-data" method="post" action="${config.actionRoot}?module=Images&do=<if data.new>insert<else>update</if>&id=${data.id}">
@@ -112,6 +112,6 @@ function openWin(url) {
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index f725b26..ef43db4 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 
 <table border="0" cellpadding="2" cellspacing="1">
   <tr>
   <tr><td align="center">${lang("no_matches_found")}</td></tr>
 </if>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
\ No newline at end of file
index 1af2e5e..d2df3a8 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("language.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form action="${config.actionRoot}" method="post">
        <input type="hidden" name="module" value="Language">
        <input type="hidden" name="id" value="${id}">
@@ -39,6 +39,6 @@ ${lang("language.htmltitle")}
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index feaa604..c886025 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
 <table border="0" cellpadding="2" cellspacing="1">
   <tr bgcolor="#006600">
@@ -41,7 +41,7 @@
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
 
index 90e8426..6a9c547 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("linkimcs.htmltitle")}
 
 <head>
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form action="${config.actionRoot}" method="post">
        <input type=hidden name=module value=LinksImcs>
        <input type="hidden" name="id" value=<if data.entity>"${entity.id}"<else>"${data.id}"</if>>
@@ -69,6 +69,6 @@ ${lang("linkimcs.htmltitle")}
     </td>
   </tr>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index 8831f83..275417d 100755 (executable)
@@ -3,7 +3,7 @@
        <title>${lang("linkimcslist.htmltitle")}</title>\r
 </head>\r
 <body bgcolor="#FFFFFF">\r
-<include "head.template">\r
+<include "admin/head.template">\r
 \r
 <form method="post" action="${config.actionRoot}">\r
        <input type="hidden" name="module" value="LinksImcs">\r
 <else>\r
   <P align="center">${lang("no_matches_found")}</p>\r
 </if>\r
-<include "foot.template">\r
+<include "admin/foot.template">\r
 </body>\r
 </html>
\ No newline at end of file
index a569b73..b8ee6af 100755 (executable)
@@ -11,7 +11,7 @@
   </head>
   <body onLoad="placeFocus()">
 
-       <include "head_nonavi.template">
+       <include "admin/head_nonavi.template">
     <center>
        <p><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">
         ${lang("login.info")}
@@ -65,7 +65,7 @@
                        </tr>
                </table>
     </form>
-       <include "foot.template">
+       <include "admin/foot.template">
   </body>
 </html>
 
index b395f7e..73ff162 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("mediafolder.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form method="post" action="${config.actionRoot}">
        <input type=hidden name=module value=Mediafolder>
        <input type="hidden" name="id" value="${data.id}">
@@ -47,6 +47,6 @@ ${lang("mediafolder.htmltitle")}
                </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index 3bd2eae..4a5163d 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
        <table border="0">
                <tr bgcolor="#006600">
@@ -42,7 +42,7 @@
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
 
index d06cb62..9be97e2 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("message.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form action="${config.actionRoot}" method="post">
        <input type="hidden" name="module" value="Message">
        <input type="hidden" name="id" value="${data.id}">
@@ -53,6 +53,6 @@ ${lang("message.htmltitle")}
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index 332c78b..cfae24d 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
 <table border="0" cellpadding="2" cellspacing="1">
   <tr bgcolor="#006600">
@@ -46,6 +46,6 @@
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
\ No newline at end of file
index 13b3901..2140cfa 100755 (executable)
@@ -5,7 +5,7 @@
   </head>
 
 <body bgcolor="#FFFFFF" link="#666666" vlink="#990000" alink="#990000">
-  <include "head.template">
+  <include "admin/head.template">
   <table border="0" width="100%">
        <tr>
                <td valign="top" width="40%" bgcolor="c0c0c0">
        </tr>
        </table>
 
-       <include "foot.template">
+       <include "admin/foot.template">
 
        </body>
 </html>
index 02c8b06..ee00939 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("topic.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form action="${config.actionRoot}" method="post">
        <input type=hidden name=module value=Topics>
        <input type="hidden" name="id" value="${data.id}">
@@ -53,6 +53,6 @@ ${lang("topic.htmltitle")}
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index ce0ab86..61832f5 100755 (executable)
@@ -3,7 +3,7 @@
        <title>${lang("topiclist.htmltitle")}</title>
 </head>
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
 <table border="0">
   <tr bgcolor="#006600">
@@ -51,7 +51,7 @@
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
 
index 704e152..eeaff33 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("user.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form action="${config.actionRoot}" method="post">
        <input type="hidden" name="module" value="Users">
        <input type="hidden" name="id" value="${id}">
@@ -42,6 +42,6 @@ ${lang("user.htmltitle")}
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
index e5d473d..15f0774 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if contentlist>
 <table border="0" cellpadding="2" cellspacing="1">
   <tr bgcolor="#006600">
@@ -40,7 +40,7 @@
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>