-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNLMDDSRequest.html
55 lines (51 loc) · 3.32 KB
/
NLMDDSRequest.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html>
<head>
<title>ILLiad - NLM Document Delivery Service</title>
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->
</head>
<body id="type-b">
<div id="wrap">
<#INCLUDE filename="include_header_request.html">
<div id="content-wrap">
<#INCLUDE filename="include_menu.html">
<div id="content">
<form action="illiad.dll" method="post" name="NLMDDSRequest" class="f-wrap-request">
<input type="hidden" name="ILLiadForm" value="NLMDDSRequest">
<input type="hidden" name="Username" value="<#PARAM name="Username">">
<input type="hidden" name="SessionID" value="<#PARAM name="SessionID">">
<div class="req"><b>*</b> Indicates required field</div>
<fieldset>
<h3>NLM Document Delivery Service Requests</h3>
<#STATUS>
<h2>Common Request Information</h2>
Note: The account number and notes will be used for all of the submitted requests unless indivudally overriden below.
<label for="ValidAccountsDropDown">
<span class="field">
<span class="<#ERROR name="ERRORValidAccountsDropDown">"><b>Account Number</b></span>
</span>
<select id="ValidAccountsDropDown" name="ValidAccountsDropDown" size="1" class="f-name" tabindex="14">
<#OPTION name="ValidAccounts">
</select><br />
</label>
<label for="Notes">
<span class="field">
<span class="<#ERROR name="ERRORNotes">"><b>Notes</b></span><br />
<span class="note">Put any information here that may help us find these items, as well as any other pertinent information.</span>
</span>
<textarea id="Notes" name="Notes" rows="2" cols="40" class="f-name" tabindex="15"><#PARAM name="Notes"></textarea><br />
</label>
<h2>Requests</h2>
<#PARAM name="NLMDDSRequests">
<#INCLUDE filename="include_request_buttons.html">
</fieldset>
</form>
<#INCLUDE filename="include_footer.html">
</div>
</div>
</div>
</body>
</html>