View | Details | Raw Unified | Return to bug 2713
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-ISBDdetail.tmpl (-129 / +12 lines)
Lines 17-34 Link Here
17
<!-- /TMPL_IF -->
17
<!-- /TMPL_IF -->
18
</head>
18
</head>
19
<body>
19
<body>
20
<!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
21
   <div id="bd" class="columnfix">
22
<!-- TMPL_INCLUDE name="masthead.inc" -->
23
20
24
	<div id="yui-main">
21
<div id="doc3" class="yui-t7">
25
	<div class="yui-b">
22
   <div id="bd">
26
	<div class="yui-ge">
23
<!--TMPL_INCLUDE NAME="masthead.inc" -->
24
25
26
    <div id="yui-main">
27
    <div class="yui-b"><div id="opac-detail" class="yui-ge">
27
    <div class="yui-u first">
28
    <div class="yui-u first">
28
	<div class="container">	
29
    <div class="container">
29
	
30
    <div id="catalogue_detail_biblio">
30
	
31
	
31
     <h1 style="float:left;margin:0 1em 1em 0;">ISBD</h1> <div id="views">
32
     <h1 style="float:left;margin:0 1em 1em 0;">ISBD View</h1> <div id="views">
32
	 <span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Normal View</a></span> <!-- TMPL_IF NAME="XSLTDetailsDisplay" -->
33
	 <span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Normal View</a></span> <!-- TMPL_IF NAME="XSLTDetailsDisplay" -->
33
<span class="view"><a id="MARCviewPop" href="/cgi-bin/koha/opac-showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->" title="MARC" rel="gb_page_center[600,500]">MARC View</a></span>
34
<span class="view"><a id="MARCviewPop" href="/cgi-bin/koha/opac-showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->" title="MARC" rel="gb_page_center[600,500]">MARC View</a></span>
34
       <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Expanded MARC View</a></span>
35
       <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Expanded MARC View</a></span>
Lines 38-157 Link Here
38
</div>
39
</div>
39
    <div id="isbdcontents"><!-- TMPL_VAR name="ISBD" --></div>
40
    <div id="isbdcontents"><!-- TMPL_VAR name="ISBD" --></div>
40
	
41
	
41
		<div id="bibliodescriptions" class="toptabs">
42
	<ul>   
43
	<!-- TMPL_IF name="subscriptionsnumber" --><li>
44
	            <a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#opac-isbd-subscriptions">Subscriptions</a>
45
	    </li><!-- /TMPL_IF -->
46
	<!-- TMPL_IF NAME="reviewson" --><li><a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#comments">Comments</a></li><!-- /TMPL_IF -->
47
	 	<!-- TMPL_IF NAME="OPACAmazonEnabled" --><li><a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#opac-isbd-amazonreviews">Amazon Reviews</a></li><!-- /TMPL_IF -->
48
	</ul>
49
50
		<div id="opac-isbd-subscriptions">    <!-- TMPL_IF name="subscriptionsnumber" -->
51
	        <h2>
52
	            We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscription(s) associated with this title.
53
	        </h2>
54
	        <!-- TMPL_LOOP Name="subscriptions" -->
55
	            <h3>At library: <!-- TMPL_VAR name="branchcode" --> <!-- TMPL_VAR name="notes" --></h3>
56
	            <p>Below is a list of the <!-- TMPL_VAR NAME="opacdisplaycount" --> latest issues :</p>
57
	            <!-- TMPL_IF name="subscriptionnotes"-->
58
	                <p><!--TMPL_VAR Name="subscriptionnotes"--> </p>
59
	            <!-- /TMPL_IF -->
60
	            <!--TMPL_IF Name="latestserials"-->
61
	            <table>
62
	            <tr><th>Issue number</th><th>Date</th><th>Status</th></tr>
63
	            <!--TMPL_LOOP Name="latestserials"-->
64
	                <tr>
65
	                    <td>            <!--TMPL_VAR Name="serialseq"-->
66
	                    </td>
67
	                    <td>            <!--TMPL_VAR Name="planneddate"-->
68
	                    </td>
69
	                    <td>            <!--TMPL_IF Name="status1"-->Pending
70
	                        <!--TMPL_ELSE -->
71
	                            <!-- TMPL_IF Name="status2"-->Arrived
72
	                            <!--TMPL_ELSE -->
73
	                                <!-- TMPL_IF Name="status3"-->Late
74
	                                <!--TMPL_ELSE -->
75
	                                    <!-- TMPL_IF Name="status4"-->Missing
76
	                                    <!--TMPL_ELSE -->
77
	                                        <!-- TMPL_IF Name="status5"-->Not Issued
78
	                                        <!--/TMPL_IF-->
79
	                                    <!--/TMPL_IF-->
80
	                                <!--/TMPL_IF-->
81
	                            <!--/TMPL_IF-->
82
	                        <!--/TMPL_IF-->
83
	                    </td>
84
	                </tr>
85
	            <!--/TMPL_LOOP -->
86
	            </table>
87
	            <!-- /TMPL_IF -->
88
	        <!-- /TMPL_LOOP -->
89
	        <p><a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="Serial issues">Click here</a> for more information on subscription(s) history</p>
90
	    <!-- /TMPL_IF --></div>
91
92
	<!-- TMPL_IF NAME="reviewson" -->
93
	<div id="comments">
94
	<!-- TMPL_IF NAME="reviews" -->
95
	        <!--TMPL_LOOP NAME="reviews"-->
96
	            <h5>
97
	                Comment by
98
	                <!--TMPL_VAR NAME="title"-->
99
	                <!--TMPL_VAR NAME="firstname"-->
100
	                <!--TMPL_VAR NAME="surname"-->
101
	            </h5>
102
				<small>
103
	                <!--TMPL_VAR NAME="datereviewed"-->
104
	            </small>
105
	        <p>
106
	          <!--TMPL_VAR NAME="review" ESCAPE="HTML"-->
107
	        </p>
108
	        <!--/TMPL_LOOP-->
109
	    <!-- TMPL_ELSE  -->
110
	        <p>There are no comments for this item.</p>
111
	<!-- /TMPL_IF -->
112
113
	    <!-- TMPL_IF NAME="loggedinusername" -->
114
	       <p> <a href="javascript:Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->');">
115
	            Post or edit your comments on this item.
116
	        </a></p>
117
	    <!-- TMPL_ELSE -->
118
	        <p><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a> to post a comment.</p>
119
	    <!-- /TMPL_IF -->
120
		</div>
121
122
	<!-- /TMPL_IF -->
123
124
	<!-- TMPL_IF NAME="OPACAmazonEnabled" -->
125
	<!-- Amazon Reviews -->
126
	<div id="opac-isbd-amazonreviews">
127
128
	    <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
129
	    <!-- TMPL_IF NAME="normalized_isbn" -->
130
	        <h4><a href="http://www.amazon.com/gp/customer-reviews/write-a-review.html/002-2970817-7876066?%5Fencoding=UTF8&asin=<!-- TMPL_VAR NAME="normalized_isbn" -->&amp;store=books">Add your own review</a></h4>
131
	    <!-- /TMPL_IF -->
132
	    <!-- /TMPL_LOOP --><br/>
133
134
	        <!-- TMPL_IF NAME="rating" -->
135
	            <h4>Rating (from Amazon.com):</h4>
136
	        <div id="starMT"><div id="starFull" style="width:<!-- TMPL_VAR NAME="rating" -->px"></div></div>
137
138
	        <!-- TMPL_LOOP NAME="AMAZONREVIEWS" -->
139
	            <div class="content_set">
140
	            <!-- TMPL_IF NAME="summary" -->
141
	            <h4 class="underline">  <!-- TMPL_VAR NAME="summary" --></h4>
142
	            <!-- /TMPL_IF -->
143
	            <!-- TMPL_IF NAME="comment" -->
144
	                <p><!-- TMPL_VAR NAME="comment" -->
145
	            </p><!-- /TMPL_IF -->
146
	            </div>
147
	    <!-- /TMPL_LOOP -->
148
	    <!-- TMPL_ELSE -->
149
150
	    <p> Sorry, there are no reviews available for this title. </p>
151
152
	    <!-- /TMPL_IF -->
153
	</div> <!-- itemReviews -->
154
	<!-- /TMPL_IF-->
155
	</div>
42
	</div>
156
	</div>
43
	</div>
157
	</div>
44
	</div>
Lines 189-194 Link Here
189
            Add to Your Cart
76
            Add to Your Cart
190
        </a></li><!-- /TMPL_IF -->
77
        </a></li><!-- /TMPL_IF -->
191
</ul>
78
</ul>
79
192
		<div id="export">
80
		<div id="export">
193
		<form method="get" action="/cgi-bin/koha/opac-export.pl">
81
		<form method="get" action="/cgi-bin/koha/opac-export.pl">
194
		<label for="format">Save Record:</label>
82
		<label for="format">Save Record:</label>
Lines 205-215 Link Here
205
</div>
93
</div>
206
94
207
</div>
95
</div>
208
</div><!-- TMPL_IF NAME="OpacNav" -->
209
<div class="yui-b">
210
<div class="container">
211
<!--TMPL_INCLUDE NAME="navigation.inc" -->
212
</div>
213
</div><!-- /TMPL_IF -->
214
</div>
96
</div>
97
215
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
98
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tmpl (-35 / +62 lines)
Lines 10-45 Link Here
10
<!-- /TMPL_IF -->
10
<!-- /TMPL_IF -->
11
</head>
11
</head>
12
<body>
12
<body>
13
<!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
13
14
<div id="doc3" class="yui-t7">
14
   <div id="bd">
15
   <div id="bd">
15
<!-- TMPL_INCLUDE name="masthead.inc" -->
16
<!--TMPL_INCLUDE NAME="masthead.inc" -->
16
17
17
	<div id="yui-main">
18
18
	<div class="yui-b">
19
    <div id="yui-main">
19
<div class="container"><div class="yui-g">
20
    <div class="yui-b"><div id="opac-detail" class="yui-ge">
20
<div id="toolbar">
21
    <div class="yui-u first">
21
<ul>
22
    <div class="container">
22
	<!-- TMPL_UNLESS NAME="norequests" -->
23
    <div id="catalogue_detail_biblio">
23
		<!-- TMPL_IF NAME="opacuserlogin" -->
24
			<!-- TMPL_IF NAME="RequestOnOpac" -->
25
				<!-- TMPL_IF NAME="AllowOnShelfHolds" -->
26
					<li><a class="link reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li>
27
				<!-- TMPL_ELSE -->
28
					<!-- TMPL_IF NAME="ItemsIssued" -->
29
						<li><a class="link reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li>
30
					<!-- /TMPL_IF -->
31
				<!-- /TMPL_IF -->
32
			<!-- /TMPL_IF -->
33
		<!-- /TMPL_IF -->
34
	<!-- /TMPL_UNLESS -->
35
	<li><a class="link print" href="/cgi-bin/koha/opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">Print</a></li>
36
	<!-- TMPL_IF name="virtualshelves" --><!-- TMPL_IF NAME="opacuserlogin" --><!-- TMPL_IF NAME="loggedinusername" --><li><a class="link addtoshelf" href="/cgi-bin/koha/opac-addbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-addbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">Save to Your Lists</a></li><!-- /TMPL_IF --><!-- /TMPL_IF --><!-- /TMPL_IF -->
37
	<!-- TMPL_IF NAME="opacbookbag" --><li><a class="link addtocart" href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">Add to Your Cart</a></li><!-- /TMPL_IF -->
38
</ul>
39
</div>
40
</div>
41
24
42
    <div class="yui-g" style="margin-top : 1em;">
43
	<h1 style="float:left;margin: 0 1em 1em 0;">MARC View</h1>
25
	<h1 style="float:left;margin: 0 1em 1em 0;">MARC View</h1>
44
	<div id="views">
26
	<div id="views">
45
	<span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Normal View</a></span> 
27
	<span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Normal View</a></span> 
Lines 172-186 Link Here
172
        </table><!-- TMPL_ELSE -->
154
        </table><!-- TMPL_ELSE -->
173
        <p>No copies available.</p>
155
        <p>No copies available.</p>
174
    <!-- /TMPL_IF -->
156
    <!-- /TMPL_IF -->
157
    </div>
158
    </div>
159
    </div>
160
	<div class="yui-u">
161
	<div class="container">
162
<ul id="action">
163
164
<!-- TMPL_UNLESS NAME="norequests" -->
165
    <!-- TMPL_UNLESS name="bi_notforloan" -->
166
        <!-- TMPL_IF NAME="opacuserlogin" -->
167
		<!-- TMPL_IF NAME="RequestOnOpac" -->
168
			<!-- TMPL_IF NAME="AllowOnShelfHolds" -->
169
				<li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li>
170
			<!-- TMPL_ELSE -->
171
				<!-- TMPL_IF NAME="ItemsIssued" -->
172
					<li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li>
173
				<!-- /TMPL_IF -->
174
			<!-- /TMPL_IF -->
175
176
        	<!-- /TMPL_IF -->
177
	<!-- /TMPL_IF -->
178
    <!-- /TMPL_UNLESS -->
179
<!-- /TMPL_UNLESS -->
180
        <li><a class="print" href="/cgi-bin/koha/opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">
181
            Print
182
        </a></li>
183
<!-- TMPL_IF name="virtualshelves" -->
184
   <!-- TMPL_IF NAME="opacuserlogin" --> <!-- TMPL_IF NAME="loggedinusername" -->
185
        <li><a class="addtoshelf" href="/cgi-bin/koha/opac-addbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-addbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">
186
            Save to Your Lists
187
        </a></li>
188
    <!-- /TMPL_IF --><!-- /TMPL_IF -->
189
<!-- /TMPL_IF -->
190
        <!-- TMPL_IF NAME="opacbookbag" --><li><a class="addtocart" href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">
191
            Add to Your Cart
192
        </a></li><!-- /TMPL_IF -->
193
</ul>
194
195
		<div id="export">
196
		<form method="get" action="/cgi-bin/koha/opac-export.pl">
197
		<label for="format">Save Record:</label>
198
	    <select name="format" id="format">
199
		<option value="">-- Choose Format --</option>
200
        <option value="mods">MODS (XML)</option>
201
        <option value="dc">Dublin Core (XML)</option>
202
        <option value="marcxml">MARCXML</option>
203
        <option value="marc8">MARC (non-Unicode/MARC-8)</option>
204
        <option value="utf8">MARC (Unicode/UTF-8)</option>    </select><input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
205
<input type="submit" name="save" value="Go" /></form></div>
175
</div>
206
</div>
176
</div>
207
</div>
177
</div>
208
</div>
209
178
</div>
210
</div>
179
<!-- TMPL_IF NAME="OpacNav" -->
180
<div class="yui-b">
181
<div class="container">
182
<!--TMPL_INCLUDE NAME="navigation.inc" -->
183
</div>
184
</div><!-- /TMPL_IF -->
185
</div>
211
</div>
212
186
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
213
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
187
- 
214

Return to bug 2713