New "About" templates from en
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / includes / about-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
9 <style>
10
11 td.about {
12         padding:4px;
13         }
14 td.about 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.about a:hover {
23         background-color: #86c268;
24         color: #FFFFFF;
25         text-decoration: normal;
26         font-weight: bold;
27         }
28 </style>
29
30
31 </head>
32 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" Alink="#cc3300"
33 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
34
35
36 <!------------------------MENUS-------------------------------->
37 <table cellpadding=0 cellspacing=0 width="100%" border=0>
38 <tr height="45">
39         <td valign="bottom" align="left">
40                 <table bgcolor="#dddddd" width="100%" cellpadding=0 cellspacing=0>
41                 <tr>
42                         <td>
43                         <div id="menubar">
44                         <table cellpadding=0 cellspacing=0  border=0 height=29 width="70%">
45                                 <tr>
46                                         <td class="koha"><b lang=mi>KOHA</b></td>
47                                         <td class=home>
48                                                 <a href="/cgi-bin/koha/mainpage.pl">ªð¦^¥D­¶</a>
49                                         </td>
50                                         <td class=catalogue>
51                                                 <a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">À]Âìd¸ß</a>
52                                         </td>
53                                         <td class=members>
54                                                 <a href="/cgi-bin/koha/members-home.pl">ŪªÌ±b¤á</a>
55                                         </td>
56                                         <td class=acquisition>
57                                                 <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">®ÑÂÇÁʸm</a>
58                                         </td>
59                                         <td class=circulation>
60                                                 <a  href="/cgi-bin/koha/circ/circulation.pl">¬y³qªA°È</a>
61                                         </td>
62                                         <td class=reports>
63                                                 <a href="/cgi-bin/koha/reports-home.pl">³øªí¦C¦L</a>
64                                         </td>
65                                         <td class=parameters>
66                                                 <a href="/cgi-bin/koha/admin-home.pl">¨t²Î³]©w</a>
67                                         </td>
68                                         <td class=about>
69                                                 <a href="/cgi-bin/koha/about.pl">Ãö©ó<span lang=mi>Koha</span></a>
70                                         </td>
71                                 </TR>
72                         </TABLE>
73                         </div>
74                 </td></tr></table>
75         </TD>
76 </tr>
77 </table>
78 <BLOCKQUOTE>
79 <!-- TMPL_IF NAME="loggedinusername" -->
80     <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>
81 <!-- TMPL_ELSE -->
82     <p align=left><a href=/cgi-bin/koha/opac-user.pl>µn¤J</a><span lang=mi>Koha</span></p>
83 <!-- /TMPL_IF -->