<form method="post" action="{APP_PATH}index.php?m=member&c=index&a=login" id="myform" name="myform" target="_top">
<input type="hidden" name="forward" id="forward" value="{if $_GET['forward']}{$_GET['forward']}{else}{HTTP_REFERER}{/if}">
账号:<input type="text" id="username" name="username" style="width:70px;height:17px; size="10" class="input-text">
密码:<input type="password" id="password" name="password" style="width:70px;height:19px; size="10" class="input-text">
验证码:<input type="text" id="code" name="code" size="5" style="width:50px;height:16px; class="input-text1" > {form::checkcode('code_img', '2', '14', 50, 18)}
<input type="submit" name="dosubmit" id="dosubmit" value="{L('登录')}"> | <a href="{APP_PATH}index.php?m=member&c=index&a=register&siteid={$siteid}" target="_blank">{L('注册')}</a>
|