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

📄 help.jsp

📁 基于servlet的图书馆管理系统,学习参考
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<!-- This file use to display the help for all section in the applicaiton -->
<HTML><title>HELP</title>
<BODY bgcolor="#FFFFFF">
<center><b>HELP</b></center>
<%
// Get the current URI and display the help section according to it
String refURL = (String)session.getAttribute("currentURI");
if(refURL != null){
	if(refURL.equals("/JavaLibrary/mainmenu/mainmenu.jsp")) {
%>
<center>
  <b>Main Menu</b> 
</center>
  
<ul>
  <li>Select login if your have the account for this library system. Which will 
    give U extra option depend on your login access level. </li>
  <li>Anyway, you still can search the library items (e.g. books, magazine, CD..) 
    from search menu.</li>
  <li>After login, U will get notice if U had borrowed library item that had overdue 
    and/or the reservation U make had had available now. </li>
  <li>Beside that, after login, depend on your security level (either admin, librarian 
    or borrower); U will have difference menu selection. </li>
</ul>
<hr>
<% } else if (refURL.equals("/JavaLibrary/login/login.jsp")) {
%>
<center>
  <b>Login</b> 
</center>
	
<ul>
  <li>Enter your login ID and password </li>
  <li>During login process, beside validation, system will update the reserve 
    record and borrow record.</li>
</ul>
<hr>
<% } else if (refURL.equals("/JavaLibrary/login/login_invalid.jsp")) {
%>
<center>
  <b>Invalid Login</b> 
</center>
	<ul>
  <li>Please make sure your login ID and password are match, and try again to 
    login </li>
</ul>
<hr>
<% } else if (refURL.equals("/JavaLibrary/misc/faq.jsp")) {
%>
<center>
  <b>FAQ</b> 
</center>
	
<ul>
  <li>Select the FAQ section from right. </li>
  <li>Available FAQ section include: Membership policies, Library open hours, 
    Reservation of library items, Apply for membership.</li>
</ul>
<hr>
<% } else if (refURL.equals("/JavaLibrary/misc/faq_member_policy.jsp")) {
%>
<center>
  <b>FAQ: Membership Policies</b>
</center>
<ul>
  <li>Part of FAQ information.</li>
  <li>About the Membership policies</li>
  <li>To back to FAQ selection, either click the 'FAQ' hyperlink at left or select 
    the 'Frequently Asked Questions (FAQs)' hyperlink on the top. 
    <p></p>
  </li>
</ul>
<HR>
<% } else if (refURL.equals("/JavaLibrary/misc/faq_library_open_hours.jsp")) {
%>
<center>
  <b>FAQ: 
  Library Opening Hours </b>
</center>
<ul>
  <li>Part of FAQ information.</li>
  <li>About the Library Opening Hours</li>
  <li>To back to FAQ selection, either click the 'FAQ' hyperlink at left or select 
    the 'Frequently Asked Questions (FAQs)' hyperlink on the top. </li>
</ul>
<HR>
<% } else if (refURL.equals("/JavaLibrary/misc/faq_reservation_item.jsp")) {
%>
<center>
  <b>FAQ: Reservation of Items </b> 
</center>
<ul>
  <li>Part of FAQ information.</li>
  <li>About the Reservatioin of Items.</li>
  <li>To back to FAQ selection, either click the 'FAQ' hyperlink at left or select 
    the 'Frequently Asked Questions (FAQs)' hyperlink on the top.</li>
</ul>
<hr>
<% } else if (refURL.equals("/JavaLibrary/misc/faq_apply_membership.jsp")) {
%>
<center>
</center>
<center>
  <b>FAQ: Applying for Membership </b> 
</center>
<ul>
  <li>Part of FAQ information.</li>
  <li>About the procedure and the fees to applying membership.</li>
  <li>To back to FAQ selection, either click the 'FAQ' hyperlink at left or select 
    the 'Frequently Asked Questions (FAQs)' hyperlink on the top</li>
</ul>
<hr>
<% } else if (refURL.equals("/JavaLibrary/misc/about.jsp")) {
%>
<center>
  <b>About</b>
</center>
<ul>
  <li>Some information about the system: Background and Mission, Objective and 
    the meaning of the logo for this application<br>
  </li>
</ul>
<hr>
<% } else if (refURL.equals("/JavaLibrary/search/search_libraryitem.jsp")) {
%>
<center>
  <b>Library Item Search</b>
</center>
	
<ul>
  <li>When you first came it, or if you leave all the fields empty, system will 
    display all the items in database. </li>
  <li>Anyway, you can limit the search by filter the Subject, Media Type or Language. 
    Furthermore youcan combine the filter with keyin the search criteria for item 
    title, call number, keyword or/and ISBN. </li>
  <li>You can limit the search result disply on screen by specify the record per 
    page. </li>
  <li>If search result is more then record per page specify, you can navigates 
    by select eitehr first page, previous page, next page or last page. </li>
  <li>By click on the item title, system will bring you to the item detail. </li>
</ul>
<p>U may sort the search result by click on icons below:<br>
</p>
<table width="70%" border="1">
  <tr> 
    <td width="50%"><img src="../images/common/icon_sort_down_off.gif" width="10" height="7"> 
      Descend order</td>
    <td><img src="../images/common/icon_sort_up_off.gif" width="20" height="7"> 
      Ascend order</td>
  </tr>
</table>
<br>
Meaning use in the result header<br>
<table width="70%" border="1">
  <tr> 
    <td width="20%">QTY</td>
    <td>Total Quantity for the item</td>
  </tr>
  <tr> 
    <td width="20%">AVA</td>
    <td>Current Available quantity for the item</td>
  </tr>
  <tr> 
    <td width="20%">BOR</td>
    <td>Current borrow out quantity for the item</td>
  </tr>
  <tr>
    <td width="20%">RES</td>
    <td>Current reserve quantity for the item</td>
  </tr>
</table>
<BR>
<hr>
<% } else if (refURL.equals("/JavaLibrary/admin/user_list.jsp")) {
%>
<center>
  <b>User List</b>
</center>
	
<p>Restrict access by: <i>admin</i> and <i>librarian</i> . <br>
  <br>
  <i>Librarian</i><br>
</p>
<ul>
  <li>You can add a new user by select [Add new user record] </li>
  <li>When U frist came it, or if youleave all the fields empty, system will display 
    all the users in database. Anyway, you can limit the search by filter the 
    user access level. Furthermore you can combine the filter with key in the 
    search criteria for user id, user first name or/and user last name.</li>
  <li>You can limit the search result display on screen by specify the record 
    per page.</li>
  <li>If search result is more then records per page specify, you can navigate 
    by select first page, previous page, next page or last page. </li>
  <li>By click on the user ID, system will bring U to the user edit section if 
    the user is belong to borrower access level. Else system will display view 
    section for the user who belong to librarian and admin access level. In other 
    word, librarian login cannot change other librarian and admin user data.</li>
</ul>

  
<p><i>Admin (same as Librarian with extra option)</i></p>
<ul>
  <li>Admin can edit all user</li>
  <li>Admin can delete user by click on the checkbox and follow by delete button. 
    However, it is limit to condition:
    <ul>
      <li> Admin cannot delete himself/herself</li>
      <li>User that still have item not yet return cannot be delete</li>
      <li>User that still have reservation in queue cannot be delete</li>
    </ul>
  </li>
</ul>
<p>U may sort the search result by click on icons below:<br>
</p>
<table width="70%" border="1">
  <tr> 
    <td width="50%"><img src="../images/common/icon_sort_down_off.gif" width="10" height="7"> 
      Descend order</td>
    <td><img src="../images/common/icon_sort_up_off.gif" width="20" height="7"> 
      Ascend order</td>
  </tr>
</table>
<hr>
<% } else if (refURL.equals("/JavaLibrary/admin/libraryitem_list.jsp")) {
%>
<center>
  <b>Library Item List</b>
</center>
<p>Restrict access by: <i>admin</i>. <br>
  <br>
  <i>Admin</i><br>
</p>
<ul>
  <li>You can add a new item by select [Add new item record] </li>
  <li>When you first came it, or if you leave all the fields empty, system will 
    display all the items in database. Anyway, you can limit the search by filter 
    the Subject, Media and/or Language. Furthermore you can combine the filter 
    with key in the search criteria for title, call number, keyword or/and ISBN.</li>
  <li>You can limit the search result display on screen by specify the record 
    per page.</li>
  <li>If search result is more then records per page specify, you can navigate 
    by select first page, previous page, next page or last page. </li>
  <li>By click on the item title, system will bring you to the item edit section 
  <li>Admin can delete item by click on the checkbox and follow by delete button. 
    However, it is limit to condition: 
    <ul>
      <li>Item still have quantity not yet return by borrower</li>
      <li>Item still have quantity in reserve queue</li>
    </ul>
  </li>
</ul>
<p>U may sort the search result by click on icons below:</p>
<table width="70%" border="1">
  <tr> 
    <td width="50%"><img src="../images/common/icon_sort_down_off.gif" width="10" height="7"> 
      Descend order</td>
    <td><img src="../images/common/icon_sort_up_off.gif" width="20" height="7"> 
      Ascend order</td>
  </tr>
</table>
<br>
Meaning use in the result header<br>
<table width="70%" border="1">
  <tr> 
    <td width="20%">QTY</td>
    <td>Total Quantity for the item</td>
  </tr>
  <tr> 
    <td width="20%">AVA</td>
    <td>Current Available quantity for the item</td>
  </tr>
  <tr> 
    <td width="20%">BOR</td>
    <td>Current borrow out quantity for the item</td>
  </tr>
  <tr> 
    <td width="20%">RES</td>
    <td>Current reserve quantity for the item</td>
  </tr>
</table>
<hr>
<% } else if (refURL.equals("/JavaLibrary/admin/borrow_list.jsp")) {
%>
<center>
  <b>Borrow List</b>
</center>
<p>Restrict access by: <i>admin</i><br>
  <br>
  <i>Admin</i><br>
</p>
<ul>
  <li>When you first came it, or if youleave all the fields empty, system will 
    display all the borrow record in database. Anyway, you can limit the search 
    by filter the borrow status (overdue, borrow or return). Furthermore you can 
    combine the filter with key in the search criteria for Borrower ID and/or 
    Item Call Number.</li>
  <li>U can limit the search result display on screen by specify the record per 
    page.</li>
  <li>If search result is more then records per page specify, you can navigate 
    by select first page, previous page, next page or last page. </li>
  <li>Click on the borrower ID to sent notice to borrower via email.
  <li>Click on the item title, system will bring you to the item edit section 
</ul>
<p>U may sort the search result by click on icons below:</p>
<table width="70%" border="1">
  <tr> 
    <td width="50%"><img src="../images/common/icon_sort_down_off.gif" width="10" height="7"> 
      Descend order</td>
    <td><img src="../images/common/icon_sort_up_off.gif" width="20" height="7"> 
      Ascend order</td>
  </tr>
</table>
<br>
<hr>
<% } else if (refURL.equals("/JavaLibrary/admin/reserve_list.jsp")) {
%>
<center>
  <b>Reserve List</b>
</center>
	
<p>Restrict access by: <i>admin</i><br>
  <br>
  <i>Admin</i><br>
</p>
<ul>
  <li>When you first came it, or if you leave all the fields empty, system will 
    display all the reserve record in database. Anyway, you can limit the search 
    by filter the reserve status (over reserve period, available or queue). Furthermore 
    you can combine the filter with key in the search criteria for Reserver ID 
    and/or Item Call Number.</li>
  <li>You can limit the search result display on screen by specify the record 
    per page.</li>
  <li>If search result is more then records per page specify, You can navigate 
    by select first page, previous page, next page or last page. </li>
  <li>Click on the borrower ID to sent notice to borrower via email. 
  <li>Click on the item title, system will bring you to the item view section 
  <li>To cancel the reservation, just by click on the checkbox and follow by 'cancel 
    reservation' button. System will update the library item reserve quantity, 
    user reserve quota and reservation availability for next reserver in queue. 
</ul>
<p>U may sort the search result by click on icons below:</p>
<table width="70%" border="1">
  <tr> 
    <td width="50%"><img src="../images/common/icon_sort_down_off.gif" width="10" height="7"> 
      Descend order</td>
    <td><img src="../images/common/icon_sort_up_off.gif" width="20" height="7"> 
      Ascend order</td>
  </tr>
</table>
<hr>
<% } else if (refURL.equals("/JavaLibrary/admin/penalty_list.jsp")) {
%>
<center>
  <b>Penalty List</b>
</center>
<p>Restrict access by: <i>admin</i><br>
</p>
<ul>
  <li>When you first came it, or if you leave all the fields empty, system will 
    display all the penalty record in database. Anyway, you can limit the search 
    by key in the Borrower ID.</li>
  <li>You can limit the search result display on screen by specify the record 
    per page.</li>
  <li>If search result is more then records per page specify, you can navigate 
    by select first page, previous page, next page or last page. </li>
  <li>Click on the item title, system will bring You to the item view section 
  <li>Click on the borrower record number, system will display the borrow record 
    in detail. 
  <li>Total penalty will be display at the bottom of the screen.
</ul>
<p>U may sort the search result by click on icons below:</p>
<table width="70%" border="1">
  <tr> 
    <td width="50%"><img src="../images/common/icon_sort_down_off.gif" width="10" height="7"> 

⌨️ 快捷键说明

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