-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathilldissert.html
46 lines (42 loc) · 1.29 KB
/
illdissert.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
<!--{toplogo}-->
<div class="pageContentInner">
<h1 class="pageHeader">Inter-Library Loan Requests - Thesis or Dissertation</h1>
<!--{patron}-->
<!--{iferrmsg}-->
<div>
<span class="errormessage">Request was not submitted:
<!--{iferrmsgisPIN}-->
<!--{newpinmsg}-->
<!--{else}-->
<!--{errmsg}-->
<!--{xif}-->
</span>
</div>
<!--{xif}-->
<div class="illform">
<div class="form3Part" id="accessibleForm">
<div class="form3PartAbove">
<!--{heading}-->
</div> <!-- form3PartAbove -->
<div class="form3PartBelow">
<div class="formLeft">
<!--{illreqform}-->
</div> <!-- formLeft -->
<div class="formRight">
<h2 class="pageHeader">Other Inter-Library Loan Options</h2>
<ul class="illOtherLists">
<li><a href="/illb">Book request</a></li>
<li><a href="/illj">Journal article request</a></li>
<li><a href="/illc">Chapter or portion of a book request</a></li>
<li><a href="/illp">Proceedings of a conference request</a></li>
<li><a href="/illd">Thesis or Dissertation request</a></li>
<li><a href="/illg">Government publication request</a></li>
<li><a href="/illt">Technical Report request</a></li>
</ul>
</div> <!-- formRight -->
<div class="clear"></div>
</div> <!-- form3PartBelow -->
</div><!--form3Part -->
</div><!--illform -->
</div><!-- pageContentInner -->
<!--{botlogo}-->