📄 index.php
字号:
<?
$url="<a href=../../../>首页</a> > <a href=../cp>控制面板</a> > 会员登陆";
include("../../data/template/cp_1.php");
?>
<form name="form1" method="post" action="../../enews/index.php">
<p> </p>
<table width="45%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#4791C5">
<input type=hidden name=enews value=login>
<tr>
<td height="25" colspan="2"><div align="center"><strong><font color="#FFFFFF">会员登陆</font></strong></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="32%" height="25">用户名:</td>
<td width="68%" height="25"><input name="username" type="text" id="username"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">密码:</td>
<td height="25"><input name="password" type="password" id="password"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">验证码:</td>
<td height="25"><input name="key" type="text" id="key" size="6"><img src="../../ShowKey?ecms"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25"> </td>
<td height="25"><input type="submit" name="Submit" value="登陆"> <input type="button" name="button" value="注册" onclick="parent.location.href='../register';"></td>
</tr>
</table>
</form>
<?
include("../../data/template/cp_2.php");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -