New "About" templates from en
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / includes / parameters-top.inc
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
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
10 <style>
11 td.parameters {
12         padding:4px;
13         }
14 td.parameters a {
15         background-color: #86c268;
16         font-weight: normal;
17         text-decoration: none;
18         cursor: hand;
19         color: #FFFFFF;
20         font-weight: bold;
21         }
22 td.parameters a:hover {
23         background-color: #86c268;
24         color: #FFFFFF;
25         text-decoration: normal;
26         font-weight: bold;
27         }
28 </style>
29
30 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
31 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
32
33 <!------------------------MENUS-------------------------------->
34 <table cellpadding=0 cellspacing=0 width="100%" border=0>
35 <tr height="65">
36         <td valign="bottom" align="left">
37                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
38                 <tr>
39                         <td>
40                         <div id="menubar">
41                         <table cellpadding=0 cellspacing=0  border=0 height=29 width="70%">
42                                 <tr>
43                                         <td class="koha"><b lang=mi>KOHA</b></td>
44                                         <td class="home"><a href="/cgi-bin/koha/mainpage.pl">ªð¦^¥D­¶</a></td>
45                                         <td class="catalogue"><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">À]Âìd¸ß</a></td>
46                                         <td class="members"><a href="/cgi-bin/koha/members-home.pl">ŪªÌ±b¤á</a></td>
47                                         <td class="acquisition"><a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">®ÑÂÇÁʸm</a></td>
48                                         <td class="circulation"><a href="/cgi-bin/koha/circ/circulation.pl">¬y³qªA°È</a></td>
49                                         <td class="reports"><a href="/cgi-bin/koha/reports-home.pl">³øªí¦C¦L</a></td>
50                                         <td class="parameters"><a href="/cgi-bin/koha/admin-home.pl">¨t²Î³]©w</a></td>
51                                         <td class="about"><a href="/cgi-bin/koha/about.pl">Ãö©ó<span lang=mi>Koha</span></a></td>
52                                 </TR>
53                         </TABLE>
54                         </div>
55                         <div id="submenu" style="border-left:0px;">
56                         <table cellpadding=0 cellspacing=0  border=0 height=20>
57                                 <tr>
58                                         <td width="100"></td>
59                                         <td><b>¿ï¶µ &gt;&gt;&nbsp;&nbsp;</b></td>
60                                         <td>
61                                                 <a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Funds</a>
62                                         </td>
63                                         <td>
64                                                 <div id="submenu">
65                                                 <a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">®e³\­È</a>
66                                                 </div>
67                                         </td>
68                                         <td>
69                                                 <div id="submenu">
70                                                 <a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
71                                                 </div>
72                                         </td>
73                                         <td>
74                                                 <div id="submenu">
75                                                 <a href="/cgi-bin/koha/admin/currency.pl" class="submenu">³f¹ô¶×²v</a>
76                                                 </div>
77                                         </td>
78                                         <td>
79                                                 <div id="submenu">
80                                                 <a href="/cgi-bin/koha/admin/printers.pl" class="submenu">¥´¦L¾÷</a>
81                                                 </div>
82                                         </td>
83                                 </tr>
84                         </table>
85                         </div>
86                 </td></tr></table>
87         </TD>
88 </tr>
89 </table>
90 <BLOCKQUOTE>
91 <TMPL_IF NAME="loggedinusername">
92     <p align=left>¨Ï¥ÎªÌ¨­¤À¡G<span class=en><TMPL_VAR NAME="loggedinusername"></span> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>µn¥X</a>]</p>
93 <TMPL_ELSE>
94     <p align=left><a href=/cgi-bin/koha/opac-user.pl>µn¤J</a><span lang=mi>Koha</span></p>
95 </TMPL_IF>