[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-auth.tmpl... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Dec 7 19:18:54 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/07 18:18:54

Modified files:
	koha-tmpl/opac-tmpl/prog/en: opac-auth.tmpl opac-reserve.tmpl 

Log message:
	removing duplicated <div id="main">

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: opac-auth.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-auth.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- opac-auth.tmpl	22 Nov 2006 15:47:30 -0000	1.1.2.1
+++ opac-auth.tmpl	7 Dec 2006 18:18:54 -0000	1.1.2.2
@@ -4,7 +4,6 @@
 <!-- TMPL_INCLUDE name="navigation.inc" -->
 
 <!--CONTENT-->
-<div id="main">
 <!-- TMPL_IF NAME="loginprompt" -->
 <!-- login prompt time-->
 <h3>Log In to Your Account</h3>
@@ -44,5 +43,4 @@
 
 
 <!-- /TMPL_IF -->
-</div>
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->

Index: opac-reserve.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-reserve.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- opac-reserve.tmpl	7 Dec 2006 15:42:15 -0000	1.1.2.3
+++ opac-reserve.tmpl	7 Dec 2006 18:18:54 -0000	1.1.2.4
@@ -5,16 +5,56 @@
 <!--TMPL_INCLUDE NAME="navigation.inc" -->
 
 <!-- TMPL_IF NAME="message" -->
-<!-- TMPL_IF NAME="GNA" --><p class="error"><strong>Sorry</strong>, you cannot place reserves because the library doesn't have up-to-date <a href="/cgi-bin/koha/opac-userdetails.pl">contact information</a> on file. </p><p class="error">Please contact your librarian, or use the <a href="/cgi-bin/koha/opac-userupdate.pl">online update form</a> to submit current information (<em>Please note:</em> there may be a delay in restoring your account if you submit online)</p><!-- /TMPL_IF -->
-<!-- TMPL_IF NAME="lost" --><p class="error"><strong>Sorry</strong>, you cannot place reserves because your library card has been marked as lost or stolen. </p><p class="error"> If this is an error, please take your card to the circulation desk at your local library and the error will be corrected.</p><!-- /TMPL_IF -->
-<!-- TMPL_IF NAME="debarred" --><p class="error"><strong>Sorry</strong>, you cannot place reserves because your account has been frozen.</p><p class="error">Usually the reason for freezing an account is old overdues or damage fees.  If <a href="/cgi-bin/koha/opac-user.pl">your account page</a> shows your account to be clear, please consult a librarian.</p><!-- /TMPL_IF -->
-<!-- TMPL_IF NAME="too_much_oweing" --><p class="error">Sorry, you cannot make reserves because you owe <!-- TMPL_VAR NAME="too_much_oweing" -->. </p> <!-- /TMPL_IF -->
-<!-- TMPL_IF NAME="too_many_reserves" --><p class="error">Sorry, you cannot make more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves. </p><!-- /TMPL_IF -->
-<!-- TMPL_IF NAME="already_reserved" --><p class="error">You already have a reserve placed on this item.
-<form action="opac-detail.pl" method="get"><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="icon back" value="Return to Item Detail Screen" /></form></p>
-<!-- /TMPL_IF -->
-<!-- TMPL_IF NAME="no_items_selected" --><p class="error">You must select at least one item.</p><!-- /TMPL_IF -->
-    <!-- TMPL_IF NAME="no_branch_selected" --><p class="error">You must select a branch for pickup!</p><!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="GNA" -->
+    <p class="problem">
+        <strong>Sorry</strong>, you cannot place reserves because the library doesn't have up-to-date <a href="/cgi-bin/koha/opac-userdetails.pl">contact information</a> on file.
+    </p>
+    <p class="problem">Please contact your librarian, or use the <a href="/cgi-bin/koha/opac-userupdate.pl">online update form</a> to submit current information (<em>Please note:</em> there may be a delay in restoring your account if you submit online)
+    </p>
+    <!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="lost" -->
+    <p class="problem">
+        <strong>Sorry</strong>, you cannot place reserves because your library card has been marked as lost or stolen.
+    </p>
+    <p class="problem">
+        If this is an error, please take your card to the circulation desk at your local library and the error will be corrected.
+    </p>
+    <!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="debarred" -->
+    <p class="error">
+        <strong>Sorry</strong>, you cannot place reserves because your account has been frozen.
+    </p>
+    <p class="problem">Usually the reason for freezing an account is old overdues or damage fees.   If <a href="/cgi-bin/koha/opac-user.pl">your account page</a> shows your account to be clear, please consult a librarian.
+    </p>
+    <!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="too_much_oweing" -->
+    <p class="problem">
+        Sorry, you cannot make reserves because you owe <!-- TMPL_VAR NAME="too_much_oweing" -->.
+    </p>
+    <!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="too_many_reserves" -->
+        <p class="error">Sorry, you cannot make more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves.
+        </p>
+        <!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="already_reserved" -->
+    <p class="problem">
+        You already have a reserve placed on this item.
+        <form action="/cgi-bin/koha/opac-detail.pl" method="POST">
+            <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
+            <input type="submit" class="icon back" value="Return to Item Detail Screen" />
+        </form>
+    </p>
+    <!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="no_items_selected" -->
+    <p class="problem">
+        You must select at least one item.
+    </p>
+    <!-- /TMPL_IF -->
+    <!-- TMPL_IF NAME="no_branch_selected" -->
+    <p class="error">
+        You must select a branch for pickup!
+    </p>
+    <!-- /TMPL_IF -->
 </div>
 <!-- /TMPL_IF -->
 
@@ -71,7 +111,6 @@
 </form>
 <!-- /TMPL_IF -->
 
-
 <!-- end of the first form -->
 <!-- /TMPL_IF -->
 
@@ -100,5 +139,4 @@
 </FORM>
 
 <!-- /TMPL_IF -->
-</body>
-</html>
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="opac-bottom.inc"-->





More information about the Koha-cvs mailing list