????? ??? ???? ?????? ???? ??????(?????)
مرسل: الثلاثاء مايو 05, 2009 8:22 pm
??? ????? ??? ?????? ????? ??? ???????? ????????? ????? ?? ?? ??? ????? ?????? ?? ???? ?????? ???? ?? ??????
الدعم العربي لمنتديات phpBB
http://www.phpbbarabia.com/community/
كود: تحديد الكل
<!-- IF not S_USER_LOGGED_IN -->
<br clear="all" />
<form method="post" action="{S_LOGIN_ACTION}">
{$CA_BLOCK_START}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
{$CA_CAP_START}<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$CA_CAP_END}
<tr>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --><span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /> <!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
{$CA_BLOCK_END}
{S_FORM_TOKEN}
</form>
<!-- ENDIF -->
كود: تحديد الكل
<!-- INCLUDE overall_header.html -->