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 bookcount.tmpl,1


From: Mike Hansen
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en bookcount.tmpl,1.1,1.2 boraccount.tmpl,1.4,1.5 modbibitem.tmpl,1.2,1.3 moditem.tmpl,1.4,1.5 overdue.tmpl,1.1,1.2 request.tmpl,1.5,1.6
Date: Fri, 25 Apr 2003 21:41:17 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory 
sc8-pr-cvs1:/tmp/cvs-serv19510/koha/koha-tmpl/intranet-tmpl/default/en

Modified Files:
        bookcount.tmpl boraccount.tmpl modbibitem.tmpl moditem.tmpl 
        overdue.tmpl request.tmpl 
Log Message:
Starting to get rid of deprecated <font> tags.  Switched headings over to <h1> 
tags


Index: bookcount.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bookcount.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** bookcount.tmpl      13 Nov 2002 17:55:21 -0000      1.1
--- bookcount.tmpl      26 Apr 2003 04:41:15 -0000      1.2
***************
*** 2,7 ****
  <CENTER>
  <br>
! <FONT SIZE=6><em>
! <a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="bib">&type="intra"> 
<TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</a></em></FONT><P>
  <p>
  <img src="/images/holder.gif" width=16 height=200 align=left>
--- 2,7 ----
  <CENTER>
  <br>
! <h1>
! <a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="bib">&type="intra"> 
<TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</a></h1><P>
  <p>
  <img src="/images/holder.gif" width=16 height=200 align=left>
***************
*** 39,41 ****
  </table>
  
! <TMPL_INCLUDE Name="reports-bottom.inc">
\ No newline at end of file
--- 39,41 ----
  </table>
  
! <TMPL_INCLUDE Name="reports-bottom.inc">

Index: boraccount.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/boraccount.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** boraccount.tmpl     23 Apr 2003 12:20:27 -0000      1.4
--- boraccount.tmpl     26 Apr 2003 04:41:15 -0000      1.5
***************
*** 3,7 ****
  <!-- The manual invoice and credit buttons -->
  
! <FONT SIZE=6><em>Account for <a href="moremember.pl?bornum=<TMPL_VAR 
name="bornum">"><TMPL_VAR NAME=firstname> <TMPL_VAR 
NAME=surname></a></em></FONT><P>
  <a href="/cgi-bin/koha/maninvoice.pl?bornum=<TMPL_VAR NAME=bornum>"><image 
src=<TMPL_VAR name="themelang">/images/create-man-invoice.gif border=0></a>
  &nbsp;
--- 3,7 ----
  <!-- The manual invoice and credit buttons -->
  
! <h1>Account for <a href="moremember.pl?bornum=<TMPL_VAR 
name="bornum">"><TMPL_VAR NAME=firstname> <TMPL_VAR NAME=surname></a></h1><P>
  <a href="/cgi-bin/koha/maninvoice.pl?bornum=<TMPL_VAR NAME=bornum>"><image 
src=<TMPL_VAR name="themelang">/images/create-man-invoice.gif border=0></a>
  &nbsp;

Index: modbibitem.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/modbibitem.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** modbibitem.tmpl     18 Mar 2003 11:16:01 -0000      1.2
--- modbibitem.tmpl     26 Apr 2003 04:41:15 -0000      1.3
***************
*** 1,13 ****
  <TMPL_INCLUDE Name="cat-top.inc">
! 
! <TMPL_IF NAME="loggedinuser">
!     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
! <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
! </TMPL_IF>
! 
! <BLOCKQUOTE><FONT SIZE=6>
! <em><a href=/cgi-bin/koha/detail.pl?bib="<TMPL_VAR 
Name="biblionumber">"&type=intra><TMPL_VAR Name="title"> (<TMPL_VAR 
Name="author">)</a><br>
! Modify Group - <TMPL_VAR Name="description"></em></FONT><br>
  
  <form action=updatebibitem.pl method=post>
--- 1,5 ----
  <TMPL_INCLUDE Name="cat-top.inc">
! <h1><a href=/cgi-bin/koha/detail.pl?bib="<TMPL_VAR 
Name="biblionumber">"&type=intra><TMPL_VAR Name="title"> (<TMPL_VAR 
Name="author">)</a><br>
! Modify Group - <TMPL_VAR Name="description"></h1><br>
  
  <form action=updatebibitem.pl method=post>

Index: moditem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/moditem.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** moditem.tmpl        21 Apr 2003 03:48:03 -0000      1.4
--- moditem.tmpl        26 Apr 2003 04:41:15 -0000      1.5
***************
*** 1,5 ****
  <TMPL_INCLUDE Name="cat-top.inc">
  
! <FONT SIZE=6><em><TMPL_VAR Name="title"> (<TMPL_VAR 
Name="author">)</em></FONT><br>
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=white><td><form action=updateitem.pl method=post>
--- 1,5 ----
  <TMPL_INCLUDE Name="cat-top.inc">
  
! <h1><TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</h1><br>
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=white><td><form action=updateitem.pl method=post>

Index: overdue.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** overdue.tmpl        30 Sep 2002 13:53:28 -0000      1.1
--- overdue.tmpl        26 Apr 2003 04:41:15 -0000      1.2
***************
*** 6,10 ****
  <!-- the site -->
  
! <FONT SIZE=6><em>Items Overdue as of <TMPL_VAR 
NAME="todaysdate"></em></FONT><br><P>
  
  <TABLE  cellspacing=0 cellpadding=5 border=1 align=center>
--- 6,10 ----
  <!-- the site -->
  
! <h1>Items Overdue as of <TMPL_VAR NAME="todaysdate"></h1><br><P>
  
  <TABLE  cellspacing=0 cellpadding=5 border=1 align=center>
***************
*** 37,39 ****
  
  </body>
! </HTML>
\ No newline at end of file
--- 37,39 ----
  
  </body>
! </HTML>

Index: request.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/request.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** request.tmpl        22 Apr 2003 08:09:54 -0000      1.5
--- request.tmpl        26 Apr 2003 04:41:15 -0000      1.6
***************
*** 6,12 ****
  <input type=hidden name=type value=str8>
  <input type=hidden name=title value="<TMPL_VAR Name="title">">
! <FONT SIZE=6><em>Requesting:
  <a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="bib">><TMPL_VAR 
Name="title"></a>
! <TMPL_VAR Name="author">)</em></FONT><P>
  <p>
  
--- 6,12 ----
  <input type=hidden name=type value=str8>
  <input type=hidden name=title value="<TMPL_VAR Name="title">">
! <h1>Requesting:
  <a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="bib">><TMPL_VAR 
Name="title"></a>
! <TMPL_VAR Name="author">)</h1><P>
  <p>
  




reply via email to

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