home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
KDE
/
header.php
< prev
next >
Wrap
PHP Script
|
2000-11-26
|
2KB
|
46 lines
<?php
global $admin;
echo "
<body onload=init() background=themes/KDE/background.gif text=000000 link=000000 vlink=000000 topmargin=5 leftmargin=0 rightmargin=0 marginheight=5>
<table border=0 cellpadding=4 cellspacing=0 width=100% align=center><tr><td>
<center>
<a href=$nuke_url><img src=themes/KDE/logo.gif Alt=\"".translate("Welcome to")." $sitename\" border=0></a>
</center>
</td></tr><tr><td valign=top width=100%>
<table border=0 cellspacing=0 cellpadding=2 width=100%><tr><td valign=top width=150>";
mainblock();
if ($admin) {
adminblock();
}
echo "<TABLE WIDTH=160 CELLPADDING=0 CELLSPACING=0 BORDER=0>
<TR>
<TD ALIGN=right VALIGN=BOTTOM WIDTH=11 HEIGHT=11><IMG SRC=themes/KDE/menutopleft.gif width=11 height=11 alt=></TD>
<TD ALIGN=MIDDLE WIDTH=149 HEIGHT=11 VALIGN=BOTTOM><IMG SRC=themes/KDE/menutop.gif width=149 height=1 alt=></TD>
<TD ALIGN=left VALIGN=BOTTOM WIDTH=100 HEIGHT=11><IMG SRC=themes/KDE/menutopright.gif width=11 height=11 alt=></TD></TR>
<TR>
<TD ALIGN=right VALIGN=BOTTOM WIDTH=11 HEIGHT=11 BACKGROUND=themes/KDE/menuleft.gif><IMG SRC=themes/KDE/menutopleft.gif width=11 height=11 alt=></TD>
<TD ALIGN=CENTER bgcolor=6C6C6C BACKGROUND=themes/KDE/menutitle.gif>
<FONT size=3 color=white>".translate("Search")."</FONT></TD>
<TD ALIGN=left VALIGN=BOTTOM WIDTH=100 HEIGHT=11 BACKGROUND=themes/KDE/menuright.gif><IMG SRC=themes/KDE/menutopright.gif width=11 height=11 alt=></TD></TR>
<TR>
<TD ALIGN=RIGHT BACKGROUND=themes/KDE/menuleft.gif WIDTH=11> </TD>
<TD ALIGN=left VALIGN=TOP BGCOLOR=#CFCFCF BACKGROUND=themes/KDE/grid.gif>
<FONT size=2><form action=search.php method=post><br><center><input type=text name=query size=15></center></form></TD>
<TD ALIGN=LEFT BACKGROUND=themes/KDE/menuright.gif WIDTH=11> </TD></TR>
<TR>
<TD ALIGN=right VALIGN=TOP WIDTH=11 HEIGHT=11><IMG SRC=themes/KDE/menubottomleft.gif width=11 height=11 alt=></TD>
<TD ALIGN=MIDDLE WIDTH=149 HEIGHT=11 VALIGN=TOP><IMG SRC=themes/KDE/menubottom.gif width=149 height=1 alt=></TD>
<TD ALIGN=left VALIGN=TOP WIDTH=11 HEIGHT=11><IMG SRC=themes/KDE/menubottomright.gif width=11 height=11 alt=>
</TD></TR></TABLE>";
leftblocks();
if ($Ephemerids==1) {
ephemblock();
}
headlines();
online();
echo "<img src=images/pix.gif border=0 width=150 height=1></td><td width=100% valign=top>";
?>