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/unido/en/catalogue catalogu


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/unido/en/catalogue catalogue-home.tmpl,1.2,1.3 moredetail.tmpl,1.1,1.2 searchresults.tmpl,1.3,1.4
Date: Mon, 16 Jun 2003 05:40:25 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue
In directory sc8-pr-cvs1:/tmp/cvs-serv13748/en/catalogue

Modified Files:
        catalogue-home.tmpl moredetail.tmpl searchresults.tmpl 
Log Message:
Fixing typos, adding new features


Index: catalogue-home.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/catalogue-home.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** catalogue-home.tmpl 16 Jun 2003 08:14:37 -0000      1.2
--- catalogue-home.tmpl 16 Jun 2003 12:40:23 -0000      1.3
***************
*** 45,49 ****
                <TD class="field" class="field">
                <SELECT NAME="class">
!               <OPTION VALUE="" SELECTED>Any</OPTION>
                </SELECT></td>
        </tr>
--- 45,53 ----
                <TD class="field" class="field">
                <SELECT NAME="class">
!               <option value="">All</option>
!               <TMPL_LOOP NAME="itemtypes">
!               <option value="<TMPL_VAR NAME="itemtype">"><TMPL_VAR 
NAME="description"></option>
!               </TMPL_LOOP>
! 
                </SELECT></td>
        </tr>
***************
*** 77,81 ****
                <TD class="field">
                <select name=branch>
!               <option value="M">Main
                </select>
                </td>
--- 81,90 ----
                <TD class="field">
                <select name=branch>
!               <option value="">All</option>
!               <TMPL_LOOP NAME="branches">
!               
!               <option value="<TMPL_VAR NAME="branchcode">"><TMPL_VAR 
NAME="branchname"></option>
!               </TMPL_LOOP>
! 
                </select>
                </td>
***************
*** 105,109 ****
                                                                        
        <TR>
!               <TD>  class="label">Barcode</TD>
                        
                <TD class="field-medium"><INPUT TYPE=TEXT NAME="itemnumber" 
class="mid-field">                  <input type="submit" class="go" value="GO">
--- 114,118 ----
                                                                        
        <TR>
!               <TD class="label">Barcode</TD>
                        
                <TD class="field-medium"><INPUT TYPE=TEXT NAME="itemnumber" 
class="mid-field">                  <input type="submit" class="go" value="GO">
***************
*** 128,132 ****
        <Span class="tip-big">tip</span>
        <span class="tip-text"> you can use more than one field for your 
search, 
!       eg Keyword + Author, but this may slow it down.  
        There is an implicit "and" between search terms.</span></div>
                
--- 137,141 ----
        <Span class="tip-big">tip</span>
        <span class="tip-text"> you can use more than one field for your 
search, 
!       eg Title + Author, but this may slow it down.  
        There is an implicit "and" between search terms.</span></div>
                

Index: moredetail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/moredetail.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** moredetail.tmpl     16 Jun 2003 08:39:46 -0000      1.1
--- moredetail.tmpl     16 Jun 2003 12:40:23 -0000      1.2
***************
*** 50,58 ****
  <b>Item Type:</b> <TMPL_VAR NAME="itemtype"><br>
  <b>Classification:</b> <TMPL_VAR NAME="classification"><TMPL_VAR 
NAME="dewey"><TMPL_VAR NAME="subclass"><br>
  <TMPL_IF NAME="url"><b>URL:</b> <TMPL_VAR NAME="url"><br>     </TMPL_IF>
  <TMPL_IF NAME="isbn"><b>ISBN:</b> <TMPL_VAR NAME="isbn"><br>  </TMPL_IF>
  <TMPL_IF NAME="issn"><b>ISSN:</b> <TMPL_VAR NAME="issn"><br>  </TMPL_IF>
  <TMPL_IF NAME="lccn"><b>LCCN:</b> <TMPL_VAR NAME="lccn"><br>  </TMPL_IF>
! <TMPL_IF NAME="publishercodel"><b>Publisher:</b> <TMPL_VAR 
NAME="publishercode"> <br> </TMPL_IF>
  <TMPL_IF NAME="place"><b>Place:</b> <TMPL_VAR NAME="place"><br>       
</TMPL_IF>
  <TMPL_IF NAME="publicationyear"><b>Date:</b> <TMPL_VAR 
NAME="publicationyear"><br>    </TMPL_IF>
--- 50,60 ----
  <b>Item Type:</b> <TMPL_VAR NAME="itemtype"><br>
  <b>Classification:</b> <TMPL_VAR NAME="classification"><TMPL_VAR 
NAME="dewey"><TMPL_VAR NAME="subclass"><br>
+ 
  <TMPL_IF NAME="url"><b>URL:</b> <TMPL_VAR NAME="url"><br>     </TMPL_IF>
  <TMPL_IF NAME="isbn"><b>ISBN:</b> <TMPL_VAR NAME="isbn"><br>  </TMPL_IF>
  <TMPL_IF NAME="issn"><b>ISSN:</b> <TMPL_VAR NAME="issn"><br>  </TMPL_IF>
  <TMPL_IF NAME="lccn"><b>LCCN:</b> <TMPL_VAR NAME="lccn"><br>  </TMPL_IF>
! 
! <TMPL_IF NAME="publishercode"><b>Publisher:</b> <TMPL_VAR 
NAME="publishercode"> <br>  </TMPL_IF>
  <TMPL_IF NAME="place"><b>Place:</b> <TMPL_VAR NAME="place"><br>       
</TMPL_IF>
  <TMPL_IF NAME="publicationyear"><b>Date:</b> <TMPL_VAR 
NAME="publicationyear"><br>    </TMPL_IF>
***************
*** 63,68 ****
  <TMPL_IF NAME="size"><b>Size:</b> <TMPL_VAR NAME="size"><br>  </TMPL_IF>
  <TMPL_IF NAME="loanlength"><b>Loan Length:</b> <TMPL_VAR 
NAME="loanlength"><br>       </TMPL_IF>
! <TMPL_IF NAME="rentalchargel"><b>Rental Charge:</b> <TMPL_VAR 
NAME="rentalcharge"><br>        </TMPL_IF>
! <TMPL_IF NAME="bnotesl"><b>Notes:</b> <TMPL_VAR NAME="bnotes"><br>    
</TMPL_IF>
  <b>No. of Items:</b> <TMPL_VAR NAME="count">
  </TD>
--- 65,70 ----
  <TMPL_IF NAME="size"><b>Size:</b> <TMPL_VAR NAME="size"><br>  </TMPL_IF>
  <TMPL_IF NAME="loanlength"><b>Loan Length:</b> <TMPL_VAR 
NAME="loanlength"><br>       </TMPL_IF>
! <TMPL_IF NAME="rentalcharge"><b>Rental Charge:</b> <TMPL_VAR 
NAME="rentalcharge"><br> </TMPL_IF>
! <TMPL_IF NAME="bnotes"><b>Notes:</b> <TMPL_VAR NAME="bnotes"><br>     
</TMPL_IF>
  <b>No. of Items:</b> <TMPL_VAR NAME="count">
  </TD>

Index: searchresults.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/searchresults.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** searchresults.tmpl  16 Jun 2003 09:33:54 -0000      1.3
--- searchresults.tmpl  16 Jun 2003 12:40:23 -0000      1.4
***************
*** 105,109 ****
  
  
! <TMPL_INCLUDE NAME="cat-end.inc">
  <TMPL_INCLUDE NAME="general-end.inc">
        
--- 105,109 ----
  
  
! <TMPL_INCLUDE NAME="cat-bottom.inc">
  <TMPL_INCLUDE NAME="general-end.inc">
        




reply via email to

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