6 |
kaklik |
1 |
<?php
|
|
|
2 |
include "config.php";
|
|
|
3 |
if(isset($time_cookie)&&!headers_sent()){setcookie('blabtime',$time_cookie,time()+86400*100,'/');}
|
|
|
4 |
include "incl/header.inc";
|
|
|
5 |
if(isset($time_cookie)){die('</head><body class="y" onload="self.close()"></body></html>');}
|
|
|
6 |
?>
|
|
|
7 |
</head><body class="y">
|
|
|
8 |
<table align="center" width="135" class="t" cellpadding="0" cellspacing="0"><tr><td>
|
|
|
9 |
<table width="100%" cellpadding="0" cellspacing="0"><tr><td class="f">
|
|
|
10 |
<table width="100%" cellpadding="8" cellspacing="1">
|
|
|
11 |
<tr><td class="c"><?php print $lang[24];?></td></tr>
|
|
|
12 |
<tr><td class="a" nowrap="nowrap"><div class="k">
|
|
|
13 |
|
|
|
14 |
<?php
|
|
|
15 |
for($i=-12;$i<=13;$i++){if($i!=0){$gmt='';}else{$gmt=' GMT';}
|
|
|
16 |
$show_time=gmdate($time_format,time()+$i*3600);
|
|
|
17 |
print "<a href=\"info.php?why=link\" style=\"text-decoration:none\" onclick=\"return set_offset('$i')\">".$show_time.$gmt."</a>";
|
|
|
18 |
if($i==$time_offset){print ' ¬';}
|
|
|
19 |
print "<br />\n";}
|
|
|
20 |
?></div></td></tr></table></td></tr></table></td></tr></table></body></html>
|