113 lines
5.7 KiB
Cheetah
113 lines
5.7 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Acquisitions › Order Staged MARC Records
|
|
<!-- TMPL_IF name="batch_details" -->
|
|
› Batch <!-- TMPL_VAR name="import_batch_id" -->
|
|
<!-- TMPL_ELSE -->
|
|
› Batch List
|
|
<!-- /TMPL_IF -->
|
|
</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
|
|
<script type="text/JavaScript">
|
|
//<![CDATA[
|
|
$(document).ready(function() {
|
|
$("#files").tablesorter({
|
|
headers: {
|
|
5: { sorter: false },
|
|
}
|
|
});
|
|
});
|
|
//]]>
|
|
</script>
|
|
</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> › <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!-- TMPL_VAR NAME="booksellername" --></a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR name="basketno" -->">Basket #<!-- TMPL_VAR name="basketno" --></a> › Add orders from iso2709 file</div>
|
|
<div id="doc3" class="yui-t2">
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<h1>Add orders from staged file: <!-- TMPL_VAR name="comments" --></h1>
|
|
<!-- TMPL_IF name="batch_details" -->
|
|
<div>
|
|
<dl>
|
|
<dd><strong>File name:</strong> <!-- TMPL_VAR name="file_name" --></dd>
|
|
<dd><strong>Staged on:</strong> <!-- TMPL_VAR name="upload_timestamp" --></dd>
|
|
</dl>
|
|
</div>
|
|
<div>
|
|
<form action="<!--TMPL_VAR name="scriptname" -->" method="post" name="import_biblios">
|
|
<table>
|
|
<tr>
|
|
<th>#</th>
|
|
<th>Citation</th>
|
|
<th>Match?</th>
|
|
<th>Order</th>
|
|
</tr>
|
|
<!-- TMPL_LOOP name="biblio_list" -->
|
|
<tr>
|
|
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=<!-- TMPL_VAR name="import_record_id" -->" rel="gb_page_center[600,500]"><!-- TMPL_VAR name="record_sequence"--></a></td>
|
|
<td>
|
|
<!-- TMPL_VAR name="citation"-->
|
|
|
|
</td>
|
|
<td><!-- TMPL_VAR name="overlay_status"--></td>
|
|
<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=<!--TMPL_VAR name="booksellerid" -->&basketno=<!-- TMPL_VAR name="basketno" -->&booksellerid=<!-- TMPL_VAR name="booksellerid" -->&breedingid=<!-- TMPL_VAR name="import_record_id" -->&import_batch_id=<!-- TMPL_VAR name="import_batch_id" -->">Add order</a></td>
|
|
</tr>
|
|
<!-- TMPL_IF name="match_biblionumber" -->
|
|
<tr>
|
|
<td />
|
|
<td class="highlight" colspan="3">Matches biblio <!-- TMPL_VAR name="match_biblionumber" --> (score = <!-- TMPL_VAR name="match_score" -->): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="match_biblionumber" -->"><!-- TMPL_VAR name="match_citation" --></a></td>
|
|
</tr>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
<input type="button" value="Save" onclick="this.form.submit()" />
|
|
</form>
|
|
</div>
|
|
<!-- TMPL_IF name="pages" -->
|
|
<div class="pages">
|
|
Page
|
|
<!-- TMPL_LOOP name="pages" -->
|
|
<!-- TMPL_IF name="current_page" -->
|
|
<span class="current"><!-- TMPL_VAR name="page_number" --></span>
|
|
<!-- TMPL_ELSE -->
|
|
<a class="nav" href="<!-- TMPL_VAR name="script_name" -->?import_batch_id=<!-- TMPL_VAR name="import_batch_id" -->&offset=<!-- TMPL_VAR name="offset" -->"><!-- TMPL_VAR name="page_number" --></a>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_ELSE -->
|
|
<div>
|
|
<table id="files">
|
|
<thead>
|
|
<tr>
|
|
<th>File name</th>
|
|
<th>Comments</th>
|
|
<th>Status</th>
|
|
<th>Staged</th>
|
|
<th># Bibs</th>
|
|
<th> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<!-- TMPL_LOOP name="batch_list" -->
|
|
<tr>
|
|
<td><!-- TMPL_VAR name="file_name" --></td>
|
|
<td><!-- TMPL_VAR name="comments" --></td>
|
|
<td><!-- TMPL_VAR name="import_status" --></td>
|
|
<td><!-- TMPL_VAR name="upload_timestamp" --></td>
|
|
<td><!-- TMPL_VAR name="num_biblios" --></td>
|
|
<td><a href="<!-- TMPL_VAR name="scriptname" -->?import_batch_id=<!-- TMPL_VAR name="import_batch_id" -->&basketno=<!-- TMPL_VAR name="basketno" -->&booksellerid=<!-- TMPL_VAR name="booksellerid" -->">Add orders</a></td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|