admin template/stylesheet fix
[mir.git] / templates / admin / commentstatuslist.template
1 <html>
2   <head>
3     <title>${config["Mir.Name"]} | ${lang("commentstatuslist.htmltitle")}</title>
4     <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5   </head>
6   <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
7         
8         <include "FUNCTIONS.template">
9   
10     <include "head.template">
11
12                 <comment>configure this template here</comment>
13                 <assign contentlist = data.contentlist>
14                 <assign column_nr = 3>
15                 <assign data_keys = ["id","name"]>
16                 <assign column_head_texts = [lang("commentstatus.id"), lang("commentstatus.name")]>
17                 <assign column_head_CSS = "table_head">
18                 <assign listrow1CSS = "listrow1">
19                 <assign listrow2CSS = "listrow2">
20                 <assign footer_css = "table_foot">
21                 <assign module_name = "CommentStatus">
22                 <assign module_jumpback = "Admin">
23                 <assign do_jumpback = "superusermenu">
24
25     <if data.contentlist>
26                 <call AddOrBack(module_name, module_jumpback, do_jumpback)>
27                 <call ListTable(contentlist, data_keys, column_head_texts, column_head_CSS, listrow1CSS, listrow2CSS, footer_css, module_name)>   
28                 <call PrevNextPage(module_name)>          
29    <else>
30                 <P align="center">${lang("no_matches_found")}</p>
31     </if>
32     
33         <call AddOrBack(module_name, module_jumpback, do_jumpback)>
34
35     <include "foot.template">
36   
37   </body>
38 </html>
39
40