|
Lines 1-78
Link Here
|
| 1 |
<div class="yui-b"> |
|
|
| 2 |
|
| 3 |
<ul id="navigation"> |
| 4 |
[% IF ( CAN_user_circulate ) %] |
| 5 |
<li> <a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a><ul> |
| 6 |
<li> |
| 7 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl"> |
| 8 |
<label for="navfindborrower">Check out to:</label> |
| 9 |
<input id="navfindborrower" name="findborrower" type="text" size="10" /> |
| 10 |
<input type="hidden" name="branch" value="[% branch %]" /> |
| 11 |
<input type="hidden" name="printer" value="[% printer %]" /> |
| 12 |
<input type="submit" class="submit" value="OK" /> |
| 13 |
</form> |
| 14 |
</li> |
| 15 |
<li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl">Check in</a></li> |
| 16 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li> |
| 17 |
</ul></li> |
| 18 |
[% END %] |
| 19 |
|
| 20 |
[% IF ( CAN_user_borrowers ) %] |
| 21 |
<li><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a><ul> |
| 22 |
<li><form action="/cgi-bin/koha/members/member.pl" method="post"> |
| 23 |
<label for="navmember">Search: </label> |
| 24 |
<input id="navmember" type="text" size="10" name="member" /> |
| 25 |
<input type="submit" value="OK" class="submit" /> |
| 26 |
</form> |
| 27 |
</li> |
| 28 |
</ul></li> |
| 29 |
|
| 30 |
[% END %] |
| 31 |
[% IF ( CAN_user_catalogue ) %] |
| 32 |
<li><a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a><ul> |
| 33 |
<li> |
| 34 |
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform"> |
| 35 |
<input type="hidden" name="idx" value="" /> |
| 36 |
<label for="navkeyword"> |
| 37 |
Search: |
| 38 |
</label><input type="text" id="navkeyword" name="q" size="10" accesskey="s" /> |
| 39 |
<input type="submit" value=" OK " class="submit" /> |
| 40 |
</form> |
| 41 |
</li> |
| 42 |
<li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li> |
| 43 |
</ul></li> |
| 44 |
|
| 45 |
[% END %] |
| 46 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
| 47 |
<li><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a><ul> |
| 48 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li> |
| 49 |
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li> |
| 50 |
[% END %] |
| 51 |
[% IF ( CAN_user_serials ) %] |
| 52 |
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li> |
| 53 |
[% END %] |
| 54 |
[% IF ( CAN_user_editcatalogue ) %] |
| 55 |
</ul></li> |
| 56 |
|
| 57 |
<li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></li> |
| 58 |
[% END %] |
| 59 |
[% IF ( CAN_user_reports ) %] |
| 60 |
<li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li> |
| 61 |
[% END %] |
| 62 |
[% IF ( CAN_user_parameters ) %] |
| 63 |
<li> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a><ul> |
| 64 |
<li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li> |
| 65 |
</ul></li> |
| 66 |
|
| 67 |
[% END %] |
| 68 |
[% IF ( CAN_user_tools ) %] |
| 69 |
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li> |
| 70 |
[% END %] |
| 71 |
<li><a href="/cgi-bin/koha/about.pl">About Koha</a></li> |
| 72 |
</ul> |
| 73 |
[% IF ( IntranetNav ) %] |
| 74 |
[% IntranetNav %] |
| 75 |
[% END %] |
| 76 |
|
| 77 |
</div> |
| 78 |
</div> |
| 79 |
- |