⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.tpl

📁 免费版限制 只允许设置1个tracker地址 上传Torrent文件限制30KB 只允许设置一级分类(分类数量:限定为10个) 无公告和友情连接功能 无论坛注册接口设置 无联盟功能 无rss功能 无举
💻 TPL
字号:
{{include file="header.tpl"}}

{{****** 登录区域 ******}}
<div id="login" style="width:350px;margin:0 auto;">
<div style="margin: 60px;"></div>
<form name="form1" action="index.php" method="post">
<input type="hidden" name="op" value="login" />
<input type="hidden" name="url" value="{{$smarty.const.CURRENT_URL|urlencode}}" />
<table class="tborder" cellSpacing="1" cellPadding="4" style="width:330px;" align="center">
  <tr class="tcat" height="18"><td colspan="2"><span class="text_bold">登录系统</span></td></tr>
  <tr class="alt1">
    <td class="text_right" width="120">用户名</td>
    <td width="230"><input type="text" id="username" name="username" class="formInput" size="20" maxlength="30" /></td>
  </tr>
  <tr class="alt2">
    <td class="text_right">密&nbsp;&nbsp;码</td>
    <td><input type="password" name="password" class="formInput" size="20" maxlength="30" /></td>
  </tr>
{{if !$Config.verify_code_close}}
  <tr class="alt1">
    <td class="text_right">验证码</td>
    <td><input type="text" name="vcode" class="formInput" size="4" maxlength="4" /><img src="vimg.php?n=mlogin" align="absmiddle" alt="图片验证码" /></td>
  </tr>
{{/if}}
  <tr class="tfoot">
    <td class="text_center" colspan="2"><input type="submit" id="submit" class="formButton" value=" 登 录 " /></td>
  </tr>
</table>
</form>
</div>
<script type="text/javascript">
document.getElementById('username').focus();
</script>
{{****** 结束登录区域 ******}}

{{include file="footer.tpl"}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -