Road to 1.9.1 :
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / reports-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2
3 <html>
4 <head>
5 <title>KOHA: INTRANET: Etats</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("/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 {
73         font-weight: normal;
74         text-decoration: none;
75         cursor: hand;
76         color:#777777;
77         padding:4px;
78         font-weight: bold;
79         }
80 a.acquisition:hover {
81         background-color: #ffdf61;
82         color: #000000;
83         text-decoration: normal;
84         font-weight: bold;
85         }
86
87 a.reports {
88         font-weight: normal;
89         background-color: #6b7cbe;
90         text-decoration: none;
91         cursor: hand;
92         color:#FFFFFF;
93         padding:4px;
94         font-weight: bold;
95         }
96 a.reports:hover {
97         background-color: #6b7cbe;
98         color: #FFFFFF;
99         text-decoration: normal;
100         font-weight: bold;
101         }
102 a.circulation {
103         font-weight: normal;
104         text-decoration: none;
105         cursor: hand;
106         color:#777777;
107         padding:4px;
108         font-weight: bold;
109         }
110 a.circulation:hover {
111         background-color: #be6170;
112         color: #000000;
113         text-decoration: normal;
114         font-weight: bold;
115         }
116
117 a.parameters {
118         font-weight: normal;
119         text-decoration: none;
120         cursor: hand;
121         color:#777777;
122         padding:4px;
123         font-weight: bold;
124         }
125 a.parameters:hover {
126         background-color: #86c268;
127         color: #000000;
128         text-decoration: normal;
129         font-weight: bold;
130         }
131 </style>
132
133 <!------------------------MENUS-------------------------------->
134 <table cellpadding=0 cellspacing=0 width="100%" border=0>
135 <tr height="45">
136         <td valign="bottom" align="left">
137                 <table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
138                 <tr>
139                         <td>
140                         <div id="menubar">
141                         <table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
142                                 <tr>
143                                         <td class="koha"><b>KOHA</b></td>
144                                         <td>
145                                                 <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
146                                         </td>
147                                         <td>
148                                                 <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
149                                         </td>
150                                         <td>
151                                                 <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
152                                         </td>
153                                         <td>
154                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisition</a>
155                                         </td>
156                                         <td>
157                                                 <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=cataloguing">Cataloguing</a>
158                                         </td>
159                                         <td>
160                                                 <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
161                                         </td>
162                                         <td>
163                                                 <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
164                                         </td>
165                                         <td>
166                                                 <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
167                                         </td>
168                                 </TR>
169                         </TABLE>
170                         </div>
171                 </td></tr></table>
172         </TD>
173 </tr>
174 </table>
175 <BLOCKQUOTE>