removed style and javascript tags including comments
This commit is contained in:
parent
16632edb72
commit
e91865df90
2 changed files with 0 additions and 12 deletions
|
@ -1,12 +1,6 @@
|
|||
<script language="JavaScript">
|
||||
<!--
|
||||
|
||||
function openPopup(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));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
//-->
|
||||
</script>
|
|
@ -1,6 +1,3 @@
|
|||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
body,td,span {
|
||||
font-family:Verdana,Helvetica,Arial,sans-serif;
|
||||
font-size:13px;
|
||||
|
@ -123,6 +120,3 @@ ul {
|
|||
padding:10px;
|
||||
color:#333333;
|
||||
}
|
||||
|
||||
// -->
|
||||
</style>
|
Loading…
Add table
Reference in a new issue