You can not select more than 25 topics 
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long. 
		
		
		
		
		
			
	
	
		
			
	
		
			 
			
			This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
		 
	
		
		
			
				
				
					
						
						
						
							 
							
								 
							
							<!DOCTYPE html> 
 
						 
						
						
						
							 
							
								 
							
							< html > 
 
						 
						
						
						
							 
							
								 
							
							< head > 
 
						 
						
						
						
							 
							
								 
							
							< meta  charset = "utf-8" > 
 
						 
						
						
						
							 
							
								 
							
							< meta  http-equiv = "X-UA-Compatible"  content = "IE=edge" > 
 
						 
						
						
						
							 
							
								 
							
							< meta  name = "viewport"  content = "width=device-width, initial-scale=1" > 
 
						 
						
						
						
							 
							
								 
							
							< title > < / title > 
 
						 
						
						
						
							 
							
								 
							
							
 
						 
						
						
						
							 
							
								 
							
							<!--  Bootstrap  --> 
 
						 
						
						
						
							 
							
								 
							
							< link  href = "../css/bootstrap.min.css"  rel = "stylesheet" > 
 
						 
						
						
						
							 
							
								 
							
							<!--  jQuery (Bootstrap 的所有 JavaScript 插件都依赖 jQuery,  所以必须放在前边)  --> 
 
						 
						
						
						
							 
							
								 
							
							< script  src = "../js/jquery.min.js" > < / script > 
 
						 
						
						
						
							 
							
								 
							
							< script  src = "../js/bootstrap.min.js" > < / script > 
 
						 
						
						
						
							 
							
								 
							
							< / head > 
 
						 
						
						
						
							 
							
								 
							
							< body > 
 
						 
						
						
						
							 
							
								 
							
								< nav  class = "navbar navbar-inverse "  role = "navigation" > 
 
						 
						
						
						
							 
							
								 
							
									< div  class = "container-fluid" > 
 
						 
						
						
						
							 
							
								 
							
										<!--  Brand and toggle get grouped for better mobile display  --> 
 
						 
						
						
						
							 
							
								 
							
										< div  class = "navbar-header" > 
 
						 
						
						
						
							 
							
								 
							
										     < button  type = "button"  class = "navbar-toggle collapsed"  data-toggle = "collapse"  data-target = "#bs-example-navbar-collapse-1"  aria-expanded = "false" > 
 
						 
						
						
						
							 
							
								 
							
							        			< span  class = "sr-only" > Toggle navigation< / span > 
 
						 
						
						
						
							 
							
								 
							
										        < span  class = "icon-bar" > < / span > 
 
						 
						
						
						
							 
							
								 
							
										        < span  class = "icon-bar" > < / span > 
 
						 
						
						
						
							 
							
								 
							
										        < span  class = "icon-bar" > < / span > 
 
						 
						
						
						
							 
							
								 
							
							     			< / button > 
 
						 
						
						
						
							 
							
								 
							
											< a  class = "navbar-brand"  href = "#" > 欢迎登陆图书管理系统< / a > 
 
						 
						
						
						
							 
							
								 
							
										< / div > 
 
						 
						
						
						
							 
							
								 
							
							
 
						 
						
						
						
							 
							
								 
							
										<!--  Collect the nav links, forms, and other content for toggling  --> 
 
						 
						
						
						
							 
							
								 
							
										< div  class = "collapse navbar-collapse"  id = "bs-example-navbar-collapse-1" > 
 
						 
						
						
						
							 
							
								 
							
											< ul  class = "nav navbar-nav" > 
 
						 
						
						
						
							 
							
								 
							
							        			< li > < p  style = "margin-top:25%;color:grey;" > 借阅者页面< span  class = "sr-only" > (current)< / span > < / p > < / li > 
 
						 
						
						
						
							 
							
								 
							
											< / ul > 
 
						 
						
						
						
							 
							
								 
							
											
 
						 
						
						
						
							 
							
								 
							
											< ul  class = "nav navbar-nav navbar-right" > 
 
						 
						
						
						
							 
							
								 
							
												< li > < a  href = "../loginReader.html"  target  =  "_top" > 退出< / a > < / li > 
 
						 
						
						
						
							 
							
								 
							
											< / ul > 
 
						 
						
						
						
							 
							
								 
							
										< / div > 
 
						 
						
						
						
							 
							
								 
							
									< / div > 
 
						 
						
						
						
							 
							
								 
							
								< / nav > 
 
						 
						
						
						
							 
							
								 
							
							< / body > 
 
						 
						
						
						
							 
							
								 
							
							< / html >