koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en shelves.tmpl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en shelves.tmpl [rel_3_0]
Date: Tue, 26 Sep 2006 14:24:35 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/09/26 14:24:35

Removed files:
        koha-tmpl/intranet-tmpl/prog/en: shelves.tmpl 

Log message:
        this template is unused. The good one is on bookshelves/

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/shelves.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=0

Patches:
Index: shelves.tmpl
===================================================================
RCS file: shelves.tmpl
diff -N shelves.tmpl
--- shelves.tmpl        19 Sep 2006 22:30:38 -0000      1.1.2.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,79 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue: Virtual Book <!-- 
TMPL_IF Name="viewshelf" -->Shelf '<!-- TMPL_VAR Name="shelfname" -->'<!-- 
TMPL_ELSE -->Shelves<!-- /TMPL_IF --><!-- TMPL_INCLUDE 
NAME="doc-head-close.inc" -->
-
-<!-- TMPL_IF Name="viewshelf" -->
- <h2>Virtual Shelf '<!-- TMPL_VAR Name="shelfname" -->'</h2> <form>
-       <label for="addbarcode">Add a book by barcode:</label> <input 
id="addbarcode" name="addbarcode" type="text" size="14" maxlength="14" />
-                       <table>
-                       
-               
<tr><th>&nbsp;</th><th>Title</th><th>Author</th><th>Barcode</th></tr>
-       <!-- TMPL_IF NAME="itemsloop" -->
-               <!-- TMPL_LOOP Name="itemsloop" -->
-                       <tr>
-                               <td><input type="checkbox" name="REM-<!-- 
TMPL_VAR Name="itemnumber" -->"></td>
-                               <td><a 
href="/cgi-bin/koha/catalogue/detail.pl?type=intra&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 -->
-       <!-- TMPL_ELSE -->
-               <tr><td colspan="4">This shelf has no contents</td></tr>
-       <!-- /TMPL_IF -->
-    </table>
-    <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="submit" value="Remove Selected Items" />
-    </form><form action="shelves.pl" method="get"><input type="submit" 
value="Back to Virtual Book Shelves" /></form>
-<!-- TMPL_ELSE -->
-<h2>Virtual Book Shelves</h2>
-       <!-- TMPL_IF Name="shelves" -->
-               <!-- TMPL_IF Name="status1" -->
-                               Shelf "<!-- TMPL_VAR Name="string1" -->" 
already exists.
-               <!-- /TMPL_IF -->
-               <!-- TMPL_LOOP Name="paramsloop" -->
-                       <!-- TMPL_IF Name="status" -->                  Shelf 
has <!-- TMPL_VAR Name="string" --> items on it.  Please remove all items 
before deleting this shelf.
-
-                       <!-- /TMPL_IF -->
-               <!-- /TMPL_LOOP -->
-    <form method="post">
-    <input type="hidden" name="shelves" value="1">
-    <label for="addshelf">Add Shelf:</label> <input name="addshelf" 
id="addshelf" type="text" size="25" />
-    <input type="submit" value="Add New Shelf" />
-    </form>
-       <form method="post">
-                               <input type="hidden" name="shelves" value="1">
-                               <table>
-                               <tr><th>Shelf Name</th><th>Delete?</th></tr>
-                       <!-- TMPL_LOOP Name="shelvesloop" -->
-                               <tr>
-                                       <td><a href="shelves.pl?viewshelf=<!-- 
TMPL_VAR Name="shelf" -->"><strong><!-- TMPL_VAR Name="shelfname" --></strong> 
(<!-- TMPL_VAR Name="shelfbookcount" --> books)</a></td><td>
-                                               <input type="checkbox" 
name="DEL-<!-- TMPL_VAR Name="shelf" -->"></td></tr>
-                       <!-- /TMPL_LOOP -->
-       
-    </table><input type="submit" value="Delete Selected Shelves" /></form>
-       
-
-       <!-- TMPL_ELSE --><form method="post">
-    <input type="hidden" name="shelves" value="1">
-    <label for="addshelf">Add Shelf:</label> <input name="addshelf" 
id="addshelf" type="text" size="25" />
-    <input type="submit" value="Add New Shelf" />
-    </form>
-               <form action="shelves.pl" method="get"><input type="hidden" 
name="shelves" value="1" /><table>
-               <tr><th>Shelf Name</th><th>Delete?</th></tr>
-               <!-- TMPL_IF NAME="shelvesloop" -->
-                       <!-- TMPL_LOOP Name="shelvesloop" -->
-                               <tr><td><a href="shelves.pl?viewshelf=<!-- 
TMPL_VAR Name="shelf" -->">
-                                               <strong><!-- TMPL_VAR 
Name="shelfname" --></strong> (<!-- TMPL_VAR Name="shelfbookcount" --> 
books)</a>
-                               </td><td>
-                                               <input type="checkbox" 
name="DEL-<!-- TMPL_VAR Name="shelf" -->"></td></tr>
-                       <!-- /TMPL_LOOP -->
-               <!-- TMPL_ELSE -->
-               <tr><td colspan="2">There are no virtual book shelves</td></tr>
-               <!-- /TMPL_IF -->
-               </table>
-               <input type="submit" value="Delete Selected Shelves" /></form>
-
-       <!-- /TMPL_IF -->
-
-<!-- /TMPL_IF -->
-
-<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->
\ No newline at end of file




reply via email to

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