5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Koha staff client</title>
7 [% Asset.css("css/mainpage.css") | $raw %]
8 [% INCLUDE 'doc-head-close.inc' %]
10 <body id="main_intranet-main" class="intranet-main">
11 [% INCLUDE 'header.inc' %]
12 [% INCLUDE 'home-search.inc' %]
14 <div id="breadcrumbs">Home</div>
16 <div id="container-main" class="container-fluid">
18 <div class="col-sm-3">
19 [% IF ( koha_news_count ) %]
21 <h3><span class="news_title">News</span></h3>
22 [% SET newsdisp = Koha.Preference('NewsAuthorDisplay') %]
23 [% FOREACH koha_new IN koha_news %]
24 <div class="newsitem" id="news[% koha_new.idnew | html %]"><h4>[% koha_new.title | html %]</h4>
25 <div class="newsbody">[% koha_new.content | $raw %]</div>
26 <p class="newsfooter"> Posted on [% koha_new.newdate | html %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by <span class="newsauthor_title">[% koha_new.author_title | html %] </span>[% koha_new.author_firstname | html %] [% koha_new.author_surname | html %]<br />[% END %]
27 [% IF ( CAN_user_tools ) %]
28 <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew | uri %]">Edit</a>
29 | <a class="news_delete" href="/cgi-bin/koha/tools/koha-news.pl?op=del&ids=[% koha_new.idnew | html %]">Delete</a>
30 | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a>
35 </div><!-- /koha-news -->
37 </div> <!-- /.col-sm-2 -->
38 <div class="col-sm-9">
40 <div class="col-xs-6">
41 <ul class="biglinks-list">
42 [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
44 <a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl"><i class="fa fa-exchange"></i>Circulation</a>
48 [% IF CAN_user_borrowers_edit_borrowers %]
50 <a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl"><i class="fa fa-id-card-o"></i>Patrons</a>
54 [% IF ( CAN_user_catalogue ) %]
56 <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl"><i class="fa fa-search"></i>Advanced search</a>
61 <a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl"><i class="fa fa-list-alt"></i>Lists</a>
64 [% IF ( UseCourseReserves ) %]
66 <a class="icon_general icon_course_reserves" href="/cgi-bin/koha/course_reserves/course-reserves.pl"><i class="fa fa-book"></i>Course reserves</a>
71 <a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl"><i class="fa fa-link"></i>Authorities</a>
73 [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
75 <a class="icon_general icon_ill" href="/cgi-bin/koha/ill/ill-requests.pl"><i class="fa fa-retweet"></i>ILL requests</a>
79 </div> <!-- /.col-xs-6 -->
80 <div class="col-xs-6">
81 <ul class="biglinks-list">
83 [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %]
85 <a class="icon_general icon_pos" href="/cgi-bin/koha/pos/pay.pl"><i class="fa fa-shopping-cart"></i>Point of sale</a>
89 [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
91 <a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl"><i class="fa fa-tag"></i>Cataloging</a>
95 [% IF ( CAN_user_serials ) %]
97 <a class="icon_general icon_serials" href="/cgi-bin/koha/serials/serials-home.pl"><i class="fa fa-newspaper-o"></i>Serials</a>
98 <span class="biglink"></span>
102 [% IF ( CAN_user_acquisition ) %]
104 <a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl"><i class="fa fa-gift"></i>Acquisitions</a>
105 <span class="biglink"></span>
109 [% IF ( CAN_user_reports ) %]
111 <a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl"><i class="fa fa-pie-chart"></i>Reports</a>
116 [% IF ( CAN_user_tools ) %]
118 <a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl"><i class="fa fa-wrench"></i>Tools</a>
122 [% IF ( CAN_user_parameters ) %]
124 <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-cogs"></i>Koha administration</a>
128 <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha<img src="[% interface | html %]/[% theme | html %]/img/koha-egg.svg" alt="Koha Logo SVG"/></a>
131 </div> <!-- /.col-sm-6 -->
133 </div> <!-- /.row -->
135 <div class="col-sm-12">
136 [%# Following statement must be in one line for translatability %]
137 [% IF ( CAN_user_tools_moderate_comments && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) || ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) || ( CAN_user_suggestions_suggestions_manage && pendingsuggestions ) || ( CAN_user_borrowers_edit_borrowers && pending_discharge_requests ) || pending_article_requests || ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) %]
138 <div id="area-pending">
139 [% IF pending_article_requests %]
140 <div class="pending-info" id="article_requests_pending">
142 <a href="/cgi-bin/koha/circ/article-requests.pl">Article requests</a>:
143 <span class="pending-number-link">[% pending_article_requests | html %]</span>
147 [% IF ( CAN_user_suggestions_suggestions_manage && pendingsuggestions ) %]
148 <div class="pending-info" id="suggestions_pending">
150 <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions pending approval</a>:
151 <span class="pending-number-link">[% pendingsuggestions | html %]</span>
155 [% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %]
156 <div class="pending-info" id="comments_pending">
157 <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>:
158 <span class="pending-number-link">[% pendingcomments | html %]</span>
162 [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %]
163 <div class="pending-info" id="tags_pending">
164 <a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>:
165 <span class="pending-number-link">[% pendingtags | html %]</span>
170 [% IF ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) %]
171 <div class="pending-info" id="patron_updates_pending">
172 <a href="/cgi-bin/koha/members/members-update.pl">Patrons requesting modifications</a>:
173 <span class="pending-number-link">[% pending_borrower_modifications | html %]</span>
177 [% IF CAN_user_borrowers_edit_borrowers && pending_discharge_requests %]
178 <div class="pending-info" id="patron_discharges_pending">
179 <a href="/cgi-bin/koha/members/discharges.pl">Discharge requests pending</a>:
180 <span class="pending-number-link">[% pending_discharge_requests | html %]</span>
184 [% IF Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count %]
185 <div class="pending-info" id="checkout_notes_pending">
186 <a href="/cgi-bin/koha/circ/checkout-notes.pl">Checkout notes pending</a>:
187 <span class="pending-number-link">[% pending_checkout_notes.count | html %]</span>
191 [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) %]
192 <div class="pending-info" id="problem_reports_pending">
193 <a href="/cgi-bin/koha/admin/problem-reports.pl">OPAC problem reports pending</a>:
194 <span class="pending-number-link">[% pending_problem_reports.count | html %]</span>
202 </div> <!-- /.col-sm-12 -->
203 </div> <!-- /.row -->
205 [% IF ( IntranetmainUserblock ) %]
207 <div class="col-sm-12">
208 <div id="area-userblock">
209 <div class="user-info">
210 [% IntranetmainUserblock | $raw %]
216 </div> <!-- /.col-sm-9 -->
218 </div> <!-- /.row -->
219 </div> <!-- /.container-fluid -->
221 [% MACRO jsinclude BLOCK %]
222 <script type="text/javascript">
224 var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone.");
225 $(document).ready(function(){
226 $(".news_delete").on("click", function(){
227 return confirmDelete(MSG_CONFIRM_DELETE);
233 <!-- the main div is closed in intranet-bottom.inc -->
234 [% INCLUDE 'intranet-bottom.inc' %]