<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>图书管理系统登陆</title>
<link rel="stylesheet" type="text/css" href="177.css">
<base href="http://www.gzcc.cn/2016/images/" target="_blank">
</head>
<body>
<nav>
<img src="footer1-logo.png">
<input type="test"name="search">
<button type="submit">搜索</button>
<a href="">注册</a>
<a href="">登录</a>
<br> <a href="http://www.gzcc.cn/">学校官网</a>
<a href="">人文社科</a>
<a href="">自然科学</a>
<a href="">专业书籍</a>
<a href="">文学名著</a>
<a href="">小说杂志</a>
<a href="">散文诗集</a>
</nav>
<h1>广州商学院图书管理系统</h1>
<h2 >GCC欢迎您</h2>
<hr>
<p class="tea"> 请注意运行环境是否安全!</p>
<p class="textblue"> 请注意运行环境是否安全!</p>
<p class="tea">请注意运行环境是否安全!</p>
<p><img src ="http://news.gzcc.cn/2016/images/banner.png"></p>
<div id="container" style="width: 400px">
<div id="header" style="background-color: blue"><h2 align="center"
style="margin-bottom: 0;">登录</h2></div>
<div id="content" style="background-color: cornflowerblue;height: 150px;width: 400px;float: left;"align="center">
<from>
用户<input type="text" name="firstname"> <br>
密码<input type="password" name="pwd" > <br>
<br><input type="radio" value="教师">教师
<input type="radio" value="学生">学生
<input type="radio" value="访客">访客 <br>
<input type="button" value="登陆">
<input type="button" value="取消">
</form><div id="container" style="width: 400px">
<div id="header" style="background-color: blue"><h2 align="center" style="margin-bottom: 0;">搜索</h2></div>
<div id="content" style="background-color: cornflowerblue;height: 250px;width: 400px;float: left;">
<form align="center">
<select>
<option>图书类型</option>
<option>图书编号</option>
<option>图书归属</option>
</select>
</form>
<ul>
<li>自然科学类</li>
<li>人文社科类</li>
</ul>
<ol>
<li>计算机科学技术</li>
<li>Java程序设计语言</li>
<li>Web网络架构</li>
<li>Python网络数据采集</li>
</ol>
/div>
<div id="footer" style="background-color:blue;clear:both;text-align:center;">版权 © xyjie</div>
</div>
</body>