📄 administrator.php
字号:
<?php
if(file_exists("install.php"))
{
echo "<font color=red>警告:install.php文件仍然存在服务器上,这是不安全的,请删除!</font>";
exit;
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Friends!婚介交友管理中心</title>
</HEAD>
<SCRIPT language=javascript>
var x=0;
function switchSysBar()
{
if (x==0)
{
switchPoint.innerHTML="<img src=templates/img/b.gif>";
document.all("frmMenu").style.display="none";
x=1;
}
else
{
switchPoint.innerHTML="<img src=templates/img/a.gif>";
document.all("frmMenu").style.display="";
x=0;
}
}
</SCRIPT>
<BODY scroll="no" style="MARGIN: 0px">
<table border=0 cellspacing=0 cellpadding=0 width=100% height=100% id = tblTotal Name = tblTotal align=center>
<tr>
<td id="frmMenu" name="frmMenu" nowrap valign="center" align="middle" height=100%>
<iframe scrolling="auto" id="left" name="left" style="HEIGHT:100%; VISIBILITY: inherit; WIDTH: 150px; Z-INDEX: 2" frameborder="0" src="templates/admin_menu.html"></iframe>
</td>
<TD id=cmenu BACKGROUND="templates/img/bg-10.gif" width="10">
<SPAN id=Label1><SPAN id=switchPoint title="view / hide" style="CURSOR: hand" onclick=switchSysBar()>
<IMG src="templates/img/a.gif" width="10" height="52"></SPAN></span> </TD>
<td width='100%'>
<table border=0 cellspacing=0 cellpadding=0 width=100% height=100% align="center">
<tr>
<td width='100%' height="25">
<iframe id="rtop" name="rtop" scrolling="no" style="height: 100%; visibility: inherit; width: 100%;z-index: 1" frameborder=0 src="templates/admin_top.html"></iframe>
</td>
</tr>
<tr>
<td width='100%'>
<iframe id="rbottom" name="rbottom" style="height: 100%; visibility: inherit; width: 100%;z-index: 1" frameborder=0 src="admin.php"></iframe>
</td>
</tr>
</table>
</td></tr></table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -