📄 head.php
字号:
<table width="750" border="0" align="center" cellpadding="6" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="270" height="65" align="right"><a href="index.php"><img src="<?php echo $gb_logo?>" alt="<?php echo $gb_name?> - 留言本" border="0"></a></td>
<td height="80" align="center" valign="bottom">
<table width="75%" border="0" cellspacing="0" cellpadding="3">
<tr align="center">
<td><a href="index.php"><img src="images/i2.gif" width="36" height="36" border="0"><br>
浏览留言</a> </td>
<td><a href="add.php"><img src="images/i1.gif" width="36" height="36" border="0"><br>
签写留言</a></td>
<td><?php if(empty($_SESSION['admin_pass'])){?><a href="admin_login.php"><img src="images/i3.gif" width="36" height="36" border="0"><br>
管理留言</a><?php }else{?><a href="javascript:if(confirm('您确认要退出吗?'))location='admin_action.php?ac=logout'"> <img src="images/i3.gif" width="36" height="36" border="0"><br>
退出管理</a><?php }?></td>
<?php if(!empty($_SESSION['admin_pass'])){?>
<td> <a href="admin_set.php"><img src="images/admin_set.gif" width="36" height="36" border="0"><br>
系统设置</a></td>
<?php }?>
<td><a href="<?php echo $index_url?>"><img src="images/Userlogin_30.gif" width="36" height="36" border="0"><br>
网站首页</a></td>
</tr>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -