new admin templates! with many thanks to init...
[mir.git] / templates / admin / audiolist.template
1 <html>
2 <head>
3         <title>${config["Mir.Name"]} | ${lang("audiolist.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 ("Audio")>
12 <p>&nbsp;</p>
13 <call MediaList   ("Audio")>
14
15 <include "foot.template">
16 </body>
17 </html>