|
Lines 1-4
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield %][% END %] |
1 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %] |
| 2 |
[% INCLUDE 'doc-head-close.inc' %] |
2 |
[% INCLUDE 'doc-head-close.inc' %] |
| 3 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
3 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
| 4 |
<script type="text/JavaScript" language="JavaScript"> |
4 |
<script type="text/JavaScript" language="JavaScript"> |
|
Lines 249-255
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
| 249 |
[% IF ( OPACXSLTDetailsDisplay ) %] |
249 |
[% IF ( OPACXSLTDetailsDisplay ) %] |
| 250 |
[% XSLTBloc %] |
250 |
[% XSLTBloc %] |
| 251 |
[% ELSE %] |
251 |
[% ELSE %] |
| 252 |
<h1 class="title">[% title |html %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1> |
252 |
<h1 class="title">[% title |html %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield |html %] [% END %]</span>[% END %]</h1> |
| 253 |
[% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author |html %]</a></h5>[% END %] |
253 |
[% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author |html %]</a></h5>[% END %] |
| 254 |
|
254 |
|
| 255 |
<span class="results_summary">[% UNLESS ( item_level_itypes ) %] |
255 |
<span class="results_summary">[% UNLESS ( item_level_itypes ) %] |
|
Lines 853-873
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
| 853 |
[% IF ( review.your_comment ) %] |
853 |
[% IF ( review.your_comment ) %] |
| 854 |
<div class="commentline yours" id="c[% review.reviewid %]"> |
854 |
<div class="commentline yours" id="c[% review.reviewid %]"> |
| 855 |
[% IF ( review.avatarurl ) %] |
855 |
[% IF ( review.avatarurl ) %] |
| 856 |
<img class="avatar" src="[% review.avatarurl %]" height="80" width="80"/> |
856 |
<img class="avatar" src="[% review.avatarurl %]" height="80" width="80" alt="" /> |
| 857 |
[% END %] |
857 |
[% END %] |
| 858 |
<h5> |
858 |
<h5> |
| 859 |
Your Comment |
859 |
Your Comment |
| 860 |
</h5> |
860 |
</h5> |
| 861 |
<small>[% review.datereviewed %]</small> |
861 |
<small>[% review.datereviewed %]</small> |
| 862 |
<p> |
862 |
<p> |
| 863 |
[% review.review %] |
863 |
[% FILTER html_break %] |
|
|
864 |
[% review.review |html %] |
| 865 |
[% END %] |
| 864 |
<a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% review.biblionumber %]&reviewid=[% review.reviewid %]');">Edit</a> |
866 |
<a href="#" onclick="Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=[% review.biblionumber %]&reviewid=[% review.reviewid %]');">Edit</a> |
| 865 |
</p></div> |
867 |
</p></div> |
| 866 |
[% ELSE %] |
868 |
[% ELSE %] |
| 867 |
<div class="commentline"> |
869 |
<div class="commentline"> |
| 868 |
[% IF ( ShowReviewer ) %] |
870 |
[% IF ( ShowReviewer ) %] |
| 869 |
[% IF ( review.avatarurl ) %] |
871 |
[% IF ( review.avatarurl ) %] |
| 870 |
<img class="avatar" src="[% review.avatarurl %]" height="80" width="80"/> |
872 |
<img class="avatar" src="[% review.avatarurl %]" height="80" width="80" alt="" /> |
| 871 |
[% END %] |
873 |
[% END %] |
| 872 |
<h5> |
874 |
<h5> |
| 873 |
Comment by |
875 |
Comment by |
|
Lines 878-884
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
| 878 |
[% END %] |
880 |
[% END %] |
| 879 |
<small>[% review.datereviewed %]</small> |
881 |
<small>[% review.datereviewed %]</small> |
| 880 |
<p> |
882 |
<p> |
| 881 |
[% review.review %] |
883 |
[% FILTER html_break %] |
|
|
884 |
[% review.review |html %] |
| 885 |
[% END %] |
| 882 |
</p></div> |
886 |
</p></div> |
| 883 |
[% END %] |
887 |
[% END %] |
| 884 |
[% END %] |
888 |
[% END %] |