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

📄 login.html

📁 STCMS音乐系统 系统功能:   1、随意的添加导航栏目的频道
💻 HTML
字号:
{include file="head.html"}
<div class="title">管理登陆</div>
<div class="content">
	<form id="loginForm" name="loginForm" method="post" onsubmit="return false;">
	<table>
    	<tr>
        	<td>管理员:</td>
            <td><input class="input" name="name" type="text" /></td>
        </tr>
        <tr>
        	<td>密  码:</td>
        	<td><input class="input" type="password" name="pwd" /></td>
        </tr>
        <tr>
        	<td>验证码:</td>
            <td><input id="verify" type="text" name="verify" /><img src="{$config.webUrl}include/verify.class.php" /></td>
        </tr>
    </table>
    <input type="submit" value="登陆" onclick="login('loginForm','login.php?action=logined')" />
    </form>
</div>
{include file="foot.html"}

⌨️ 快捷键说明

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