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-detail.tmpl,1.3,1.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.3,1.4 opac-main.tmpl,1.5,1.6 opac-searchresults.tmpl,1.7,1.8
Date: Fri, 28 May 2004 01:39:57 -0700

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

Modified Files:
        opac-detail.tmpl opac-main.tmpl opac-searchresults.tmpl 
Log Message:
some HTML cleaning & improvements

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-detail.tmpl    6 May 2004 14:53:36 -0000       1.3
--- opac-detail.tmpl    28 May 2004 08:39:54 -0000      1.4
***************
*** 4,7 ****
--- 4,13 ----
        <h1><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="class" --></h1>
  
+       <p>
+       <a href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" 
class="button">MARC</a>
+       <!-- TMPL_UNLESS NAME="norequests" -->
+               <a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- 
TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">Request</a>
+       </p>
+       <!-- /TMPL_UNLESS -->
        <div id="bibliobloc">
        <table cellspacing="0">
***************
*** 70,78 ****
                <!-- /TMPL_LOOP -->
        </table>
-       <!-- TMPL_UNLESS NAME="norequests" -->
-       <p>
-               <a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- 
TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">Request</a>
-       </p>
-       <!-- /TMPL_UNLESS -->
        </div>
  </div>
--- 76,79 ----

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** opac-main.tmpl      12 May 2004 15:27:02 -0000      1.5
--- opac-main.tmpl      28 May 2004 08:39:54 -0000      1.6
***************
*** 38,47 ****
                </p>
        </form>
!       <h2>Virtual shelves</h2>
!       <form action="/cgi-bin/koha/opac-shelves.pl">
!               <p>
!               Look <!-- TMPL_VAR name="CGIshelves" --><input type="submit" 
value="OK" class="button" />
!               </p>
!       </form>
        <!-- TMPL_IF NAME="loggedinusername" -->
                <h2>Logged in as <!-- TMPL_VAR NAME="loggedinusername" --></h2>
--- 38,53 ----
                </p>
        </form>
!       <!-- TMPL_IF name="CGIshelves" -->
!               <h2>Virtual shelves</h2>
!               <form action="/cgi-bin/koha/opac-shelves.pl">
!                       <p>
!                       Look <!-- TMPL_VAR name="CGIshelves" --><input 
type="submit" value="OK" class="button" />
!                       </p>
!               </form>
!       <!-- /TMPL_IF -->
!       <!-- TMPL_IF name="suggestion" -->
!               <h2>Suggestions</h2>
!               <a href="opac-suggestions.pl">View & manage suggestions</a>
!       <!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="loggedinusername" -->
                <h2>Logged in as <!-- TMPL_VAR NAME="loggedinusername" --></h2>

Index: opac-searchresults.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-searchresults.tmpl     19 May 2004 16:00:40 -0000      1.7
--- opac-searchresults.tmpl     28 May 2004 08:39:54 -0000      1.8
***************
*** 36,44 ****
  <!-- Search Results Table -->
  <!-- TMPL_IF NAME="total" -->
!       <table cellspacing="0">
                <tr>
!                       <th>Title</th>
!                       <th>Author</th>
!                       <th>&copy;</th>
                        <th>Item Count</th>
                        <th>Location</th>
--- 36,42 ----
  <!-- Search Results Table -->
  <!-- TMPL_IF NAME="total" -->
!       <table>
                <tr>
!                       <th>Summary</th>
                        <th>Item Count</th>
                        <th>Location</th>
***************
*** 49,59 ****
                        <tr>
                                <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
!                                       <a class="transparent" 
href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a>
!                               </td>
!                               <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
!                                       <a class="transparent" 
href="/cgi-bin/koha/opac-searchresults.pl?author=<!-- TMPL_VAR NAME="author" 
ESCAPE=URL -->"><!-- TMPL_VAR NAME="author" --></a>
!                               </td>
!                               <td align="center"<!-- TMPL_IF name="even" --> 
class="hilighted"<!-- /TMPL_IF -->>
!                                       <!-- TMPL_VAR NAME="copyrightdate" -->
                                </td>
                                <td align="center" <!-- TMPL_IF name="even" --> 
class="hilighted"<!-- /TMPL_IF -->>
--- 47,56 ----
                        <tr>
                                <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
!                                       <p>
!                                               <b><a class="transparent" 
href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a></b>
!                                               - <!-- TMPL_VAR NAME="author" 
-->
!                                               / <!-- TMPL_VAR 
name="publishercode" -->
!                                               : <!-- TMPL_VAR name="pages" -->
!                                       </p>
                                </td>
                                <td align="center" <!-- TMPL_IF name="even" --> 
class="hilighted"<!-- /TMPL_IF -->>
***************
*** 82,86 ****
                                <!-- /TMPL_IF -->
                        </th>
!                       <th colspan="3">&nbsp;</th>
                        <th colspan="2" align="right">
                                <!-- TMPL_IF NAME="displaynext" -->
--- 79,83 ----
                                <!-- /TMPL_IF -->
                        </th>
!                       <th colspan="1">&nbsp;</th>
                        <th colspan="2" align="right">
                                <!-- TMPL_IF NAME="displaynext" -->




reply via email to

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