| 7 |
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 8 |
|
<meta http-equiv="pragma" content="no-cache"> |
| 9 |
|
<meta http-equiv="cache-control" content="no-cache"> |
| 10 |
+ |
<? if (preg_match("/^[0-9]{1,3}$/", $refresh)) { ?> |
| 11 |
+ |
<meta http-equiv="refresh" content="<?=$refresh?>" url="<?=$PHP_SELF?>"> |
| 12 |
+ |
<? } ?> |
| 13 |
|
<meta name="htdig-noindex" content="noindex,nofollow"> |
| 14 |
|
<meta name="robots" content="noindex,nofollow"> |
| 15 |
+ |
|
| 16 |
+ |
<? if ($scroll == "true") { ?> |
| 17 |
+ |
<script language="javascript"><!-- |
| 18 |
+ |
function pScroll(){ |
| 19 |
+ |
window.scrollBy(0,1); |
| 20 |
+ |
if (document.body.scrollTop >= document.body.scrollHeight - document.body.clientHeight - 1) { |
| 21 |
+ |
waitThenReload(); |
| 22 |
+ |
} |
| 23 |
+ |
setTimeout("pScroll();", 50); |
| 24 |
+ |
} |
| 25 |
+ |
function waitThenReload() { |
| 26 |
+ |
setTimeout("location.reload();", 2000); |
| 27 |
+ |
} |
| 28 |
+ |
//--> |
| 29 |
+ |
</script> |
| 30 |
+ |
<? } ?> |
| 31 |
+ |
|
| 32 |
+ |
<? |
| 33 |
+ |
if (!preg_match("/^[1234567]$/", $fontsize)) { |
| 34 |
+ |
$fontsize="2"; |
| 35 |
+ |
} |
| 36 |
+ |
?> |
| 37 |
+ |
|
| 38 |
|
</head> |
| 39 |
|
|
| 40 |
< |
<body bgcolor="#ffffff" text="#000000"> |
| 41 |
< |
<basefont size="2" face="arial,sans-serif" color="#000000"> |
| 40 |
> |
<body bgcolor="#ffffff" text="#000000"<? if ($scroll == "true") echo ' onload="javascript:pScroll();"'; ?>> |
| 41 |
> |
<basefont size="<?=$fontsize?>" face="arial,sans-serif" color="#000000"> |
| 42 |
|
|
| 43 |
|
|
| 44 |
|
<!-- |