Small quoting fix to let fine calculation work.
[koha.git] / koha-tmpl / intranet-tmpl / unido / en / includes / members-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">\r
2 \r
3 <html>\r
4 <head>\r
5 <title>KOHA: INTRANET: Patrons</title>\r
6 <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/main.css">\r
7 \r
8 </head>\r
9 <body>\r
10 \r
11 \r
12 \r
13 <!--\r
14 \r
15 TOPMENU\r
16 \r
17 the top menu has 2 columns, the first is for the site name \r
18 (usually Koha) the second is for the menu items - which aligns \r
19 them right as a group.  The section you are in has a "selected" class\r
20 so you need a new menu for each section.\r
21 \r
22 -->\r
23 \r
24 \r
25 \r
26 <table class="top-menu" width="100%" border="0">\r
27         <tr>\r
28 \r
29         <td><a href="/cgi-bin/koha/mainpage.pl" class="logo"><h1 \r
30 \r
31 class="logo">Koha</h1></A></td>\r
32         \r
33         <td class="top-menuitems">\r
34         <a\r
35 \r
36 href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>\r
37         |\r
38         <a class="selected"  href="/cgi-bin/koha/members-home.pl">Patrons</a>\r
39         |\r
40         <a class="menu" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>\r
41         |\r
42         <a  class="menu" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Add New \r
43 \r
44 Items</a>\r
45         |\r
46         <a class="menu" href="/cgi-bin/koha/admin-home.pl">Administration</a>\r
47         |\r
48         <a class="menu" href="/cgi-bin/koha/reports-home.pl">Reports</a> \r
49         |\r
50         <a class="menu" href="/cgi-bin/koha/mainpage.pl">Home</a>\r
51                                                         \r
52         </td>\r
53                                 \r
54         </TR>\r
55 </TABLE>\r
56 \r
57                 \r
58 \r
59 <!--\r
60 MAIN TABLE\r
61 \r
62 The main table sets up a left hand colun for the sub menu and the layout of the rest of the \r
63 \r
64 page.  \r
65 We are using 2 and 3 column display tables, and there is a different set of includes for each.  \r
66 \r
67 \r
68 -->\r
69 \r
70 <p>\r
71 \r
72 <table border="0" cellpadding="0" cellspacing="0" width="100%">\r
73 <tr valign="top"><td class="sidenav-box">\r
74 \r
75 <p>&nbsp;</p>\r
76 \r
77 <h4>PATRONS</h4>\r
78 \r
79 <UL class="sidenav">\r
80 \r
81 <LI> <a href="/cgi-bin/koha/members-home.pl" class="submenu">Patron home</a>\r
82 <li> <a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" class="submenu">Add patron</a>\r
83 <li> <a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" class="submenu">Add organisation</a>\r
84                                                 \r
85                                                 \r
86 </ul>\r
87 \r
88 \r
89 \r
90 \r
91 <TMPL_IF NAME="loggedinusername">\r
92 You are Logged in as: <b><TMPL_VAR NAME="loggedinusername"></b>\r
93 \r
94 <UL class="sidenav">\r
95 <li>\r
96 <a href=/cgi-bin/koha/mainpage.pl?logout.x=1 class="logout">Log Out</a>\r
97 </ul>\r
98 <TMPL_ELSE>\r
99 <UL class="sidenav">\r
100 <li><a href=/cgi-bin/koha/opac-user.pl class="login">Log In</a>\r
101 </ul>\r
102 </TMPL_IF>\r
103 \r
104 \r
105 <p>\r
106 \r
107 \r
108 \r
109 </td>\r
110 \r
111 \r
112  <td width="32"><img src="<TMPL_VAR name="themelang">/images/holder.gif" width="40" height="1" border="0" alt="" /></td>\r
113 \r
114 <td>\r
115 \r
116 \r
117 \r