Explicitly mark perms.sh-dist as a bash script.
[mir.git] / templates / admin / videolist.template
1 <html>
2   <head>
3     <title>${config["Mir.Name"]} | ${lang("video.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     <include "head.template">
9     <include "FUNCTIONS_media.template">
10
11     <call MediaSearch ("Video")>
12     <p>&nbsp;</p>
13     <call MediaList   ("Video")>
14     <include "foot.template">
15   </body>
16 </html>