Lines 22-30
$(document).ready(function(){
Link Here
|
22 |
[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
22 |
[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
23 |
<td> |
23 |
<td> |
24 |
|
24 |
|
25 |
<p>[% IF ( review.BiblioDefaultViewmarc ) %]<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% review.biblionumber |url %]" title="View details for this title"> |
25 |
<p>[% IF ( BiblioDefaultViewmarc ) %]<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% review.biblionumber |url %]" title="View details for this title"> |
26 |
[% ELSE %] |
26 |
[% ELSE %] |
27 |
[% IF ( review.BiblioDefaultViewisbd ) %]<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% review.biblionumber |url %]" title="View details for this title"> |
27 |
[% IF ( BiblioDefaultViewisbd ) %]<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% review.biblionumber |url %]" title="View details for this title"> |
28 |
[% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber |url %]#comments" title="View details for this title"> |
28 |
[% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber |url %]#comments" title="View details for this title"> |
29 |
[% END %] |
29 |
[% END %] |
30 |
[% END %] |
30 |
[% END %] |
Lines 47-53
$(document).ready(function(){
Link Here
|
47 |
[% IF ( review.copyrightdate ) %]<span class="results_summary"><span class="label">Date:</span>[% review.copyrightdate %]</span>[% END %]</p> |
47 |
[% IF ( review.copyrightdate ) %]<span class="results_summary"><span class="label">Date:</span>[% review.copyrightdate %]</span>[% END %]</p> |
48 |
|
48 |
|
49 |
<p class="commentline[% IF ( review.your_comment ) %] yours[% END %]">[% review.review |html %] |
49 |
<p class="commentline[% IF ( review.your_comment ) %] yours[% END %]">[% review.review |html %] |
50 |
<span style="font-size:87%;font-color:#CCC;">Added [% review.datereviewed %] by [% IF ( review.your_comment ) %]<strong>you</strong>[% ELSE %][% review.firstname %] [% review.surname %][% END %]</span></p> |
50 |
<span style="font-size:87%;font-color:#CCC;">Added [% review.datereviewed %] [% IF ( review.your_comment ) %] by <strong>you</strong>[% ELSE %] |
|
|
51 |
[% IF ( ShowReviewer ) %] by |
52 |
[% review.firstname %] [% review.surname %][% END %][% END %]</span></p> |
51 |
</td> |
53 |
</td> |
52 |
<td> |
54 |
<td> |
53 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]"> |
55 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]"> |
54 |
- |
|
|