preparing for a new logging framework
[mir.git] / templates-dist / admin / feature.template
index 561733e..c9b0c38 100755 (executable)
@@ -1,12 +1,12 @@
 <html>
 <head>
-<title>
-${lang("feature.htmltitle")}
-</title>
+        <title>${config["Mir.Name"]} | ${lang("feature.htmltitle")}</title>
+        <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 <head>
 
-<body bgcolor="#FFFFFF">
-<include "head.template">
+<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
+
+<include "admin/head.template">
 
 <table border="0">
   <form method="post" action="${config.actionRoot}">
@@ -21,7 +21,7 @@ ${lang("feature.htmltitle")}
     </if>
     <input type="hidden" name="id" value="${data.id}">
     <tr>
-      <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>${lang("feature.title")}:</B></font></td>
+      <td align="right" valign="top" class="darkgrey"><span class="witetext"><B>${lang("feature.title")}:</B></span></td>
       <td>
         <input type="text" size="40" name="title" value="${data.title}">
         <select name="is_published">
@@ -32,34 +32,34 @@ ${lang("feature.htmltitle")}
     </tr>
 
     <tr>
-      <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>${lang("feature.filename")}:</B></font></td>
+      <td align="right" valign="top" class="darkgrey"><span class="witetext"><B>${lang("feature.filename")}:</B></span></td>
       <td>
          <input type="text" size="20" name="filename" value="${data.filename}">
       </td>
     </tr>
 
     <tr>
-      <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>${lang("feature.abstract")}:</B></font></td>
+      <td align="right" valign="top" class="darkgrey"><span class="witetext"><B>${lang("feature.abstract")}:</B></span></td>
       <td>
         <textarea cols="40" rows="3" name="description">${data.description}</textarea>
       </td>
     </tr>
 
     <tr>
-      <td align="right" valign="top" bgcolor="#006600"><font color="#ffffff"><B>${lang("feature.link")}:</B></font></td>
+      <td align="right" valign="top" class="darkgrey"><span class="witetext"><B>${lang("feature.link")}:</B></span></td>
       <td>
         <input type="text" size="40" name="main_url" value="${data.main_url}">
       </td>
     </tr>
     <tr>
-      <td colspan="2" align="right" valign="top" bgcolor="#ffffff"> <font color="#ffffff"><if new>
+      <td colspan="2" align="right" valign="top" bgcolor="#ffffff"> <span class="witetext"><if new>
         <input type="submit" name="save" value="${lang("insert")}">
         <else>
         <input type="submit" name="save" value="${lang("save")}">
-        </if></font></td>
+        </if></span></td>
     </tr>
   </form>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>