هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

دخول

descriptionممكن مساعدة  Emptyممكن مساعدة

more_horiz
ممكن تعديل على الكود
فيه اخطاء ممكن اصلاحها

{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span> 
</td>
</tr>

<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->

<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span> 
</td>
</tr>

<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}


<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span> 
</td>
</tr>

<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->

<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span> 
</td>
</tr>

<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->

<table border="0" cellpadding="0" cellspacing="3" width="100%">
<tbody><tr>
<td rowspan="3" background="http://www.t3lem.org/users/1814/21/36/40/album/t3lemo10.gif" width="18"></td>
<td class="TDbig"><b><font color="#3c651c"> </font></b></td></tr><tr><td height="1" bgcolor="#D5FCCD"></td></tr><tr><td class="row1">
<div class="audaimousa"> <span class="#3c651c">
{TOTAL_USERS}<br />
{NEWEST_USER}<br />
{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}</span></div>
</td></tr></tbody></table>

<table border="0" cellpadding="0" cellspacing="3" width="100%"><tbody><tr>
<td rowspan="3" background="http://www.t3lem.org/users/1814/21/36/40/album/t3lemo11.gif" width="18">
</td><td class="TDbig"><b><font color="#651c61"></font></b></td></tr><tr>
<td height="1" bgcolor="#651c61"></td></tr><tr><td class="row1">
<div class="audaimousa">
{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</div>
</td></tr></tbody></table>

<table border="0" cellpadding="0" cellspacing="3" width="100%"><tbody><tr>
<td rowspan="3" background="http://www.t3lem.org/users/1814/21/36/40/album/t3lemo12.gif" width="18">
</td><td class="TDbig"><b><font color="#878787"> </font></b></td>
</tr><tr><td height="1" bgcolor="##878787"></td></tr><tr><td class="row1">
<table border="0" cellpadding="0" cellspacing="3" width="100%"><tbody><tr><td>
<div class="audaimousa1"><font size="2">
{LEGEND} : {GROUP_LEGEND}</font></div><br />
<div class="audaimousa1"><font size="2">
{L_CONNECTED_MEMBERS}</font></div>
</td></tr></tbody></table>
</td></tr></tbody></table>

<table border="0" cellpadding="0" cellspacing="3" width="100%"><tbody><tr>
<td rowspan="3" background="http://www.t3lem.org/users/1814/21/36/40/album/t3lemo13.gif" width="18">
</td><td class="TDbig"><b><font color="#c03d3d"> </font></b></td>
</tr><tr><td height="1" bgcolor="#c03d3d"></td></tr><tr><td class="row1">
<table border="0" cellpadding="0" cellspacing="3" width="100%"><tbody><tr><td>
<div class="audaimousa1"><font size="2">{L_WHOSBIRTHDAY_TODAY}</font>
<font size="2">{L_WHOSBIRTHDAY_WEEK}</font></div>
</td></tr></tbody></table>
</td></tr></tbody></table>

<table border="0" cellpadding="0" cellspacing="3" width="100%"><tbody><tr>
<td rowspan="3" background="http://www.t3lem.org/users/1814/21/36/40/album/t3lemo14.gif" width="18">
</td><td class="TDbig"><b><font color="#36720b"></font></b></td>
</tr><tr><td height="1" bgcolor="#36720b"></td></tr><tr>
<td class="row1">
<table border="0" cellpadding="0" cellspacing="3" width="100%"><tbody><tr><td>
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span> </td>
</tr>
<!-- END switch_chatbox_activate -->

</tbody></table>
</td>
</tr>


</tbody></table>

<table border="0" cellpadding="0" cellspacing="3" width="100%"><tbody><tr>
<td rowspan="3" background="http://www.t3lem.org/users/1814/21/36/40/album/t3lemo15.gif" width="18" /><br></td><td class="TDbig"><b><font color="#705e50"> </font></b></td></tr><tr><td height="1" bgcolor="#CDF3FD"></td></tr><tr><td class="row1">·<a href="/forum.htm?mode=delete_cookies"> </a>/<a href="/"> </a>/<a href="/contact"> </a><span style="text-decoration: underline;"></span></td></tr></tbody></table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
<td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td></td>
<td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td>  </td>
<td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

descriptionممكن مساعدة  Emptyرد: ممكن مساعدة

more_horiz
هذا كود الى شو مثلا؟

descriptionممكن مساعدة  Emptyرد: ممكن مساعدة

more_horiz
ممكن صورة او هو كود شو او ممكن تعطينا تفصيل للطلب

descriptionممكن مساعدة  Emptyرد: ممكن مساعدة

more_horiz
هل تم الحل

descriptionممكن مساعدة  Emptyرد: ممكن مساعدة

more_horiz
مهمل من قبل صاحبه
يغلق
ممكن مساعدة  2726535510



privacy_tip صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى

جميع الحقوق محفوظة لدليل الاشهار العربي