[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-addbookbybiblionumber.tmpl,1.1,1.2

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 25 23:56:37 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26214/koha-tmpl/opac-tmpl/npl/en

Modified Files:
	opac-addbookbybiblionumber.tmpl 
Log Message:
Synching with default template

Index: opac-addbookbybiblionumber.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-addbookbybiblionumber.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-addbookbybiblionumber.tmpl	24 Jan 2005 22:51:52 -0000	1.1
--- opac-addbookbybiblionumber.tmpl	25 Jan 2005 22:56:27 -0000	1.2
***************
*** 1,22 ****
! <!-- TMPL_INCLUDE Name="popup-top.inc" -->
! <div id="mainbloc">
! <h1>Add book to bookshelf</h1> 
! <p><label>Title</label><!-- TMPL_VAR NAME="title" --></p>
! <p><label>Author</label><!-- TMPL_VAR NAME="author" --></p>
! <h2>Select bookshelf</h2>
! <form>
! 	<p><label>Add to virtual shelf</label><!-- TMPL_VAR NAME="CGIbookshelves" --></p>
! </form>
! <form>
! <h2>or add to a new bookshelf</h2>
! 	<p><input type="text" name="newbookshelf" maxlength=40 size=40>
! 	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
! 		<select name="category">
  			<option value="1">Private</option>
  			<option value="2">Public</option>
  			<option value="3">Free</option>
! 		</select>
! 	</p>
! 	<input type="submit" value="Add to virtual shelf" class="button catalogue">
  </form>
! <!-- TMPL_INCLUDE Name="popup-bottom.inc" -->
--- 1,31 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> Catalog -- Add to Virtual Shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <div id="window">
! <div class="details">
! <table>
! <caption>Add Item to Virtual Shelf</caption>
! <tr><th>Title</th><td><!-- TMPL_VAR NAME="title" --></td></tr>
! <!-- TMPL_IF NAME="author" --><tr><th>Author</th><td><!-- TMPL_VAR NAME="author" --></td></tr><!-- /TMPL_IF -->
! </table>
! 
! <form action="/cgi-bin/koha/opac-addbookbybiblionumber.pl" method="post">
! <table>
! <caption>Select Virtual Shelf:</caption>
! <tr><th><label for="shelfnumber">Add to virtual shelf</label></th><td><!-- TMPL_VAR NAME="CGIbookshelves" --></td></tr>
! </table>
! 
! <table>
! <caption>...or add to a new bookshelf:</caption>
! <tr><th><label for="newbookshelf">Shelf Name:</label> </th><td><input type="text" id="newbookshelf" name="newbookshelf" maxlength="40" size="40">
! 	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"></td></tr>
! <tr><th><label for="category">Shelf Type: </label></th><td><select id="category" name="category">
  			<option value="1">Private</option>
  			<option value="2">Public</option>
  			<option value="3">Free</option>
! 		</select></td></tr>
! </table>
! 	<p><input type="submit" value="Add to Virtual Shelf" class="submit"></p>
  </form>
! </div>
! </div>
! </body>
! </html>





More information about the Koha-cvs mailing list