Parašė JLS· 2008 Sau. 6 13:01:12
#1
kode rasit raudonai pazymeta dalyka kurio as noreciau ;)
<?php
echo "
<table align=center border=0 cellpadding='0' cellspacing='0' width='850' style='border-left: solid #e1e1e1 1px; border-right: solid #e1e1e1 1px;'>
<tr>
<td width=184 height=49 align=center style='border-right: solid #e1e1e1 1px;'><img src=".THEME."images/headeris2.gif border=0></td>
<td width=666 height=49 align=left>
<table align=center border=0 cellpadding='0' cellspacing='0' width='663'>
<tr>
<td colspan=2 height=22 align=right bgcolor=#ffffff style='border-bottom: solid #e1e1e1 1px;' class=footer2>"; echo showsublinks(); echo" </td>
<td colspan=2 height=22 align=right bgcolor=#ffffff style='border-bottom: solid #e1e1e1 1px;'>"; echo showsubdate(); echo" </td></tr>
<tr>
<td height=29 align=center width=166 bgcolor=#953D3D><a href=".BASEDIR."index.php class=white>Pagrindinis</td>
<td height=29 align=center width=166 bgcolor=#f9f9f9 onmouseover=\"this.style.background='#e3e2e2';\" onmouseout=\"this.style.background='#f9f9f9';\"><a href=".BASEDIR."forum/index.php class=topm>YourLink</td>
<td height=29 align=center width=166 bgcolor=#f9f9f9 onmouseover=\"this.style.background='#e3e2e2';\" onmouseout=\"this.style.background='#f9f9f9';\"><a href=".BASEDIR."photogallery.php class=topm>YourLink</td>
</tr>
</table>
</td>
</tr>
</table>
<table align=center border=0 cellpadding='0' cellspacing='0' width='850' style='border-top: solid #e1e1e1 1px; border-left: solid #e1e1e1 1px; border-right: solid #e1e1e1 1px;'>
<tr>
<td width=184 style='border-right: solid #e1e1e1 1px;'>
<table align=center border=0 cellpadding='0' cellspacing='0' width='184'>
<tr>
<td width=124 valign=top height=150 style='padding: 4px;'><font face=verdana size=1 color=#953D3D><b>VARTOTOJAMS</b><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'>YourLink</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=a' class='um'>YourLink</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=p' class='um'>YourLink</a><br>
<br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='um'>YourLink</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='um'>YourLink</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='um'>YourLink</a><br>
kaip sitoj vietoj iterpt administracija jei esi admin as bandizau idet koda is user_info_panel bet man neisejo
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='um'>YourLink</a>\n";
} else {
echo "<br><div align='center'>".(isset($loginerror) ? $loginerror : "")."
<form name='loginform' method='post' action='".FUSION_SELF."'>
<input type='text' name='user_name' class='textbox' style='width:80px' value='Vartotojas' onclick='if (this.value=="Vartotojas") {this.value="";}' onblur='if (this.value=="") {this.value="?ra?yk!!!";};'><br>
<input type='password' name='user_pass' class='textbox' style='width:80px' value='Vartotojas' onblur='if (this.value=="Vartotojas") {this.value="";}' onclick='if (this.value=="Vartotojas") {this.value="";}' onblur='if (this.value=="") {this.value="?ra?yk!!!";};'><br>
<input type='submit' name='login' value='gerai' class='button'><br>
</form></div>
<br>\n";
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."login.php' class='um'>YourLink</a><br><br>";
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."lostpassword.php' class='um'>YourLink</a><br>";
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."register.php' class='um'>YourLink</a>";
if ($settings['enable_registration']) {
echo "".$locale['065']."<br><br>\n";
}
echo $locale['066']."
</div>\n";
}
echo "</td>
<td width=60 valign=top height=150><img src=".THEME."images/zm.gif border=0><br></td>
</tr>
</table>
</td>
<td width=663>
<table align=center border=0 cellpadding='0' cellspacing='0' width='663'>
<tr>
<td background=".THEME."images/background.gif height=150>
<img src=".THEME."images/headeris.gif border=0><br>
</td>
</tr>
</table>
</td>
</tr>
</table>";
?>