[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes parameters-top.inc,1.3,1.4

Ambrose Li acli at users.sourceforge.net
Tue Feb 10 04:00:39 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30007/includes

Modified Files:
	parameters-top.inc 
Log Message:
Changed DTD declaration so that Mozilla will use standards mode for this.
Use more standard translation for "About"
Minor updates


Index: parameters-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/parameters-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** parameters-top.inc	16 Jul 2003 08:10:33 -0000	1.3
--- parameters-top.inc	10 Feb 2004 03:00:37 -0000	1.4
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
  
  <html>
***************
*** 36,66 ****
  			<td>
  			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
  				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">ªð¦^¥D­¶</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">À]Âìd¸ß</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">ŪªÌ±b¤á</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">®ÑÂÇÁʸm</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">¬y³qªA°È</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">³øªí¦C¦L</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">¨t²Î³]©w</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">¦³Ãö<span lang=mi>Koha</span></a>
! 					</td>
  				</TR>
  			</TABLE>
--- 36,50 ----
  			<td>
  			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width="70%">
  				<tr>
! 					<td class="koha"><b lang=mi>KOHA</b></td>
! 					<td class="home"><a href="/cgi-bin/koha/mainpage.pl">ªð¦^¥D­¶</a></td>
! 					<td class="catalogue"><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">À]Âìd¸ß</a></td>
! 					<td class="members"><a href="/cgi-bin/koha/members-home.pl">ŪªÌ±b¤á</a></td>
! 					<td class="acquisition"><a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">®ÑÂÇÁʸm</a></td>
! 					<td class="circulation"><a href="/cgi-bin/koha/circ/circulation.pl">¬y³qªA°È</a></td>
! 					<td class="reports"><a href="/cgi-bin/koha/reports-home.pl">³øªí¦C¦L</a></td>
! 					<td class="parameters"><a href="/cgi-bin/koha/admin-home.pl">¨t²Î³]©w</a></td>
! 					<td class="about"><a href="/cgi-bin/koha/about.pl">Ãö©ó<span lang=mi>Koha</span></a></td>
  				</TR>
  			</TABLE>
***************
*** 76,80 ****
  					<td>
  						<div id="submenu">
! 						<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">Auth value</a>
  						</div>
  					</td>
--- 60,64 ----
  					<td>
  						<div id="submenu">
! 						<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">®e³\­È</a>
  						</div>
  					</td>
***************
*** 86,95 ****
  					<td>
  						<div id="submenu">
! 						<a href="/cgi-bin/koha/admin/currency.pl" class="submenu">Currencies</a>
  						</div>
  					</td>
  					<td>
  						<div id="submenu">
! 						<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
  						</div>
  					</td>
--- 70,79 ----
  					<td>
  						<div id="submenu">
! 						<a href="/cgi-bin/koha/admin/currency.pl" class="submenu">³f¹ô¶×²v</a>
  						</div>
  					</td>
  					<td>
  						<div id="submenu">
! 						<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">¥´¦L¾÷</a>
  						</div>
  					</td>





More information about the Koha-cvs mailing list