[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Mar 9 21:35:07 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/03/09 20:35:07

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/acqui.simple: 
	                                             addbiblio-nomarc.tmpl 
	                                             additem-nomarc.tmpl 
	                                             additem.tmpl 
	                                             marcimport.tmpl 

Log message:
	Swapping out intranet-nav.inc for intranet-nav-brief.inc. The latter is no longer necessary because of improvements to in-page javascripts (Bug 585)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio-nomarc.tmpl.diff?only_with_tag=rel_2_2&tr1=1.2&tr2=1.2.2.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem-nomarc.tmpl.diff?only_with_tag=rel_2_2&tr1=1.2&tr2=1.2.2.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl.diff?only_with_tag=rel_2_2&tr1=1.3.2.7&tr2=1.3.2.8&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/marcimport.tmpl.diff?only_with_tag=rel_2_2&tr1=1.2.2.2&tr2=1.2.2.3&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio-nomarc.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio-nomarc.tmpl:1.2.2.1
--- /dev/null	Thu Mar  9 20:35:07 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio-nomarc.tmpl	Thu Mar  9 20:35:07 2006
@@ -0,0 +1,36 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: Add a Non-MARC Record<!-- TMPL_INCLUDE NAME="doc-head-close-addbiblio.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="acqui-topmenu.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+
+<div id="main">
+
+<!-- TMPL_IF name="ERROR" -->
+<div class="error">Please Specify a Title</div>
+<!-- /TMPL_IF -->
+
+<form action="savebiblio.pl" method="post">
+<div class="data">
+<table>
+	<caption>Adding a new bibliographic record</caption>
+	<tr><th><label for="title">Title: *</label></th><td><input name="title" id="title" type="text" size="40"> * Required</td>
+</tr>
+<tr><th><label for="subtitle">Subtitle:</label></th><td><input name="subtitle" id="subtitle" type="text" size="40"></td>
+</tr>
+<tr><th><label for="author">Author:</label></th><td><input name="author" id="author" type="text" size="40"></td>
+</tr>
+<tr><th><label for="seriestitle">Series Title:</label><br>
+<i>(if applicable)</i></th><td><input name="seriestitle" type="text" id="seriestitle" size="40"></td>
+</tr>
+<tr><th><label for="copyrightdate">Copyright Date:</label></th><td><input id="copyrightdate" name="copyrightdate" type="text" size="40"></td>
+</tr>
+<tr><th><label for="abstract">Abstract:</label></th><td><textarea cols="30" id="abstract" rows="6" name="abstract"></textarea></td>
+</tr>
+<tr><th><label for="bib-notes">Notes:</label></th><td><textarea cols="30" rows="6" id="bib-notes" name="notes"></textarea></td>
+</tr>
+</table>
+<p><input type="submit" value="Add Record" class="submit" /></p>
+</div>
+</form>
+* Required
+<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
Index: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem-nomarc.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem-nomarc.tmpl:1.2.2.1
--- /dev/null	Thu Mar  9 20:35:07 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem-nomarc.tmpl	Thu Mar  9 20:35:07 2006
@@ -0,0 +1,119 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: Add a items for <!-- TMPL_INCLUDE NAME="doc-head-close-addbiblio.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="acqui-topmenu.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+
+<!-- TMPL_IF NAME="NOBARCODE" -->
+<div class="error">You must give the item a barcode</div>
+<!-- /TMPL_IF -->
+
+<!-- TMPL_IF NAME="NOBIBLIOITEM" -->
+<div class="error">You must create a new group for your item to be
+added to</div><!-- /TMPL_IF -->
+
+<!-- TMPL_IF NAME="BARCODEINUSE" -->
+<div class="error">Sorry, that barcode is already in use</div><!-- /TMPL_IF -->
+
+<h2>Add items for <!-- TMPL_VAR NAME="TITLE" --></h2>
+
+<table>
+	<caption>Bibliographic Details</caption>
+<tr><th>Author:</th><td><!-- TMPL_VAR NAME="AUTHOR" --></td></tr>
+<tr><th>Copyright:</th><td><!-- TMPL_VAR NAME="COPYRIGHT" --></td></tr>
+<tr><th>Series Title:</th><td><!-- TMPL_VAR NAME="SERIES" --></td></tr>
+<tr><th>Notes:</th><td><!-- TMPL_VAR NAME="NOTES" --></td></tr>
+
+<!-- TMPL_LOOP NAME="BIBITEMS" -->
+<tr><th>Biblioitem Number: </th><td><!-- TMPL_VAR NAME="biblioitemnumber" --></td></tr>
+<tr><th>Item Type: </th><td><!-- TMPL_VAR NAME="itemtype" --></td></tr>
+<tr><th>ISBN:</th><td><!-- TMPL_VAR NAME="isbn" --></td></tr>
+<tr><th>Dewey:</th><td><!-- TMPL_VAR NAME="dewey" --></td></tr>
+<tr><th>Publisher:</th><td><!-- TMPL_VAR NAME="publishercode" --></td></tr>
+<tr><th>Place:</th><td><!-- TMPL_VAR NAME="place" --></td></tr>
+<tr><th>Date:</th><td><!-- TMPL_VAR NAME="publicationyear" --></td></tr>
+
+<!-- TMPL_LOOP NAME="ITEMS -->
+<tr><th>Item:</th><td><!-- TMPL_VAR NAME="barcode" --></td></tr>
+<tr><th>Home Branch:</th><td><!-- TMPL_VAR NAME="homebranch" --></td></tr>
+<tr><th>Notes:</th><td><!-- TMPL_VAR NAME="itemnotes" --></td></tr>
+<!-- /TMPL_LOOP -->
+
+<!-- /TMPL_LOOP -->
+</table>
+
+
+<form action="saveitem.pl" method="post">
+<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="BIBNUM" -->" />
+<table>
+<caption>Add New Item</caption>
+<tr><th><label for="barcode">Item Barcode:</label></th><td><input type="text" id="barcode" name="barcode" size="40"></td>
+</tr>
+<tr><th><label for="homebranch">Branch:</label></th><td><select name="homebranch" id="branch">
+<!-- TMPL_LOOP NAME="BRANCHES" -->
+<option value="<!-- TMPL_VAR NAME="branchcode" -->"><!-- TMPL_VAR NAME="branchname" --></option>
+<!-- /TMPL_LOOP -->
+</select></td>
+</tr>
+<tr><th><label for="replacementprice">Replacement Price:</label></th><td><input type="text" name="replacementprice" id="replacementprice" size="40"></td>
+</tr>
+<tr><th><label for="itemnotes">Notes:</label></th><td><textarea name="itemnotes" id="itemnotes" cols="30" rows="6"></textarea></td>
+</tr>
+<tr>
+<th colspan="2" >Add to existing group</td>
+</tr>
+<tr><th><label for="biblioitemnumber">Biblioitem Number:</label></th><td><select name="biblioitemnumber" id="biblioitemnumber">
+<!-- TMPL_LOOP NAME="BIBITEMS" -->
+    <option value="<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR NAME="itemtype" --></option>
+<!-- /TMPL_LOOP -->
+</select></td></tr>
+
+<tr>
+<td colspan="2" align="center"><input type="submit" name="existinggroup"
+value="Add New Item to Existing Group"></td>
+</tr>
+<tr>
+<th colspan="2"><b>OR Add to a new
+Group:</b></th>
+</tr>
+<tr><th><label for="itemtype">Item Type:</label></th><td><select name="itemtype" id="itemtype">
+<!-- TMPL_LOOP NAME="ITEMTYPES" -->
+<option value="<!-- TMPL_VAR NAME="itemtype" -->"><!-- TMPL_VAR NAME="description" --></option>
+<!-- /TMPL_LOOP -->
+</select></td>
+</tr>
+<tr><th><label for="isbn">ISBN:</label></th><td><input type="text" name="isbn" id="isbn" size="40"></td>
+</tr>
+<tr><th><label for="publishercode">Publisher:</label></th><td><input type="text" name="publishercode" id="publishercode" size="40"></td>
+</tr>
+<tr><th><label for="publicationyear">Publication Year:</label></th><td><input type="text" name="publicationyear" id="publicationyear" size="40"></td>
+</tr>
+<tr><th><label for="place">Place of Publication:</label></th><td><input type="text" name="place" id="place" size="40"></td>
+</tr>
+<tr><th><label for="illus">Illustrator:</label></th><td><input type="text" name="illus" id="illus" size="40"></td>
+</tr>
+<tr><th><label for="url">Website URL:</label></th><td><input type="text" name="url" id="url" size="40"></td>
+</tr>
+<tr><th><label for="dewey">Dewey:</label></th><td><input type="text" name="dewey" id="dewey" size="40"></td>
+</tr>
+<tr><th><label for="subclass">Dewey Subclass:</label></th><td><input type="text" name="subclass" id="subclass" size="40"></td>
+</tr>
+<tr><th><label for="issn">ISSN:</label></th><td><input type="text" name="issn" id="issn" size="40"></td>
+</tr>
+<tr><th><label for="lccn">LCCN:</label></th><td><input type="text" name="lccn" id="lccn" size="40"></td>
+</tr>
+<tr><th><label for="volume">Volume:</label></th><td><input type="text" name="volume" id="volume" size="40"></td>
+</tr>
+<tr><th><label for="number">Number:</label></th><td><input type="text" name="number" id="number" size="40"></td>
+</tr>
+<tr><th><label for="volumeddesc">Volume Description:</label></th><td><input type="text" name="volumeddesc" id="volumeddesc" size="40"></td>
+</tr>
+<tr><th><label for="pages">Pages:</label></th><td><input type="text" name="pages" id="pages" size="40"></td>
+</tr>
+<tr><th><label for="size">Size:</label></th><td><input name="size" size="40"></td>
+</tr>
+<tr><th><label for="notes">Notes:</label></th><td><textarea cols="30" rows="6" name="notes" id="notes"></textarea></td>
+</tr>
+</table>
+<p><input type="submit" name="newgroup" value="Add New Item to New Group" class="submit"></p>
+</form>
+<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->
Index: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl:1.3.2.7 koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl:1.3.2.8
--- koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl:1.3.2.7	Wed Sep 14 18:51:58 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl	Thu Mar  9 20:35:07 2006
@@ -1,6 +1,6 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: Items for Bibliographic Record <!-- TMPL_VAR name="biblionumber" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav-brief.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
 
 <div id="main">
 
Index: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/marcimport.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/marcimport.tmpl:1.2.2.2 koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/marcimport.tmpl:1.2.2.3
--- koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/marcimport.tmpl:1.2.2.2	Thu Feb  3 17:43:00 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/marcimport.tmpl	Thu Mar  9 20:35:07 2006
@@ -1,6 +1,6 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC Import<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav-brief.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
 
 <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data">
 <table border="0" cellpadding="0" cellspacing="0" align="center" class="results" width="80%">





More information about the Koha-cvs mailing list