8d726bf96c
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
74 lines
2.6 KiB
Cheetah
74 lines
2.6 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Acquisitions › Search Existing Records</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › Search Existing Records</div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
<h1>Search Existing Records</h1>
|
|
|
|
|
|
<!-- TMPL_IF NAME="total" -->
|
|
<b><!-- TMPL_VAR NAME="total" --> results found</b>
|
|
<!-- TMPL_ELSE -->
|
|
<h3> No results found</h3>
|
|
<p>
|
|
No results match your search for <span style="font-weight: bold;">“<!-- TMPL_VAR NAME="query" -->”</span> in <!-- TMPL_VAR NAME="LibraryName" -->
|
|
</p>
|
|
<a href="JavaScript:back();" title="New search">Perform a new search</a>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="query_error" -->
|
|
<br /><br />
|
|
<b>Error:</b>
|
|
<span class="problem">
|
|
<!-- TMPL_VAR NAME="query_error" -->
|
|
</span>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="total"-->
|
|
<div class="searchresults">
|
|
<table>
|
|
<tr>
|
|
<th colspan="2">Summary</th>
|
|
</tr>
|
|
<!-- TMPL_LOOP NAME="resultsloop" -->
|
|
<tr>
|
|
<td>
|
|
<p><!-- TMPL_VAR NAME="title" --></p>
|
|
<p><!-- TMPL_IF name="author" --><!-- TMPL_VAR NAME="author" -->,<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="copyrightdate" --> - <!-- TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="publishercode" --> - <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
|
|
</p>
|
|
</td>
|
|
<td>
|
|
<a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->&biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="order this one !">
|
|
Order
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
</div>
|
|
<!-- /TMPL_IF -->
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|