|
Lines 23-104
Link Here
|
| 23 |
</ul> |
23 |
</ul> |
| 24 |
</div> |
24 |
</div> |
| 25 |
|
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: </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: |
| 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 |
|
| 100 |
</div> |
26 |
</div> |
| 101 |
</div> |
27 |
</div> |
| 102 |
|
28 |
|
| 103 |
[% INCLUDE 'intranet-bottom.inc' %] |
29 |
[% INCLUDE 'intranet-bottom.inc' %] |
| 104 |
|
|
|