Modifying alternating table row color markup to match update to script
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / includes / parameters-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 <style>
10 a.parameters {
11         background-color: #86c268;
12         font-weight: normal;
13         text-decoration: none;
14         cursor: hand;
15         color: #FFFFFF;
16         padding:4px;
17         font-weight: bold;
18         }
19 a.parameters:hover {
20         background-color: #86c268;
21         color: #FFFFFF;
22         text-decoration: normal;
23         font-weight: bold;
24         }
25 </style>
26 </head>
27 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" Alink="#cc3300"
28 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
29
30 <!------------------------MENUS-------------------------------->
31 <table cellpadding=0 cellspacing=0 width="100%" border=0>
32 <tr height="65">
33         <td valign="bottom" align="left">
34                 <table width="100%" cellpadding=0 cellspacing=0 height=60>
35                 <tr>
36                         <td>
37                         <div id="menubar">
38                         <table cellpadding=0 cellspacing=0  border=0 height=29 width="70%">
39                                 <tr>
40                                         <td class="koha"><b>KOHA</b></td>
41                                         <td>
42                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">主頁</a>
43                                         </td>
44                                         <td>
45                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">目錄</a>
46                                         </td>
47                                         <td>
48                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">讀者</a>
49                                         </td>
50                                         <td>
51                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">購置</a>
52                                         </td>
53                                         <td>
54                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">流通</a>
55                                         </td>
56                                         <td>
57                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">報表</a>
58                                         </td>
59                                         <td>
60                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">設定</a>
61                                         </td>
62                                         <td>
63                                                 <a class="about" href="/cgi-bin/koha/about.pl">關於</a>
64                                         </td>
65                                 </TR>
66                         </TABLE>
67                         </div>
68                         <table cellpadding=0 cellspacing=0  border=0 height=29>
69                                 <tr>
70                                         <td width="100"></td>
71                                         <td><b>選項 &gt;&gt; </b></td>
72                                         <td>
73                                                 <a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">資金</a>
74                                         </td>
75                                         <td>
76                                                 <a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">容許值</a>
77                                         </td>
78                                         <td>
79                                                 <a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">同義字典</a>
80                                         </td>
81                                         <td>
82                                                 <a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">貨幣</a>
83                                         </td>
84                                         <td>
85                                                 <a href="/cgi-bin/koha/admin/printers.pl" class="submenu">打印機</a>
86                                         </td>
87                                 </tr>
88                         </table>
89                 </td></tr></table>
90         </TD>
91 </tr>
92 </table>
93 <BLOCKQUOTE>
94 <!-- TMPL_IF NAME="loggedinusername" -->
95     <p align=left>目前身份:<!-- TMPL_VAR NAME="loggedinusername" --> 【<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>登出</a>】</p>
96 <!-- TMPL_ELSE -->
97     <p align=left><a href=/cgi-bin/koha/opac-user.pl>登入</a>Koha</p>
98 <!-- /TMPL_IF -->