]> git.plutz.net Git - serve0/blobdiff - templates/frame.html.sh
replaced all javascript bits
[serve0] / templates / frame.html.sh
index 4cb612b320f62b76bd6cf38889786e9da7854443..41727864ce88053fe0617d096ca2494a1d9dec14 100755 (executable)
@@ -27,26 +27,6 @@ cat <<EOF
     $(. $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)