[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves addbookb
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves addbookbybiblionumber.tmpl,1.2,1.3 |
Date: |
Mon, 02 May 2005 11:16:30 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31479/koha-tmpl/intranet-tmpl/npl/en/bookshelves
Modified Files:
addbookbybiblionumber.tmpl
Log Message:
Synching with rel_2_2.
Index: addbookbybiblionumber.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves/addbookbybiblionumber.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** addbookbybiblionumber.tmpl 14 Jan 2005 21:10:04 -0000 1.2
--- addbookbybiblionumber.tmpl 2 May 2005 18:16:28 -0000 1.3
***************
*** 1,19 ****
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add to Virtual
Shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<div id="main-compact">
<form>
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR
NAME="biblionumber" -->">
<table>
! <caption>Select a Bookshelf</caption>
! <tr><td><label>Title</label></td><td><!-- TMPL_VAR NAME="title"
--></td></tr>
! <tr><td><label>Author</label></td><td><!-- TMPL_VAR
NAME="author" --></td></tr>
! <tr><td><label>Add to virtual shelf</label></td><td><!--
TMPL_VAR NAME="CGIbookshelves" --></td></tr>
! <tr><th colspan="2">...or add to a new bookshelf:</th></tr>
! <tr><td><label for="newbookshelf">Shelf Name:</label>
</td><td><input type="text" name="newbookshelf" id="newbookshelf"
maxlength="40" size="20" /></td></tr>
! <tr><td><label for="category">Category:</label>
</td><td><select name="category" id="category">
<option value="1">Private</option>
<option value="2">Public</option>
- <option value="3">Free</option>
</select></td></tr>
</table>
<input type="submit" value="Add to virtual shelf" class="submit" />
</form>
--- 1,25 ----
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add to Virtual
Shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<div id="main-compact">
+ <h3>Add <i><!-- TMPL_VAR NAME="title" --></i> <!-- TMPL_IF NAME="author"
-->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> to a Virtual Shelf</h3>
<form>
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR
NAME="biblionumber" -->">
+ <div class="data">
<table>
! <caption>Select an Existing Bookshelf</caption>
! <tr><th><label>Add to virtual shelf</label></th><td><!--
TMPL_VAR NAME="CGIbookshelves" --></td></tr>
! </table>
! </div>
! <input type="submit" value="Add to virtual shelf" class="submit" />
! <h4>...or...</h4>
! <div class="data">
! <table>
! <caption>Add to a New Bookshelf:</caption>
! <tr><th><label for="newbookshelf">Shelf Name:</label>
</th><td><input type="text" name="newbookshelf" id="newbookshelf" size="60"
/></td></tr>
! <tr><th><label for="category">Category:</label>
</th><td><select name="category" id="category">
<option value="1">Private</option>
<option value="2">Public</option>
</select></td></tr>
</table>
+ </div>
<input type="submit" value="Add to virtual shelf" class="submit" />
</form>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves addbookbybiblionumber.tmpl,1.2,1.3,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities auth_finder.tmpl,1.1,1.2 authorities-home.tmpl,1.3,1.4 authorities.tmpl,1.1,1.2 detail-biblio-search.tmpl,1.1,1.2 detail.tmpl,1.1,1.2 searchresultlist-auth.tmpl,1.1,1.2 searchresultlist.tmpl,1.1,1.2
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.13,1.14 returns.tmpl,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities auth_finder.tmpl,1.1,1.2 authorities-home.tmpl,1.3,1.4 authorities.tmpl,1.1,1.2 detail-biblio-search.tmpl,1.1,1.2 detail.tmpl,1.1,1.2 searchresultlist-auth.tmpl,1.1,1.2 searchresultlist.tmpl,1.1,1.2
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.13,1.14 returns.tmpl,1.2,1.3
- Index(es):