]> git.plutz.net Git - serve0/blobdiff - templates/frame.html.sh
cleaner filter builder
[serve0] / templates / frame.html.sh
index eae2968a46d43e1c68b0e332cdf26a66c5e8e42b..41727864ce88053fe0617d096ca2494a1d9dec14 100755 (executable)
@@ -20,32 +20,13 @@ cat <<EOF
 
 <html>
   <head>
+    <meta name="viewport" content="width=device-width">
     <title>$(. $PAGE title)</title>
     <style type="text/css">
     <!--
     $(. $PAGE css)
     -->
     </style>
-    <script type="text/javascript">
-    <!--
-    function show_block(id){
-      document.getElementById(id).style.display = "block";
-      try{document.getElementById('vid_'+id).play();}catch(foo){}
-    }
-    function show_inline(id){
-      document.getElementById(id).style.display = "inline";
-      try{document.getElementById('vid_'+id).play();}catch(foo){}
-    }
-    function show_iblock(id){
-      document.getElementById(id).style.display = "inline-block";
-      try{document.getElementById('vid_'+id).play();}catch(foo){}
-    }
-    function hide(id){
-      try{document.getElementById('vid_'+id).pause();}catch(foo){}
-      document.getElementById(id).style.display = "none";
-    }
-    -->
-    </script>
   </head>
   <body>
     $(. $PAGE body)