Bug 27936: Clarify AllowItemsOnHoldCheckoutSIP syspref help text
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / koha-news.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaDates %]
5 [% USE Branches %]
6 [% SET footerjs = 1 %]
7 [% INCLUDE 'doc-head-open.inc' %]
8 <title>Koha &rsaquo; Tools &rsaquo; News</title>
9 [% INCLUDE 'doc-head-close.inc' %]
10 [% IF ( opac_news_count ) %]
11 [% END %]
12 [% UNLESS ( wysiwyg ) %]
13     [% Asset.css("lib/codemirror/codemirror.css") | $raw %]
14     [% Asset.css("lib/codemirror/lint.min.css") | $raw %]
15     <style>
16         .CodeMirror {
17             resize: vertical;
18             z-index: 0;
19         }
20     </style>
21 [% END %]
22 </head>
23
24 <body id="tools_koha-news" class="tools">
25 [% INCLUDE 'header.inc' %]
26 [% INCLUDE 'cat-search.inc' %]
27
28 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; [% IF ( add_form ) %]<a href="/cgi-bin/koha/tools/koha-news.pl">News</a> &rsaquo; [% IF ( id ) %]
29 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div>
30
31 [% IF ( add_form ) %]
32     <div class="main container-fluid">
33         <div class="row">
34             <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
35 [% ELSE %]
36     <div class="main container-fluid">
37         <div class="row">
38             <div class="col-sm-10 col-sm-push-2">
39 [% END %]
40                 <main>
41
42 [% UNLESS ( add_form ) %]
43     [% IF error_message == 'title_missing' %]
44         <div class="dialog alert">Error: Required news title missing!</div>
45     [% END %]
46 <h2>News</h2>
47 <div id="toolbar" class="btn-toolbar">
48     <a class="btn btn-default" id="newentry" href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;lang=[% lang | html %]"><i class="fa fa-plus"></i> New entry</a>
49 </div>
50 [% END %]
51
52 [% IF ( add_form ) %]
53     [% IF ( op == 'add' ) %]
54         [% default_lang = lang %]
55     [% ELSE %]
56         [% default_lang = new_detail.lang %]
57     [% END %]
58         <form name="add_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" >
59             <input type="hidden" name="op" value="[% op | html %]" />
60             <input type="hidden" name="id" value="[% id | html %]" />
61                         <fieldset class="rows">
62             <legend>OPAC and Koha news</legend>
63            <ol> <li>
64             <label for="lang">Display location:</label>
65             <select id="lang" name="lang">
66                 [% PROCESS lang_locations language => default_lang %]
67             </select>
68             </li>
69             <li>
70                 <label for="branch">Library: </label>
71                 <select id="branch" name="branch">
72                     [% IF ( new_detail.branchcode == '' ) %]
73                         <option value="" selected="selected">All libraries</option>
74                     [% ELSE %]
75                         <option value=""         >All libraries</option>
76                     [% END %]
77                     [% PROCESS options_for_libraries libraries => Branches.all( selected => new_detail.branchcode, unfiltered => 1, ) %]
78                 </select>
79             </li>
80             <li>
81                 <label for="title" class="required">Title: </label>
82                 <input id="title" size="30" type="text" name="title" value="[% new_detail.title | html %]" required="required" class="required" /> <span class="required">Required</span>
83             </li>
84             <li>
85                 <label for="from">Publication date: </label>
86                 <input id="from" type="text" name="timestamp" size="15" value="[% new_detail.timestamp | html %]" class="datepickerfrom" />
87                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
88             </li>
89             <li>
90                 <label for="to">Expiration date: </label>
91                 <input id="to" type="text" name="expirationdate" size="15" value="[% new_detail.expirationdate | html %]" class="datepickerto" />
92                 <div class="hint">
93                     [% INCLUDE 'date-format.inc' %]
94                     <br>News will still be accessible by direct URL if expired.
95                 </div>
96             </li>
97             <li>
98                 <label for="number">Appear in position: </label>
99                 [% IF ( new_detail.number ) %]
100                     <input id="number" size="3" name="number" type="text" value="[% new_detail.number | html %]" />
101                 [% ELSE %]
102                     <input id="number" size="3" name="number" type="text" />
103                 [% END %]
104             </li>
105             <li><label for="content">News: </label>
106             <textarea name="content" id="content"  cols="75" rows="10">[% new_detail.content | $raw %]</textarea>
107             </li>
108             </ol>
109                         </fieldset>
110   
111                 <fieldset class="action"><input class="button" type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/tools/koha-news.pl">Cancel</a></fieldset>
112         </form>
113     [% ELSE %]
114         [% IF ( opac_news_count ) %]
115         <form id="del_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl">
116                 <table id="newst">
117                    <thead> <tr>
118                         <th class="NoSort">&nbsp;</th>
119                         <th>Location</th>
120                         <th>Library</th>
121                         <th>Number</th>
122                         <th class="title-string">Publication date</th>
123                         <th class="title-string">Expiration date</th>
124                         <th class="anti-the">Title</th>
125                         <th>Author</th>
126                         <th class="anti-the">News</th>
127                         <th class="NoSort noExport">Actions</th>
128                     </tr></thead>
129                     <tbody>[% FOREACH opac_new IN opac_news %]
130                          [% IF ( opac_new.expired ) %]
131                             <tr class="expired">
132                             [% ELSE %]
133                             <tr>
134                             [% END %]
135                             <td>
136                                 <input type="checkbox" name="ids" value="[% opac_new.idnew | html %]" />
137                             </td>
138                             <td>[% SWITCH opac_new.lang %]
139                                 [%   CASE "koha" %]
140                                     Librarian interface
141                                 [%   CASE "slip" %]
142                                     Slip
143                                 [%   CASE "" %]
144                                     All
145                                 [%   CASE %]
146                                     OPAC ([% opac_new.lang | html %])
147                                 [% END %]
148                              </td>
149                             <td>[% IF ( opac_new.branchcode == "" ) -%]
150                                 All libraries
151                                 [% ELSE %][% opac_new.branchname | html %]
152                                 [% END %]</td>
153                             <td>[% opac_new.number | html %]</td>
154                             <td><span title="[% opac_new.newdate | html %]">[% opac_new.newdate | $KohaDates %]</span></td>
155                             <td><span title="[% opac_new.expirationdate | html %]">[% opac_new.expirationdate | $KohaDates %] [% IF ( opac_new.expired ) %](<span class="expired">expired</span>)[% END %]</span></td>
156                             <td>[% opac_new.title | html %]</td>
157                             <td>[% opac_new.author_title | html %] [% opac_new.author_firstname | html %] [% opac_new.author_surname | html %]</td>
158                            <td>
159                                 [% opac_new.content | $raw %]
160                             </td>
161                             <td class="actions">
162                                 [% IF ( wysiwyg ) %]
163                                     [% SET editmode = "wysiwyg" %]
164                                 [% ELSE %]
165                                     [% SET editmode = "text" %]
166                                 [% END %]
167                                 <div class="btn-group dropup">
168                                     <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=[% opac_new.idnew | uri %]&editmode=[% editmode | uri %]" class="btn btn-default btn-xs"> <i class="fa fa-pencil"></i> Edit</a><button class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
169                                         <span class="caret"></span>
170                                     </button>
171                                     <ul class="dropdown-menu pull-right">
172                                         <li>
173                                             [% IF ( wysiwyg ) %]
174                                                 <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=[% opac_new.idnew | uri %]&editmode=text"><i class="fa fa-pencil"></i> Edit with text editor</a>
175                                             [% ELSE %]
176                                                 <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=[% opac_new.idnew | uri %]&editmode=wysiwyg"><i class="fa fa-pencil"></i> Edit with WYSIWYG editor</a>
177                                             [% END %]
178                                         </li>
179                                     </ul>
180                                 </div>
181                                 <div class="btn-group">
182                                     <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=[% opac_new.idnew | uri %]" class="delete_news btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
183                                 </div>
184                             </td>
185                         </tr>
186                     [% END %]</tbody>
187                 </table>
188                 <input type="hidden" name="op" value="del" />
189                 <fieldset class="action"><input type="submit" class="button" value="Delete selected" /></fieldset>
190             </form>
191         [% ELSE %]
192             <div class="dialog message">There are no news items.</div>
193         [% END %]
194     [% END %]
195
196                 </main>
197             [% UNLESS ( add_form ) %]
198                 </div> <!-- /.col-sm-10.col-sm-push-2 -->
199
200                 <div class="col-sm-2 col-sm-pull-10">
201                     <aside>
202
203                         <div id="news-filter">
204                             <form action="/cgi-bin/koha/tools/koha-news.pl" method="get">
205                                 <h4>Filter</h4>
206                                 <fieldset class="brief">
207                                     <ol>
208                                         <li>
209                                             <label for="news_keyword">Keyword:</label>
210                                             <input type="text" name="news_keyword" id="news_keyword" />
211                                         </li>
212                                         <li>
213                                             <label for="news_display_location">Display location:</label>
214                                             <select name="news_display_location" id="news_display_location">
215                                                 [% PROCESS lang_locations %]
216                                             </select>
217                                         </li>
218                                         <li>
219                                             <label for="news_library">Library: </label>
220                                             <select id="news_library" name="news_library">
221                                                 <option value=""></option>
222                                                 <option value="">All libraries</option>
223                                                 [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
224                                             </select>
225                                         </li>
226                                     </ol>
227                                 </fieldset>
228                             </form>
229                         </div>
230
231                         [% INCLUDE 'tools-menu.inc' %]
232                     </aside>
233                 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
234             [% END %]
235         </div> <!-- /.row -->
236     </div> <!-- /.main.container-fluid -->
237
238
239 [% MACRO jsinclude BLOCK %]
240     [% INCLUDE 'calendar.inc' %]
241     [% Asset.js("js/tools-menu.js") | $raw %]
242     [% IF ( opac_news_count ) %]
243         [% INCLUDE 'datatables.inc' %]
244         <script>
245             function Checkbox(){
246                 var form = document.getElementById('del_form');
247                 var inputs = form.getElementsByTagName('input');
248                 var checked = false;
249                 for (var i=0; i<inputs.length; i++) {
250                     if (inputs[i].type == 'checkbox' && inputs[i].name == 'ids') {
251                         checked = inputs[i].checked;
252                         if (checked) return true;
253                     }
254                 }
255             }
256
257             function filterDataTable( table, column, term ){
258                 if( column ){
259                     table.column( column ).search( term ).draw();
260                 } else {
261                     table.search( term ).draw();
262                 }
263                 clearFilter( term );
264             }
265
266             function clearFilter( term ){
267                 if( term == "" ){
268                     $(".dt_button_clear_filter").addClass("disabled");
269                 } else {
270                     $(".dt_button_clear_filter").removeClass("disabled");
271                 }
272             }
273
274             $(document).ready(function() {
275                 var newst = $("#newst").DataTable($.extend(true, {}, dataTablesDefaults, {
276                     "order": [[ 4, "desc" ]],
277                     "aoColumnDefs": [
278                         { "sortable": false, "searchable": false, 'targets': [ 'NoSort' ] },
279                         { "type": "anti-the", "targets": [ "anti-the" ] },
280                         { "type": "title-string", "targets" : [ "title-string"] }
281                     ],
282                     "sPaginationType": "full_numbers"
283                 }));
284
285                 $(".delete_news").on("click", function(){
286                     return confirmDelete( _("Are you sure you want to delete this news item? This cannot be undone.") );
287                 });
288
289                 $("#del_form").on("submit",function(){
290                     if ( Checkbox() ) {
291                         return confirmDelete( _("Are you sure you want to delete the selected news?") );
292                     } else {
293                         alert(_("Please select a news item to delete."));
294                         return false;
295                     }
296                 });
297
298                 newst.on( 'search.dt', function () {
299                     var term = newst.search();
300                     $("#news_keyword").val( term );
301                 });
302
303                 $("#news_keyword").on("keyup", function(){
304                     var term = $(this).val();
305                     filterDataTable( newst, null, term );
306                 });
307
308                 $("#news_display_location").on("change", function(){
309                     var term = $(this).val();
310                     filterDataTable( newst, 1, term );
311                 });
312
313                 $("#news_library").on("change", function(){
314                     // Table must be filtered by the <option>'s text, not its value
315                     var opt = $(this).find("option:selected").text();
316                     filterDataTable( newst, 2, opt );
317                 });
318
319                 $(".dt_button_clear_filter").on("click", function(){
320                     newst.search('').columns().search('').draw();
321                     $("#news-filter select").each(function(){
322                         $(this).val("");
323                     });
324                 });
325             });
326         </script>
327     [% END %]
328     [% UNLESS ( wysiwyg ) %]
329         [% Asset.js( "lib/codemirror/codemirror.min.js" ) | $raw %]
330         [% Asset.js( "lib/codemirror/xml.min.js" ) | $raw %]
331         [% Asset.js( "lib/codemirror/lint.min.js" ) | $raw %]
332         [% Asset.js( "lib/linters/htmlhint.min.js" ) | $raw %]
333         [% Asset.js( "lib/codemirror/html-lint.min.js" ) | $raw %]
334         <script>
335             var editor = CodeMirror.fromTextArea(document.getElementById('content'), {
336                 lineNumbers: true,
337                 lineWrapping: true,
338                 lint: true,
339                 mode: "text/html",
340                 gutters: ["CodeMirror-lint-markers"],
341                 viewportMargin: Infinity,
342             });
343         </script>
344     [% ELSE %]
345         [% Asset.js("lib/tiny_mce/tinymce.min.js") | $raw %]
346         [% INCLUDE 'str/tinymce_i18n.inc' %]
347         <script>
348             tinyMCE.init({
349                 verify_html: false,
350                 force_br_newlines : false,
351                 force_p_newlines : false,
352                 forced_root_block : '',
353                 branding : false,
354                 relative_urls : false,
355                 content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
356                 menubar : "file edit view insert format tools table",
357                 mode : "specific_textareas",
358                 plugins : "autoresize table hr link image charmap lists code emoticons",
359                 extended_valid_elements:"style,link[href|rel]",
360                 custom_elements:"style,link,~link",
361                 toolbar : [
362                     "formatselect | bold italic | cut copy paste | alignleft aligncenter alignright | outdent indent | image link unlink anchor cleanup hr",
363                     "table | bullist numlist | undo redo | removeformat | emoticons charmap | forecolor backcolor | code visualaid help"
364                 ],
365             });
366         </script>
367     [% END # /IF NewsToolEditor %]
368 [% END %]
369
370 [% BLOCK lang_locations %]
371     [% IF ( language == "" ) %]
372         <option value="" selected="selected"></option>
373     [% ELSE %]
374         <option value="">All</option>
375     [% END %]
376     [% IF ( language == "koha" ) %]
377         <option value="koha" selected="selected">Librarian interface</option>
378     [% ELSE %]
379         <option value="koha">Librarian interface</option>
380     [% END %]
381     [% IF ( language == "slip" ) %]
382         <option value="slip" selected="selected">Slip</option>
383     [% ELSE %]
384         <option value="slip">Slip</option>
385     [% END %]
386     [% FOREACH lang_lis IN lang_list %]
387         <optgroup label="[% lang_lis.language | html %]">
388             [% FOREACH location IN [ '', 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions'] %]
389                 [% IF ( location == '' ) %]
390                     [% SET location_lang = lang_lis.language %]
391                     [% location = BLOCK %]OPAC news[% END %]
392                 [% ELSE %]
393                     [% SET location_lang = location _ "_" _ lang_lis.language %]
394                 [% END %]
395                 [% IF ( location_lang == language ) %]
396                     <option value="[% location_lang | html %]" selected="selected">[% location | html %] ([% lang_lis.language | html %])</option>
397                 [% ELSE %]
398                     <option value="[% location_lang | html %]">[% location | html %] ([% lang_lis.language | html %])</option>
399                 [% END %]
400             [% END %]
401         </optgroup>
402     [% END %]
403 [% END %]
404
405 [% INCLUDE 'intranet-bottom.inc' %]