merged with 1.1
[mir.git] / templates / admin / videolist.template
index 852fb6d..c516599 100755 (executable)
@@ -1,17 +1,16 @@
 <html>
-<head>
-  <title>${config["Mir.Name"]} | ${lang("video.htmltitle")}</title>
-        <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
-</head>
+  <head>
+    <title>${config["Mir.Name"]} | ${lang("video.htmltitle")}</title>
+    <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
+  </head>
+  
+  <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
+    <include "head.template">
+    <include "FUNCTIONS_media.template">
 
-<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
-
-<include "head.template">
-<include "FUNCTIONS_media.template">
-<call MediaSearch ("Video")>
-<p>&nbsp;</p>
-<call MediaList   ("Video")>
-
-<include "foot.template">
-</body>
+    <call MediaSearch ("Video")>
+    <p>&nbsp;</p>
+    <call MediaList   ("Video")>
+    <include "foot.template">
+  </body>
 </html>