koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detailprint.tmpl,NO


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detailprint.tmpl,NONE,1.1 opac-detail.tmpl,1.12,1.13 opac-ISBDdetail.tmpl,1.1,1.2 opac-MARCdetail.tmpl,1.3,1.4 opac-search.tmpl,1.9,1.10 opac-user.tmpl,1.6,1.7 opac-userupdate.tmpl,1.4,1.5
Date: Fri, 12 Nov 2004 08:28:13 -0800

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4997/koha-tmpl/opac-tmpl/css/en

Modified Files:
        opac-detail.tmpl opac-ISBDdetail.tmpl opac-MARCdetail.tmpl 
        opac-search.tmpl opac-user.tmpl opac-userupdate.tmpl 
Added Files:
        opac-detailprint.tmpl 
Log Message:
some html fixes & bugfix for biblio printing

--- NEW FILE ---
<html>
<body onLoad="window.print();self.close();">
<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
        <table cellspacing="0" cellpadding="1" border="1" width=500>
        <tr valign="top">
                <td bgcolor="#cccc99" background="/images/background-mem.gif">
                        <b>BIBLIO RECORD <!-- TMPL_VAR NAME="biblionumber" 
--></b>
                </td>
        </tr>
        <tr valign="top">
                <td>
                        <!-- TMPL_VAR NAME="author" --><br>
                        <b><!-- TMPL_VAR NAME="title" --></b><!-- TMPL_VAR 
NAME="subtitle" --><br>
                        <!-- TMPL_VAR NAME="additional" --><br>
                        <!-- TMPL_IF NAME="publishercode" --><b>Published by 
:</b><!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="publicationyear" --><b>in </b><!-- 
TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="pages" -->, <!-- /TMPL_IF --><!-- 
TMPL_VAR NAME="pages" -->
                        <!-- TMPL_IF NAME="size" -->, <!-- /TMPL_IF --><!-- 
TMPL_VAR NAME="size" --><br>
                        <!-- TMPL_IF NAME="collection" --><b>Collection:</b> 
<!-- TMPL_VAR NAME="seriestitle" --><!-- /TMPL_IF --><br>
                        <!-- TMPL_IF NAME="subject" --><b>Subject:</b> <!-- 
TMPL_VAR NAME="subject" --><!-- /TMPL_IF --><br>
                        <!-- TMPL_IF NAME="copyrightdate" --><b>Year :</b> <!-- 
TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF --><br>
                        <!-- TMPL_IF NAME="notes" --><b>Notes:</b> <!-- 
TMPL_VAR NAME="notes" --><!-- /TMPL_IF --><br>
                        <!-- TMPL_IF NAME="unititle" --><b>Unititle:</b> <!-- 
TMPL_VAR NAME="unititle" --><!-- /TMPL_IF --> <br>
                        <!-- TMPL_IF NAME="dewey" --><b>Dewey:</b> <a 
href="/cgi-bin/koha/opac-searchresults.pl?type=opac&amp;dewey=<!-- TMPL_VAR 
NAME="dewey" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="dewey" --></a><!-- /TMPL_IF 
--><br>
                        <!-- TMPL_IF NAME="classification" 
--><b>Classification:</b> <!-- TMPL_VAR NAME="classification" --><!-- /TMPL_IF 
--><br>
                        <!-- TMPL_IF NAME="lccn" --><b>LCCN:</b> <!-- TMPL_VAR 
NAME="lccn" --><!-- /TMPL_IF --><br>
                        <!-- TMPL_IF NAME="url" --><b>URL:</b> <a href="<!-- 
TMPL_VAR NAME="url" -->"><!-- TMPL_VAR NAME="url" --></a><!-- /TMPL_IF --><br>
                        <b>ISBN:</b><!-- TMPL_VAR NAME="ISBN" --><br>
                        </font>
                </td>
        </tr>
        </table>
<!-- /TMPL_LOOP -->

<table border="0" cellspacing="0" cellpadding="2">
        <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
                <tr>
                        <td><!-- TMPL_VAR NAME="description" --></td>
                        <td><!-- TMPL_VAR NAME="branchname" -->, <!-- TMPL_VAR 
NAME="itemcallnumber" --></td>
                        <td><!-- TMPL_VAR NAME="barcode" --></td>
                        <td><!-- TMPL_VAR NAME="volumeddesc" --></td>
                </tr>
        <!-- /TMPL_LOOP -->
</table>
<script language="javascript" type="text/javascript">
function docprint() {
        window.print();
        window.close();
}
</script>
</body>
</html>
Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** opac-detail.tmpl    6 Sep 2004 10:00:28 -0000       1.12
--- opac-detail.tmpl    12 Nov 2004 16:28:10 -0000      1.13
***************
*** 9,13 ****
                MARC
        </a>
!       <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR 
name="biblionumber" -->')" class="button catalogue">
                Print
        </a>
--- 9,13 ----
                MARC
        </a>
!       <a href="javascript:Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR 
name="biblionumber" -->')" class="button catalogue">
                Print
        </a>

Index: opac-ISBDdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-ISBDdetail.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-ISBDdetail.tmpl        28 May 2004 16:16:33 -0000      1.1
--- opac-ISBDdetail.tmpl        12 Nov 2004 16:28:10 -0000      1.2
***************
*** 8,12 ****
                MARC
        </a>
!       <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR 
name="biblionumber" -->')" class="button catalogue">
                Print
        </a>
--- 8,12 ----
                MARC
        </a>
!       <a href="javascript:Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR 
name="biblionumber" -->')" class="button catalogue">
                Print
        </a>

Index: opac-MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-MARCdetail.tmpl        3 Jun 2004 12:47:37 -0000       1.3
--- opac-MARCdetail.tmpl        12 Nov 2004 16:28:10 -0000      1.4
***************
*** 8,17 ****
                ISBD
        </a>
!       <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR 
name="biblionumber" -->')" class="button catalogue">
                Print
        </a>
        <!-- TMPL_IF NAME="norequests" -->
        <!-- TMPL_ELSE -->
!               <a href=request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" --> 
class="button catalogue">Request</a>
        <!-- /TMPL_IF -->
  </div>
--- 8,19 ----
                ISBD
        </a>
!       <a href="javascript:Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR 
name="biblionumber" -->')" class="button catalogue">
                Print
        </a>
        <!-- TMPL_IF NAME="norequests" -->
        <!-- TMPL_ELSE -->
!               <a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- 
TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
!                       Request
!               </a>
        <!-- /TMPL_IF -->
  </div>
***************
*** 251,258 ****
        }
  }
- 
- function Dopop(link) {
-       
newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes');
- }
  </script>
  </body>
--- 253,256 ----

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-search.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** opac-search.tmpl    25 Oct 2004 13:28:44 -0000      1.9
--- opac-search.tmpl    12 Nov 2004 16:28:10 -0000      1.10
***************
*** 118,125 ****
                <h2>Hints</h2>
                <h3>Title</h3>
!               <p>You can enter a complete or a part of a title The search 
will also be done in subtitles and other title-related fields</p>
                <h3>Author</h3>
!               <p>You can enter a name or a surname. The search will also be 
done is additional authors & other author-related fields (translator, 
illustrator...)</p>
!               <p>Remember that a title can concern a "physical" author 
(Victor Hugo) or a company, group, collective author (CNRS, Library of 
Congress)</p>
                <h3>Branches</h3>
                <p>Select a branch if you want to limit your search to items in 
a specific branch. By default the search is done on every branches of the 
library</p>
--- 118,125 ----
                <h2>Hints</h2>
                <h3>Title</h3>
!               <p>You can enter a complete or a part of a title. The search 
will also be done in subtitles and other title related fields</p>
                <h3>Author</h3>
!               <p>You can enter a name or a surname. The search will also be 
done in additional authors and other author related fields (translator, 
illustrator...)</p>
!               <p>Remember that a title can concern a physical author (Victor 
Hugo) or a company, group, collective author (CNRS, Library of Congress)</p>
                <h3>Branches</h3>
                <p>Select a branch if you want to limit your search to items in 
a specific branch. By default the search is done on every branches of the 
library</p>

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** opac-user.tmpl      13 Sep 2004 15:32:42 -0000      1.6
--- opac-user.tmpl      12 Nov 2004 16:28:10 -0000      1.7
***************
*** 10,14 ****
                <p><!-- TMPL_VAR NAME="faxnumber" --> (wk)</p>
                <p><!-- TMPL_VAR NAME="emailaddress" --></p>
!               <p>Something new: <a href="/cgi-bin/koha/opac-userupdate.pl" 
class="button">Update Record</a></p>
        </div>
        <!-- TMPL_IF NAME="amountoverfive" -->
--- 10,14 ----
                <p><!-- TMPL_VAR NAME="faxnumber" --> (wk)</p>
                <p><!-- TMPL_VAR NAME="emailaddress" --></p>
!               <p><a href="/cgi-bin/koha/opac-userupdate.pl" 
class="button">Update Record</a></p>
        </div>
        <!-- TMPL_IF NAME="amountoverfive" -->
***************
*** 56,60 ****
                                <th>Itemtype</th>
                                <th>Charges</th>
!                               <th>Current Loan</th>
                        </tr>
                        <!-- TMPL_LOOP NAME="ISSUES" -->
--- 56,60 ----
                                <th>Itemtype</th>
                                <th>Charges</th>
!                               <th>Renewable</th>
                        </tr>
                        <!-- TMPL_LOOP NAME="ISSUES" -->

Index: opac-userupdate.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-userupdate.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-userupdate.tmpl        13 Aug 2004 06:01:10 -0000      1.4
--- opac-userupdate.tmpl        12 Nov 2004 16:28:10 -0000      1.5
***************
*** 1,3 ****
! <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
  
  <div id="mainbloc">
--- 1,3 ----
! <!-- TMPL_INCLUDE name="opac-top.inc" -->
  
  <div id="mainbloc">
***************
*** 6,22 ****
  Your changes won't appear until the library has validated them.</i></p>
  
! <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
  <form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
!       <p>Surname: <input type="text"  size="25" value="<!-- TMPL_VAR 
NAME='surname' -->"  NAME="surname" /></p>
!       <p>Title: <input type="text"  size="25" value="<!-- TMPL_VAR 
NAME='title' -->"  NAME="title" /></p>
!       <p>First name: <input type="text"  size="25" value="<!-- TMPL_VAR 
NAME='firstname' -->"  NAME="firstname" /></p>
!       <p>Street address: <input type="text"  size="25" value="<!-- TMPL_VAR 
NAME='streetaddress' -->"  NAME="streetaddress" /></p>
!       <p>City: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='city' 
-->"  NAME="city" /></p>
!       <p>Home phone: <input type="text"  size="25" value="<!-- TMPL_VAR 
NAME='phone' -->"  NAME="phone" /></p>
!       <p>Work/Fax phone: <input type="text"  size="25" value="<!-- TMPL_VAR 
NAME='faxnumber' -->"  NAME="faxnumber" /></p>
!       <p>Email: <input type="text"  size="25" value="<!-- TMPL_VAR 
NAME='emailaddress' -->"  NAME="emailaddress" /></p>
        <p><input type="submit" value="Submit" class="button" /></p>
  </form>
  </div>
  <!-- /TMPL_LOOP -->
! <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
--- 6,22 ----
  Your changes won't appear until the library has validated them.</i></p>
  
! <!-- TMPL_LOOP name="BORROWER_INFO" -->
  <form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
!       <p><label>Surname</label><input type="text"  size="25" value="<!-- 
TMPL_VAR name='surname' -->"  name="surname" /></p>
!       <p><label>Title</label><input type="text"  size="25" value="<!-- 
TMPL_VAR name='title' -->"  name="title" /></p>
!       <p><label>First name</label><input type="text"  size="25" value="<!-- 
TMPL_VAR name='firstname' -->"  name="firstname" /></p>
!       <p><label>Street address</label><input type="text"  size="25" 
value="<!-- TMPL_VAR name='streetaddress' -->"  name="streetaddress" /></p>
!       <p><label>City</label><input type="text"  size="25" value="<!-- 
TMPL_VAR name='city' -->"  name="city" /></p>
!       <p><label>Home phone</label><input type="text"  size="25" value="<!-- 
TMPL_VAR name='phone' -->"  name="phone" /></p>
!       <p><label>Work/Fax phone</label><input type="text"  size="25" 
value="<!-- TMPL_VAR name='faxnumber' -->"  name="faxnumber" /></p>
!       <p><label>Email</label><input type="text"  size="25" value="<!-- 
TMPL_VAR name='emailaddress' -->"  name="emailaddress" /></p>
        <p><input type="submit" value="Submit" class="button" /></p>
  </form>
  </div>
  <!-- /TMPL_LOOP -->
! <!-- TMPL_INCLUDE name="opac-bottom.inc" -->




reply via email to

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