Spelling corrections: organisation->organization, authorise->authorize, catalogue...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / 400.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Error</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6
7 <!-- TMPL_INCLUDE NAME="header.inc" -->
8 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Error 400</div>
11
12 <div id="doc" class="yui-t7">
13    
14    <div id="bd">
15         <div id="yui-main">
16         <div class="yui-b"><div class="yui-g">
17     <h1>An Error has Occurred!</h1>
18     <h2>Error 400</h2>
19     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
20     <li>This error means that the link was broken and that the page doesn't exist</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>
23     </ul>
24 </div>
25
26 <div class="yui-g">
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" />
37        </form>
38        </li>
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>
41                 <!-- /TMPL_IF -->
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:&nbsp;</label>
47            <input id="navmember" type="text" size="10" name="member" />
48            <input type="submit" value="OK" class="submit" />
49             </form>
50         </li>
51     </ul>
52         <!-- /TMPL_IF -->
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;">
56                     <li>
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">
60                             Search:&nbsp;
61                         </label><input type="text" id="navkeyword" name="q" size="10" accesskey="s" />
62                         <input type="submit" value=" OK " class="submit" />
63                         </form>
64                      </li>
65                     <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li>
66                 </ul>
67    <!-- /TMPL_IF -->
68         </div>
69
70
71 <div class="yui-u">
72
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>
79     </ul>
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>
83     <!-- /TMPL_IF -->
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>
88         </ul>
89     <!-- /TMPL_IF -->
90     <!-- TMPL_IF NAME="CAN_user_tools" -->
91     <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
92     <!-- /TMPL_IF -->
93     <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
94         </div>
95         
96         
97         </div>
98
99
100 </div>
101 </div>
102
103 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
104