koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl [rel_2_2]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl [rel_2_2]
Date: Fri, 07 Apr 2006 11:44:54 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     paul poulain <address@hidden>   06/04/07 11:44:54

Modified files:
        koha-tmpl/opac-tmpl/css/en: opac-reserve.tmpl 

Log message:
        minor graphic tweak

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl.diff?only_with_tag=rel_2_2&tr1=1.6.2.2&tr2=1.6.2.3&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl
diff -u koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl:1.6.2.2 
koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl:1.6.2.3
--- koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl:1.6.2.2   Wed Jul  6 
21:48:56 2005
+++ koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl   Fri Apr  7 11:44:54 2006
@@ -1,82 +1,85 @@
 <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
 <div id="mainbloc">
-<h2>Reserve page for <i><!-- TMPL_VAR NAME="title" --></i> (<!-- TMPL_IF 
NAME="author" --><!-- TMPL_VAR NAME="author" -->,<!-- /TMPL_IF --> N&#176;<!-- 
TMPL_VAR name="biblionumber" -->)</h2>
-<!-- TMPL_IF NAME="message" -->
-       <h2>Impossible to set reserve because </h2>
-       <ul>
-               <!-- TMPL_IF name="noreserve" --><li>You can't make reserve in 
this library (feature unactivated)</li><!-- /TMPL_IF -->
-               <!-- TMPL_IF NAME="too_much_oweing" --><li>you owe <!-- 
TMPL_VAR NAME="too_much_oweing" --></li><!-- /TMPL_IF -->
-               <!-- TMPL_IF NAME="too_many_reserves" --><li>you cannot make 
more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves.</li><!-- 
/TMPL_IF -->
-               <!-- TMPL_IF NAME="already_reserved" --><li>you already have a 
reserve placed on this item.</li><!-- /TMPL_IF -->
-               <!-- TMPL_IF NAME="no_items_selected" --><li>you must select at 
least on item type!</li><!-- /TMPL_IF -->
-               <!-- TMPL_IF NAME="no_branch_selected" --><li>you must select a 
branch for pickup!</li><!-- /TMPL_IF -->
-               <!-- TMPL_IF name="GNA" --><li>You are gone without address. 
Reservation is forbidden. Please contact the library</li><!-- /TMPL_IF -->
-               <!-- TMPL_IF name="lost" --><li>This card has been declared 
lost. Reserve impossible. Please contact the library</li><!-- /TMPL_IF -->
-               <!-- TMPL_IF name="debarred" --><li>Your account is temporarily 
suspended. Please contact the library</li><!-- /TMPL_IF -->
-       </ul>
-<!-- /TMPL_IF -->
-
-<!-- TMPL_IF NAME="select_item_types" -->
-       <!-- The first time round you select which bibitems you want -->
-       <p> There are <b><!-- TMPL_VAR NAME="reservecount" --></b> reserves 
already on this item. </p>
-       <p>Please select which item types are ok for you. The first of these 
item that matches one of these types that becomes available will be set kept 
for you.</p>
-
-       <form action="/cgi-bin/koha/opac-reserve.pl" method="post">
-               <input type="hidden" name="item_types_selected" value="1" />
-               <input type="hidden" name="bib" value="<!-- TMPL_VAR 
name="biblionumber" -->" />
-               <table cellspacing="0">
-                       <tr>
-                               <th>Request</th>
-                               <th>Item Type</th>
-                               <th>Copies</th>
-                       </tr>
-                       <!-- TMPL_LOOP NAME="TYPES" -->
-                               <tr>
-                                       <!-- TMPL_UNLESS NAME="notforloan" -->
-                                               <td><input type="checkbox" 
name="itemtype" value="<!-- TMPL_VAR NAME="itemtype" -->" checked="checked" 
/></td>
-                                       <!-- TMPL_ELSE -->
-                                               <td>Cannot be Reserved</td>
-                                       <!-- /TMPL_UNLESS -->
-                                       <td><!-- TMPL_VAR NAME="description" 
--></td>
-                                       <td><!-- TMPL_VAR NAME="copies" --></td>
-                               </tr>
-                       <!-- /TMPL_LOOP -->
-               </table>
-               <p>Please select the branch from which you want to collect the 
item: <select name="branch" id="branch">
-               <option>-- Please choose your branch --</option>
-               <!-- TMPL_LOOP NAME="CGIbranch" --><option value="<!-- TMPL_VAR 
NAME="value" -->"><!-- TMPL_VAR NAME="branch" --></option><!-- /TMPL_LOOP -->
-</select></p>
-                               
-               <input class="button" type="submit" value="Submit" />
-       </form>
-<!-- /TMPL_IF -->
-
-<!-- TMPL_IF NAME="item_types_selected" -->
-<!-- if the bibitems have already been selected -->
-       <p>Please confirm that you wish to request an item of these types:</p>
-
-       <form action="/cgi-bin/koha/opac-reserve.pl" method="post">
-               <input type="hidden" name="place_reserve" value="1" />
-               <input type="hidden" name="bib" value="<!-- TMPL_VAR 
NAME="biblionumber" -->" />
-               <input type="hidden" name="required_date" value="<!-- TMPL_VAR 
NAME="required_date" -->" />
-               <input type="hidden" name="expires_date" value="<!-- TMPL_VAR 
NAME="expires_date" -->" />
-               <ul>
-                       <!-- TMPL_LOOP NAME="TYPES" -->
-                       <li><input type="hidden" name="itemtype" value="<!-- 
TMPL_VAR NAME="itemtype" -->" /><!-- TMPL_VAR NAME="description" --></li>
-                       <!-- /TMPL_LOOP -->
-               </ul>
-               Which is to be picked up from
+<div id="bloc20">
+       <h2>Reserve page for <i><!-- TMPL_VAR NAME="title" --></i> (<!-- 
TMPL_IF NAME="author" --><!-- TMPL_VAR NAME="author" -->,<!-- /TMPL_IF --> 
N&#176;<!-- TMPL_VAR name="biblionumber" -->)</h2>
+       <!-- TMPL_IF NAME="message" -->
+               <h2>Impossible to set reserve because </h2>
                <ul>
-                       <li>
-                               <!-- TMPL_VAR NAME="branchname" -->
-                       </li>
+                       <!-- TMPL_IF name="noreserve" --><li>You can't make 
reserve in this library (feature unactivated)</li><!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="too_much_oweing" --><li>you owe <!-- 
TMPL_VAR NAME="too_much_oweing" --></li><!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="too_many_reserves" --><li>you cannot 
make more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves.</li><!-- 
/TMPL_IF -->
+                       <!-- TMPL_IF NAME="already_reserved" --><li>you already 
have a reserve placed on this item.</li><!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="no_items_selected" --><li>you must 
select at least on item type!</li><!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="no_branch_selected" --><li>you must 
select a branch for pickup!</li><!-- /TMPL_IF -->
+                       <!-- TMPL_IF name="GNA" --><li>You are gone without 
address. Reservation is forbidden. Please contact the library</li><!-- /TMPL_IF 
-->
+                       <!-- TMPL_IF name="lost" --><li>This card has been 
declared lost. Reserve impossible. Please contact the library</li><!-- /TMPL_IF 
-->
+                       <!-- TMPL_IF name="debarred" --><li>Your account is 
temporarily suspended. Please contact the library</li><!-- /TMPL_IF -->
                </ul>
-               <input type="hidden" name="branch" value="<!-- TMPL_VAR 
NAME="branch" -->" />
-               <!-- TMPL_IF NAME="istherefee" -->
-                       <p>Note there will be a reserve charge of <b>$<!-- 
TMPL_VAR NAME="fee" --></b></p>
-               <!-- /TMPL_IF -->
-               <input class="button" type="submit" value="Place Reserve" />
-       </form>
-<!-- /TMPL_IF -->
+               <a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" 
-->" class="button">Back to biblio</a>
+       <!-- /TMPL_IF -->
+       
+       <!-- TMPL_IF NAME="select_item_types" -->
+               <!-- The first time round you select which bibitems you want -->
+               <p> There are <b><!-- TMPL_VAR NAME="reservecount" --></b> 
reserves already on this item. </p>
+               <p>Please select which item types are ok for you. The first of 
these item that matches one of these types that becomes available will be set 
kept for you.</p>
+       
+               <form action="/cgi-bin/koha/opac-reserve.pl" method="post">
+                       <input type="hidden" name="item_types_selected" 
value="1" />
+                       <input type="hidden" name="bib" value="<!-- TMPL_VAR 
name="biblionumber" -->" />
+                       <table cellspacing="0">
+                               <tr>
+                                       <th>Request</th>
+                                       <th>Item Type</th>
+                                       <th>Copies</th>
+                               </tr>
+                               <!-- TMPL_LOOP NAME="TYPES" -->
+                                       <tr>
+                                               <!-- TMPL_UNLESS 
NAME="notforloan" -->
+                                                       <td><input 
type="checkbox" name="itemtype" value="<!-- TMPL_VAR NAME="itemtype" -->" 
checked="checked" /></td>
+                                               <!-- TMPL_ELSE -->
+                                                       <td>Cannot be 
Reserved</td>
+                                               <!-- /TMPL_UNLESS -->
+                                               <td><!-- TMPL_VAR 
NAME="description" --></td>
+                                               <td><!-- TMPL_VAR NAME="copies" 
--></td>
+                                       </tr>
+                               <!-- /TMPL_LOOP -->
+                       </table>
+                       <p>Please select the branch from which you want to 
collect the item: <select name="branch" id="branch">
+                       <option>-- Please choose your branch --</option>
+                       <!-- TMPL_LOOP NAME="CGIbranch" --><option value="<!-- 
TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branch" --></option><!-- 
/TMPL_LOOP -->
+       </select></p>
+                                       
+                       <input class="button" type="submit" value="Submit" />
+               </form>
+       <!-- /TMPL_IF -->
+       
+       <!-- TMPL_IF NAME="item_types_selected" -->
+       <!-- if the bibitems have already been selected -->
+               <p>Please confirm that you wish to request an item of these 
types:</p>
+       
+               <form action="/cgi-bin/koha/opac-reserve.pl" method="post">
+                       <input type="hidden" name="place_reserve" value="1" />
+                       <input type="hidden" name="bib" value="<!-- TMPL_VAR 
NAME="biblionumber" -->" />
+                       <input type="hidden" name="required_date" value="<!-- 
TMPL_VAR NAME="required_date" -->" />
+                       <input type="hidden" name="expires_date" value="<!-- 
TMPL_VAR NAME="expires_date" -->" />
+                       <ul>
+                               <!-- TMPL_LOOP NAME="TYPES" -->
+                               <li><input type="hidden" name="itemtype" 
value="<!-- TMPL_VAR NAME="itemtype" -->" /><!-- TMPL_VAR NAME="description" 
--></li>
+                               <!-- /TMPL_LOOP -->
+                       </ul>
+                       Which is to be picked up from
+                       <ul>
+                               <li>
+                                       <!-- TMPL_VAR NAME="branchname" -->
+                               </li>
+                       </ul>
+                       <input type="hidden" name="branch" value="<!-- TMPL_VAR 
NAME="branch" -->" />
+                       <!-- TMPL_IF NAME="istherefee" -->
+                               <p>Note there will be a reserve charge of 
<b>$<!-- TMPL_VAR NAME="fee" --></b></p>
+                       <!-- /TMPL_IF -->
+                       <input class="button" type="submit" value="Place 
Reserve" />
+               </form>
+       <!-- /TMPL_IF -->
+</div>
 </div>
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
\ No newline at end of file




reply via email to

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