-
Notifications
You must be signed in to change notification settings - Fork 4
/
bib_display.html
177 lines (150 loc) · 4.19 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
<!--{toplogo}-->
<!--{ifbibdisplay}-->
<!--{xif}-->
<!--{catedit}-->
<script type="text/javascript" src='/screens/sortUnscoped856s.js'></script>
<div id="bibDisplayBody">
<div class="navigationRowRecord">
<!--{navrow}-->
<!--{innreach}-->
<span id="encoreLink"></span>
</div>
<div id="bibDisplayContent">
<div class="bibSearch">
<!--{searchtool}-->
<div class="bibSearchHistory">
<!--{searchhistory}-->
</div>
</div><!-- bibSearch -->
<div class="bibPager">
<!--{pager}-->
</div>
<div class="bibClear"></div>
<div class="bibDisplayJacket">
<!--{bibimage}-->
<p id="syndeticsMessage"></p>
<div class="bibMedia">
<!--{media}-->
</div>
</div>
<div class="bibDisplayContentMain">
<!--{recordinfo:a}-->
<h1 class="bibDisplayTitle">
<!--{recordinfo:t}-->
</h1>
<!--{recordinfo:peR}-->
<!--{ifhaspatrate}-->
<div class="bibDisplayRatings">
<!--{ratings}-->
</div>
<!--{xif}-->
<!--{holdingslink}-->
<div class="testlinkeddocs">
<!--{linkeddocs}-->
</div>
<div class="bibDisplayUrls">
<!--{URLS}-->
</div>
<!--{bloblinks}-->
<!--{imagelinks}-->
<!--{artthumb}-->
<!--{xmlframe}-->
<div class="bibDisplayItems">
<div class="bibDisplayItemsHeader"><h2>Copies</h2></div>
<div class="bibDisplayItemsMain">
<!--{holds}-->
<!--{holdings}-->
<!--{items}-->
<a href="#here" name=smsbutton id=smsbutton onClick="showsms();return false;">
<div id="smsfeatures" class="resourceButton">
<span class="button">
<img src="/screens/ico_phone.gif">
<span class="buttonText">Text item location</span>
</span>
</div>
</a>
<script>
$(document).ready(function(){
if ($('.bibLinks').html().length > 0) {
$('#smsfeatures').hide();
}
});
</script>
<!-- a quick script to hide the SMS menu if there are no items. same as the javascript in the SMS form, but it's really just to see if the items exist. If they don't, we hide the buttons -->
<script>
var f = document.getElementById('bib_detail');
try {
var itms = document.getElementById('bib_items');
var tr = itms.getElementsByTagName('TR');
for(i = 1; i < tr.length; i++) {
var x=tr[i].getElementsByTagName('TD');
if (x.length == 3) {
var loc = x[0].innerHTML.replace(/(<([^>]+)>| )/ig,"");
var call = x[1].innerHTML.replace(/(<([^>]+)>| )/ig,"");
var status = x[2].innerHTML.replace(/(<([^>]+)>| )/ig,"");
}
}
} catch (e) {
document.getElementById('smsfeatures').style.visibility='hidden';
}
</script>
<!-- just a placeholder for the sms form -->
<div id='sms' style="visibility:hidden;display:none">
</div>
</div>
</div>
<!--{orders}-->
<div class="bibDisplayContentMore">
<!--{recordinfo:#}-->
<!--{ifTOC}-->
<!--{TOC}-->
<!--{xif}-->
<a name="syndetics"></a>
<div id="syn_anotes"></div>
<div id="syn_awards"></div>
<div id="syn_blreview"></div>
<div id="syn_abreview"></div>
<div id="syn_chreview"></div>
<div id="syn_criticasreview"></div>
<div id="syn_dbchapter"></div>
<div id="syn_gmsummary"></div>
<div id="syn_hbreview"></div>
<div id="syn_itasummary"></div>
<div id="syn_kireview"></div>
<div id="syn_ljreview"></div>
<div id="syn_nyreview"></div>
<div id="syn_pwreview"></div>
<div id="syn_sljreview"></div>
<div id="syn_series"></div>
<div id="syn_spreview"></div>
<div id="syn_spsummary"></div>
<div id="syn_summary"></div>
<div id="syn_swedreview"></div>
<div id="syn_swedsummary"></div>
<div id="syn_swedtoc"></div>
<div id="syn_toc"></div>
<div id="syn_fiction"></div>
<div id="syn_avprofile"></div>
<div id="syn_avsummary"></div>
<div id="syn_video_clip"></div>
</div>
<!--{IFELCONTENT:365}-->
<!-- Replace the number for your enhanced content in Pathfinder Pro -->
<div class="bibDisplayContentMore">
<ul id="elContent">
<!--{ELCONTENT:365}-->
</ul>
</div>
<!--{xif}-->
<div class="bibDisplayContentMore bibDisplayReviews">
<div class="bibDisplayPermLink actionButtonArea">
<!--{recordlink}-->
</div>
<!--{patronreviewsfull}-->
</div>
</div>
</div><!-- close bibDisplayContent -->
<div class="clear"></div>
</div><!-- close bibDisplayBody -->
<script src="http://plus.syndetics.com/widget.php?id=archwayc" type="text/javascript"></script>
<!--{botlogo}-->