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

📄 remind2.php

📁 图书管理系统的代码,是一个不错的东东哦 用户名为ADMIN为管理员
💻 PHP
字号:
<HTML>
<HEAD>
<TITLE>图书管理系统</TITLE>
</HEAD>

<BODY>

<table border="0" width="100%" cellpadding="2" height="12">
<tr>
<td width="100%">
      <h2 align=center> 图书管理系统</h2>
    </td>
</tr>
<tr>
<td width="100%" height="6">
        <p align="center">
		<a href="<?php echo url('Default','Index'); ?>"><font color="#008000">返回首页</font></a>
		<font color="#8EB4D9">|</font>
		<a href="<?php echo url('Default','LoginPage'); ?>"><font color="#008000">用户注册登录</font></a>
        <font color="#8EB4D9">|</font>
		<a href="<?php echo url('Admin','AddBook'); ?>"><font color="#008000">新书入库</font></a>
		<font color="#8EB4D9">|</font>
		<a href="<?php echo url('Admin','Borrow'); ?>"><font color="#008000">借书</font></a>
        <font color="#8EB4D9">|</font>
		<a href="<?php echo url('Admin','Return'); ?>"><font color="#008000">还书续借</font></a>
        <font color="#8EB4D9">|</font>
		<a href="<?php echo url('Default','Search'); ?>"><font color="#008000">图书查询</font></a>
        <font color="#8EB4D9">|</font>
		<a href="<?php echo url('Default','Logout'); ?>"><font color="#008000">退出</font></a>
    </td>
</tr>
<tr><td height=10></td></tr>
</table>
<center><h3><?php echo $result; ?></h3>
<?php echo $href; ?>
</center>
</BODY>
</HTML>

⌨️ 快捷键说明

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