新增书籍表、列表/搜索、管理员/馆员维护入口
This commit is contained in:
@@ -34,11 +34,23 @@
|
||||
<p>Book, reader, borrowing, return, renewal, and overdue entry point.</p>
|
||||
<a class="button button-secondary" href="${pageContext.request.contextPath}/librarian/home">Open</a>
|
||||
</article>
|
||||
|
||||
<article class="workspace-card">
|
||||
<h2>Book Management</h2>
|
||||
<p>Create, update, delete, and review book inventory records.</p>
|
||||
<a class="button button-secondary" href="${pageContext.request.contextPath}/books">Open</a>
|
||||
</article>
|
||||
</c:if>
|
||||
|
||||
<article class="workspace-card">
|
||||
<h2>Book Catalog</h2>
|
||||
<p>Search books by title, author, category, or book identifier.</p>
|
||||
<a class="button button-secondary" href="${pageContext.request.contextPath}/catalog">Search</a>
|
||||
</article>
|
||||
|
||||
<article class="workspace-card">
|
||||
<h2>Reader Center</h2>
|
||||
<p>Catalog search and reader self-service entry point.</p>
|
||||
<p>Reader self-service entry point.</p>
|
||||
<a class="button button-secondary" href="${pageContext.request.contextPath}/reader/home">Open</a>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user