nomenclature improvements for translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / neworderbiblio.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Search Existing Records</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Search Existing Records</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16         
17 <h1>Search Existing Records</h1>
18
19
20 <!-- TMPL_IF NAME="total" -->
21 <b><!-- TMPL_VAR NAME="total" --> results found</b>
22 <!-- TMPL_ELSE -->
23 <h3> No results found</h3>
24 <p>
25     No results match your search for <span style="font-weight: bold;">&ldquo;<!-- TMPL_VAR NAME="query" -->&rdquo;</span> in <!-- TMPL_VAR NAME="LibraryName" -->
26 </p>
27 <a href="JavaScript:back();" title="New search">Perform a new search</a>
28 <!-- /TMPL_IF -->
29
30 <!-- TMPL_IF NAME="query_error" -->
31 <br /><br />
32 <b>Error:</b>
33 <span class="problem">
34     <!-- TMPL_VAR NAME="query_error" -->
35 </span>
36 <!-- /TMPL_IF -->
37
38 <!-- TMPL_IF NAME="total"-->
39 <div class="searchresults">
40     <table>
41     <tr>
42        <th colspan="2">Summary</th>
43     </tr>
44     <!-- TMPL_LOOP NAME="resultsloop" -->
45         <tr>
46             <td>
47                 <p><!-- TMPL_VAR NAME="title" --></p>
48                 <p><!-- TMPL_IF name="author" --><!-- TMPL_VAR NAME="author" -->,<!-- /TMPL_IF -->
49                 <!-- TMPL_IF name="copyrightdate" --> - <!-- TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF --> 
50                 <!-- TMPL_IF name="publishercode" --> - <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
51                 <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
52                 <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
53                 <!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
54                 <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
55                 </p>
56             </td>
57             <td>
58             <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="order this one !">
59                 Order
60             </a>
61             </td>
62         </tr>
63     <!-- /TMPL_LOOP -->
64     </table>
65 </div>
66 <!-- /TMPL_IF -->
67
68 </div>
69 </div>
70 <div class="yui-b">
71 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
72 </div>
73 </div>
74 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->