Bug 24190: Add acquisition logging
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / viewlog.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE AuthorisedValues %]
5 [% USE Branches %]
6 [% USE KohaDates %]
7 [% USE TablesSettings %]
8 [% SET footerjs = 1 %]
9 [% INCLUDE 'doc-head-open.inc' %]
10 <title>
11     [% IF ( do_it ) %]
12         Results &rsaquo; [% END %]
13
14     Logs &rsaquo; Tools &rsaquo; Koha
15 </title>
16 [% INCLUDE 'doc-head-close.inc' %]
17 [% Asset.css("css/humanmsg.css") | $raw %]
18 [% FILTER collapse %]
19     <style>
20         fieldset.rows label.viewlog {
21             float: none;
22             font-weight: normal;
23             margin: 0;
24             min-width: 9em;
25             padding: .5em;
26             text-align: left;
27             white-space: nowrap;
28             width: auto;
29         }
30         .log_modules {
31             display: flex;
32             flex-wrap: wrap;
33         }
34         .compare_info {
35             background-color: #E6F0F2;
36             margin: .5em -.5em -.5em -.5em;
37             padding: .5em;
38             text-align: right;
39         }
40         .modal-dialog {
41             width : 90%;
42         }
43         /* jsdiff styles */
44         ins {
45             background-color: #e6ffe6;
46         }
47         del {
48             background-color: #ffe6e6;
49         }
50         #col1 ins,
51         #col2 del {
52             display: none;
53         }
54         pre {
55             overflow: scroll;
56             padding: 10px;
57         }
58     </style>
59 [% END %]
60 </head>
61
62 <body id="tools_viewlog" class="tools">
63 [% INCLUDE 'header.inc' %]
64 [% INCLUDE 'cat-search.inc' %]
65
66 [% BLOCK translate_log_module %]
67 [%    SWITCH module %]
68 [%        CASE 'AUTH'         %]Authentication[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthScuccessLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
69 [%        CASE 'CATALOGUING'  %]Catalog[% UNLESS Koha.Preference('CataloguingLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
70
71 [%        CASE 'AUTHORITIES'  %]Authorities[% UNLESS Koha.Preference('AuthoritiesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
72
73 [%        CASE 'MEMBERS'      %]Patrons[% UNLESS Koha.Preference('BorrowersLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
74
75 [%        CASE 'ACQUISITIONS' %]Acquisitions [% UNLESS Koha.Preference('AcquisitionLog') %]<i class="fa fa-warning" title="Log not enabled"></i>[% END %]
76
77 [%        CASE 'SERIAL'       %]Serials[% UNLESS Koha.Preference('SubscriptionLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
78
79 [%        CASE 'HOLDS'        %]Holds[% UNLESS Koha.Preference('HoldsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
80
81 [%        CASE 'ILL'          %]Interlibrary loans[% UNLESS Koha.Preference('IllLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
82
83 [%        CASE 'CIRCULATION'  %]Circulation[% UNLESS Koha.Preference('IssueLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
84
85 [%        CASE 'CLAIMS'       %]Claims[% UNLESS Koha.Preference('ClaimsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
86
87 [%        CASE 'FINES'        %]Fines[% UNLESS Koha.Preference('FinesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
88
89 [%        CASE 'SYSTEMPREFERENCE' %]System prefs
90
91 [%        CASE 'CRONJOBS' %]Cron jobs[% UNLESS Koha.Preference('CronjobLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
92
93 [%        CASE 'REPORTS'      %]Reports[% UNLESS Koha.Preference('ReportsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
94
95 [%        CASE 'SEARCHENGINE' %]Search engine
96
97 [%        CASE 'NOTICES'      %]Notices[% UNLESS Koha.Preference('NoticesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
98 [%        CASE 'NEWS'      %]News[% UNLESS Koha.Preference('NewsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
99 [%        CASE %][% module | html %]
100 [%    END %]
101 [% END %]
102
103 [% BLOCK translate_log_action %]
104 [%    SWITCH action %]
105 [%        CASE 'ADD'    %]Add
106 [%        CASE 'DELETE' %]Delete
107 [%        CASE 'MODIFY' %]Modify
108 [%        CASE 'ISSUE'  %]Checkout
109 [%        CASE 'RETURN' %]Return
110 [%        CASE 'CREATE' %]Create
111 [%        CASE 'CANCEL' %]Cancel
112 [%        CASE 'RESUME' %]Resume
113 [%        CASE 'SUSPEND' %]Suspend
114 [%        CASE 'RENEW'  %]Renew
115 [%        CASE 'RENEWAL' %]Renew
116 [%        CASE 'CHANGE PASS' %]Change password
117 [%        CASE 'ADDCIRCMESSAGE' %]Add circulation message
118 [%        CASE 'DELCIRCMESSAGE' %]Delete circulation message
119 [%        CASE 'STATUS_CHANGE'  %]Change ILL request status
120 [%        CASE 'PATRON_NOTICE'  %]ILL notice sent to patron
121 [%        CASE 'ADD_BASKET' %]Create an acquisitions basket
122 [%        CASE 'MODIFY_BASKET' %]Modify an acquisitions basket
123 [%        CASE 'MODIFY_BASKET_HEADER' %]Modify an acquisitions basket header
124 [%        CASE 'MODIFY_BASKET_USERS' %]Modify an acquisitions basket's users
125 [%        CASE 'CLOSE_BASKET' %]Close an acquisitions basket
126 [%        CASE 'APPROVE_BASKET' %]Approve an acquisitions basket
127 [%        CASE 'REOPEN_BASKET' %]Reopen an acquisitions basket
128 [%        CASE 'CANCEL_ORDER' %]Cancel an order
129 [%        CASE 'CREATE_ORDER' %]Create an order
130 [%        CASE 'MODIFY_ORDER' %]Modify an order
131 [%        CASE 'CREATE_INVOICE_ADJUSTMENT' %]Create an invoice adjustment
132 [%        CASE 'UPDATE_INVOICE_ADJUSTMENT' %]Modify an invoice adjustment
133 [%        CASE 'DELETE_INVOICE_ADJUSTMENT' %]Delete an invoice adjustment
134 [%        CASE 'RECEIVE_ORDER' %]Receive an order
135 [%        CASE 'MODIFY_BUDGET' %]Modify a budget
136 [%        CASE 'CREATE_FUND' %]Create a fund
137 [%        CASE 'MODIFY_FUND' %]Modify a fund
138 [%        CASE 'DELETE_FUND' %]Delete a fund
139 [%        CASE 'Run'    %]Run
140 [%        CASE 'EDIT_MAPPINGS' %]Edit mappings
141 [%        CASE 'RESET_MAPPINGS' %]Reset mappings
142 [%        CASE 'SERIAL CLAIM' %]Serial claim
143 [%        CASE 'ACQUISITION CLAIM' %]Acquisition claim
144 [%        CASE 'ACQUISITION ORDER' %]Acquisition order
145 [%        CASE %][% action | html %]
146 [%    END %]
147 [% END %]
148
149 [% BLOCK translate_log_interface %]
150 [%    SWITCH log_interface.upper %]
151 [%        CASE 'INTRANET'    %]Intranet
152 [%        CASE 'OPAC'        %]OPAC
153 [%        CASE 'SIP'         %]SIP
154 [%        CASE 'COMMANDLINE' %]Command-line
155 [%        CASE 'API'         %]REST API
156 [%        CASE 'CRON'        %]Cron job
157 [%        CASE 'UPGRADE'     %]Upgrade
158 [%        CASE %][% log_interface | html %]
159 [%    END %]
160 [% END %]
161
162 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
163     <ol>
164         <li>
165             <a href="/cgi-bin/koha/mainpage.pl">Home</a>
166         </li>
167         <li>
168             <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
169         </li>
170         [% IF ( do_it ) %]
171             <li>
172                 <a href="/cgi-bin/koha/tools/viewlog.pl">Logs</a>
173             </li>
174             <li>
175                 <a href="#" aria-current="page">
176                     Results
177                 </a>
178             </li>
179         [% ELSE %]
180             <li>
181                 <a href="#" aria-current="page">
182                     Logs
183                 </a>
184             </li>
185         [% END %]
186     </ol>
187 </nav>
188
189 <div class="main container-fluid">
190     <div class="row">
191         <div class="col-sm-10 col-sm-push-2">
192             <main>
193
194                                 <h1>Browse system logs</h1>
195                                 <form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
196                                         [% IF ( do_it ) %]
197                                                 <input type="hidden" name="do_it" value="[% do_it | html %]" />
198                                         [% END %]
199                     <input type="hidden" name="src" value="[% src | html %]" />
200                                         <fieldset class="rows">
201                                                 <ol>
202                                                         <li>
203                                                                 <label for="user">Librarian:</label>
204                                 <input type="text" name="user" id="user" value="[% user | html %]" />
205                                                         </li>
206                             [% UNLESS src == "circ" %]
207                                 <li>
208                                     <label>Modules:</label>
209                                     <div class="log_modules">
210                                         [% IF modules.size == 0 %]
211                                             <label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value="" checked="checked"> All</label>
212                                         [% ELSE %]
213                                             <label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label>
214                                         [% END %]
215                                         [% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'CLAIMS' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS', 'SEARCHENGINE', 'NOTICES', 'NEWS' ] %]
216                                             [% IF modules.grep(modx).size %]
217                                                 <label for="module[% modx | html %]" class="viewlog"><input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]" checked="checked"> [% PROCESS translate_log_module module=modx %]</label>
218                                             [% ELSE %]
219                                                 <label for="module[% modx | html %]" class="viewlog"><input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]"> [% PROCESS translate_log_module module=modx %]</label>
220                                             [% END %]
221                                         [% END %]
222                                     </div>
223                                 </li>
224                             [% ELSE %]
225                                 <input type="hidden" name="modules" value="MEMBERS" />
226                                 <input type="hidden" name="modules" value="CIRCULATION" />
227                             [% END %]
228                             <li>
229                                 <label>Actions:</label>
230                                 <div class="log_modules">
231                                     [% IF actions.length == 0 %]
232                                         <label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value="" checked="checked"> All</label>
233                                     [% ELSE %]
234                                         <label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label>
235                                     [% END %]
236
237                                     [% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'PATRON_NOTICE' 'CHANGE PASS' 'Run' 'EDIT_MAPPINGS' 'RESET_MAPPINGS' 'ADD_BASKET' 'MODIFY_BASKET' 'MODIFY_BASKET_HEADER' 'MODIFY_BASKET_USERS' 'CLOSE_BASKET' 'APPROVE_BASKET' 'REOPEN_BASKET' 'CANCEL_ORDER' 'CREATE_ORDER' 'MODIFY_ORDER' 'CREATE_INVOICE_ADJUSTMENT' 'UPDATE_INVOICE_ADJUSTMENT' 'DELETE_INVOICE_ADJUSTMENT' 'RECEIVE_ORDER' 'MODIFY_BUDGET' 'MODIFY_FUND' 'CREATE_FUND' 'DELETE_FUND' ] %]
238                                         [% IF actions.grep(actx).size %]
239                                             <label for="action[% actx| replace('\s+', '_') | html %]" class="viewlog"><input type="checkbox" id="action[% actx | replace('\s+', '_') | html %]" name="actions" value="[% actx | html %]" checked="checked"> [% PROCESS translate_log_action action=actx %]</label>
240                                         [% ELSE %]
241                                             <label for="action[% actx| replace('\s+', '_') | html %]" class="viewlog"><input type="checkbox" id="action[% actx | replace('\s+', '_') | html %]" name="actions" value="[% actx | html %]"> [% PROCESS translate_log_action action=actx %]</label>
242                                         [% END %]
243                                     [% END %]
244                                 </div>
245                             </li>
246                             <li>
247                                 [% IF src == 'circ' %]
248                                     <label for="object">Borrowernumber: </label>
249                                     <input type="text" id="object" name="object" value="[% object | html %]" readonly="readonly" title="This field cannot be modified from the circulation module." />
250                                 [% ELSE %]
251                                     <label for="object">Object: </label>
252                                     <input type="text" id="object" name="object" value="[% object | html %]" />
253                                 [% END %]
254                             </li>
255                                                         <li>
256                                                                 <label for="info">Info:</label>
257                                 <input type="text" id="info" name="info" value="[% info | html %]" />
258                                                         </li>
259                             <li>
260                                 <label>Interface:</label>
261                                 [% IF interfaces.size == 0 %]
262                                     <label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value="" checked="checked"> All</label>
263                                 [% ELSE %]
264                                     <label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value=""> All</label>
265                                 [% END %]
266
267                                 [% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' 'API' 'CRON' ] %]
268                                     [% IF interfaces.grep(interf).size %]
269                                         <label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]" checked="checked"> [% PROCESS translate_log_interface log_interface=interf %]</label>
270                                     [% ELSE %]
271                                         <label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]"> [% PROCESS translate_log_interface log_interface=interf %]</label>
272                                     [% END %]
273                                 [% END %]
274                             </li>
275                                                         <li>
276                                 <label for="from"> Display from: </label> <input type="text" size="10" id="from" name="from" value="[% datefrom | html %]" class="datepickerfrom" />
277                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
278                                                         </li>
279                                                         <li>
280                                 <label for="to">Display to: </label> <input size="10" id="to" name="to" type="text" value="[% dateto | html %]" class="datepickerto" />
281                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
282                                                         </li>
283                                                 </ol>
284                                         </fieldset>
285                                         <fieldset class="rows">
286                                                 <legend>Output</legend>
287                                                 <ol>
288                                                         <li>
289                                                                 <label for="screen" >To screen in the browser:</label> <input id="screen" type="radio" checked="checked" name="output" value="screen" />
290                                                         </li>
291                                                         <li>
292                                                                 <label for="file">To a file:</label>
293                                                                 <input id="file" type="radio" name="output" value="file" />
294                                                                 <label class="inline" for="basename">Named:</label>
295                                                                 <input type="text" name="basename" id="basename" value="Export" />
296                                                                 <!--
297                                                                         <label for="MIME" class="inline">Into an application:</label>
298                                                                         [% CGIextChoice | html %]
299                                                                         [% CGIsepChoice | html %]
300                                                                 -->
301                                                                 <input type="hidden" name="report_name" value="[% report_name | html %]" />
302                                                         </li>
303                                                 </ol>
304                                         </fieldset>
305                                         <fieldset class="action">
306                                                 <input type="submit" value="Submit" />
307                                                 <input type="hidden" name="do_it" value="1" />
308                                         </fieldset>
309                         </form>
310                 [% IF ( do_it ) %]
311                     [% IF ( total ) %]
312                         <h3>Log entries</h3>
313                         <div id="toolbar" class="btn-toolbar">
314                             <a href="#" id="select_none" class="btn btn-link disabled"><i class="fa fa-remove"></i> Check none</a>
315                             <button class="btn btn-link disabled compare_link"><i class="fa fa-columns"></i> Compare selected</button>
316                         </div>
317                         <table id="logst">
318                             <thead>
319                                 <tr>
320                                     <th>Date</th>
321                                     <th>Librarian</th>
322                                     <th>Module</th>
323                                     <th>Action</th>
324                                     <th>Object</th>
325                                     <th>Info</th>
326                                     <th>Interface</th>
327                                 </tr>
328                             </thead>
329                             <tbody>
330                             [% FOREACH loopro IN looprow %]
331                                 <tr>
332                                     <td data-order="[% loopro.timestamp | html %]">[% loopro.timestamp | $KohaDates with_hours=1 %]</td>
333                                     <td>
334                                         [% IF loopro.librarian %]
335                                             <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopro.librarian.borrowernumber | uri %]" title="display detail for this librarian."> [% IF ( loopro.librarian.firstname ) || ( loopro.librarian.surname ) %][% loopro.librarian.firstname | html %] [% loopro.librarian.surname | html %] ([% loopro.librarian.borrowernumber | html %]) [% ELSE %][% loopro.librarian.borrowernumber | html %][% END %]</a>
336                                         [% ELSE %]
337                                             [% loopro.user | html %]
338                                         [% END %]
339                                     </td>
340                                     <td>[% PROCESS translate_log_module module=loopro.module %]</td>
341                                     <td>[% PROCESS translate_log_action action=loopro.action %]</td>
342                                     <td>
343                                         [% IF ( loopro.module == 'MEMBERS' ) || ( loopro.module == 'CIRCULATION' ) || ( loopro.module == 'FINES' ) %]
344                                             [% IF loopro.patron %]
345                                                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopro.object | uri %]" title="Display member details."> [% IF ( loopro.object ) %][% IF ( loopro.patron.firstname ) || ( loopro.patron.surname ) %][% loopro.patron.firstname | html %] [% loopro.patron.surname | html %] ([% loopro.object | html %]) [% ELSE %]Member [% loopro.object | html %][% END %][% END %] </a>
346                                             [% ELSE %]
347                                                 [% loopro.object | html %]
348                                             [% END %]
349                                         [% ELSIF ( loopro.module == 'CATALOGUING' ) %]
350                                             [% IF ( loopro.info.substr(0, 4) == 'item' ) %]
351                                                 <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.object | uri %]&amp;biblionumber=[% loopro.biblionumber | uri %]&amp;bi=[% loopro.biblioitemnumber | uri %]#item[% loopro.object | uri %]">Item [% loopro.object | html %]</a> from
352                                                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.biblionumber | uri %]" title="Display detail for this biblio">Biblio [% loopro.biblionumber | html %]</a>
353                                             [% ELSIF ( loopro.info.substr(0, 6) == 'biblio' ) %]
354                                                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.object | uri %]" title="Display detail for this biblio">Biblio [% loopro.object | html %]</a>
355                                             [% ELSE %]
356                                                 [% loopro.object | html %]
357                                             [% END %]
358                                         [% ELSIF ( loopro.module == 'SERIAL' ) %]
359                                             <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% loopro.object | uri %]">Subscription [% loopro.object | html %] </a>
360                                         [% ELSIF ( loopro.module == 'AUTHORITIES' ) %]
361                                             <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% loopro.object | uri %]" title="Display detail for this authority">Authority [% loopro.object | html %]</a>
362                                         [% ELSIF ( loopro.module == 'NOTICES' ) %]
363                                             [% IF ( loopro.notice ) %]
364                                                 <a href="/cgi-bin/koha/tools/letter.pl?op=add_form&branchcode=[% loopro.notice.branchcode | uri %]&module=[% loopro.notice.module | uri %]&code=[% loopro.notice.code | uri %]#lang_[% loopro.notice.lang | uri %]">Notice [% loopro.notice.title | html %] ([% loopro.notice.code | html %])</a>
365                                             [% ELSE %]
366                                                 [% loopro.object | html %]
367                                             [% END %]
368                                         [% ELSE %]
369                                             [% loopro.object | html %]
370                                         [% END %]
371                                     </td>
372                                     <td>
373                                         [% IF ( loopro.module == 'CIRCULATION' ) %]
374                                             <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% loopro.info | uri %]&amp;biblionumber=[% loopro.biblionumber | uri %]&amp;bi=[% loopro.biblioitemnumber | uri %]#item[% loopro.info | uri %]" title="Display detail for this item">Item [% loopro.barcode | html %]</a>
375                                         [% ELSE %]
376                                             [% IF loopro.module == "SYSTEMPREFERENCE" || loopro.module == "REPORTS" || loopro.module == "OPACNEWS" %]
377                                                 <div class="loginfo" id="loginfo[% loopro.action_id | html %]">[% loopro.info | trim | html %]</div>
378                                                 <div class="compare_info" id="compare_info[% loopro.action_id | html %]">
379                                                     <label><input type="checkbox" name="diff" id="action_id[% loopro.action_id | html %]" data-actionid="[% loopro.action_id | html %]" data-filter="[% FOREACH info IN loopro.info.split(' \| ') %][% IF loop.first %][% info | html %][% END %][% END %]" class="compare" /> Compare</label>
380                                                 </div>
381                                             [% ELSIF loopro.module == "NOTICES" %]
382                                                 <div class="loginfo" id="loginfo[% loopro.action_id | html %]">[% loopro.info | trim | html %]</div>
383                                                 <div class="compare_info" id="compare_info[% loopro.action_id | html %]">
384                                                     <label><input type="checkbox" name="diff" id="action_id[% loopro.action_id | html %]" data-actionid="[% loopro.action_id | html %]" data-filter="[% IF loopro.notice %][% loopro.notice.title | html %][% ELSE %][% loopro.object | html %][% END %]" class="compare" /> Compare</label>
385                                                 </div>
386                                             [% ELSE %]
387                                                 <div class="loginfo" id="loginfo[% loopro.action_id | html %]">
388                                                     [% loopro.info | html %]
389                                                 </div>
390                                             [% END %]
391                                         [% END %]
392                                     </td>
393                                     <td>[% PROCESS translate_log_interface log_interface=loopro.interface %]</td>
394                                 </tr>
395                             [% END %]
396                             </tbody>
397                         </table>
398                     [% ELSE %]
399                         <div class="dialog alert">
400                             No log found
401                             [% IF ( CATALOGUING ) %]
402                                 for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object | url %]">Bibliographic record [% object | html %]</a>
403                             [% END %]
404                             [% IF ( MEMBERS ) %]
405                                 for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object | url %]">[% INCLUDE 'patron-title.inc' %]</a>
406                             [% END %]
407                             .
408                         </div>
409                     [% END %]
410                 [% END %]
411
412
413             </main>
414         </div> <!-- /.col-sm-10.col-sm-push-2 -->
415
416         <div class="col-sm-2 col-sm-pull-10">
417             <aside>
418                 [% IF ( circulation ) %]
419                     [% INCLUDE 'circ-menu.inc' %]
420                 [% ELSE %]
421                     [% IF ( CATALOGUING ) %]
422                         [% INCLUDE 'biblio-view-menu.inc' %]
423                     [% ELSE %]
424                         [% INCLUDE 'tools-menu.inc' %]
425                     [% END %]
426                 [% END %]
427             </aside>
428         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
429      </div> <!-- /.row -->
430
431 <div class="modal" id="compareInfo" tabindex="-1" role="dialog" aria-labelledby="compareInfoLabel">
432     <div class="modal-dialog modal-lg" role="document">
433         <div class="modal-content">
434             <div class="modal-header">
435                 <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
436                 <h4 class="modal-title" id="compareInfoLabel">Compare preference values</h4>
437             </div>
438             <div class="modal-body">
439                 <div class="row">
440                     <div class="compare_pane col-sm-6" id="col1">
441                         <h5>Older version</h5>
442                         <pre></pre>
443                     </div>
444                     <div class="compare_pane col-sm-6" id="col2">
445                         <h5>Newer version</h5>
446                         <pre></pre>
447                     </div>
448                 </div>
449             </div> <!-- /.modal-body -->
450             <div class="modal-footer">
451                 <button type="button" class="btn btn-default deny" data-dismiss="modal">Close</button>
452             </div>
453         </div> <!-- /.modal-content -->
454     </div> <!-- /.modal-dialog -->
455 </div> <!-- /#compareInfo -->
456
457 [% MACRO jsinclude BLOCK %]
458     [% INCLUDE 'calendar.inc' %]
459     [% INCLUDE 'datatables.inc' %]
460     [% INCLUDE 'columns_settings.inc' %]
461     [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
462     [% Asset.js("js/tools-menu.js") | $raw %]
463     [% Asset.js("lib/hc-sticky.js") | $raw %]
464     [% IF ( circulation ) %]
465         [% INCLUDE 'str/members-menu.inc' %]
466         [% Asset.js("js/members-menu.js") | $raw %]
467     [% END %]
468     [% Asset.js("lib/jsdiff/jsdiff.min.js") | $raw %]
469     <script>
470         var columns_settings = [% TablesSettings.GetColumns('tools', 'logviewer', 'logst', 'json') | $raw %];
471     </script>
472     [% Asset.js("js/viewlog.js") | $raw %]
473 [% END %]
474
475 [% INCLUDE 'intranet-bottom.inc' %]