Example #1
0
										onfocus="heightlight(this.parentNode.parentNode)"
										onblur="offlight(this.parentNode.parentNode)" />
              </div>
            </div>
            <div class="input_div" style="margin-left:-60px;margin-top:68px;">
              <div class="input_bg_forie6">
                <div class="inputbg"></div>
              </div>
              <div style="padding:28px;">
                <div class="input_bg_text" id="input_default_text_checkcode"><?php 
echo L('security_code');
?>
</div>
                <input tabindex="2" type="text" maxlength="4" name="checkcode" size="30" id="checkcode" class="input" onKeyDown="input_key_down(event);" onKeyUp="input_key_up(event,this,'checkcode');" onFocus="heightlight(this.parentNode.parentNode)" onBlur="offlight(this.parentNode.parentNode)" />
                <div style="position:absolute;margin-left:254px;margin-top:-7px;border:1px solid #333;border-radius:6px;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;" onClick="clear_checkcode();"><?php 
echo Form::checkcode('code_img', '4', 120, 38);
?>
</div>
              </div>
            </div>
            <div class="submit_bg" id="submit_bg" style="margin-left: 475px;"> 
              <!--[if lt IE 6.9]><div class="submit_bg_forie6"><div class="inputbg"></div></div><![endif]-->
              <div style="widht: 1px; height: 1px; overflow: hidden;">
                <input tabindex="3" onFocus="show_hover()" onBlur="show_up();"
										type="submit" value="_" />
              </div>
              <div class="submit_text" onMouseDown="show_hover()"
									onmouseup="show_up()"
									onclick="var obj=document.getElementById('myform');if (check_submit(obj))obj.submit();"><?php 
echo L('loging');
?>
Example #2
0
</tr>
<tr> 
<th>网站地址</th>
<td><input type="text" size="40" value="" name="url" id="url" class="input-text"></td>
</tr>
<tr style="display: none;" id="logolink"> 
<th>Logo地址</th>
<td><input type="text" size="40" value="" name="logo" id="logo" class="input-text"></td>
</tr>
<?php 
if ($setting['enablecheckcode'] == '1') {
    ?>
<tr>
       <th>验证码:</th>
       <td><input name="code" type="text" id="code" size="10"  class="input-text"/> <?php 
    echo Form::checkcode('code_img', '4', 110, 30);
    ?>
</td>
</tr>
<?php 
}
?>
<tr> 
<th></th>
<td><input type="submit" value=" 申 请 " name="dosubmit" class="btn btn-primary btn-sm"> <input type="reset" value=" 取 消 " name="reset" class="btn btn-primary btn-sm"> </td>
</tr> 
</tbody></table>
</form>
        </div>

    </div>
Example #3
0
echo L('username');
?>
:</label><input type="text" id="username" name="username" size="22" class="input-text">
		</div>
        <div class="input">
			<label><?php 
echo L('password');
?>
:</label><input type="password" id="password" name="password" size="22" class="input-text">
		</div>
        <div class="input">
			<label><?php 
echo L('checkcode');
?>
:</label><input type="text" id="code" name="code" size="8" class="input-text"><?php 
echo Form::checkcode('code_img', '4', 84, 24);
?>
		</div>
        <div class="take">
		<input type="checkbox" name="cookietime" value="2592000" id="cookietime"> <?php 
echo L('remember');
echo L('username');
?>
		<a href="<?php 
echo U('member/passport/public_forget_password');
?>
" class="blue"><?php 
echo L('forgetpassword');
?>
</a><br />
		<div class="submit"><input type="submit" name="dosubmit" id="dosubmit" value="<?php