This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathILLiadMainMenu.html
37 lines (29 loc) · 1.7 KB
/
ILLiadMainMenu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>ILLiad Main Menu</title>
<#INCLUDE filename="include_head.html">
<link href="<#ACTION action='2' type='40' value='RSSID' valueType='lookup' absolutePath='true' includeSessionID='false'>" rel='alternate' type='application/rss+xml' title='ILLiad Alerts'>
</head>
<body>
<#INCLUDE filename="include_header.html">
<#INCLUDE filename="include_menu.html">
<div class="container">
<main id="content" aria-label="Content">
<div id="main-electronic-delivery">
<h2 class="header-special"><span aria-hidden="true" class="fas fa-file-alt fa-1x"></span> Electronically Received Scans</h2>
<#DATAREPEATER name="ElectronicDelivery" TemplateFile="templates/DataRow_ElectronicDelivery.html" noDataAction="You have no electronic delivery requests">
</div>
<div id="main-renew-checked-out-items">
<h2 class="header-special"><span aria-hidden="true" class="fas fa-book-open fa-1x"></span> Checked Out Items</h2>
<#DATAREPEATER name="ViewRenewCheckedOutItems" TemplateFile="templates/DataRow_CheckedOutItems.html" noDataAction="You have no items">
</div>
<div id="main-outstanding-requests">
<h2 class="header-special"><span aria-hidden="true" class="fas fa-list-alt fa-1x"></span> Outstanding Requests</h2>
<#DATAREPEATER name="ViewOutstandingRequests" TemplateFile="templates/DataRow_DefaultRequest.html" noDataAction="You have no requests" orderby="TransactionNumber">
</div>
</main>
<#INCLUDE filename="include_footer.html">
</div>
</body>
</html>