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/bookshelve... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/bookshelve... [rel_3_0]
Date: Mon, 30 Oct 2006 09:56:38 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   06/10/30 09:56:38

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/bookshelves: shelves.tmpl 

Log message:
        indenting with spaces

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

Patches:
Index: shelves.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -b -r1.1.2.7 -r1.1.2.8
--- shelves.tmpl        17 Oct 2006 07:59:35 -0000      1.1.2.7
+++ shelves.tmpl        30 Oct 2006 09:56:38 -0000      1.1.2.8
@@ -14,7 +14,7 @@
        }
 }
 </script>
-
+<h1>Virtual shelves</h1>
 <!-- TMPL_IF name="edit" -->
                <form method="post" action="<!-- TMPL_VAR NAME="script_name" 
-->">
                        <input type="hidden" name="op" value="modifsave" />
@@ -53,17 +53,22 @@
                        <caption>Contents of <!-- TMPL_VAR NAME="shelfname" 
--></caption>
                        <tr>
                                        <!-- TMPL_IF name="manageshelf" 
--><th><a href="/cgi-bin/koha/shelves.pl" onclick="CheckAll(); return 
false;">Check All</a></th><!-- /TMPL_IF -->
-                                       <th>Title</th>
-                                       <th>Author</th>
+                    <th>Summary</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/catalogue/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" 
-->"><!-- TMPL_VAR NAME="title" --></a></td>
-                                               <td><!-- TMPL_VAR NAME="author" 
--></td> 
-                                               <td><!-- TMPL_VAR NAME="ccode" 
--></td>
-                                               <td><!-- TMPL_VAR 
NAME="publicationyear" --></td>
-                                               <td><a 
href="/cgi-bin/koha/reserve/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
-->">Reserves</a></td>
+                        <td><p><a 
href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR 
name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></p>
+                    <p><!-- TMPL_VAR NAME="author" -->
+                        <!-- TMPL_IF name="publicationyear" --> - <!-- 
TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
+                        <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR 
name="publishercode" --><!-- /TMPL_IF -->
+                        <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR 
name="place" --><!-- /TMPL_IF -->
+                        <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR 
name="pages" --><!-- /TMPL_IF -->
+                        <!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR 
name="notes" --><!-- /TMPL_IF -->
+                        <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR 
name="size" --><!-- /TMPL_IF -->
+                        <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- 
TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->                        </p>
+                        </td>
+                        <td><!-- TMPL_VAR NAME="itemtype" --></td>
+                        <td><a 
href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->">Reserves</a></td>
                                        </tr>
                                <!-- /TMPL_LOOP -->
                        </table>
@@ -137,21 +142,23 @@
                                        <form action="shelves.pl" 
method="get"><input type="submit" value="Back to Shelf List" /></form>
        <!-- TMPL_ELSE -->
                        <table>
-                       <caption>Virtual Shelves</caption>
+            <caption>Existing virtual shelves</caption>
                                <tr>
                                        <th>Shelf Name</th>
                                        <th>Category</th>
                                        <th>Content size</th>
+                    <th>Owner</th>
                                        <th>&nbsp;</th>
                                </tr>
                                <!-- TMPL_LOOP Name="shelvesloop" -->
                                <!-- TMPL_IF NAME="toggle" --><tr 
class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
-                                       <td>
+                    <td><p>
                                                <a 
href="shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
                                                        <!-- TMPL_VAR 
NAME="shelfname" -->
                                                </a>
+                        </p>
                                        </td>
-                                       <td>
+                    <td><p>
                                                <!-- TMPL_IF NAME="category1" 
-->
                                                        Private
                                                <!-- /TMPL_IF -->
@@ -161,11 +168,18 @@
                                                <!-- TMPL_IF NAME="category3" 
-->
                                                        Free
                                                <!-- /TMPL_IF -->
+                        </p>
                                        </td>
                                        <td>
                                                <!-- 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>
+                    <td>
+                        <p><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR 
name="surname" --></p>
+                    <td>
+                    <!-- TMPL_IF name="mine" -->
+                        <p><a href="shelves.pl?op=modif&amp;shelf=<!-- 
TMPL_VAR NAME="shelf" -->">Edit</a></p>
+                    <!-- /TMPL_IF -->
+                    </td>
                                </tr>
                                <!-- /TMPL_LOOP -->
                        </table>




reply via email to

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