removed style and javascript tags including comments

This commit is contained in:
Tobi Schäfer 2002-08-09 15:46:54 +00:00
parent 16632edb72
commit e91865df90
2 changed files with 0 additions and 12 deletions

View file

@ -1,12 +1,6 @@
<script language="JavaScript">
<!--
function openPopup(img,width,height) { function openPopup(img,width,height) {
if (img && width && height) { if (img && width && height) {
popUp = window.open(img,"popUp","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=" + (width+16) + ",height=" + (height+20)); popUp = window.open(img,"popUp","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=" + (width+16) + ",height=" + (height+20));
} }
return; return;
} }
//-->
</script>

View file

@ -1,6 +1,3 @@
<style type="text/css">
<!--
body,td,span { body,td,span {
font-family:Verdana,Helvetica,Arial,sans-serif; font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:13px; font-size:13px;
@ -123,6 +120,3 @@ ul {
padding:10px; padding:10px;
color:#333333; color:#333333;
} }
// -->
</style>