1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha › Error 401</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
7 <!-- TMPL_INCLUDE NAME="header.inc" -->
8 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Error 401</div>
12 <div id="doc" class="yui-t7">
16 <div class="yui-b"><div class="yui-g">
17 <h1>An Error has Occurred!</h1>
19 <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
20 <li>This error means that you aren't authorized to view this page</li>
21 <li>To report this error, you can <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
22 <li>Use top menu bar to navigate to another part of Koha.</li>
27 <div class="yui-u first">
28 <!-- TMPL_IF NAME="CAN_user_circulate" -->
29 <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
30 <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;"><li>
31 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
32 <label for="navfindborrower">Check out to:</label>
33 <input id="navfindborrower" name="findborrower" type="text" size="10" />
34 <input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
35 <input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
36 <input type="submit" class="submit" value="OK" />
39 <li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
40 <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul>
42 <!-- TMPL_IF NAME="CAN_user_borrowers" -->
43 <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
44 <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
45 <li><form action="/cgi-bin/koha/members/member.pl" method="post">
46 <label for="navmember">Search: </label>
47 <input id="navmember" type="text" size="10" name="member" />
48 <input type="submit" value="OK" class="submit" />
53 <!-- TMPL_IF NAME="CAN_user_catalogue" -->
54 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a></h3>
55 <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
57 <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
58 <input type="hidden" name="idx" value="" />
59 <label for="navkeyword">
61 </label><input type="text" id="navkeyword" name="q" size="10" accesskey="s" />
62 <input type="submit" value=" OK " class="submit" />
65 <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li>
73 <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
74 <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
75 <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
76 <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
77 <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
78 <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
80 <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3>
81 <!-- /TMPL_IF --><!-- TMPL_IF NAME="CAN_user_reports" -->
82 <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
84 <!-- TMPL_IF NAME="CAN_user_parameters" -->
85 <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
86 <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
87 <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
90 <!-- TMPL_IF NAME="CAN_user_tools" -->
91 <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
93 <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
102 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->