Pedantic SGML syntax correction
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / about-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 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
7
8 </head>
9 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" Alink="#cc3300"
10 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
11
12 <style>
13
14 a.about {
15         background-color: #86c268;
16         font-weight: normal;
17         text-decoration: none;
18         cursor: hand;
19         color: #FFFFFF;
20         padding:4px;
21         font-weight: bold;
22         }
23 a.about:hover {
24         background-color: #86c268;
25         color: #FFFFFF;
26         text-decoration: normal;
27         font-weight: bold;
28         }
29 </style>
30
31 <!------------------------MENUS-------------------------------->
32 <table cellpadding=0 cellspacing=0 width="100%" border=0>
33 <tr height="45">
34         <td valign="bottom" align="left">
35                 <table bgcolor="#dddddd" width="100%" cellpadding=0 cellspacing=0>
36                 <tr>
37                         <td>
38                         <div id="menubar">
39                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
40                                 <tr>
41                                         <td class="koha"><b>KOHA</b></td>
42                                         <td>
43                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
44                                         </td>
45                                         <td>
46                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
47                                         </td>
48                                         <td>
49                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
50                                         </td>
51                                         <td>
52                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
53                                         </td>
54                                         <td>
55                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
56                                         </td>
57                                         <td>
58                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
59                                         </td>
60                                         <td>
61                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
62                                         </td>
63                                         <td>
64                                                 <a class="about" href="/cgi-bin/koha/about.pl">About</a>
65                                         </td>
66                                 </TR>
67                         </TABLE>
68                         </div>
69                 </td></tr></table>
70         </TD>
71 </tr>
72 </table>
73 <BLOCKQUOTE>
74 <!-- TMPL_IF NAME="loggedinusername" -->
75     <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
76 <!-- TMPL_ELSE -->
77     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
78 <!-- /TMPL_IF -->