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