57 lines
2.3 KiB
Cheetah
57 lines
2.3 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="cat-top.inc" -->
|
|
<center>
|
|
<!-- FIXME - The "$ENV{SCRIPT_NAME}" is evidently left over from when this
|
|
was in Perl.
|
|
-->
|
|
<a href=$ENV{'SCRIPT_NAME'}?file=$file>Nowy Rekord</a> | <a href=marcimport.pl>Nowy Plik</a><br>
|
|
<!-- TMPL_IF name="BIBLIO_EXISTS" -->
|
|
<table border=0 width=50% cellpadding=10 cellspacing=0>
|
|
<tr>
|
|
<th background=/images/background-acq.gif>Rekord jest już w bazie
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#dddddd">
|
|
<!-- TMPL_VAR name="title" --> znajduje się już w bazie z biblionumber <!-- TMPL_VAR name="biblionumber" --> oraz biblioitemnumber <!-- TMPL_VAR name="biblioitemnumber" -->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="BIBLIO_CREATE" -->
|
|
<table cellpadding=10 cellspacing=0 border=0 width=50%>
|
|
<tr>
|
|
<th background=/images/background-acq.gif>Rekord wprowadzony do bazy</th>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor=#dddddd>
|
|
<!-- TMPL_VAR name="title" --> wprowadzone do bazy danych z polem biblionember <!-- TMPL_VAR name="biblionumber" --> oraz polem biblioitemnumber <!-- TMPL_VAR name="biblioitemnumber" --></td>
|
|
</tr>
|
|
</table>
|
|
<!-- /TMPL_IF -->
|
|
<table border=0 cellpadding=10 cellspacing=0>
|
|
<tr><th background=/images/background-acq.gif>
|
|
Dodaj Nowy Egzemplarz dla <!-- TMPL_VAR name="title" -->
|
|
</th></tr>
|
|
<tr><td bgcolor=#dddddd>
|
|
<form>
|
|
<input type=hidden name=newitem value=1>
|
|
<input type=hidden name=biblionumber value="<!-- TMPL_VAR name="biblionumber" -->">
|
|
<input type=hidden name=biblioitemnumber value="<!-- TMPL_VAR name="biblioitemnumber" -->">
|
|
<input type=hidden name=file value="<!-- TMPL_VAR name="file" -->">
|
|
<table border=0>
|
|
<tr><td>KOD PASKOWY</td><td><input name=barcode size=10 value="<!-- TMPL_VAR name="barcode" -->">
|
|
Oddział Właściwy <select name=homebranch><!-- TMPL_VAR name="branchselect" --></select>
|
|
</td></tr>
|
|
<tr><td>Cana Wymiany:</td>
|
|
<td><input name=replacementprice size=10></td></tr>
|
|
<tr><td>Uwagi</td>
|
|
<td><textarea name=notes rows=4 cols=40 wrap=physical></textarea>
|
|
</td></tr>
|
|
</table>
|
|
<p>
|
|
<input type=submit value="Dodaj Egzemplarz">
|
|
</form>
|
|
</td></tr>
|
|
</table>
|
|
<!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->
|