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/zh-TW/includes acqu


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes acquisitions-top.inc,1.1,1.1.2.1 cat-top.inc,1.1,1.1.2.1 circulation-top.inc,1.1,1.1.2.1 common-style.css,1.1,1.1.2.1 issues-top.inc,1.1,1.1.2.1 members-top.inc,1.1,1.1.2.1 opac-top.inc,1.1,1.1.2.1 parameters-bottom.inc,1.2,1.2.2.1 parameters-top.inc,1.3,1.3.2.1 reports-top.inc,1.1,1.1.2.1
Date: Mon, 09 Feb 2004 20:18:51 -0800

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

Modified Files:
      Tag: rel_2_0
        acquisitions-top.inc cat-top.inc circulation-top.inc 
        common-style.css issues-top.inc members-top.inc opac-top.inc 
        parameters-bottom.inc parameters-top.inc reports-top.inc 
Log Message:
Backport from trunk


Index: acquisitions-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/acquisitions-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** acquisitions-top.inc        2 Feb 2003 04:56:46 -0000       1.1
--- acquisitions-top.inc        10 Feb 2004 04:18:48 -0000      1.1.2.1
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 12:24 12/01/00-->
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 12:24 12/01/00-->

Index: cat-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/cat-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** cat-top.inc 2 Feb 2003 04:56:46 -0000       1.1
--- cat-top.inc 10 Feb 2004 04:18:48 -0000      1.1.2.1
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 12:24 12/01/00-->
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 12:24 12/01/00-->

Index: circulation-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/circulation-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** circulation-top.inc 2 Feb 2003 04:56:46 -0000       1.1
--- circulation-top.inc 10 Feb 2004 04:18:48 -0000      1.1.2.1
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 11:53 19/11/99-->
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 11:53 19/11/99-->

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/common-style.css,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** common-style.css    16 Jul 2003 06:37:46 -0000      1.1
--- common-style.css    10 Feb 2004 04:18:48 -0000      1.1.2.1
***************
*** 14,17 ****
--- 14,21 ----
  }
  
+ #problem {
+       color: red;
+       font-weight:bold;
+ }
  #menubar {
        border-top:1px solid #666666;
***************
*** 29,32 ****
--- 33,47 ----
        cursor: hand;
        color:#777777;
+       background-color:#EEEEEE;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+ }
+ a.submenu2 {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       background-color:#CCCCCC;
        padding:4px;
        font-weight: bold;
***************
*** 39,51 ****
        }
  
! a.home {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
-       padding:4px;
        font-weight: bold;
        }
! a.home:hover {
        background-color: #339933;
        color: #000000;
--- 54,72 ----
        }
  
! /*
!  * We can't use a.home, etc. for Chinese.
!  * Otherwise the screen will be extremely ugly because of the padding
!  */
! td.home {
!       padding:4px;
!       }
! td.home a {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
        font-weight: bold;
        }
! td.home a:hover {
        background-color: #339933;
        color: #000000;
***************
*** 55,68 ****
        }
  
! a.catalogue {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
-       padding:4px;
        font-weight: bold;
        margin:0;
        }
! a.catalogue:hover {
        font-weight: normal;
        text-decoration: none;
--- 76,91 ----
        }
  
! td.catalogue {
!       padding:4px;
!       }
! td.catalogue a {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
        font-weight: bold;
        margin:0;
        }
! td.catalogue a:hover {
        font-weight: normal;
        text-decoration: none;
***************
*** 73,85 ****
        }
  
! a.members {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
-       padding:4px;
        font-weight: bold;
        }
! a.members:hover {
        background-color: #86c268;
        color: #000000;
--- 96,110 ----
        }
  
! td.members {
!       padding:4px;
!       }
! td.members a {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
        font-weight: bold;
        }
! td.members a:hover {
        background-color: #86c268;
        color: #000000;
***************
*** 88,100 ****
        }
  
! a.acquisition {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
-       padding:4px;
        font-weight: bold;
        }
! a.acquisition:hover {
        background-color: #ffdf61;
        color: #000000;
--- 113,127 ----
        }
  
! td.acquisition {
!       padding:4px;
!       }
! td.acquisition a {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
        font-weight: bold;
        }
! td.acquisition a:hover {
        background-color: #ffdf61;
        color: #000000;
***************
*** 103,115 ****
        }
  
! a.reports {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
-       padding:4px;
        font-weight: bold;
        }
! a.reports:hover {
        background-color: #6b7cbe;
        color: #000000;
--- 130,144 ----
        }
  
! td.reports {
!       padding:4px;
!       }
! td.reports a {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
        font-weight: bold;
        }
! td.reports a:hover {
        background-color: #6b7cbe;
        color: #000000;
***************
*** 118,130 ****
        }
  
! a.circulation {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
-       padding:4px;
        font-weight: bold;
        }
! a.circulation:hover {
        background-color: #be6170;
        color: #000000;
--- 147,161 ----
        }
  
! td.circulation {
!       padding:4px;
!       }
! td.circulation a {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
        font-weight: bold;
        }
! td.circulation a:hover {
        background-color: #be6170;
        color: #000000;
***************
*** 133,145 ****
        }
  
! a.parameters {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
-       padding:4px;
        font-weight: bold;
        }
! a.parameters:hover {
        background-color: #86c268;
        color: #000000;
--- 164,178 ----
        }
  
! td.parameters {
!       padding:4px;
!       }
! td.parameters a {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
        font-weight: bold;
        }
! td.parameters a:hover {
        background-color: #86c268;
        color: #000000;
***************
*** 147,159 ****
        font-weight: bold;
        }
! a.about {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
-       padding:4px;
        font-weight: bold;
        }
! a.about:hover {
        background-color: #86c268;
        color: #000000;
--- 180,195 ----
        font-weight: bold;
        }
! 
! td.about {
!       padding:4px;
!       }
! td.about a {
        font-weight: normal;
        text-decoration: none;
        cursor: hand;
        color:#777777;
        font-weight: bold;
        }
! td.about a:hover {
        background-color: #86c268;
        color: #000000;

Index: issues-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/issues-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** issues-top.inc      2 Feb 2003 04:56:46 -0000       1.1
--- issues-top.inc      10 Feb 2004 04:18:48 -0000      1.1.2.1
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 01:02 5/11/99-->
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 01:02 5/11/99-->

Index: members-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/members-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** members-top.inc     2 Feb 2003 04:56:46 -0000       1.1
--- members-top.inc     10 Feb 2004 04:18:48 -0000      1.1.2.1
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 11:53 19/11/99-->
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 11:53 19/11/99-->

Index: opac-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/opac-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-top.inc        2 Feb 2003 04:56:46 -0000       1.1
--- opac-top.inc        10 Feb 2004 04:18:48 -0000      1.1.2.1
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by address@hidden 10:46 24/12/99-->
  
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
  <!--Authored by address@hidden 10:46 24/12/99-->
  

Index: parameters-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/parameters-bottom.inc,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** parameters-bottom.inc       16 Jul 2003 04:52:13 -0000      1.2
--- parameters-bottom.inc       10 Feb 2004 04:18:48 -0000      1.2.2.1
***************
*** 14,18 ****
  <A HREF="/cgi-bin/koha/reports-home.pl">³øªí¦C¦L</a> ||
  <A HREF="/cgi-bin/koha/admin-home.pl">¨t²Î°Ñ¼Æ</a> ||
! <A HREF="/cgi-bin/koha/about.pl">¦³Ãö<mi>Koha</mi></a> || 
  Help
  </FONT>
--- 14,18 ----
  <A HREF="/cgi-bin/koha/reports-home.pl">³øªí¦C¦L</a> ||
  <A HREF="/cgi-bin/koha/admin-home.pl">¨t²Î°Ñ¼Æ</a> ||
! <A HREF="/cgi-bin/koha/about.pl">Ãö©ó<mi>Koha</mi></a> || 
  Help
  </FONT>

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.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** parameters-top.inc  16 Jul 2003 08:10:33 -0000      1.3
--- parameters-top.inc  10 Feb 2004 04:18:48 -0000      1.3.2.1
***************
*** 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>
***************
*** 103,107 ****
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>¥Ø«eµn¤J¬°¡G<TMPL_VAR NAME="loggedinusername"> [<a 
href=/cgi-bin/koha/mainpage.pl?logout.x=1>µn¥X</a>]</p>
  <TMPL_ELSE>
      <p align=left><a href=/cgi-bin/koha/opac-user.pl>µn¤J</a><span 
lang=mi>Koha</span></p>
--- 87,91 ----
  <BLOCKQUOTE>
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>¨Ï¥ÎªÌ¨­¤À¡G<TMPL_VAR NAME="loggedinusername"> [<a 
href=/cgi-bin/koha/mainpage.pl?logout.x=1>µn¥X</a>]</p>
  <TMPL_ELSE>
      <p align=left><a href=/cgi-bin/koha/opac-user.pl>µn¤J</a><span 
lang=mi>Koha</span></p>

Index: reports-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/includes/reports-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** reports-top.inc     2 Feb 2003 04:56:46 -0000       1.1
--- reports-top.inc     10 Feb 2004 04:18:48 -0000      1.1.2.1
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 12:24 12/01/00-->
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
  <!--Authored by address@hidden 104:38 1/11/99-->
  <!--updated by address@hidden 12:24 12/01/00-->




reply via email to

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