לוגו אתר Fresh          
 
 
  אפשרות תפריט  ראשי     אפשרות תפריט  צ'אט     אפשרות תפריט  מבזקים     אפשרות תפריט  צור קשר     חץ שמאלה ‎print ‎"Hello World!"; if‎ ‎not rules.‎know ‎then rules.‎read(); חץ ימינה  

לך אחורה   לובי הפורומים > מחשבים > תכנות ובניית אתרים
שמור לעצמך קישור לדף זה באתרי שמירת קישורים חברתיים
תגובה
 
כלי אשכול חפש באשכול זה



  #1  
ישן 29-11-2004, 19:24
  HMEN HMEN אינו מחובר  
 
חבר מתאריך: 22.09.04
הודעות: 217
בעיה עם צדדים בקוד הבא...

יש לי את הקוד הבא ויש לי בו בעיה הוא בצד שמאל וכל מה שניסיתי לא הצליח להעביר הכל לצד ימין אז תעזרו לי...



<?php




class skin_usercp

{




function image_choose($data="")

{
global $mtl;
return <<<skin
<DIV align="right" dir="rtl">
<center>{$data['image']}</center>
<form method='post' action='index.php' enctype='multipart/form-data'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='06'>
<table width='100%'>
<tr><td colspan='3'><input type='radio' name='type' value='link' id='select' {$data['select_link']}> <b>{$mtl->lang['off_site_link']}</b></td></tr>
<tr><td width='20%'></td><td width='20%'>{$mtl->lang['image_url']}:</td><td width='60%'><input type='text' name='image_url' id='select' value='{$data['link']}' size='40'></td></tr>
<tr><td colspan='3'><br><input type='radio' name='type' value='upload' {$data['select_upload']} id='select' > <b>{$mtl->lang['uploaded_image']}</b></td></tr>
<tr><td width='20%'></td><td width='20%'>{$mtl->lang['upload_image']}:</td><td width='60%'><input type='file' name='image_upload' id='select'></td></tr>
<tr><td colspan='3'><input type='radio' name='type' value='none' {$data['select_none']} id='select'> <b>{$mtl->lang['no_image']}</b></td></tr>
<tr><td colspan='3' align='center'><br><input type='submit' value='{$mtl->lang['submit']}' id='select'></td></tr>
</table>
</form>
skin;
}




function forget_pw_form($data="")

{
global $mtl;
return <<<skin
{$data['intro']}
<DIV align="right" dir="rtl">

<table width='95%' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td width='10'> <img src='skin/s{$mtl->skin_choice}/images/listview_01.gif' width='10' height='9' alt /></td>
<td colspan='3' rowspan='2' background='skin/s{$mtl->skin_choice}/images/listview_02.gif' height='10'>
</td>
<td rowspan='2' width='11'> <img src='skin/s{$mtl->skin_choice}/images/listview_03.gif' width='11' height='10' alt /></td>
</tr>
<tr>
<td width='10' background='skin/s{$mtl->skin_choice}/images/listview_04.gif'></td>
</tr>
<tr>
<td width='10' rowspan="3" background='skin/s{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
<td width='20' height='32' bgcolor='#FAFAF2'> <img src='skin/s{$mtl->skin_choice}/images/listview_06.gif' width='20' height='32' alt /></td>
<td background='skin/s{$mtl->skin_choice}/images/listview_07.gif' width='9999' height='32'>
<div align='center'>
<center>
<table id='listbar' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='100%' align='center'>{$mtl->lang['forget_pw']}</td>
</tr>
</table>
</center>
</div></td>
<td width='16' height='32'> <img src='skin/s{$mtl->skin_choice}/images/listview_09.gif' width='16' height='32' alt /></td>
<td width='11' rowspan='3' background='skin/s{$mtl->skin_choice}/images/listview_10.gif'>&nbsp;</td>
</tr>
<tr>
<td colspan='3' valign='top' bgcolor='#FAFAF2'> {$mtl->lang['forget_pw_intro']}
<table width='600' cellpadding='0' cellspacing='5'>
<form action='{$mtl->config['filename']}' method='post'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='14'>
<tr>
<td width='25%'><b>{$mtl->lang['email']}:</b></td>
<td width='75%'><input type='text' name='email' id='select'></td>
</tr>
<tr>
<td width='25%'></td>
<td><input type='submit' value='{$mtl->lang['submit']}' id='select'></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td colspan='3' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td width='10' background='skin/s{$mtl->skin_choice}/images/listview_04.gif'><img src='skin/s{$mtl->skin_choice}/images/listview_12.gif' width='10' height='9' alt /></td>
<td height="9" colspan="3" background="skin/s1/images/listview_13.gif"> </td>
<td height='9' background='skin/s{$mtl->skin_choice}/images/listview_13.gif'><img src='skin/s{$mtl->skin_choice}/images/listview_14.gif' width='11' height='9' alt /></td>
</tr>
</table>
</center>
</div>
skin;
}




function usercp_top($data="")

{
global $mtl;
return <<<skin
<div align='center'>
<center>
<table width='95%' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td width='10'> <img src='skin/s{$mtl->skin_choice}/images/listview_01.gif' width='10' height='9' alt /></td>
<td colspan='3' rowspan='2' background='skin/s{$mtl->skin_choice}/images/listview_02.gif' height='10'>
</td>
<td rowspan='2' width='11'> <img src='skin/s{$mtl->skin_choice}/images/listview_03.gif' width='11' height='10' alt /></td>
</tr>
<tr>
<td rowspan='5' width='10' background='skin/s{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
</tr>
<tr>
<td width='20' height='32' bgcolor='#FAFAF2'> <img src='skin/s{$mtl->skin_choice}/images/listview_06.gif' width='20' height='32' alt /></td>
<td background='skin/s{$mtl->skin_choice}/images/listview_07.gif' width='9999' height='32'>
<div align='center'>
<center>
<table id='listbar' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='100%' align='center'>{$mtl->lang['usercp']} {$data['title']}</td>
</tr>
</table>
</center>
</div>
</td>
<td width='16' height='32'> <img src='skin/s{$mtl->skin_choice}/images/listview_09.gif' width='16' height='32' alt /></td>
<td rowspan='4' width='11' background='skin/s{$mtl->skin_choice}/images/listview_10.gif'>&nbsp;</td>
</tr>
<tr>
<td colspan='3' width='933' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td colspan='3' valign='top' bgcolor='#FAFAF2'>
<div align='center'>
<center>
<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='220' valign='top'>
<table WIDTH='220' BORDER='0' CELLPADDING='0' CELLSPACING='0'>
<tr>
<td>
<img SRC='skin/s{$mtl->skin_choice}/images/userbar_01.gif' WIDTH='11' HEIGHT='12' ALT></td>
<td background='skin/s{$mtl->skin_choice}/images/userbar_02.gif' height='12'></td>
<td>
<img SRC='skin/s{$mtl->skin_choice}/images/userbar_03.gif' WIDTH='11' HEIGHT='12' ALT></td>
</tr>
<tr>
<td background='skin/s{$mtl->skin_choice}/images/userbar_04.gif' width='11'>&nbsp;</td>
<td><b>{$mtl->lang['navigation']}</b><br>
<a href='{$mtl->config['file_name']}?s={$mtl->session}&act=ucp'>{$mtl->lang['main']}</a><br>
<a href='{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=01'>{$mtl->lang['logout']}</a><br>
<br>
<a href='{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=02'>{$mtl->lang['general_options']}</a><br>
<a href='{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=05'>{$mtl->lang['image_options']}</a><br>
<br>
<a href='{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=07'>{$mtl->lang['change_email']}</a><br>
<a href='{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=09'>{$mtl->lang['change_pw']}</a><br>
<br>
<a href='{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=11'>{$mtl->lang['vote_code']}</a><br>
<a href='{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=12'>{$mtl->lang['rate_code']}</a><br>
</td>
<td background='skin/s{$mtl->skin_choice}/images/userbar_06.gif' width='11'>&nbsp;</td>
</tr>
<tr>
<td>
<img SRC='skin/s{$mtl->skin_choice}/images/userbar_07.gif' WIDTH='11' HEIGHT='12' ALT></td>
<td background='skin/s{$mtl->skin_choice}/images/userbar_08.gif' height='12'></td>
<td>
<img SRC='skin/s{$mtl->skin_choice}/images/userbar_09.gif' WIDTH='11' HEIGHT='12' ALT></td>
</tr>
</table>
</td>
<td width='10' valign='top'>&nbsp;</td>
<td valign='top'>
<table BORDER='0' CELLPADDING='0' CELLSPACING='0' width='100%' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td>
<img SRC='skin/s{$mtl->skin_choice}/images/userbar_01.gif' WIDTH='11' HEIGHT='12' ALT></td>
<td background='skin/s{$mtl->skin_choice}/images/userbar_02.gif' height='12'></td>
<td>
<img SRC='skin/s{$mtl->skin_choice}/images/userbar_03.gif' WIDTH='11' HEIGHT='12' ALT></td>
</tr>
<tr>
<td background='skin/s{$mtl->skin_choice}/images/userbar_04.gif' width='11'>&nbsp;</td>
<td>
skin;
}




function usercp_foot($data="")

{
global $mtl;
return <<<skin
</td>
<td background='skin/s{$mtl->skin_choice}/images/userbar_06.gif' width='11'>&nbsp;</td>
</tr>
<tr>
<td>
<img SRC='skin/s{$mtl->skin_choice}/images/userbar_07.gif' WIDTH='11' HEIGHT='12' ALT></td>
<td background='skin/s{$mtl->skin_choice}/images/userbar_08.gif' height='12'></td>
<td>
<img SRC='skin/s{$mtl->skin_choice}/images/userbar_09.gif' WIDTH='11' HEIGHT='12' ALT></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td colspan='3' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td width='10' valign='bottom'><img src='skin/s{$mtl->skin_choice}/images/listview_12.gif' width='10' height='9' alt /></td>
<td colspan="3" background="skin/s{$mtl->skin_choice}/images/listview_13.gif"></td>
<td width='11' valign='bottom'><img src='skin/s{$mtl->skin_choice}/images/listview_14.gif' height='9' alt /></td>
</tr>
</table>
</center>
</div>
</div>
skin;
}






function login_form($data="")
{
global $mtl;
return <<<skin
{$data['intro']}
<div align='center'>
<center>
<table width='95%' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td width='10'> <img src='skin/s{$mtl->skin_choice}/images/listview_01.gif' width='10' height='9' alt /></td>
<td colspan='3' rowspan='2' background='skin/s{$mtl->skin_choice}/images/listview_02.gif' height='10'>
</td>
<td rowspan='2' width='11'> <img src='skin/s{$mtl->skin_choice}/images/listview_03.gif' width='11' height='10' alt /></td>
</tr>
<tr>
<td width='10' background='skin/s{$mtl->skin_choice}/images/listview_04.gif'></td>
</tr>
<tr>
<td width='10' rowspan='3' background='skin/s{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
<td width='20' height='32' bgcolor='#FAFAF2'> <img src='skin/s{$mtl->skin_choice}/images/listview_06.gif' width='20' height='32' alt /></td>
<td background='skin/s{$mtl->skin_choice}/images/listview_07.gif' width='9999' height='32'>
<div align='center'>
<center>
<table id='listbar' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='100%' align='center'>{$mtl->lang['login']}</td>
</tr>
</table>
</center>
</div></td>
<td width='16' height='32'> <img src='skin/s{$mtl->skin_choice}/images/listview_09.gif' width='16' height='32' alt /></td>
<td width='11' rowspan='3' background='skin/s{$mtl->skin_choice}/images/listview_10.gif'>&nbsp;</td>
</tr>
<tr>
<td colspan='3' valign='top' bgcolor='#FAFAF2'> <table width='600' cellpadding='0' cellspacing='5'>
<form action='{$mtl->config['filename']}' method='post'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='00'>
<tr>
<td width='25%'><b>{$mtl->lang['username']}:</b></td>
<td width='75%'><input type='text' name='username' id='select'></td>
</tr>
<tr>
<td width='25%'><b>{$mtl->lang['password']}:</b></td>
<td width='75%'><input type='password' name='password' id='select'></td>
</tr>
<tr>
<td width='25%'></td>
<td><input type='submit' value='{$mtl->lang['login']}' id='select'></td>
</tr>
<tr>
<td colspan='2'><a href='{$mtl->config['filename']}?act=ucp&CODE=13'>{$mtl->lang['forgot_pw_help']}</a></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td colspan='3' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td width='10' valign='bottom'><img src='skin/s{$mtl->skin_choice}/images/listview_12.gif' width='10' height='9' alt /></td>
<td colspan="3" background="skin/s{$mtl->skin_choice}/images/listview_13.gif"></td>
<td width='11' valign='bottom'><img src='skin/s{$mtl->skin_choice}/images/listview_14.gif' height='9' alt /></td>
</tr>
</table>
</center>
</div>
skin;
}




function main($data="")

{
global $mtl;
return <<<skin
{$mtl->lang['welcome']}
<br><br>
<table width='100%' cellpadding='0' cellspacing='3'>
<tr><td colspan='2'><b>{$mtl->lang['account_stats']}</b></td></tr>
<tr><td><i>{$mtl->lang['reg_date']}:</i> {$data['date']}</td>
<td><i>{$mtl->lang['reg_e-mail']}:</i> {$data['email']}</td></tr>
<tr><td><i>{$mtl->lang['votes']}:</i> {$data['votes']}</td>
<td><i>{$mtl->lang['past_votes']}:</i> {$data['votes_past']}</td></tr>
<tr><td><i>{$mtl->lang['accept_admin']}:</i> {$data['a_admin']}</td>
<td><i>{$mtl->lang['accept_email']}:</i> {$data['a_mail']}</td></tr>
<tr><td><i>{$mtl->lang['votes_out']}:</i> {$data['votesout']}</td>
<td><i>{$mtl->lang['past_votes_out']}:</i> {$data['votesout_past']}</td></tr>
<tr><td valign='middle'><i>{$mtl->lang['rating']}:</i> {$data['rating']}</td>
<td><i>{$mtl->lang['total_raters']}:</i> {$data['rating_total']}</td></tr>
</table>
<table width='100%' cellpadding='0' cellspacing='5' align='center'>
<form action='index.php' method='post'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='03'>
<tr><td align='center'><b>{$mtl->lang['notepad']}</b><br></td></tr>
<tr><td align='center'><textarea name='notes' id='select' cols='100' rows='{$data['notepad_size']}'>{$data['notepad']}</textarea></td></tr>
<tr><td align='center'>
<select name='size' id='select'>
<option value='6' {$data['small_select']}>{$mtl->lang['small']}</option>
<option value='12' {$data['medium_select']}>{$mtl->lang['medium']}</option>
<option value='18' {$data['large_select']}>{$mtl->lang['large']}</option>
</select>
<input type='submit' value='{$mtl->lang['update']}' id='select'></tr></td>
</form>
</table>
skin;
}




function general_options($data="")

{
global $mtl;
return <<<skin
<form method='post' action='index.php'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='04'>
<table width='600'>
<tr><td colspan='2'>{$mtl->lang['general_options_intro']}</td></tr>
<tr><td></td></tr>
<tr><td width='20%'><b>{$mtl->lang['site_name']}:</b></td><td width='80%'><input type='text' name='site_name' id='select' value='{$data['site_name']}' size='40'></td></tr>
<tr><td width='20%'><b>{$mtl->lang['site_url']}:</b></td><td width='80%'><input type='text' name='site_url' id='select' value='{$data['site_url']}' size='40'></td></tr>
<tr><td width='20%'><b>{$mtl->lang['site_desc']}:</b></td><td width='80%'><input type='text' name='site_desc' maxlength="150" id='select' value='{$data['site_desc']}' size='40'></td></tr>
<!-- Allow Hide Start -->
<tr><td width='20%'><b>{$mtl->lang['hide_list']}:</b></td><td width='80%'><input type='checkbox' name='hide' value='1' id='select' {$data['hide_select']} size='40'></td></tr>
<!-- Allow Hide End -->
<tr><td width='20%'><b>{$mtl->lang['allow_emails_visitors']}:</b></td><td width='80%'><input type='checkbox' name='visitor_email' value='1' id='select' {$data['visitor_email']} size='40'></td></tr>
<tr><td width='20%'><b>{$mtl->lang['allow_admin_mail']}:</b></td><td width='80%'><input type='checkbox' name='admin_email' value='1' id='select' {$data['admin_email']} size='40'></td></tr>
<tr><td width='20%'></td><td width='80%'><input type='submit' value='{$mtl->lang['update']}' id='select'></td></tr>
</table>
</form>
skin;
}




function vote_code($data="")

{
global $mtl;
return <<<skin
{$mtl->lang['code_intro']}:<br><br>
{$data['code_orig']}
<br><br>
{$data['code']}
<br><br>
<form>
<textarea id='select' rows='3' cols='60'>{$data['code']}</textarea>
</form>
skin;
}




function rate_code($data="")

{
global $mtl;
return <<<skin
{$mtl->lang['rate_intro']}:<br><br>
{$data['code_orig']}
<br>
{$data['code_spaced']}
<br><br>
<form>
<textarea id='select' rows='3' cols='60'>{$data['code']}</textarea>
</form>
skin;
}




function change_email($data="")

{
global $mtl;
return <<<skin
<form method='post' action='index.php'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='08'>
<table width='600'>
<tr><td colspan='2'>{$mtl->lang['change_email_intro']}</td></tr>
<tr><td></td></tr>
<tr><td width='20%'><b>{$mtl->lang['email']}:</b></td><td width='80%'><input type='text' name='email' id='select'size='40'></td></tr>
<tr><td width='20%'><b>{$mtl->lang['confirm_email']}:</b></td><td width='80%'><input type='text' name='email_confirm' id='select' size='40'></td></tr>
<tr><td width='20%'></td><td width='80%'><input type='submit' value='{$mtl->lang['update']}' id='select'></td></tr>
</table>
</form>
skin;
}




function change_pw($data="")

{
global $mtl;
return <<<skin




<form method='post' action='index.php'>

<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='10'>
<table width='600'>
<tr><td colspan='2'>{$mtl->lang['change_pw_intro']}</td></tr>
<tr><td></td></tr>
<tr><td width='20%'><b>{$mtl->lang['current_pw']}:</b></td><td width='80%'><input type='password' name='current_pw' id='select' size='40'></td></tr>
<tr><td width='20%'><b>{$mtl->lang['new_pw']}:</b></td><td width='80%'><input type='password' name='password' id='select' size='40'></td></tr>
<tr><td width='20%'><b>{$mtl->lang['confirm_new_pw']}:</b></td><td width='80%'><input type='password' name='confirm_pw' id='select' size='40'></td></tr>
<tr><td width='20%'></td><td width='80%'><input type='submit' value='{$mtl->lang['update']}' id='select'></td></tr>
</table>
</form>
skin;
}




function forget_pw_change($data="")

{




global $mtl;

return <<<skin
<div align='center'>
<center>
<table width='95%' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td width='10'> <img src='skin/s{$mtl->skin_choice}/images/listview_01.gif' width='10' height='9' alt /></td>
<td colspan='3' rowspan='2' background='skin/s{$mtl->skin_choice}/images/listview_02.gif' height='10'>
</td>
<td rowspan='2' width='11'> <img src='skin/s{$mtl->skin_choice}/images/listview_03.gif' width='11' height='10' alt /></td>
</tr>
<tr>
<td width='10' background='skin/s{$mtl->skin_choice}/images/listview_04.gif'></td>
</tr>
<tr>
<td width='10' background='skin/s{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
<td width='20' height='32' bgcolor='#FAFAF2'> <img src='skin/s{$mtl->skin_choice}/images/listview_06.gif' width='20' height='32' alt /></td>
<td background='skin/s{$mtl->skin_choice}/images/listview_07.gif' width='9999' height='32'>
<div align='center'>
<center>
<table id='listbar' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='100%' align='center'>{$mtl->lang['forget_pw_change']}</td>
</tr>
</table>
</center>
</div></td>
<td width='16' height='32'> <img src='skin/s{$mtl->skin_choice}/images/listview_09.gif' width='16' height='32' alt /></td>
<td width='11' rowspan='3' background='skin/s{$mtl->skin_choice}/images/listview_10.gif'>&nbsp;</td>
</tr>
<tr>
<td width='10' rowspan="2" background='skin/s{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
<td colspan='3' valign='top' bgcolor='#FAFAF2'> {$mtl->lang['forget_pw_collect_intro']}
<b>{$data['username']}</b>.
<table width='600' cellpadding='0' cellspacing='5'>
<form action='{$mtl->config['filename']}' method='post'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='16'>
<input type='hidden' name='val' value='{$data['a_valkey_pw']}'>
<tr>
<td width='20%'><b>{$mtl->lang['new_pw']}:</b></td>
<td width='80%'><input type='password' name='password' id='select' size='40'></td>
</tr>
<tr>
<td width='20%'><b>{$mtl->lang['confirm_new_pw']}:</b></td>
<td width='80%'><input type='password' name='confirm_pw' id='select' size='40'></td>
</tr>
<tr>
<td width='25%'></td>
<td><input type='submit' value='{$mtl->lang['submit']}' id='select'></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td colspan='3' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td width='10' background='skin/s{$mtl->skin_choice}/images/listview_04.gif'><img src='skin/s{$mtl->skin_choice}/images/listview_12.gif' width='10' height='9' alt /></td>
<td colspan='3' height='9' background='skin/s{$mtl->skin_choice}/images/listview_13.gif'>
</td>
<td width='11' background='skin/s{$mtl->skin_choice}/images/listview_10.gif'><img src='skin/s{$mtl->skin_choice}/images/listview_14.gif' width='11' height='9' alt /></td>
</tr>
</table>
</center>
</div>
skin;
}




}

?>



תגובה ללא ציטוט תגובה עם ציטוט חזרה לפורום
  #2  
ישן 29-11-2004, 19:51
  dead dead אינו מחובר  
 
חבר מתאריך: 08.11.04
הודעות: 357
בתגובה להודעה מספר 1 שנכתבה על ידי HMEN שמתחילה ב "בעיה עם צדדים בקוד הבא..."

קוד PHP:
<?php

echo"<div align=right>";


class 
skin_usercp

{




function 
image_choose($data="")

{
global 
$mtl;
return <<<skin
<DIV align="right" dir="rtl">
<center>
{$data['image']}</center>
<form method='post' action='index.php' enctype='multipart/form-data'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='06'>
<table width='100%'>
<tr><td colspan='3'><input type='radio' name='type' value='link' id='select' 
{$data['select_link']}> <b>{$mtl->lang['off_site_link']}</b></td></tr>
<tr><td width='20%'></td><td width='20%'>
{$mtl->lang['image_url']}:</td><td width='60%'><input type='text' name='image_url' id='select' value='{$data['link']}' size='40'></td></tr>
<tr><td colspan='3'><br><input type='radio' name='type' value='upload' 
{$data['select_upload']} id='select' > <b>{$mtl->lang['uploaded_image']}</b></td></tr>
<tr><td width='20%'></td><td width='20%'>
{$mtl->lang['upload_image']}:</td><td width='60%'><input type='file' name='image_upload' id='select'></td></tr>
<tr><td colspan='3'><input type='radio' name='type' value='none' 
{$data['select_none']} id='select'> <b>{$mtl->lang['no_image']}</b></td></tr>
<tr><td colspan='3' align='center'><br><input type='submit' value='
{$mtl->lang['submit']}' id='select'></td></tr>
</table>
</form>
skin;
}




function 
forget_pw_form($data="")

{
global 
$mtl;
return <<<skin
{
$data['intro']}
<DIV align="right" dir="rtl">

<table width='95%' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td width='10'> <img src='skin/s
{$mtl->skin_choice}/images/listview_01.gif' width='10' height='9' alt /></td>
<td colspan='3' rowspan='2' background='skin/s
{$mtl->skin_choice}/images/listview_02.gif' height='10'>
</td>
<td rowspan='2' width='11'> <img src='skin/s
{$mtl->skin_choice}/images/listview_03.gif' width='11' height='10' alt /></td>
</tr>
<tr>
<td width='10' background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'></td>
</tr>
<tr>
<td width='10' rowspan="3" background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
<td width='20' height='32' bgcolor='#FAFAF2'> <img src='skin/s
{$mtl->skin_choice}/images/listview_06.gif' width='20' height='32' alt /></td>
<td background='skin/s
{$mtl->skin_choice}/images/listview_07.gif' width='9999' height='32'>
<div align='center'>
<center>
<table id='listbar' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='100%' align='center'>
{$mtl->lang['forget_pw']}</td>
</tr>
</table>
</center>
</div></td>
<td width='16' height='32'> <img src='skin/s
{$mtl->skin_choice}/images/listview_09.gif' width='16' height='32' alt /></td>
<td width='11' rowspan='3' background='skin/s
{$mtl->skin_choice}/images/listview_10.gif'>&nbsp;</td>
</tr>
<tr>
<td colspan='3' valign='top' bgcolor='#FAFAF2'> 
{$mtl->lang['forget_pw_intro']}
<table width='600' cellpadding='0' cellspacing='5'>
<form action='
{$mtl->config['filename']}' method='post'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='14'>
<tr>
<td width='25%'><b>
{$mtl->lang['email']}:</b></td>
<td width='75%'><input type='text' name='email' id='select'></td>
</tr>
<tr>
<td width='25%'></td>
<td><input type='submit' value='
{$mtl->lang['submit']}' id='select'></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td colspan='3' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td width='10' background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'><img src='skin/s{$mtl->skin_choice}/images/listview_12.gif' width='10' height='9' alt /></td>
<td height="9" colspan="3" background="skin/s1/images/listview_13.gif"> </td>
<td height='9' background='skin/s
{$mtl->skin_choice}/images/listview_13.gif'><img src='skin/s{$mtl->skin_choice}/images/listview_14.gif' width='11' height='9' alt /></td>
</tr>
</table>
</center>
</div>
skin;
}




function 
usercp_top($data="")

{
global 
$mtl;
return <<<skin
<div align='center'>
<center>
<table width='95%' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td width='10'> <img src='skin/s
{$mtl->skin_choice}/images/listview_01.gif' width='10' height='9' alt /></td>
<td colspan='3' rowspan='2' background='skin/s
{$mtl->skin_choice}/images/listview_02.gif' height='10'>
</td>
<td rowspan='2' width='11'> <img src='skin/s
{$mtl->skin_choice}/images/listview_03.gif' width='11' height='10' alt /></td>
</tr>
<tr>
<td rowspan='5' width='10' background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
</tr>
<tr>
<td width='20' height='32' bgcolor='#FAFAF2'> <img src='skin/s
{$mtl->skin_choice}/images/listview_06.gif' width='20' height='32' alt /></td>
<td background='skin/s
{$mtl->skin_choice}/images/listview_07.gif' width='9999' height='32'>
<div align='center'>
<center>
<table id='listbar' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='100%' align='center'>
{$mtl->lang['usercp']} {$data['title']}</td>
</tr>
</table>
</center>
</div>
</td>
<td width='16' height='32'> <img src='skin/s
{$mtl->skin_choice}/images/listview_09.gif' width='16' height='32' alt /></td>
<td rowspan='4' width='11' background='skin/s
{$mtl->skin_choice}/images/listview_10.gif'>&nbsp;</td>
</tr>
<tr>
<td colspan='3' width='933' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td colspan='3' valign='top' bgcolor='#FAFAF2'>
<div align='center'>
<center>
<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='220' valign='top'>
<table WIDTH='220' BORDER='0' CELLPADDING='0' CELLSPACING='0'>
<tr>
<td>
<img SRC='skin/s
{$mtl->skin_choice}/images/userbar_01.gif' WIDTH='11' HEIGHT='12' ALT></td>
<td background='skin/s
{$mtl->skin_choice}/images/userbar_02.gif' height='12'></td>
<td>
<img SRC='skin/s
{$mtl->skin_choice}/images/userbar_03.gif' WIDTH='11' HEIGHT='12' ALT></td>
</tr>
<tr>
<td background='skin/s
{$mtl->skin_choice}/images/userbar_04.gif' width='11'>&nbsp;</td>
<td><b>
{$mtl->lang['navigation']}</b><br>
<a href='
{$mtl->config['file_name']}?s={$mtl->session}&act=ucp'>{$mtl->lang['main']}</a><br>
<a href='
{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=01'>{$mtl->lang['logout']}</a><br>
<br>
<a href='
{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=02'>{$mtl->lang['general_options']}</a><br>
<a href='
{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=05'>{$mtl->lang['image_options']}</a><br>
<br>
<a href='
{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=07'>{$mtl->lang['change_email']}</a><br>
<a href='
{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=09'>{$mtl->lang['change_pw']}</a><br>
<br>
<a href='
{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=11'>{$mtl->lang['vote_code']}</a><br>
<a href='
{$mtl->config['file_name']}?s={$mtl->session}&act=ucp&CODE=12'>{$mtl->lang['rate_code']}</a><br>
</td>
<td background='skin/s
{$mtl->skin_choice}/images/userbar_06.gif' width='11'>&nbsp;</td>
</tr>
<tr>
<td>
<img SRC='skin/s
{$mtl->skin_choice}/images/userbar_07.gif' WIDTH='11' HEIGHT='12' ALT></td>
<td background='skin/s
{$mtl->skin_choice}/images/userbar_08.gif' height='12'></td>
<td>
<img SRC='skin/s
{$mtl->skin_choice}/images/userbar_09.gif' WIDTH='11' HEIGHT='12' ALT></td>
</tr>
</table>
</td>
<td width='10' valign='top'>&nbsp;</td>
<td valign='top'>
<table BORDER='0' CELLPADDING='0' CELLSPACING='0' width='100%' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td>
<img SRC='skin/s
{$mtl->skin_choice}/images/userbar_01.gif' WIDTH='11' HEIGHT='12' ALT></td>
<td background='skin/s
{$mtl->skin_choice}/images/userbar_02.gif' height='12'></td>
<td>
<img SRC='skin/s
{$mtl->skin_choice}/images/userbar_03.gif' WIDTH='11' HEIGHT='12' ALT></td>
</tr>
<tr>
<td background='skin/s
{$mtl->skin_choice}/images/userbar_04.gif' width='11'>&nbsp;</td>
<td>
skin;
}




function 
usercp_foot($data="")

{
global 
$mtl;
return <<<skin
</td>
<td background='skin/s
{$mtl->skin_choice}/images/userbar_06.gif' width='11'>&nbsp;</td>
</tr>
<tr>
<td>
<img SRC='skin/s
{$mtl->skin_choice}/images/userbar_07.gif' WIDTH='11' HEIGHT='12' ALT></td>
<td background='skin/s
{$mtl->skin_choice}/images/userbar_08.gif' height='12'></td>
<td>
<img SRC='skin/s
{$mtl->skin_choice}/images/userbar_09.gif' WIDTH='11' HEIGHT='12' ALT></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td colspan='3' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td width='10' valign='bottom'><img src='skin/s
{$mtl->skin_choice}/images/listview_12.gif' width='10' height='9' alt /></td>
<td colspan="3" background="skin/s
{$mtl->skin_choice}/images/listview_13.gif"></td>
<td width='11' valign='bottom'><img src='skin/s
{$mtl->skin_choice}/images/listview_14.gif' height='9' alt /></td>
</tr>
</table>
</center>
</div>
</div>
skin;
}






function 
login_form($data="")
{
global 
$mtl;
return <<<skin
{
$data['intro']}
<div align='center'>
<center>
<table width='95%' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td width='10'> <img src='skin/s
{$mtl->skin_choice}/images/listview_01.gif' width='10' height='9' alt /></td>
<td colspan='3' rowspan='2' background='skin/s
{$mtl->skin_choice}/images/listview_02.gif' height='10'>
</td>
<td rowspan='2' width='11'> <img src='skin/s
{$mtl->skin_choice}/images/listview_03.gif' width='11' height='10' alt /></td>
</tr>
<tr>
<td width='10' background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'></td>
</tr>
<tr>
<td width='10' rowspan='3' background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
<td width='20' height='32' bgcolor='#FAFAF2'> <img src='skin/s
{$mtl->skin_choice}/images/listview_06.gif' width='20' height='32' alt /></td>
<td background='skin/s
{$mtl->skin_choice}/images/listview_07.gif' width='9999' height='32'>
<div align='center'>
<center>
<table id='listbar' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='100%' align='center'>
{$mtl->lang['login']}</td>
</tr>
</table>
</center>
</div></td>
<td width='16' height='32'> <img src='skin/s
{$mtl->skin_choice}/images/listview_09.gif' width='16' height='32' alt /></td>
<td width='11' rowspan='3' background='skin/s
{$mtl->skin_choice}/images/listview_10.gif'>&nbsp;</td>
</tr>
<tr>
<td colspan='3' valign='top' bgcolor='#FAFAF2'> <table width='600' cellpadding='0' cellspacing='5'>
<form action='
{$mtl->config['filename']}' method='post'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='00'>
<tr>
<td width='25%'><b>
{$mtl->lang['username']}:</b></td>
<td width='75%'><input type='text' name='username' id='select'></td>
</tr>
<tr>
<td width='25%'><b>
{$mtl->lang['password']}:</b></td>
<td width='75%'><input type='password' name='password' id='select'></td>
</tr>
<tr>
<td width='25%'></td>
<td><input type='submit' value='
{$mtl->lang['login']}' id='select'></td>
</tr>
<tr>
<td colspan='2'><a href='
{$mtl->config['filename']}?act=ucp&CODE=13'>{$mtl->lang['forgot_pw_help']}</a></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td colspan='3' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td width='10' valign='bottom'><img src='skin/s
{$mtl->skin_choice}/images/listview_12.gif' width='10' height='9' alt /></td>
<td colspan="3" background="skin/s
{$mtl->skin_choice}/images/listview_13.gif"></td>
<td width='11' valign='bottom'><img src='skin/s
{$mtl->skin_choice}/images/listview_14.gif' height='9' alt /></td>
</tr>
</table>
</center>
</div>
skin;
}




function 
main($data="")

{
global 
$mtl;
return <<<skin
{
$mtl->lang['welcome']}
<br><br>
<table width='100%' cellpadding='0' cellspacing='3'>
<tr><td colspan='2'><b>
{$mtl->lang['account_stats']}</b></td></tr>
<tr><td><i>
{$mtl->lang['reg_date']}:</i> {$data['date']}</td>
<td><i>
{$mtl->lang['reg_e-mail']}:</i> {$data['email']}</td></tr>
<tr><td><i>
{$mtl->lang['votes']}:</i> {$data['votes']}</td>
<td><i>
{$mtl->lang['past_votes']}:</i> {$data['votes_past']}</td></tr>
<tr><td><i>
{$mtl->lang['accept_admin']}:</i> {$data['a_admin']}</td>
<td><i>
{$mtl->lang['accept_email']}:</i> {$data['a_mail']}</td></tr>
<tr><td><i>
{$mtl->lang['votes_out']}:</i> {$data['votesout']}</td>
<td><i>
{$mtl->lang['past_votes_out']}:</i> {$data['votesout_past']}</td></tr>
<tr><td valign='middle'><i>
{$mtl->lang['rating']}:</i> {$data['rating']}</td>
<td><i>
{$mtl->lang['total_raters']}:</i> {$data['rating_total']}</td></tr>
</table>
<table width='100%' cellpadding='0' cellspacing='5' align='center'>
<form action='index.php' method='post'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='03'>
<tr><td align='center'><b>
{$mtl->lang['notepad']}</b><br></td></tr>
<tr><td align='center'><textarea name='notes' id='select' cols='100' rows='
{$data['notepad_size']}'>{$data['notepad']}</textarea></td></tr>
<tr><td align='center'>
<select name='size' id='select'>
<option value='6' 
{$data['small_select']}>{$mtl->lang['small']}</option>
<option value='12' 
{$data['medium_select']}>{$mtl->lang['medium']}</option>
<option value='18' 
{$data['large_select']}>{$mtl->lang['large']}</option>
</select>
<input type='submit' value='
{$mtl->lang['update']}' id='select'></tr></td>
</form>
</table>
skin;
}




function 
general_options($data="")

{
global 
$mtl;
return <<<skin
<form method='post' action='index.php'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='04'>
<table width='600'>
<tr><td colspan='2'>
{$mtl->lang['general_options_intro']}</td></tr>
<tr><td></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['site_name']}:</b></td><td width='80%'><input type='text' name='site_name' id='select' value='{$data['site_name']}' size='40'></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['site_url']}:</b></td><td width='80%'><input type='text' name='site_url' id='select' value='{$data['site_url']}' size='40'></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['site_desc']}:</b></td><td width='80%'><input type='text' name='site_desc' maxlength="150" id='select' value='{$data['site_desc']}' size='40'></td></tr>
<!-- Allow Hide Start -->
<tr><td width='20%'><b>
{$mtl->lang['hide_list']}:</b></td><td width='80%'><input type='checkbox' name='hide' value='1' id='select' {$data['hide_select']} size='40'></td></tr>
<!-- Allow Hide End -->
<tr><td width='20%'><b>
{$mtl->lang['allow_emails_visitors']}:</b></td><td width='80%'><input type='checkbox' name='visitor_email' value='1' id='select' {$data['visitor_email']} size='40'></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['allow_admin_mail']}:</b></td><td width='80%'><input type='checkbox' name='admin_email' value='1' id='select' {$data['admin_email']} size='40'></td></tr>
<tr><td width='20%'></td><td width='80%'><input type='submit' value='
{$mtl->lang['update']}' id='select'></td></tr>
</table>
</form>
skin;
}




function 
vote_code($data="")

{
global 
$mtl;
return <<<skin
{
$mtl->lang['code_intro']}:<br><br>
{$data['code_orig']}
<br><br>
{$data['code']}
<br><br>
<form>
<textarea id='select' rows='3' cols='60'>
{$data['code']}</textarea>
</form>
skin;
}




function 
rate_code($data="")

{
global 
$mtl;
return <<<skin
{
$mtl->lang['rate_intro']}:<br><br>
{$data['code_orig']}
<br>
{$data['code_spaced']}
<br><br>
<form>
<textarea id='select' rows='3' cols='60'>
{$data['code']}</textarea>
</form>
skin;
}




function 
change_email($data="")

{
global 
$mtl;
return <<<skin
<form method='post' action='index.php'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='08'>
<table width='600'>
<tr><td colspan='2'>
{$mtl->lang['change_email_intro']}</td></tr>
<tr><td></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['email']}:</b></td><td width='80%'><input type='text' name='email' id='select'size='40'></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['confirm_email']}:</b></td><td width='80%'><input type='text' name='email_confirm' id='select' size='40'></td></tr>
<tr><td width='20%'></td><td width='80%'><input type='submit' value='
{$mtl->lang['update']}' id='select'></td></tr>
</table>
</form>
skin;
}




function 
change_pw($data="")

{
global 
$mtl;
return <<<skin




<form method='post' action='index.php'>

<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='10'>
<table width='600'>
<tr><td colspan='2'>
{$mtl->lang['change_pw_intro']}</td></tr>
<tr><td></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['current_pw']}:</b></td><td width='80%'><input type='password' name='current_pw' id='select' size='40'></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['new_pw']}:</b></td><td width='80%'><input type='password' name='password' id='select' size='40'></td></tr>
<tr><td width='20%'><b>
{$mtl->lang['confirm_new_pw']}:</b></td><td width='80%'><input type='password' name='confirm_pw' id='select' size='40'></td></tr>
<tr><td width='20%'></td><td width='80%'><input type='submit' value='
{$mtl->lang['update']}' id='select'></td></tr>
</table>
</form>
skin;
}




function 
forget_pw_change($data="")

{




global 
$mtl;

return <<<skin
<div align='center'>
<center>
<table width='95%' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111'>
<tr>
<td width='10'> <img src='skin/s
{$mtl->skin_choice}/images/listview_01.gif' width='10' height='9' alt /></td>
<td colspan='3' rowspan='2' background='skin/s
{$mtl->skin_choice}/images/listview_02.gif' height='10'>
</td>
<td rowspan='2' width='11'> <img src='skin/s
{$mtl->skin_choice}/images/listview_03.gif' width='11' height='10' alt /></td>
</tr>
<tr>
<td width='10' background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'></td>
</tr>
<tr>
<td width='10' background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
<td width='20' height='32' bgcolor='#FAFAF2'> <img src='skin/s
{$mtl->skin_choice}/images/listview_06.gif' width='20' height='32' alt /></td>
<td background='skin/s
{$mtl->skin_choice}/images/listview_07.gif' width='9999' height='32'>
<div align='center'>
<center>
<table id='listbar' border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<td width='100%' align='center'>
{$mtl->lang['forget_pw_change']}</td>
</tr>
</table>
</center>
</div></td>
<td width='16' height='32'> <img src='skin/s
{$mtl->skin_choice}/images/listview_09.gif' width='16' height='32' alt /></td>
<td width='11' rowspan='3' background='skin/s
{$mtl->skin_choice}/images/listview_10.gif'>&nbsp;</td>
</tr>
<tr>
<td width='10' rowspan="2" background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'>&nbsp;</td>
<td colspan='3' valign='top' bgcolor='#FAFAF2'> 
{$mtl->lang['forget_pw_collect_intro']}
<b>
{$data['username']}</b>.
<table width='600' cellpadding='0' cellspacing='5'>
<form action='
{$mtl->config['filename']}' method='post'>
<input type='hidden' name='act' value='ucp'>
<input type='hidden' name='CODE' value='16'>
<input type='hidden' name='val' value='
{$data['a_valkey_pw']}'>
<tr>
<td width='20%'><b>
{$mtl->lang['new_pw']}:</b></td>
<td width='80%'><input type='password' name='password' id='select' size='40'></td>
</tr>
<tr>
<td width='20%'><b>
{$mtl->lang['confirm_new_pw']}:</b></td>
<td width='80%'><input type='password' name='confirm_pw' id='select' size='40'></td>
</tr>
<tr>
<td width='25%'></td>
<td><input type='submit' value='
{$mtl->lang['submit']}' id='select'></td>
</tr>
</form>
</table></td>
</tr>
<tr>
<td colspan='3' bgcolor='#FAFAF2' height='7'></td>
</tr>
<tr>
<td width='10' background='skin/s
{$mtl->skin_choice}/images/listview_04.gif'><img src='skin/s{$mtl->skin_choice}/images/listview_12.gif' width='10' height='9' alt /></td>
<td colspan='3' height='9' background='skin/s
{$mtl->skin_choice}/images/listview_13.gif'>
</td>
<td width='11' background='skin/s
{$mtl->skin_choice}/images/listview_10.gif'><img src='skin/s{$mtl->skin_choice}/images/listview_14.gif' width='11' height='9' alt /></td>
</tr>
</table>
</center>
</div>
skin;
}




}
echo
"</div>";
?>

תגובה ללא ציטוט תגובה עם ציטוט חזרה לפורום
תגובה

כלי אשכול חפש באשכול זה
חפש באשכול זה:

חיפוש מתקדם
מצבי תצוגה דרג אשכול זה
דרג אשכול זה:

מזער את תיבת המידע אפשרויות משלוח הודעות
אתה לא יכול לפתוח אשכולות חדשים
אתה לא יכול להגיב לאשכולות
אתה לא יכול לצרף קבצים
אתה לא יכול לערוך את ההודעות שלך

קוד vB פעיל
קוד [IMG] פעיל
קוד HTML כבוי
מעבר לפורום



כל הזמנים המוצגים בדף זה הם לפי איזור זמן GMT +2. השעה כעת היא 10:19

הדף נוצר ב 0.11 שניות עם 10 שאילתות

הפורום מבוסס על vBulletin, גירסא 3.0.6
כל הזכויות לתוכנת הפורומים שמורות © 2024 - 2000 לחברת Jelsoft Enterprises.
כל הזכויות שמורות ל Fresh.co.il ©

צור קשר | תקנון האתר