adding about link
[koha.git] / koha-tmpl / intranet-tmpl / default / en / 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 </head>
7 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
8 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
9
10 <style>
11 #menubar {
12         border-top:1px solid #666;
13 }
14 .koha {
15         font-weight: normal;
16         text-decoration: none;
17         cursor: hand;
18         color:#777777;
19         padding:4px;
20         font-weight: bold;
21         text-align:center;
22         background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
23         }
24
25 a.home {
26         font-weight: normal;
27         text-decoration: none;
28         cursor: hand;
29         color:#777777;
30         padding:4px;
31         font-weight: bold;
32         }
33 a.home:hover {
34         background-color: #339933;
35         color: #000000;
36         text-decoration: none;
37         font-weight: normal;
38         font-weight: bold;
39         }
40 a.catalogue {
41         font-weight: normal;
42         text-decoration: none;
43         cursor: hand;
44         color:#777777;
45         padding:4px;
46         font-weight: bold;
47         margin:0;
48         }
49 a.catalogue:hover {
50         background-color: #ad11ad;
51         color: #000000;
52         text-decoration: none;
53         font-weight: normal;
54         font-weight: bold;
55         margin:0;
56         }
57 a.members {
58         font-weight: normal;
59         text-decoration: none;
60         cursor: hand;
61         color:#777777;
62         padding:4px;
63         font-weight: bold;
64         }
65 a.members:hover {
66         background-color: #86c268;
67         color: #000000;
68         text-decoration: none;
69         font-weight: bold;
70         }
71
72 a.acquisition:hover {
73         background-color: #ffdf61;
74         color: #000000;
75         text-decoration: normal;
76         font-weight: bold;
77         }
78 a.acquisition {
79         font-weight: normal;
80         text-decoration: none;
81         cursor: hand;
82         color:#777777;
83         padding:4px;
84         font-weight: bold;
85         }
86 a.reports {
87         font-weight: normal;
88         text-decoration: none;
89         cursor: hand;
90         color: #777777;
91         padding:4px;
92         font-weight: bold;
93         }
94 a.reports:hover {
95         background-color: #6b7cbe;
96         color: #000000;
97         text-decoration: normal;
98         font-weight: bold;
99         }
100 a.circulation {
101         font-weight: normal;
102         text-decoration: none;
103         cursor: hand;
104         color: #777777;
105         padding:4px;
106         font-weight: bold;
107         }
108 a.circulation:hover {
109         background-color: #be6170;
110         color: #000000;
111         text-decoration: normal;
112         font-weight: bold;
113         }
114 a.parameters {
115         background-color: #86c268;
116         font-weight: normal;
117         text-decoration: none;
118         cursor: hand;
119         color: #FFFFFF;
120         padding:4px;
121         font-weight: bold;
122         }
123 a.parameters:hover {
124         background-color: #86c268;
125         color: #FFFFFF;
126         text-decoration: normal;
127         font-weight: bold;
128         }
129 </style>
130
131 <!------------------------MENUS-------------------------------->
132 <table cellpadding=0 cellspacing=0 width="100%" border=0>
133 <tr height="45">
134         <td valign="bottom" align="left">
135                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
136                 <tr>
137                         <td>
138                         <div id="menubar">
139                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
140                                 <tr>
141                                         <td class="koha"><b>KOHA</b></td>
142                                         <td>
143                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
144                                         </td>
145                                         <td>
146                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
147                                         </td>
148                                         <td>
149                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
150                                         </td>
151                                         <td>
152                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
153                                         </td>
154                                         <td>
155                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
156                                         </td>
157                                         <td>
158                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
159                                         </td>
160                                         <td>
161                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
162                                         </td>
163                                         <td>
164                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl" alt="Paramètres">Parameters</a>
165                                         </td>
166                                         <td>
167                                                 <a class="parameters" href="/cgi-bin/koha/about.pl">About</a>
168                                         </td>
169                                 </TR>
170                         </TABLE>
171                         </div>
172                 </td></tr></table>
173         </TD>
174 </tr>
175 </table>
176 <BLOCKQUOTE>
177 <TMPL_IF NAME="loggedinuser">
178     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
179 <TMPL_ELSE>
180     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
181 </TMPL_IF>