Parašė Ultriukas· 2008 Bal. 2 21:04:52
#6
virsus.php
<?php
echo "
<table align=center border=0 cellpadding='0' cellspacing='0' width='$theme_width' style='border-right: solid # 2px;'>
<tr>
<td width=199 height=49 align=center style='border-right: solid #5c5e5d 2px;' bgcolor='#3d3f3e'><a href=".BASEDIR."index.php><img src=".THEME."nuorodos/home.jpg border=0></a><img src=".THEME."nuorodos/hr.jpg border=0><a href=".BASEDIR."search.php><img src=".THEME."nuorodos/search.jpg border=0></a><img src=".THEME."nuorodos/hr.jpg border=0><a href=".BASEDIR."contact.php><img src=".THEME."nuorodos/contact.jpg border=0></a></td>
<td width=472 height=49 bgcolor='#3d3f3e' align=left>
<td width=199 height=51 style='border-left: solid # 2px;' bgcolor='#3d3f3e' background='".THEME."images/headeris3.jpg' align=right class='headeris5'></td>
<table align=center border=0 cellpadding='0' cellspacing='0' width='662'>
</tr>
</table>
</tr>
</table>
<table align=center border=0 cellpadding='0' cellspacing='0' width='$theme_width' bgcolor='#3d3f3e'>
<tr>
<td width=195 >
<table align=center border=0 cellpadding='0' cellspacing='0' width='195' height='194' bgcolor='#3d3f3e'>
<td background='".THEME."images/navigacija.jpg' class='nuorodos'>"; echo showsublinks("<br><img src=".THEME."images/bullet.gif border=0>",white); echo "</td>
</table>
<td width=663>
<table align=left border=0 cellpadding='0' cellspacing='0' width='460' class='headeris'>
<tr>
<td width='460' height='194' background='".THEME."images/headeris.jpg'></td>
<table align=center border=0 cellpadding='0' cellspacing='0' width='193' bgcolor='#3d3f3e'>
<tr>
<td width=150 valign=top height=150 background='".THEME."images/navigacija2.jpg' style='padding: 4px;'><br>";
if (iMEMBER) {
$msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
echo "<br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=n' class='um'>Pateikti naujienà</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=a' class='um'>Pateikti straipsná</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=p' class='um'>Pateikti nuotraukà</a><br>
<br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='um'>Redaguoti profilá</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='um'>Asmeninës þinutës</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='um'>Nariø sàraðas</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='um'>Atsijungti</a>\n";
} else {
echo "<br><div align='center'>".(isset($loginerror) ? $loginerror : "")."
<form name='loginform' method='post' action='".FUSION_SELF."'>
<font color='#fffff'>Vartotojo vardas</font>
<input type='text' name='user_name' class='textbox' style='width:100px' value='Vartotojas' onclick='if (this.value=="Vartotojas") {this.value="";}' onblur='if (this.value=="") {this.value="";};'><br>
<font color='#fffff'>Slaptaþodis</font><br>
<input type='password' name='user_pass' class='textbox' style='width:100px' value='Vartotojas' onblur='if (this.value=="Vartotojas") {this.value="";}' onclick='if (this.value=="Vartotojas") {this.value="";}' onblur='if (this.value=="") {this.value="";};'><br>
<input type='submit' name='login' value='Prisijungti' class='button'><br>
</form></div>
<br>\n";
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."register.php' class='um'><font color='#fffff'>Uþsiregistruoti</font></a><br>";
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."lostpassword.php' class='um'><font color='#fffff'>Pamirðau slaptaþodá</font></a>";
if ($settings['enable_registration']) {
echo "".$locale['065']."<br><br>\n";
}
echo $locale['066']."
</div>\n";
}
echo "</td>
</td>
</tr>
</table>
</td>
</tr>
</table>";
Redagavo Žmogus· 2008 Bal. 2 21:04:53