Skip to content

Commit

Permalink
调整header
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghuanhao committed Jan 17, 2019
1 parent b725b4a commit c086279
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 23 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/admin_book_detail.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
</script>
</head>
<body>
<div id="header"></div>
<div id="header" style="padding-bottom: 80px"></div>

<div class="col-xs-6 col-md-offset-3" style="margin-top: 5%">
<div class="col-xs-6 col-md-offset-3">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">《 ${detail.name}》</h3>
Expand Down
5 changes: 3 additions & 2 deletions src/main/webapp/WEB-INF/jsp/admin_book_edit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
</head>
<body>

<div id="header"></div>
<div class="col-xs-6 col-md-offset-3" style="position: relative;top: 10%">
<div id="header" style="padding-bottom: 80px"></div>

<div class="col-xs-6 col-md-offset-3" style="position: relative;">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">编辑《 ${detail.name}》</h3>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/admin_header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="login.html"><span class="glyphicon glyphicon-user"></span>${admin.username}, 已登录</a>
<li><a href="login.html">${admin.username}, 已登录</a>
</li>
<li><a href="logout.html"><span class="glyphicon glyphicon-log-in"></span>退出</a></li>
<li><a href="logout.html">退出</a></li>
</ul>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/WEB-INF/jsp/admin_lend_list.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</script>
</head>
<body>

<div id="header"></div>

<div style="padding: 70px 550px 10px">
Expand Down
5 changes: 2 additions & 3 deletions src/main/webapp/WEB-INF/jsp/admin_reader_edit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
</script>
</head>
<body>

<div id="header"></div>
<div class="col-xs-6 col-md-offset-3" style="position: relative;top: 10%">
<div id="header" style="padding-bottom: 80px"></div>
<div class="col-xs-6 col-md-offset-3" style="position: relative;">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">编辑读者信息《 ${readerInfo.readerId}》</h3>
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/WEB-INF/jsp/admin_readers.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</script>
</head>
<body>

<div id="header"></div>
<c:if test="${!empty info}">
<script>alert("${info}");window.location.href="allreaders.html"</script>
Expand Down
7 changes: 3 additions & 4 deletions src/main/webapp/WEB-INF/jsp/admin_repasswd.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
</script>
</head>
<body>

<div id="header"></div>
<div style="position: relative;top: 15%">
<div id="header" style="padding-bottom: 100px"></div>
<div style="position: relative">
<c:if test="${!empty succ}">
<div class="alert alert-success alert-dismissable">
<button type="button" class="close" data-dismiss="alert"
Expand All @@ -40,7 +39,7 @@
</div>
</c:if>
</div>
<div class="col-xs-6 col-md-offset-3" style="position: relative;top: 25%">
<div class="col-xs-6 col-md-offset-3" style="position: relative;">
<div class="panel panel-primary " >
<div class="panel-heading">
<h3 class="panel-title">密码修改</h3>
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/WEB-INF/jsp/reader_book_detail.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</head>
<body>
<div id="header"></div>

<div class="col-xs-6 col-md-offset-3" style="position: relative;top: 3%">
<div class="panel panel-primary">
<div class="panel-heading">
Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/jsp/reader_book_query.jsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<%@ page import="com.library.domain.Book" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html>
Expand All @@ -20,8 +19,6 @@
</head>
<body>
<div id="header"></div>


<div style="padding: 30px 550px 10px">
<form method="post" action="reader_querybook_do.html" class="form-inline" id="searchform">
<div class="input-group">
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/reader_header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="reader_info.html"><span class="glyphicon glyphicon-user"></span>${readercard.name}, 已登录</a></li>
<li><a href="login.html"><span class="glyphicon glyphicon-log-in"></span>退出</a></li>
<li><a href="reader_info.html">${readercard.name}, 已登录</a></li>
<li><a href="login.html">退出</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jsp/reader_info.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</script>
</head>
<body>
<div id="header"></div>
<div id="header" style="padding-bottom: 80px"></div>
<c:if test="${!empty succ}">
<div class="alert alert-success alert-dismissable">
<button type="button" class="close" data-dismiss="alert"
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jsp/reader_info_edit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</script>
</head>
<body>
<div id="header"></div>
<div id="header" style="padding-bottom: 80px"></div>
<div class="col-xs-5 col-md-offset-3">
<div class="panel panel-default">
<div class="panel-heading">
Expand Down

0 comments on commit c086279

Please sign in to comment.