home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Xeron
/
header.php
< prev
next >
Wrap
PHP Script
|
2000-11-26
|
1KB
|
47 lines
<?php
global $admin;
echo "
<body onload=init() bgColor=#E5E5E5 text=000000 link=CC3300 vlink=CC3300 leftMargin=0 rightMargin=0 topMargin=0 marginheight=0 marginwidth=0 text=000000 link=000000 vLink=000000>
<table border=0 cellPadding=0 cellSpacing=0 width=100%>
<tr>
<td align=left bgColor=#ff6600><a href=$nuke_url><img border=0 src=themes/Xeron/logo.gif border=0 Alt=\"".translate("Welcome to")." $sitename\"></a></td>
<FORM action=search.php method=post>
<td align=middle bgColor=#ff6600>
<IMG SRC=themes/Xeron/buscar.gif align=absmiddle>
<INPUT name=query type=text class=caja>";
if ($admin) {
$res=mysql_query("select * from queue");
$num = mysql_num_rows($res);
echo "<br><font size=1>".translate("New Submissions: ")."$num";
}
echo "
</td>
</FORM>
</tr>
<tr><td bgColor=#333333 colspan=2><IMG border=0 src=images/nada.gif width=1 height=1></TD></tr>
<tr><td bgColor=#FFFFFF colspan=2><IMG border=0 src=images/nada.gif width=1 height=1></TD></tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 width=100%>
<tr><td valign=top width=150>";
mainblock();
if(!$user) {
loginbox();
}
if ($admin) {
adminblock();
}
leftblocks();
if ($Ephemerids==1) {
ephemblock();
}
headlines();
online();
echo "
<img src=images/pix.gif border=0 width=150 height=1></td>
<TD background=images/separa.gif width=1><IMG border=0 src=images/nada.gif height=1 width=1></TD>
<td width=100% valign=top>";
?>