Bug 5917 : Swapping templates over
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / errors / 500.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Error 500</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body>
6
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'cat-search.inc' %]
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Error 500</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 500</h2>
19     <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
20         <li>In Koha this typically means that the Koha team is working on new features</li>     
21         <li>Wait while system maintenance is being done or <a href="mailto:[% 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         [% IF ( 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="[% branch %]" />
35             <input type="hidden" name="printer" value="[% 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                 [% END %]
42                   [% IF ( 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         [% END %]
53                   [% IF ( 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    [% END %]
68         </div>
69
70
71 <div class="yui-u">
72
73     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
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     [% END %][% IF ( CAN_user_reports ) %]
82           <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
83     [% END %]
84     [% IF ( 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/preferences.pl">System preferences</a></li>
88         </ul>
89     [% END %]
90     [% IF ( CAN_user_tools ) %]
91     <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
92     [% END %]
93     <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
94         </div>
95         
96         
97         </div>
98
99 </div>
100 </div>
101
102 [% INCLUDE 'intranet-bottom.inc' %]