login.tpl.php
来自「a short sketch about linux syntex lines.」· PHP 代码 · 共 1 行
PHP
1 行
document.write('<form action="<?php echo $this->installdir;?>?mod=member&action=login" method="post"><div style="font-size:14px;">用户名:<input type="text" name="username" value="" class="iput" /></div><div style="font-size:14px;">密 码:<input type="password" name="password" value="" class="iput" /></div><div><input type="submit" name="login" class="login_buton" value="登录" /></div></form>');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?