Modifying alternating table row color markup to match update to script
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / includes / about-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA:INTRANET:設定</title>
6 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8
9 </head>
10 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" Alink="#cc3300"
11 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
12
13 <style>
14
15 a.about {
16         background-color: #86c268;
17         font-weight: normal;
18         text-decoration: none;
19         cursor: hand;
20         color: #FFFFFF;
21         padding:4px;
22         font-weight: bold;
23         }
24 a.about:hover {
25         background-color: #86c268;
26         color: #FFFFFF;
27         text-decoration: normal;
28         font-weight: bold;
29         }
30 </style>
31
32 <!------------------------MENUS-------------------------------->
33 <table cellpadding=0 cellspacing=0 width="100%" border=0>
34 <tr height="45">
35         <td valign="bottom" align="left">
36                 <table bgcolor="#dddddd" width="100%" cellpadding=0 cellspacing=0>
37                 <tr>
38                         <td>
39                         <div id="menubar">
40                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
41                                 <tr>
42                                         <td class="koha"><b>KOHA</b></td>
43                                         <td>
44                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">主頁</a>
45                                         </td>
46                                         <td>
47                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">目錄</a>
48                                         </td>
49                                         <td>
50                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">讀者</a>
51                                         </td>
52                                         <td>
53                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">購置</a>
54                                         </td>
55                                         <td>
56                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">流通</a>
57                                         </td>
58                                         <td>
59                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">報表</a>
60                                         </td>
61                                         <td>
62                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">設定</a>
63                                         </td>
64                                         <td>
65                                                 <a class="about" href="/cgi-bin/koha/about.pl">關於</a>
66                                         </td>
67                                 </TR>
68                         </TABLE>
69                         </div>
70                 </td></tr></table>
71         </TD>
72 </tr>
73 </table>
74 <BLOCKQUOTE>
75 <!-- TMPL_IF NAME="loggedinusername" -->
76     <p align=left>目前身份:<!-- TMPL_VAR NAME="loggedinusername" --> 【<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>登出</a>】</p>
77 <!-- TMPL_ELSE -->
78     <p align=left><a href=/cgi-bin/koha/opac-user.pl>登入</a>Koha</p>
79 <!-- /TMPL_IF -->