forked from boycetrus/sierra-webpac-bootstrap-skin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbib_display.html
199 lines (166 loc) · 4.5 KB
/
bib_display.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!--{toplogo}-->
<!-- start ifbibdisplay token -->
<!--{ifbibdisplay}-->
<!--{xif}-->
<!-- end ifbibdisplay token -->
<!-- start catedit token -->
<!--{catedit}-->
<!-- end catedit token -->
<div id="bibDisplayBody">
<div class="navigationRowRecord">
<!-- start navrow token -->
<!--{navrow}-->
<!-- end navrow token -->
</div> <!-- navigationRowRecord -->
<div id="bibDisplayContent">
<div class="bibSearch">
<!-- start searchtool token -->
<!--{searchtool}-->
<!-- end searchtool token -->
<div class="bibSearchHistory">
<form>
<!-- start searchhistory token -->
<!--{searchhistory}-->
<!-- end searchhistory token -->
</form>
</div> <!-- bibSearchHistory -->
</div> <!-- bibSearch -->
<div class="bibPager">
<!-- start pager token -->
<!--{pager}-->
<!-- end pager token -->
</div> <!-- bibPager -->
<div class="bibClear"></div>
<div class="bibResourceSidebar">
<!-- start resourcetable token -->
<!--{ifhasresourcetable}-->
<!--{resourcetable}-->
<!--{xif}-->
<!-- end resourcetable token -->
<!--Optional INNReach resources.-->
<!-- start innreach token -->
<!--{innreach}-->
<!-- end innreach token -->
<!-- start relsearch token -->
<!--{relsearch}-->
<!-- end relsearch token -->
</div> <!-- bibResourceSidebar -->
<div class="bibDisplayJacket">
<!-- start bibimage token -->
<!--{bibimage}-->
<!-- end bibimage token -->
<div class="bibMedia">
<!-- start media token -->
<!--{media}-->
<!-- end media token -->
</div> <!-- bibMedia -->
</div> <!-- bibDisplayJacket -->
<div class="bibDisplayContentMain">
<div class="bibDisplayTitle">
<!-- start recordinfo:t token -->
<!--{recordinfo:t}-->
<!-- end recordinfo:t token -->
</div>
<div class="bibDisplayAuthor">
<!-- start recordinfo:a token -->
<!--{recordinfo:a}-->
<!-- end recordinfo:a token -->
</div>
<div class="bibDisplayPublisher">
<!-- start recordinfo:pR token -->
<!--{recordinfo:pR}-->
<!-- end recordinfo:pR token -->
</div>
<!--{ifhaspatrate}-->
<div class="bibDisplayRatings">
<!-- start ratings token -->
<!--{ratings}-->
<!-- end ratings token -->
</div> <!-- bibDisplayRatings -->
<!--{xif}-->
<!-- start booking token -->
<br />
<!--{booking}-->
<!-- end booking token -->
<!-- start holdingslink token -->
<!--{holdingslink}-->
<!-- end holdingslink token -->
<div class="testlinkeddocs">
<!-- start linkeddocs token -->
<!--{linkeddocs}-->
<!-- end linkeddocs token -->
</div> <!-- testlinkeddocs -->
<div class="bibDisplayUrls">
<!-- start URLS token -->
<!--{URLS}-->
<!-- end URLS token -->
</div> <!-- bibDisplayUrls -->
<!-- start bloblinks token -->
<!--{bloblinks}-->
<!-- end bloblinks token -->
<!-- start imagelinks token -->
<!--{imagelinks}-->
<!-- end imagelinks token -->
<!-- start artthumb token -->
<!--{artthumb}-->
<!-- end artthumb token -->
<!-- start xmlframe token -->
<!--{xmlframe}-->
<!-- end xmlframe token -->
<!-- start holds token -->
<!--{holds}-->
<!-- end holds token -->
<!-- start holdings token -->
<!--{holdings}-->
<!-- end holdings token -->
<div class="bibDisplayItems">
<div class="bibDisplayItemsMain">
<!-- start items token -->
<!--{items}-->
<!-- end items token -->
</div> <!-- bibDisplayItems -->
</div> <!-- bibDisplayItemsMain -->
<!-- start course reserves token -->
<!--{ifhascoursereserves}-->
<!--{coursereserves}-->
<!--{xif}-->
<!-- end course reserves token -->
<!-- start orders token -->
<!--{orders}-->
<!-- end orders token -->
<!--{ifTOC}-->
<div class="bibDisplayTOC">
<!-- start TOC token -->
<!--{TOC}-->
<!-- end TOC token -->
</div>
<!--{xif}-->
<div class="bibDisplayContentMore">
<!-- start recordinfo:# token -->
<!--{recordinfo:#}-->
<!-- end recordinfo:# token -->
</div> <!-- bibDisplayContentMore -->
<div class="bibDisplayPermLink">
<!-- start recordlink token -->
<!--{recordlink}-->
<!-- end recordlink token -->
</div> <!-- bibDisplayPermLink -->
<div class="bibDisplayContentMore bibDisplayReviews">
<!-- start patronreviewsfull token -->
<!--{patronreviewsfull}-->
<!-- end patronreviewsfull token -->
</div> <!-- bibDisplayContentMore -->
</div> <!-- bibDisplayContentMain -->
<div class="bibClear"></div>
<div class="bibPager">
<!-- start pager token -->
<!--{pager}-->
<!-- end pager token -->
</div> <!-- bibPager -->
<div class="bibClear"></div>
</div><!-- bibDisplayContent -->
<div class="clear"></div>
</div><!-- bibDisplayBody -->
<!-- start botlogo token -->
<!--{botlogo}-->
<!-- end botlogo token -->