144e31dc3581b93992fbd7e9c297d4db5d433113
[mir.git] / templates / admin / medialist.template
1 <html>
2 <head>
3         <title>${config["Mir.Name"]} | ${lang("other_medialist.htmltitle")}</title>
4         <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5 </head>
6
7 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
8
9 <include "head.template">
10 <include "FUNCTIONS_media.template">
11 <call MediaSearch ("OtherMedia")>
12 <p>&nbsp;</p>
13 <call MediaList   ("OtherMedia")>
14
15 <include "foot.template">
16 </body>
17 </html>