koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc resu


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc result.tmpl,1.6,1.7 search.tmpl,1.4,1.5
Date: Thu, 05 Jun 2003 07:20:01 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc
In directory 
sc8-pr-cvs1:/tmp/cvs-serv10906/koha-tmpl/intranet-tmpl/default/en/search.marc

Modified Files:
        result.tmpl search.tmpl 
Log Message:
graphic improvments

Index: result.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/result.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** result.tmpl 30 Apr 2003 00:20:35 -0000      1.6
--- result.tmpl 5 Jun 2003 14:19:58 -0000       1.7
***************
*** 5,10 ****
  </TMPL_IF>
  
! <center>
  
  <table border=0 cellspacing=0 cellpadding=2 width="90%">
  <thead>
--- 5,12 ----
  </TMPL_IF>
  
! <span style="font-size:2em; text-align:left;">MARC Search</span>
! <br/>
  
+ <center>
  <table border=0 cellspacing=0 cellpadding=2 width="90%">
  <thead>
***************
*** 16,22 ****
                </TMPL_IF>
        >
!       <th>Biblio #</th>
!       <th>Author</th>
!       <th>Title</th>
        </tr>
  </thead>
--- 18,24 ----
                </TMPL_IF>
        >
!       <th align="left"><span style="color:#FFFFFF;">Biblio #</span></th>
!       <th align="left"><span style="color:#FFFFFF;">Author</span></th>
!       <th align="left"><span style="color:#FFFFFF;">Title</span></th>
        </tr>
  </thead>
***************
*** 26,30 ****
                        <td><a href="../MARCdetail.pl?bibid=<TMPL_VAR 
name="bibid">"><TMPL_VAR name="bibid"></a></td>
                        <td><TMPL_VAR name="author"></td>
!                       <td><TMPL_VAR name="title"></td>
                </tr>
        </TMPL_LOOP>
--- 28,32 ----
                        <td><a href="../MARCdetail.pl?bibid=<TMPL_VAR 
name="bibid">"><TMPL_VAR name="bibid"></a></td>
                        <td><TMPL_VAR name="author"></td>
!                       <td><a href="../MARCdetail.pl?bibid=<TMPL_VAR 
name="bibid">"><TMPL_VAR name="title"></a></td>
                </tr>
        </TMPL_LOOP>

Index: search.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** search.tmpl 29 Mar 2003 00:02:32 -0000      1.4
--- search.tmpl 5 Jun 2003 14:19:58 -0000       1.5
***************
*** 5,28 ****
  </TMPL_IF>
  
! <center>
  
  <form name="f" method="post">
  <input type="hidden" name="type" value="intranet">
!       <table border=0 cellspacing=0 cellpadding=2>
!               <tr
!               <TMPL_IF NAME="opac">
!                       bgcolor="#ad11ad"
!                               bgcolor="#99cccc" 
background="/images/background-opac.gif"
!                       <TMPL_ELSE>
!                               bgcolor="#ad11ad"
!                       </TMPL_IF>
!               >
!                       <th colspan=6>Search</th>
!               </tr>
                <tr align="center">
!                       <td colspan=6>
!                       <div name="sql">
!                       <input type="hidden" name="op" value="do_search">
!                       <textarea name="sql" rows=5 cols=80 disabled 
readonly></textarea>
                        </td>
                </tr>
--- 5,27 ----
  </TMPL_IF>
  
! <span style="font-size:2em; text-align:left;">MARC Search</span>
  
+ <center>
  <form name="f" method="post">
  <input type="hidden" name="type" value="intranet">
!       <table border=0 cellspacing=0 cellpadding=2 width="80%>
                <tr align="center">
!                       <td colspan=3>
!                               <div name="sql">
!                               <input type="hidden" name="op" 
value="do_search">
!                               <textarea name="sql" rows=5 cols=60 disabled 
readonly></textarea>
!                               </div>
!                       </td>
!                       <td colspan=2 bgcolor="#ad11ad" valign="top" 
align="left">
!                               <span style="color:#FFFFFF;">
!                                       <b>HELP :</b><br/>
!                                       Build your request using MARC fields 
and subfields.
!                                       OK will show the list of the 
corresponding biblios in your library.
!                               </span>
                        </td>
                </tr>




reply via email to

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