Subversion Repositories sopac

Compare Revisions

Ignore whitespace Rev 118 → Rev 119

/trunk/sopac-results-hitlist.tpl.php
35,7 → 35,7
<td width="<?php print $locum_result['review_links'] ? '50' : '100'; ?>%" valign="top">
<ul class="hitlist-info">
<li class="hitlist-title">
<strong><a href="/<?php print $url_prefix . '/record/' . $locum_result['bnum'] ?>"><?php print $locum_result['title'];?></a></strong>
<strong><a href="/<?php print $url_prefix . '/record/' . $locum_result['bnum'] ?>"><?php print ucwords($locum_result['title']);?></a></strong>
<?php if ($locum_result['title_medium']) { print "[$locum_result[title_medium]]"; } ?>
</li>
<li><a href="/<?php print $url_prefix .
/trunk/sopac-results-hitlist-rss.tpl.php
28,11 → 28,11
</author>
<content type="xhtml" xml:lang="en" xml:base="http://<?php print $_SERVER['SERVER_NAME']; ?>/">
<div xmlns="http://www.w3.org/1999/xhtml">
<p><img class="hitlist-cover" src="<?php print $cover_img_url ?>" /></p>
<p><img class="hitlist-cover" width="100" src="<?php print $cover_img_url ?>" /></p>
<ul>
<li id="publisher">Publisher: <?php print $locum_result['pub_info'] . ', ' . $locum_result['pub_year']; ?></li>
<li id="added">Added on <?php print $locum_result['bib_created']; ?></li>
<li>Call number: <strong><?php print $locum_result['callnum']; ?></strong></li>
<?php if ($locum_result['callnum']) { ?><li>Call number: <strong><?php print $locum_result['callnum']; ?></strong></li> <?php } ?>
<li>
<?php
print $locum_result['status']['avail'] . t(' of ') . $locum_result['status']['total'] . ' ';