scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / templates / admin / imagelist.template
1 <html>
2 <head>
3         <title>${config["Mir.Name"]} | ${lang("imagelist.htmltitle")}</title>
4         <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5 <SCRIPT LANGUAGE="JavaScript">
6   function openWin(url) {
7      window.open(url,"vc","scrollbars=1,height=400,width=300");
8   }
9 </SCRIPT>
10 </head>
11
12 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
13
14 <include "head.template">
15 <include "FUNCTIONS_media.template">
16
17 <call MediaSearch ("Images")>
18
19 <call MediaList   ("Images")>
20
21 <include "foot.template">
22 </body>
23 </html>