36 lines
811 B
PHP
36 lines
811 B
PHP
|
|
<head>
|
||
|
|
|
||
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
||
|
|
<meta http-equiv="Pragma" content="no-cache">
|
||
|
|
<meta http-equiv="Expires" content="-1">
|
||
|
|
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||
|
|
<title>You are using Petar, the loved/hated Gianmarco admin tools</title>
|
||
|
|
<link href="css/petar.css" rel="stylesheet" type="text/css" />
|
||
|
|
|
||
|
|
|
||
|
|
<script>
|
||
|
|
|
||
|
|
sfHover = function() {
|
||
|
|
var sfEls = document.getElementById("nav").getElementsByTagName("LI");
|
||
|
|
for (var i=0; i<sfEls.length; i++) {
|
||
|
|
sfEls[i].onmouseover=function() {
|
||
|
|
this.className+=" sfhover";
|
||
|
|
}
|
||
|
|
sfEls[i].onmouseout=function() {
|
||
|
|
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
if (window.attachEvent) window.attachEvent("onload", sfHover);
|
||
|
|
|
||
|
|
|
||
|
|
</script>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body><BODY BGCOLOR=#dedede>
|