13 |
|
<meta name="htdig-noindex" content="noindex,nofollow"> |
14 |
|
<meta name="robots" content="noindex,nofollow"> |
15 |
|
|
16 |
< |
<? if ($scroll == "true") { ?> |
16 |
> |
<? if ($scroll == "on") { ?> |
17 |
|
<script language="javascript"><!-- |
18 |
|
function pScroll(){ |
19 |
|
window.scrollBy(0,1); |
30 |
|
<? } ?> |
31 |
|
|
32 |
|
<? |
33 |
+ |
if (!preg_match("/^([0-9]{3,4})|(100%)$/", $pagewidth)) { |
34 |
+ |
$pagewidth = 600; |
35 |
+ |
} |
36 |
|
if (!preg_match("/^[1234567]$/", $fontsize)) { |
37 |
|
$fontsize="2"; |
38 |
|
} |
40 |
|
|
41 |
|
</head> |
42 |
|
|
43 |
< |
<body bgcolor="#ffffff" text="#000000"<? if ($scroll == "true") echo ' onload="javascript:pScroll();"'; ?>> |
43 |
> |
<body bgcolor="#ffffff" text="#000000"<? if ($scroll == "on") echo ' onload="javascript:pScroll();"'; ?>> |
44 |
|
<basefont size="<?=$fontsize?>" face="arial,sans-serif" color="#000000"> |
45 |
|
|
46 |
|
|
50 |
|
Last edited 14/10/2000 |
51 |
|
--> |
52 |
|
|
53 |
< |
<table border="0" width="600" cellspacing="0" cellpadding="0" align="center"> |
53 |
> |
<table border="0" width="<?=$pagewidth?>" cellspacing="0" cellpadding="0" align="center"> |
54 |
|
<tr> |
55 |
|
<td> |
56 |
|
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |