home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
SlashOcean
/
header.php
< prev
next >
Wrap
PHP Script
|
2000-11-26
|
1KB
|
40 lines
<?php
global $admin;
echo "
<body onload=init() bgcolor=FFFFFF text=000000 link=101070 vlink=101070>
<center>
<table cellpadding=0 cellspacing=0 border=0 width=99% align=center><tr><td align=left>
<a href=$nuke_url><img src=themes/SlashOcean/logo.gif Alt=\"".translate("Welcome to")." $sitename\" border=0></a>
</td><td align=right width=100%>
<form action=search.php method=post>
<font size=2><input type=text name=query width=20 size=20 length=20>
</td>
<td align=right> <input type=image src=$uimages/search.gif border=0 align=middle></td>
</form>";
if ($admin) {
$res=mysql_query("select * from queue");
$num = mysql_num_rows($res);
echo "</td></tr><tr><td><font size=1>".translate("New Submissions: ")."$num";
echo "</td></tr></table><br>";
} else {
echo "</td></tr></table><br>";
}
echo "
<table cellpadding=0 cellspacing=0 border=0 width=99% bgcolor=101070><tr><td>
<table cellpadding=5 cellspacing=1 border=0 width=100% bgcolor=FFFFFF><tr><td>
<font size=2>$slogan</td></tr></table></td></tr></table><P>
<table width=99% align=center cellpadding=0 cellspacing=0 border=0><tr><td valign=top rowspan=15>";
mainblock();
if ($admin) {
adminblock();
}
leftblocks();
if ($Ephemerids==1) {
ephemblock();
}
headlines();
online();
echo "</td><td> </td><td valign=top width=100%>";
?>