Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tt / intranet-tmpl / prog / en / modules / tools / koha-news.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Tools &rsaquo; News</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 [% INCLUDE 'calendar.inc' %]
5 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
6 <script type="text/javascript">//<![CDATA[
7 $(document).ready(function() {
8         $("#newst").tablesorter({[% IF ( dateformat == 'metric' ) %]
9                 dateFormat: 'uk',[% END %]
10                 sortList: [[2,0]],
11                 headers: { 0: {sorter:false},6: { sorter: false },7: { sorter: false }}
12         }); 
13 }); 
14 //]]>
15 </script>
16 <script language="javascript" type="text/javascript" src="[% themelang %]/js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
17 <script language="javascript" type="text/javascript">
18 tinyMCE.init({
19     mode : "textareas",
20         theme : "advanced",
21     plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
22         theme_advanced_disable : "underline,strikethrough,styleselect,image",
23     theme_advanced_buttons1_add_before : "savecommaseparator",
24     theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
25     theme_advanced_buttons3_add_before : "tablecontrolscommaseparator",
26     theme_advanced_buttons3_add : "iespell,advhr,separator,print",
27     theme_advanced_toolbar_location : "top",
28     theme_advanced_toolbar_align : "left",
29     theme_advanced_path_location : "bottom",
30     plugin_insertdate_dateFormat : "%Y-%m-%d",
31     plugin_insertdate_timeFormat : "%H:%M:%S",
32     apply_source_formatting : true
33 });
34 </script>
35 </head>
36 <body>
37 [% INCLUDE 'header.inc' %]
38 [% INCLUDE 'cat-search.inc' %]
39
40 <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 ) %]
41 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div>
42
43 [% IF ( add_form ) %]<div id="doc" class="yui-t7">[% ELSE %]<div id="doc3" class="yui-t2">[% END %]
44    <div id="bd">
45         <div id="yui-main">
46         <div class="yui-b">
47  
48 [% UNLESS ( add_form ) %]
49 <div id="toolbar">
50         <script type="text/javascript">
51         //<![CDATA[
52         // prepare DOM for YUI Toolbar
53          $(document).ready(function() {
54             yuiToolbar();
55          });
56         // YUI Toolbar Functions
57         function yuiToolbar() {
58             new YAHOO.widget.Button("newentry");
59         }
60         //]]>
61         </script>
62         <ul class="toolbar">
63         <li><a id="newentry" href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New Entry</a></li>
64 </ul></div>
65 [% END %]
66
67 [% IF ( add_form ) %]
68         <form name="add_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" >
69             <input type="hidden" name="op" value="[% op %]" />
70             <input type="hidden" name="id" value="[% id %]" />
71                         <fieldset class="rows">
72                         <legend>OPAC and Koha News</legend>
73            <ol> <li>
74             <label for="lang">Display Location</label>
75             <select id="lang" name="lang">
76                 <option value="koha">Librarian interface</option>
77                 [% IF ( slip ) %]<option value="slip" selected="selected">Slip</option>[% ELSE %]<option value="slip">Slip</option>[% END %]
78                 [% FOREACH lang_lis IN lang_list %]
79                     [% IF ( lang_lis.selected ) %]<option value="[% lang_lis.language %]" selected="selected">OPAC ([% lang_lis.language %])</option>[% ELSE %]<option value="[% lang_lis.language %]">OPAC ([% lang_lis.language %])</option>[% END %]
80                 [% END %]
81             </select>
82             </li>
83             <li>
84                 <label for="title">Title</label>
85                 <input id="title" size="30" type="text" name="title" value="[% title %]" />
86             </li>
87             <li>
88                 <label for="timestamp">Publication date</label>
89                 <input id="timestamp" type="text" name="timestamp" size="15" value="[% timestamp %]" />
90                 <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="timestampButton" style="cursor: pointer;" />
91                 <script type="text/javascript">
92                     Calendar.setup(
93                     {
94                         button : "timestampButton",
95                         inputField : "timestamp",
96                         ifFormat : "[% DHTMLcalendar_dateformat %]"
97                     }
98                     );
99                 </script>
100                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
101             </li>
102             <li>
103                 <label for="expirationdate">Expiration date</label>
104                 <input id="expirationdate" type="text" name="expirationdate" size="15" value="[% expirationdate %]" />
105                 <img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="openCalendar" style="cursor: pointer;" />
106                 <script type="text/javascript">
107                     Calendar.setup(
108                     {
109                         button : "openCalendar",
110                         inputField : "expirationdate",
111                         ifFormat : "[% DHTMLcalendar_dateformat %]"
112                     }
113                     );
114                 </script>
115                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
116             </li>
117             <li>
118                 <label for="number">Appear in position </label>
119                 [% IF ( number ) %]
120                     <input id="number" size="3" name="number" type="text" checked="checked" value="[% number %]" />
121                 [% ELSE %]
122                     <input id="number" size="3" name="number" type="text" />
123                 [% END %]
124             </li>
125             <li><label for="new">News</label>
126             <textarea name="new" id="new"  cols="75" rows="10">[% new %]</textarea></li>
127             </ol>
128                         </fieldset>
129   
130                 <fieldset class="action"><input class="button" type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/tools/koha-news.pl">Cancel</a></fieldset>
131         </form>
132     [% ELSE %]
133         <div style="margin-bottom:5px;">
134         <form name="add_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" >
135             <label for="lang">Display Location:</label>
136             <select name="lang" id="lang">
137             <option value="">All</option>
138             <option value="koha">Librarian interface</option>
139             <option value="slip">Slip</option>
140                 [% FOREACH lang_lis IN lang_list %]
141                     [% IF ( lang_lis.selected ) %]
142                         <option value="[% lang_lis.language %]" selected="selected">
143                     [% ELSE %]
144                         <option value="[% lang_lis.language %]">
145                     [% END %]
146                         OPAC ([% lang_lis.language %])
147                     </option>
148                 [% END %]
149             </select>
150             <input type="submit" class="button" value="Filter" />
151         </form>
152         </div>
153         [% IF ( opac_news_count ) %]
154         <form name="del_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" onsubmit="return confirm('Are you sure you want to delete the selected news?')">
155                 <table id="newst">
156                    <thead> <tr>
157                         <th>&nbsp;</th>
158                         <th>Location</th>
159                         <th>Number</th>
160                         <th>Creation&nbsp;Date</th>
161                         <th>Expiration&nbsp;Date</th>
162                         <th>Title</th>
163                         <th>News</th>
164                         <th>&nbsp;</th>
165                     </tr></thead>
166                     <tbody>[% FOREACH opac_new IN opac_news %]
167                          [% IF ( opac_new.expired ) %]
168                             <tr class="expired">
169                             [% ELSE %]
170                             <tr>
171                             [% END %]
172                             <td>
173                                 <input type="checkbox" name="ids" value="[% opac_new.idnew %]" />
174                             </td>
175                             <td>[% IF ( lang == 'koha' ) %]
176                                     Librarian interface
177                                  [% ELSE %]
178                                     [% IF ( lang == 'slip' ) %]
179                                         Slip
180                                     [% ELSE %]
181                                         OPAC
182                                     [% END %]
183                                  [% END %]
184                              </td>
185
186                             <td>[% opac_new.number %]</td>
187                             <td>[% opac_new.newdate %]</td>
188                             <td>[% opac_new.expirationdate %] [% IF ( opac_new.expired ) %](<span class="expired">expired</span>)[% END %]</td>
189                             <td>[% opac_new.title %]</td>
190                            <td>
191                                 [% opac_new.new %]
192                             </td>
193                             <td><a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=[% opac_new.idnew %]">Edit</a></td>
194                         </tr>
195                     [% END %]</tbody>
196                 </table>
197                 <input type="hidden" name="op" value="del" />
198                 <fieldset class="action"><input type="submit" class="button" value="Delete selected" /></fieldset>
199             </form>
200         [% ELSE %]
201             <p>No news loaded</p>
202         [% END %]
203     [% END %]
204 </div>
205 </div>
206 [% UNLESS ( add_form ) %]
207     <div class="yui-b noprint">
208         [% INCLUDE 'tools-menu.inc' %]
209     </div>
210 [% END %]
211 </div>
212 [% INCLUDE 'intranet-bottom.inc' %]