-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathILLiadMainMenu.html
40 lines (31 loc) · 1.9 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
36
37
38
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>ILL | 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> Scan Requests</h2>
<h6 class="form-notes">Delivered Chapter and Article scans will remain on the server for 30 days.</h6>
<#DATAREPEATER name="ElectronicDelivery" TemplateFile="templates/DataRow_ElectronicDelivery.html" noDataAction="You have no scan requests">
</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 outstanding requests" orderby="TransactionNumber">
</div>
<div id="main-renew-checked-out-items">
<h2 class="header-special"><span aria-hidden="true" class="fas fa-book-open fa-1x"></span> Loans</h2>
<h6 class="form-notes"> Log in to My Library Account to view your current physical loans (books, media, microforms).</h6>
<a class="btn btn-primary" href="https://bc-primo.hosted.exlibrisgroup.com/primo-explore/account?vid=bclib_new" target="_blank" rel="noopener noreferrer">My Library Account</a>
</div>
</main>
<#INCLUDE filename="include_footer.html">
</div>
</body>
</html>