* moving all styles to common-style.css sheet. The styles specifics to a topic (the...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / members-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Members</title>
6 <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
7 </head>
8 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
9 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
10
11 <style>
12 a.members {
13         font-weight: normal;
14         text-decoration: none;
15         background-color: #86c268;
16         cursor: hand;
17         color:#FFFFFF;
18         padding:4px;
19         font-weight: bold;
20         }
21 a.members:hover {
22         background-color: #86c268;
23         color: #FFFFFF;
24         text-decoration: none;
25         font-weight: bold;
26         }
27 </style>
28
29 <!------------------------MENUS-------------------------------->
30 <table cellpadding=0 cellspacing=0 width="100%" border=0>
31 <tr height="65">
32         <td valign="bottom" align="left">
33                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
34                 <tr>
35                         <td>
36                         <div id="menubar">
37                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
38                                 <tr>
39                                         <td class="koha"><b>KOHA</b></td>
40                                         <td>
41                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
42                                         </td>
43                                         <td>
44                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
45                                         </td>
46                                         <td>
47                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
48                                         </td>
49                                         <td>
50                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
51                                         </td>
52                                         <td>
53                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
54                                         </td>
55                                         <td>
56                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
57                                         </td>
58                                         <td>
59                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
60                                         </td>
61                                         <td>
62                                                 <a class="about" href="/cgi-bin/koha/about.pl">About</a>
63                                         </td>
64                                 </TR>
65                         </TABLE>
66                         </div>
67                         <div id="submenu" style="border-left:0px;">
68                         <table cellpadding=0 cellspacing=0  border=0 height=20>
69                                 <tr>
70                                         <td width="100"></td>
71                                         <td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
72                                         <td>
73                                                 <a href="/cgi-bin/koha/members-home.pl" class="submenu">Member home</a>
74                                         </td>
75                                         <td>
76                                                 <div id="submenu">
77                                                 <a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" class="submenu">Add member</a>
78                                                 </div>
79                                         </td>
80                                         <td>
81                                                 <div id="submenu">
82                                                 <a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" class="submenu">Add organisation</a>
83                                                 </div>
84                                         </td>
85                                 </tr>
86                         </table>
87                         </div>
88                 </td></tr></table>
89         </TD>
90 </tr>
91 </table>
92 <BLOCKQUOTE>
93 <TMPL_IF NAME="loggedinusername">
94     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
95 <TMPL_ELSE>
96     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
97 </TMPL_IF>