merged in trez's css templates
[mir.git] / templates-dist / admin / featurelist.template
index cd9a40d..cb7ced4 100755 (executable)
@@ -1,41 +1,42 @@
 <html>
 <head>
-       <title>${lang("featurelist.htmltitle")}</title>
+       <title>${config["Mir.Name"]} | ${lang("featurelist.htmltitle")}</title>
+        <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 </head>
 
-<body bgcolor="#FFFFFF">
+<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
+
 <include "admin/head.template">
 
 
 <if data.contentlist>
 <table border="0">
-  <tr bgcolor="#006600">
-    <td><font color="#ffffff">${lang("feature.published")}</font></td>
-    <td><font color="#ffffff">${lang("feature.title")}</font></td>
-   <td><font color="#ffffff">${lang("feature.filename")}</font></td>
-    <td><font color="#ffffff">${lang("feature.link")}</font></td>
-    <td><font color="#ffffff">${lang("feature.abstract")}</font></td>
+  <tr class="darkgrey">
+    <td><span class="witesmall">${lang("feature.published")}</span></td>
+    <td><span class="witesmall">${lang("feature.title")}</span></td>
+   <td><span class="witesmall">${lang("feature.filename")}</span></td>
+    <td><span class="witesmall">${lang("feature.link")}</span></td>
+    <td><span class="witesmall">${lang("feature.abstract")}</span></td>
   </tr>
   <list data.contentlist as entry>
   <tr
-  <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>
-  >
+  <if grey=="1"><assign grey="0">class="list1"<else>class="list2"<assign grey="1"> </if>>
   <td align="center"><if entry.is_published!="0">X<else>&nbsp;</if></td>
   <td>${entry.title}&nbsp;</td>
   <td>${entry.filename}&nbsp;</td>
   <td>${entry.main_url}&nbsp;</td>
   <td>${entry.description}&nbsp;</td>
-  <td><font size="1"> <a href="${config.actionRoot}?module=Schwerpunkt&do=delete&id=${entry.id}">${lang("delete")}</a>
-  | <a href="${config.actionRoot}?module=Schwerpunkt&do=edit&id=${entry.id}">${lang("edit")}</a></font></td>
+  <td><span class="text"> <a href="${config.actionRoot}?module=Schwerpunkt&do=delete&id=${entry.id}">${lang("delete")}</a>
+  | <a href="${config.actionRoot}?module=Schwerpunkt&do=edit&id=${entry.id}">${lang("edit")}</a></span></td>
   </tr>
   </list>
 
   <tr>
-    <td align="center" colspan="5" bgcolor="#006600">
-      <div align="left"><font color="#ffffff">${data.count} ${lang("records")} /
-        ${lang("show_from_to", data.from, data.to)}</font></div>
+    <td align="center" colspan="5" class="darkgrey">
+      <div align="left"><span class="witesmall">${data.count} ${lang("records")} /
+        ${lang("show_from_to", data.from, data.to)}</span></div>
     </td>
-    <td><a href="${config.docRoot}"><font size="1">&nbsp;${lang("back")}</font></a></td>
+    <td><a href="${config.docRoot}"><span class="text">&nbsp;${lang("back")}</span></a></td>
   </tr>
 </table>