ba647425d76d9dae4f5d38a8e06eee6dd22865fe
[mir.git] / templates / admin / mediatypelist.template
1 <html>
2   <head>
3     <title>${config["Mir.Name"]} | ${lang("mediatypelist.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     <include "head.template">
10     
11     <call showAddOrBack("1", module, "Admin", "superusermenu")>
12
13     <if entities>
14       <call showPrevNextLinks(prevurl, nexturl, "left")>
15       <call EntityTable(entities, ["id","name"], [lang("mediatype.id"), lang("mediatype.name")], from, to, count, "1", "1", module)>
16       <call showPrevNextLinks(prevurl, nexturl, "left")>
17       <call showAddOrBack("1", module, "Admin", "superusermenu")>
18     <else>
19       <P align="center">${lang("no_matches_found")}</p>
20     </if>
21
22     <include "foot.template">
23   </body>
24 </html>
25
26