koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves shelves.


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves shelves.tmpl,1.2,1.3
Date: Wed, 27 Apr 2005 12:39:00 -0700

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

Modified Files:
        shelves.tmpl 
Log Message:
Synching with rel_2_2

Index: shelves.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves/shelves.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** shelves.tmpl        3 Feb 2005 18:13:54 -0000       1.2
--- shelves.tmpl        27 Apr 2005 19:38:58 -0000      1.3
***************
*** 5,24 ****
  
  <div id="main">
  <!-- TMPL_IF Name="viewshelf" -->
!       <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
                        <table>
!                       <caption><!-- TMPL_VAR NAME="shelfname" --></caption>
                                <tr>
!                                       <th>&nbsp;</th>
                                        <th>Title</th>
                                        <th>Author</th>
!                                       <th>Barcode</th>
!                               </tr>
!                               <!-- TMPL_LOOP Name="itemsloop" -->
!                                       <tr>
!                                               <td><input type="checkbox" 
name="REM-<!-- TMPL_VAR NAME="itemnumber" -->" /></td>
                                                <td><a 
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- 
TMPL_VAR NAME="title" --></a></td>
                                                <td><!-- TMPL_VAR NAME="author" 
--></td> 
!                                               <td><!-- TMPL_VAR 
NAME="barcode" --></td>
                                        </tr>
                                <!-- /TMPL_LOOP -->
--- 5,58 ----
  
  <div id="main">
+ 
+ <!-- TMPL_IF name="edit" -->
+               <form method="post" action="<!-- TMPL_VAR NAME="script_name" 
-->">
+                       <input type="hidden" name="op" value="modifsave" />
+                       <table>
+                       <caption>Editing Shelf <em><!-- TMPL_VAR 
name="shelfname"--></em></caption>
+                       <tr><td><input type="hidden" name="shelfnumber" 
value="<!-- TMPL_VAR name="shelfnumber" -->" /><label 
for="shelfname">Name:</label></td><td><input id="shelfname" type="text" 
name="shelfname" size="25" value="<!-- TMPL_VAR name="shelfname"-->" 
/></td></tr>
+                       <tr><td><label 
for="owner">Owner:</label></td><td><input type="hidden" id="owner" name="owner" 
value="<!-- TMPL_VAR NAME="loggedinuser" -->" /><!-- TMPL_VAR 
NAME="loggedinusername" --></td></tr>
+                       <tr><td><label 
for="category">Category:</label></td><td><select id="category" name="category">
+                                       <!-- TMPL_IF name="category1" -->
+                                               <option value="1" 
selected>Private</option>
+                                       <!-- TMPL_ELSE -->
+                                               <option 
value="1">Private</option>
+                                       <!-- /TMPL_IF -->
+                                       <!-- TMPL_IF name="category2" -->
+                                               <option value="2" 
selected>Public</option>
+                                       <!-- TMPL_ELSE -->
+                                               <option 
value="2">Public</option>
+                                       <!-- /TMPL_IF -->
+                                       <!-- TMPL_IF name="category3" -->
+                                               <option value="3" 
selected>Free</option>
+                                       <!-- TMPL_ELSE -->
+                                               <option value="3">Free</option>
+                                       <!-- /TMPL_IF -->
+                               </select></td></tr>
+                       </table>
+                       <ul><li>a private bookshelf is managed by you &amp; can 
be seen only by you.</li>
+                               <li> A public can be seen by everybody, but 
managed only by you.</li>
+                               <li> A free can be managed by any 
user.</li></ul>
+                       <p><input type="submit" value="Save Changes" 
class="submit" /></p>
+               </form>
+ <!-- /TMPL_IF -->
+ 
  <!-- TMPL_IF Name="viewshelf" -->
!       <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post" 
name="mainform">
                        <table>
!                       <caption>Contents of <em><!-- TMPL_VAR NAME="shelfname" 
--></em></caption>
                                <tr>
!                                       <!-- TMPL_IF name="manageshelf" 
--><th><a href="/cgi-bin/koha/shelves.pl" onclick="CheckAll(); return 
false;"><img src="<!-- TMPL_VAR NAME="themelang" -->/images/checkall.gif" 
height="18" width="18" alt="Check All" title="Check All" border="0" 
/></a></th><!-- /TMPL_IF -->
                                        <th>Title</th>
                                        <th>Author</th>
!                                       <th>Item Type</th>
!                                       <th>&copy;</th>
!                                       <th>&nbsp;</th>
!                               </tr><!-- TMPL_LOOP Name="itemsloop" --><!-- 
TMPL_IF NAME="toggle" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- 
/TMPL_IF --><!-- TMPL_IF name="manageshelf" --><td><input type="checkbox" 
name="REM-<!-- TMPL_VAR NAME="itemnumber" -->" /></td><!-- /TMPL_IF -->
                                                <td><a 
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- 
TMPL_VAR NAME="title" --></a></td>
                                                <td><!-- TMPL_VAR NAME="author" 
--></td> 
!                                               <td><!-- TMPL_VAR 
NAME="itemtype" --></td>
!                                               <td><!-- TMPL_VAR 
NAME="publicationyear" --></td>
!                                               <td><a 
href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
-->">Reserves</a></td>
                                        </tr>
                                <!-- /TMPL_LOOP -->
***************
*** 33,44 ****
        <!-- TMPL_IF name="manageshelf" -->
                <form>
!               <table>
!               <caption>Add a book by barcode</caption>
!               <tr><td><label for="barcode">Barcode:</label></td><td><input 
type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" />
                        <input type="hidden" name="modifyshelfcontents" 
value="1" />
                        <input type="hidden" name="viewshelf" value="<!-- 
TMPL_VAR NAME="shelfnumber" -->" />
                        <input type="text" size="14" maxlength="14" 
id="barcode" name="addbarcode" />
                        <input type="hidden" name="modifyshelfcontents" 
value="1" />
!                       <input type="hidden" name="shelfnumber" value="<!-- 
TMPL_VAR NAME="shelfnumber" -->" /><input type="submit" value="Save" 
class="submit" /></td></tr></table>
                </form>
        <!-- /TMPL_IF -->
--- 67,78 ----
        <!-- TMPL_IF name="manageshelf" -->
                <form>
!               <div class="data"><table>
!               <caption>Add an item by barcode</caption>
!               <tr><th><label for="barcode">Barcode:</label></th><td><input 
type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" />
                        <input type="hidden" name="modifyshelfcontents" 
value="1" />
                        <input type="hidden" name="viewshelf" value="<!-- 
TMPL_VAR NAME="shelfnumber" -->" />
                        <input type="text" size="14" maxlength="14" 
id="barcode" name="addbarcode" />
                        <input type="hidden" name="modifyshelfcontents" 
value="1" />
!                       <input type="hidden" name="shelfnumber" value="<!-- 
TMPL_VAR NAME="shelfnumber" -->" /><input type="submit" value="Save" 
class="submit" /></td></tr></table></div>
                </form>
        <!-- /TMPL_IF -->
***************
*** 47,51 ****
  <!-- TMPL_ELSE -->
        <!-- TMPL_IF Name="shelves" -->
-               <h1>Bookshelves</h1>
                <!-- TMPL_IF Name="status1" -->
                        <p class="problem"><!-- TMPL_VAR NAME="string1" --><p>
--- 81,84 ----
***************
*** 56,102 ****
                        <!-- /TMPL_IF -->
                <!-- /TMPL_LOOP -->
-               <div id="bloc25">
-                                       <h2>Select Shelves to Delete</h2>
                                        <form method="post" action="<!-- 
TMPL_VAR NAME="script_name" -->">
!                                       <input type="hidden" name="shelves" 
value="1" />
                                                <!-- TMPL_LOOP 
Name="shelvesloop" -->
                                                <!-- TMPL_IF name="canmanage" 
-->
-                                               <p>
-                                                       <label></label>
-                                                               <input 
type="checkbox" name="DEL-<!-- TMPL_VAR NAME="shelf" -->" />
                                                        
!                                                               <a 
href="shelves.pl?viewshelf=<!-- TMPL_VAR name="shelf" -->"><!-- TMPL_VAR 
NAME="shelfname" --></a> (<!-- TMPL_VAR NAME="shelfbookcount" --> item(s))
!                                               </p>
                                                <!-- /TMPL_IF -->
!                                               <!-- /TMPL_LOOP -->
                                        <p>
!                                               <input type="submit" 
value="Delete Shelves" class="submit" />
                                        </p>
                                        </form>
!               </div>
!               <div id="bloc25">
!                       <form method="post" action="<!-- TMPL_VAR 
NAME="script_name" -->">
                                <input type="hidden" name="shelves" value="1" />
!                               <h2>Add Shelf</h2>
!                               <p><label>Name</label><input type="text" 
name="addshelf" size="25" /></p>
!                               <p><label>Owner</label><input type="hidden" 
name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->" /><!-- TMPL_VAR 
NAME="loggedinusername" --></p>
!                               <p><label>Category</label>
!                                       <select name="category">
                                                <option 
value="1">Private</option>
                                                <option 
value="2">Public</option>
!                                               <option value="3">Free</option>
!                                       </select>
!                               </p>
!                               <p> <li>a private bookshelf is managed by you 
&amp; can be seen only by you.</li>
!                                       <li> A public can be seen by everybody, 
but managed only by you.</li>
!                                       <li> A free can be managed by any 
user.</li>
!                               </p>
!                               <p>
!                                       <input type="submit" value="Add New 
Shelf" class="submit" />
!                                       <a href="shelves.pl">back to shelf 
list</a>
!                               </p>
! 
!                       </form>
!               </div>
        <!-- TMPL_ELSE -->
                        <table>
--- 89,123 ----
                        <!-- /TMPL_IF -->
                <!-- /TMPL_LOOP -->
                                        <form method="post" action="<!-- 
TMPL_VAR NAME="script_name" -->">
!                                       <input type="hidden" name="shelves" 
value="1" /><table>
!                                               <caption>Bookshelves</caption>
!                                               
<th>&nbsp;</th><th>Title</th><th>Item Count</th>
                                                <!-- TMPL_LOOP 
Name="shelvesloop" -->
                                                <!-- TMPL_IF name="canmanage" 
-->
                                                        
!                                               <!-- TMPL_IF NAME="toggle" 
--><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF --><td><!-- 
TMPL_IF NAME="shelfbookcount" --><input type="checkbox" name="DEL-<!-- TMPL_VAR 
NAME="shelf" -->" disabled="disabled" readonly="readonly" /><!-- TMPL_ELSE 
--><input type="checkbox" name="DEL-<!-- TMPL_VAR NAME="shelf" -->" /><!-- 
/TMPL_IF --></td><td><a href="shelves.pl?viewshelf=<!-- TMPL_VAR name="shelf" 
-->"><!-- TMPL_VAR NAME="shelfname" --></a></td><td><!-- TMPL_IF 
NAME="shelfbookcount" --><!-- TMPL_VAR NAME="shelfbookcount" --> 
item(s)<sup>*</sup><!-- TMPL_ELSE -->Empty<!-- /TMPL_IF --></td></tr>
                                                <!-- /TMPL_IF -->
!                                               <!-- /TMPL_LOOP --></table>
                                        <p>
!                                               <input type="submit" 
value="Delete Selected Shelves" class="submit" /> <sup>*</sup>Shelves must be 
empty before they can be deleted.
                                        </p>
                                        </form>
! 
!                       <form class="inline" method="post" action="<!-- 
TMPL_VAR NAME="script_name" -->">
                                <input type="hidden" name="shelves" value="1" />
!                               <div class="data"><table>
!                               <caption>Add Shelf</caption>
!                               <tr><th><label>Name</label></th><td><input 
type="text" name="addshelf" size="25" /></td></tr>
!                               <tr><th><label>Owner</label></th><td><input 
type="hidden" name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->" /><!-- 
TMPL_VAR NAME="loggedinusername" --></td></tr>
!                               <tr><th><label>Category</label></th>
!                                       <td><select name="category">
                                                <option 
value="1">Private</option>
                                                <option 
value="2">Public</option>
!                                       </select></td></tr>
! </table></div>
! <ul><li>A private bookshelf is managed by you and can be seen only by 
you.</li>
!                                       <li> A public shelf can be seen by 
everybody, but managed only by you.</li></ul>
!                                       <input type="submit" value="Add New 
Shelf" class="submit" /></form>
!                                       <form action="shelves.pl" method="get" 
class="inline"><input type="submit" class="submit" value="Back to Shelf List" 
/></form>
        <!-- TMPL_ELSE -->
                        <table>
***************
*** 109,113 ****
                                </tr>
                                <!-- TMPL_LOOP Name="shelvesloop" -->
!                               <tr>
                                        <td>
                                                <a 
href="shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
--- 130,134 ----
                                </tr>
                                <!-- TMPL_LOOP Name="shelvesloop" -->
!                               <!-- TMPL_IF NAME="toggle" --><tr 
class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
                                        <td>
                                                <a 
href="shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
***************
*** 129,137 ****
                                                <!-- TMPL_VAR 
NAME="shelfbookcount" --> item(s)
                                        </td>
!                                       <!-- TMPL_IF name="mine" -->
!                                               <td>
!                                                       <a 
href="shelves.pl?op=modif&amp;shelf=<!-- TMPL_VAR NAME="shelf" -->">Edit</a>
!                                                       <!-- TMPL_VAR 
name="surname" --><!-- TMPL_VAR name="firstname" -->                            
                  </td>
!                                       <!-- /TMPL_IF -->
                                </tr>
                                <!-- /TMPL_LOOP -->
--- 150,154 ----
                                                <!-- TMPL_VAR 
NAME="shelfbookcount" --> item(s)
                                        </td>
!                                       <td><!-- TMPL_IF name="mine" --><a 
href="shelves.pl?op=modif&amp;shelf=<!-- TMPL_VAR NAME="shelf" 
-->">Edit</a><!-- TMPL_VAR name="surname" --><!-- TMPL_VAR name="firstname" 
--><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
                                </tr>
                                <!-- /TMPL_LOOP -->
***************
*** 141,175 ****
  <!-- /TMPL_IF -->
  
- <!-- TMPL_IF name="edit" -->
-               <form method="post" action="<!-- TMPL_VAR NAME="script_name" 
-->">
-                       <input type="hidden" name="op" value="modifsave" />
-                       <table>
-                       <caption>Editing Shelf <em><!-- TMPL_VAR 
name="shelfname"--></em></caption>
-                       <tr><td><input type="hidden" name="shelfnumber" 
value="<!-- TMPL_VAR name="shelfnumber" -->" /><label 
for="shelfname">Name:</label></td><td><input id="shelfname" type="text" 
name="shelfname" size="25" value="<!-- TMPL_VAR name="shelfname"-->" 
/></td></tr>
-                       <tr><td><label 
for="owner">Owner:</label></td><td><input type="hidden" id="owner" name="owner" 
value="<!-- TMPL_VAR NAME="loggedinuser" -->" /><!-- TMPL_VAR 
NAME="loggedinusername" --></td></tr>
-                       <tr><td><label 
for="category">Category:</label></td><td><select id="category" name="category">
-                                       <!-- TMPL_IF name="category1" -->
-                                               <option value="1" 
selected>Private</option>
-                                       <!-- TMPL_ELSE -->
-                                               <option 
value="1">Private</option>
-                                       <!-- /TMPL_IF -->
-                                       <!-- TMPL_IF name="category2" -->
-                                               <option value="2" 
selected>Public</option>
-                                       <!-- TMPL_ELSE -->
-                                               <option 
value="2">Public</option>
-                                       <!-- /TMPL_IF -->
-                                       <!-- TMPL_IF name="category3" -->
-                                               <option value="3" 
selected>Free</option>
-                                       <!-- TMPL_ELSE -->
-                                               <option value="3">Free</option>
-                                       <!-- /TMPL_IF -->
-                               </select></td></tr>
-                       </table>
-                       <ul><li>a private bookshelf is managed by you &amp; can 
be seen only by you.</li>
-                               <li> A public can be seen by everybody, but 
managed only by you.</li>
-                               <li> A free can be managed by any 
user.</li></ul>
-                       <p><input type="submit" value="Save Changes" 
class="submit" /></p>
-               </form>
- <!-- /TMPL_IF -->
  </div>
  <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->
--- 158,161 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]