📄 eindex.php
字号:
<?php
if(!defined('InEmpireBak'))
{
exit();
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>帝国备份王后台登陆</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
<script>
if(self!=top)
{
parent.location.href='index.php';
}
</script>
</head>
<body onload="document.form1.lusername.focus();">
<br>
<table width="100%" border="0" cellspacing="8" cellpadding="3">
<tr>
<td><div align="center"><a href="http://www.phome.net" target="_blank"><img src="images/logo.jpg" alt="Empire Soft" width="180" height="65" border="0"></a></div></td>
</tr>
<tr>
<td><div align="center"><strong><font size="5">欢迎使用 EmpireBak v2008</font></strong></div></td>
</tr>
<tr>
<td>
<table width="430" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div style="padding:6px" align="center" width="300" height="80"><fieldset>
<legend><font size="4">Language</font></legend>
<table cellpadding=0 cellspacing=0 border=0><tr><td height="30"><select name="select" onchange="parent.location.href='phome.php?phome=ChangeLanguage&from=index.php&l='+this.value;" style="width=300">
<?=Ebak_ReturnLang()?>
</select></td></tr></table></fieldset></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table width="420" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#0472BC">
<form name="form1" method="post" action="phome.php">
<input type="hidden" name="phome" 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="lusername" type="text" id="lusername" size="30"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">密码:</td>
<td height="25"><input name="lpassword" type="password" id="lpassword" size="30"></td>
</tr>
<?
if(!$set_loginkey)
{
?>
<tr bgcolor="#FFFFFF">
<td height="25">验证码:</td>
<td height="25"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="52"> <input name="key" type="text" id="key" size="6">
</td>
<td><img src="ShowKey.php" align="bottom"></td>
</tr>
</table></td>
</tr>
<?
}
?>
<tr bgcolor="#FFFFFF">
<td height="25"> </td>
<td height="25"><input type="submit" name="Submit" value="登陆"> <input type="reset" name="Submit2" value="重置"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25" colspan="2"><div align="center">(<a href="doc.html" target="_blank">查看帝国备份王说明文档</a>)</div></td>
</tr>
</form>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -