Bug 20736: Update two-column templates with Bootstrap grid, Administration part 1
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / aqcontract.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE KohaDates %]
4 [% SET footerjs = 1 %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Koha &rsaquo; Acquisitions &rsaquo; Contracts &rsaquo;
7 [% IF ( add_form ) %]
8     [% IF ( contractnumber ) %]Modify contract '[% contractname | html %]'
9 [% ELSE %]New contract[% END %]
10 [% END %]
11 [% IF ( else ) %]Contracts of [% booksellername | html %][% END %]
12 [% IF ( add_validate ) %]Data recorded[% END %]
13 [% IF ( delete_confirm ) %]Confirm deletion of contract '[% contractnumber | html %]'[% END %]
14 [% IF ( delete_confirmed ) %]Contract deleted[% END %]</title>
15 [% INCLUDE 'doc-head-close.inc' %]
16 </head>
17
18 <body id="acq_aqcontract" class="acq">
19 [% INCLUDE 'header.inc' %]
20 [% INCLUDE 'contracts-admin-search.inc' %]
21
22 <div id="breadcrumbs">
23     <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24     &rsaquo;
25     <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
26     &rsaquo;
27     <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% booksellername | html %]</a>
28     &rsaquo;
29     [% IF ( add_form ) %]
30         <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid | html %]">Contracts</a>
31         &rsaquo;
32         [% IF ( contractnumber ) %]Modify contract '[% contractname | html %]'
33         [% ELSE %]New contract
34         [% END %]
35     [% END %]
36     [% IF ( add_validate ) %]
37         <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid | html %]">Contracts</a>
38         &rsaquo; Data recorded
39     [% END %]
40     [% IF ( delete_confirm ) %]
41         <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid | html %]">Contracts</a>
42         &rsaquo; Confirm deletion of contract [% contractnumber | html %]
43     [% END %]
44     [% IF ( delete_confirmed ) %]
45         <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid | html %]">Contracts</a> &rsaquo; Contract deleted
46     [% END %]
47     [% IF ( else ) %]Contracts[% END %]
48 </div>
49
50 <div class="main container-fluid">
51     <div class="row">
52         <div class="col-sm-10 col-sm-push-2">
53             <main>
54
55 [% INCLUDE 'acquisitions-toolbar.inc' %]
56
57 [% IF error == 'not_deleted' %]
58     <div class="dialog alert">Contract has not been deleted. Maybe a basket linked to this contract exists.</div>
59 [% END %]
60
61                 [% IF ( add_form ) %]
62                     <form name="Aform" action="[% script_name | html %]" method="post">
63                         <input type="hidden" name="op" value="add_validate" />
64                         <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
65                         <input type="hidden" name="checked" value="0" />
66                         [% IF ( contractnumber ) %]
67                             <h1>Modify contract [% contractname | html %] for [% booksellername | html %]</h1>
68                         [% ELSE %]
69                             <h1>New contract for [% booksellername | html %]</h1>
70                         [% END %]
71                         <fieldset class="rows">
72                             <ol>
73                                 [% IF ( contractnumber ) %]
74                                         <li><span class="label">Contract id </span>[% contractnumber | html %]
75                                             <input type="hidden" name="contractnumber" value="[% contractnumber | html %]" />
76                                             <input type="hidden" name="is_a_modif" value="1" />
77                                         </li>
78                                 [% END %]
79                                 <li><label for="contractname" class="required">Name: *</label> &nbsp;
80                                         <input type="text" name="contractname" id="contractname" size="40" maxlength="80" value="[% contractname | html %]" />
81                                 </li>
82                                 <li><label for="contractdescription">Description: </label> &nbsp;
83                                         <input type="text" name="contractdescription" id="contractdescription" size="40" maxlength="80" value="[% contractdescription | html %]" />
84                                 </li>
85                                 <li><label for="from" class="required">Start date: *</label> &nbsp;
86                                         <input type="text" name="contractstartdate" id="from" value="[% contractstartdate | $KohaDates %]" maxlength="10" size="10" class="datepickerfrom" />
87                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
88                                 </li>
89                                 <li><label for="to" class="required">End date: *</label> &nbsp;
90                                         <input type="text" name="contractenddate" id="to" value="[% contractenddate | $KohaDates %]" maxlength="10"  size="10" class="datepickerto" />
91                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
92                                 </li>
93                             </ol>
94                         </fieldset>
95                         <fieldset class="action">
96                             <input type="button" value="Save" onclick="Check(this.form);" /> <a class="cancel" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid | html %]&amp;contractnumber=[% contractnumber | html %]">Cancel</a>
97                         </fieldset>
98                     </form>
99             [% END %]
100             [% IF ( add_validate ) %]
101                 <h3>Data recorded</h3>
102                 <form action="[% script_name | html %]" method="post">
103                     <input type="submit" value="OK" />
104                 </form>
105             [% END %]
106             [% IF ( delete_confirm ) %]
107                     <div class="dialog alert">
108                         <h3>Confirm deletion of contract <i>[% contractname | html %]</i></h3>
109                         <table>
110                             <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
111                             <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
112                             <tr><th scope="row">Contract description:</th><td>[% contractdescription | html %]</td></tr>
113                             <tr><th scope="row">Contract start date:</th><td>[% contractstartdate | $KohaDates %]</td></tr>
114                             <tr><th scope="row">Contract end date:</th><td>[% contractenddate | $KohaDates %]</td></tr>
115                             <tr><th scope="row">Vendor:</th><td>[% booksellername | html %]</td></tr>
116                         </table>
117                         <form action="[% script_name | html %]" method="post">
118                             <input type="hidden" name="op" value="delete_confirmed" />
119                             <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
120                             <input type="hidden" name="contractnumber" value="[% contractnumber | html %]" />
121                             <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete contract</button>
122                         </form>
123                         <form action="/cgi-bin/koha/admin/aqcontract.pl" method="get">
124                             <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
125                             <input type="hidden" name="contractnumber" value="[% contractnumber | html %]" />
126                             <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
127                         </form>
128                     </div>
129             [% END %]
130             [% IF ( delete_confirmed ) %]
131                 <h3>Contract deleted</h3>
132                 <form action="[% script_name | html %]" method="post">
133                     <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
134                     <input type="submit" value="OK" />
135                 </form>
136             [% END %]
137             [% IF ( else ) %]
138                 <h2>Contract(s) of [% booksellername | html %]</h2>
139                 [% IF ( loop ) %]
140                     <table>
141                         <tr>
142                             <th scope="col">Name</th>
143                             <th scope="col">Description</th>
144                             <th scope="col">Start date</th>
145                             <th scope="col">End date</th>
146                             <th scope="col">Actions</th>
147                         </tr>
148                     [% FOREACH loo IN loop %]
149                         <tr>
150                         <td>
151                             <a href="[% loo.script_name | html %]?op=add_form&amp;booksellerid=[% loo.booksellerid | html %]&amp;contractnumber=[% loo.contractnumber | html %]">[% loo.contractname | html %]</a>
152                         </td>
153                         <td>[% loo.contractdescription | html %]</td>
154                         <td>[% loo.contractstartdate | html %]</td>
155                         <td>[% loo.contractenddate | html %]</td>
156                         <td class="actions">
157                             <a href="[% loo.script_name | html %]?op=add_form&amp;contractnumber=[% loo.contractnumber | html %]&amp;booksellerid=[% loo.booksellerid | html %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
158                             <a href="[% loo.script_name | html %]?op=delete_confirm&amp;contractnumber=[% loo.contractnumber | html %]&amp;booksellerid=[% loo.booksellerid | html %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
159                         </td>
160                         </tr>
161                     [% END %]
162                 </table>
163                 [% ELSE %]
164                     <div class="dialog message">
165                         There are no contracts with this vendor.
166                         [% IF active %]
167                             <a href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&amp;booksellerid=[% booksellerid | html %]">Add a contract</a>.
168                         [% END %]
169                     </div>
170                 [% END %]
171             [% END %]
172
173             </main>
174         </div> <!-- /.col-sm-10.col-sm-push-2 -->
175
176         <div class="col-sm-2 col-sm-pull-10">
177             <aside>
178                 [% INCLUDE 'acquisitions-menu.inc' %]
179             </aside>
180         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
181      </div> <!-- /.row -->
182
183 [% MACRO jsinclude BLOCK %]
184     [% INCLUDE 'calendar.inc' %]
185     [% Asset.js("js/acq.js") | $raw %]
186     <script>
187     //<![CDATA[
188     // to check if the data are correctly entered.
189     function Check(ff) {
190         var ok=0;
191         var _alertString=_("Form not submitted because of the following problem(s)");
192         _alertString +="\n-------------------------------------------------------------------\n\n";
193         if (!(isNotNull(ff.contractname,0))){
194             ok=1;
195             _alertString += _("- Name missing") + "\n";
196         }
197         var startDate = Date_from_syspref($("#from").val());
198         var endDate   = Date_from_syspref($("#to").val());
199         if (!parseInt(startDate.getTime())) {
200             ok=1;
201             _alertString += _("- Start date missing or invalid.") + "\n";
202         }
203         if (!parseInt(endDate.getTime())) {
204             ok=1;
205             _alertString += _("- End date missing or invalid.") + "\n";
206         }
207
208         if (startDate > endDate) {
209             ok=1;
210             _alertString += _("Wrong date! start date cannot be after end date.") + "\n";
211         }
212         if (endDate < (new Date)) {
213             ok=1;
214             _alertString += _("End date before today, Invalid end date!") + "\n";
215         }
216         if (ok) { // if there is a problem
217             alert(_alertString);
218         return false;
219     }
220     // if all is good
221         ff.submit();
222     }
223     //]]>
224     </script>
225 [% END %]
226 [% INCLUDE 'intranet-bottom.inc' %]