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?>"> |
11 |
> |
<meta http-equiv="refresh" content="<?=$refresh?>;url=<?=$PHP_SELF.'?'.$QUERY_STRING?>"> |
12 |
|
<? } ?> |
13 |
|
|
14 |
|
<? if (preg_match("/^[1-9]$/", $scroll)) { ?> |
41 |
|
} |
42 |
|
?> |
43 |
|
|
44 |
+ |
<style type="text/css"> |
45 |
+ |
<!-- |
46 |
+ |
body { |
47 |
+ |
scrollbar-face-color: #9999ff; |
48 |
+ |
scrollbar-highlight-color: #eeeeff; |
49 |
+ |
scrollbar-shadow-color: #333366; |
50 |
+ |
scrollbar-arrow-color: #000033; |
51 |
+ |
scrollbar-base-color: #eeeeff; |
52 |
+ |
scrollbar-3d-light-color: #ccccff; |
53 |
+ |
scrollbar-dark-shadow-color: #333333; |
54 |
+ |
} |
55 |
+ |
input { |
56 |
+ |
color: #ff0000; |
57 |
+ |
font-weight: bold; |
58 |
+ |
font-family: Arial, Helvetica, sans-serif; |
59 |
+ |
} |
60 |
+ |
a:hover { |
61 |
+ |
color: #ff0000; |
62 |
+ |
} |
63 |
+ |
--> |
64 |
+ |
</style> |
65 |
+ |
|
66 |
|
</head> |
67 |
|
|
68 |
|
<body bgcolor="#ffffff" text="#000000"<? if (preg_match("/^[1-9]$/", $scroll)) echo ' onload="javascript:pScroll();"'; ?>> |
70 |
|
|
71 |
|
|
72 |
|
<!-- |
73 |
< |
title.inc |
73 |
> |
title.inc.php |
74 |
|
Created by pjm2 14/10/2000 |
75 |
|
Last edited 14/10/2000 |
76 |
|
--> |
84 |
|
<font size="1" color="#999999"> |
85 |
|
<? echo date("D jS M Y, g:i:sa"); ?> |
86 |
|
<br> |
87 |
< |
<a href="http://www.i-scream.org.uk"><img alt="got i-scream?" src="i-scream-button-anim.gif" width="88" height="31" border="0"></a> |
87 |
> |
<a href="http://www.i-scream.org"><img alt="got i-scream?" src="i-scream-button-anim.gif" width="88" height="31" border="0"></a> |
88 |
|
</font> |
89 |
|
</td> |
90 |
|
<td align="right"> |