Preliminary update to current en template files
[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: Parameters</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=big5">
7 <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
8 </head>
9 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
10 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
11
12 <style>
13 a.parameters {
14         background-color: #86c268;
15         font-weight: normal;
16         text-decoration: none;
17         cursor: hand;
18         color: #FFFFFF;
19         padding:4px;
20         font-weight: bold;
21         }
22 a.parameters:hover {
23         background-color: #86c268;
24         color: #FFFFFF;
25         text-decoration: normal;
26         font-weight: bold;
27         }
28 </style>
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 bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
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">ªð¦^¥D­¶</a>
43                                         </td>
44                                         <td>
45                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">À]Âìd¸ß</a>
46                                         </td>
47                                         <td>
48                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">ŪªÌ±b¤á</a>
49                                         </td>
50                                         <td>
51                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">®ÑÂÇÁʸm</a>
52                                         </td>
53                                         <td>
54                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">¬y³qªA°È</a>
55                                         </td>
56                                         <td>
57                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">³øªí¦C¦L</a>
58                                         </td>
59                                         <td>
60                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">¨t²Î³]©w</a>
61                                         </td>
62                                         <td>
63                                                 <a class="about" href="/cgi-bin/koha/about.pl">¦³Ãö<span lang=mi>Koha</span></a>
64                                         </td>
65                                 </TR>
66                         </TABLE>
67                         </div>
68                         <div id="submenu" style="border-left:0px;">
69                         <table cellpadding=0 cellspacing=0  border=0 height=20>
70                                 <tr>
71                                         <td width="100"></td>
72                                         <td><b>¿ï¶µ &gt;&gt;&nbsp;&nbsp;</b></td>
73                                         <td>
74                                                 <a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Funds</a>
75                                         </td>
76                                         <td>
77                                                 <div id="submenu">
78                                                 <a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">Auth value</a>
79                                                 </div>
80                                         </td>
81                                         <td>
82                                                 <div id="submenu">
83                                                 <a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
84                                                 </div>
85                                         </td>
86                                         <td>
87                                                 <div id="submenu">
88                                                 <a href="/cgi-bin/koha/admin/currency.pl" class="submenu">Currencies</a>
89                                                 </div>
90                                         </td>
91                                         <td>
92                                                 <div id="submenu">
93                                                 <a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
94                                                 </div>
95                                         </td>
96                                 </tr>
97                         </table>
98                         </div>
99                 </td></tr></table>
100         </TD>
101 </tr>
102 </table>
103 <BLOCKQUOTE>
104 <TMPL_IF NAME="loggedinusername">
105     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
106 <TMPL_ELSE>
107     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
108 </TMPL_IF>