103 lines
4.5 KiB
Cheetah
103 lines
4.5 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: Search Results for <!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR name="isbn" --><!-- /TMPL_IF --><!-- TMPL_IF name="title" -->title <!-- TMPL_VAR name="title" --><!-- /TMPL_IF --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="menus.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
|
|
<h1 class="acquisition">Search Results</h1>
|
|
<div id="bloc25">
|
|
<h2 class="acquisition">Results for <b><!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR NAME="isbn" --><!-- /TMPL_IF --><!-- TMPL_IF name="title" -->title <!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></b></h2>
|
|
<!-- TMPL_IF name="total" -->
|
|
<p><!-- TMPL_VAR NAME="grandtotal" --> total results</p>
|
|
<p>Results <i><!-- TMPL_VAR NAME="showoffset" --></i> to <i><!-- TMPL_VAR NAME="total" --></i> displayed</p>
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
<div id="bloc100">
|
|
<h2 class="acquisition">Exists in Koha</h2>
|
|
<table>
|
|
<tr>
|
|
<th class="acquisition">Title</th>
|
|
<th class="acquisition">Author</th>
|
|
<th class="acquisition">copyright</th>
|
|
<th class="acquisition">LC</th>
|
|
<th class="acquisition"> </th>
|
|
<th class="acquisition"> </th>
|
|
<th class="acquisition"> </th>
|
|
</tr>
|
|
<!-- TMPL_IF name="results_loop" -->
|
|
<!-- TMPL_LOOP NAME="results_loop" -->
|
|
<tr bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
|
|
<td><!-- TMPL_VAR NAME="title" --></a>
|
|
<td><!-- TMPL_VAR NAME="author" --></td>
|
|
<td><!-- TMPL_VAR NAME="copyrightdate" --></td>
|
|
<td><!-- TMPL_VAR NAME="classification" --> <!-- TMPL_VAR NAME="subclass" --></td>
|
|
|
|
<td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button acquisition">Edit Book</a></td>
|
|
<td><a href="additem.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Edit Items</a></td>
|
|
|
|
|
|
<td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate">Duplicate</a></td></tr>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
<!-- TMPL_ELSE -->
|
|
<tr><td colspan="4">Nothing found</td></tr>
|
|
<!-- /TMPL_IF -->
|
|
</table>
|
|
<p class="center">
|
|
<!-- Row of numbers corresponding to search result pages -->
|
|
<!-- TMPL_IF name="displayprev" -->
|
|
<a href="isbnsearch.pl?offset=<!-- TMPL_VAR NAME="prevstartfrom" -->&<!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL -->">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/prev.gif" border="0">
|
|
</a>
|
|
<!-- TMPL_ELSE -->
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/placeholder.gif" border="0">
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_LOOP NAME="numbers" -->
|
|
<!-- TMPL_IF name="highlight" -->
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
|
|
<!-- TMPL_ELSE -->
|
|
<a href="isbnsearch.pl?offset=<!-- TMPL_VAR NAME="startfrom" -->&<!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL -->">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0">
|
|
</a>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
<!-- TMPL_IF name="displaynext" -->
|
|
<a href="isbnsearch.pl?offset=<!-- TMPL_VAR NAME="nextstartfrom" -->&<!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL -->">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/next.gif" border="0">
|
|
</a>
|
|
<!-- TMPL_ELSE -->
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/placeholder.gif" border="0">
|
|
<!-- /TMPL_IF -->
|
|
</p>
|
|
<h2 class="acquisition">Books in breeding farm</h2>
|
|
<!-- TMPL_IF name="breeding_loop" -->
|
|
<table>
|
|
<tr>
|
|
<th>Title</th>
|
|
<th>Author</th>
|
|
<th>ISBN</th>
|
|
<th>LC</th>
|
|
<th>coming from</th>
|
|
<th> </th>
|
|
|
|
<!-- TMPL_LOOP NAME="breeding_loop" -->
|
|
<tr bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
|
|
<td><!-- TMPL_VAR NAME="title" --></a>
|
|
<td><!-- TMPL_VAR NAME="author" --></td>
|
|
<td><!-- TMPL_VAR NAME="isbn" --></td>
|
|
<td><!-- TMPL_VAR NAME="classification" --> <!-- TMPL_VAR NAME="subclass" --></td>
|
|
<td><!-- TMPL_VAR NAME="file" --></td>
|
|
<td><a href="addbiblio.pl?breedingid=<!-- TMPL_VAR NAME="id" -->">Add biblio</a></td>
|
|
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
<!-- TMPL_ELSE -->
|
|
<p class="center">Nothing found</p>
|
|
<!-- /TMPL_IF -->
|
|
<p class="center">
|
|
|
|
<a href="addbiblio.pl" class="button acquisition">Add new record</a>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|