1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha staff client</title>
3 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/mainpage.css" />
4 [% INCLUDE 'doc-head-close.inc' %]
5 <style type="text/css"> </style>
8 <body id="main_intranet-main" class="main">
9 [% INCLUDE 'header.inc' %]
10 [% INCLUDE 'home-search.inc' %]
12 <div id="breadcrumbs" >Home</div>
15 <div id="doc3" class="yui-t3">
16 <div id="bd" role="main">
18 <div class="yui-b"><div class="yui-g">
19 <div class="yui-u first">
20 <div id="area-list-left">
21 <ul class="biglinks-list">
22 [% IF ( CAN_user_circulate ) %]
24 <a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
28 [% IF ( CAN_user_borrowers ) %]
30 <a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
34 [% IF ( CAN_user_catalogue ) %]
36 <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl">Advanced search</a>
41 <a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a>
44 [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
46 <a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
50 [% IF ( CAN_user_editauthorities ) %]
52 <a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
56 </div><!-- /area-list-left -->
57 </div><!-- /yui-u first -->
59 <div id="area-list-right">
60 <ul class="biglinks-list">
61 [% IF ( CAN_user_serials ) %]
63 <a class="icon_general icon_serials" href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
64 <span class="biglink"></span>
68 [% IF ( CAN_user_acquisition ) %]
70 <a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
71 <span class="biglink"></span>
75 [% IF ( CAN_user_reports ) %]
77 <a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
81 [% IF ( CAN_user_parameters ) %]
83 <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a>
87 [% IF ( CAN_user_tools ) %]
89 <a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
94 <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha</a>
97 </div><!-- /area-list-right -->
101 [% IF ( ( CAN_user_tools_moderate_comments && pendingcomments )
102 || ( CAN_user_tools_moderate_tags && pendingtags )
103 || ( CAN_user_acquisition && pendingsuggestions ) ) %]
104 <div id="area-pending">
105 [% IF ( CAN_user_acquisition && pendingsuggestions ) %]
106 <div class="pending-info" id="suggestions_pending">
108 <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions pending approval</a>:
109 <span class="pending-number-link">[% pendingsuggestions %]</span>
113 [% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %]
114 <div class="pending-info" id="comments_pending">
115 <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>:
116 <span class="pending-number-link">[% pendingcomments %]</span>
120 [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %]
121 <div class="pending-info" id="tags_pending">
122 <a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>:
123 <span class="pending-number-link">[% pendingtags %]</span>
131 [% IF ( IntranetmainUserblock ) %]
132 <div class="yui-g" id="area-userblock">
133 <div class="user-info">
134 [% IntranetmainUserblock %]
140 <div class="yui-b"><!-- YOUR NAVIGATION GOES HERE -->
141 [% IF ( koha_news_count ) %]
143 <h3><span="news_title">News</span></h3>
144 [% FOREACH koha_new IN koha_news %]
145 <div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4>
146 <p>[% koha_new.new %]</p>
147 <p class="newsfooter"> Posted on [% koha_new.newdate %]
148 [% IF ( CAN_user_tools ) %]
149 <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]">Edit</a>
150 | <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&ids=[% koha_new.idnew %]">Delete</a>
151 | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a>
156 </div><!-- /koha-news -->
162 <!-- the main div is closed in intranet-bottom.inc -->
163 [% INCLUDE 'intranet-bottom.inc' %]