scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / templates / admin / languagelist.template
1 <html>
2   <head>
3     <title>${config["Mir.Name"]} | ${lang("languagelist.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     <include "FUNCTIONS.template">
8     <include "head.template">
9     
10     <call showAddOrBack("1", module, "Admin", "superusermenu")>
11
12     <if entities>
13       <call showPrevNextLinks(prevurl, nexturl, "left")>
14       <call EntityTable(entities, ["id", "name","code"], [lang("language.id"), lang("language.name"), lang("language.code")], from, to, count, "1", "1", module)>
15       <call showPrevNextLinks(prevurl, nexturl, "left")>
16       <call showAddOrBack("1", module, "Admin", "superusermenu")>
17     <else>
18       <P align="center">${lang("no_matches_found")}</p>
19     </if>
20
21     <include "foot.template">
22   </body>
23 </html>
24
25