|
Lines 19-29
Link Here
|
| 19 |
|
19 |
|
| 20 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › Details for subscription #[% subscriptionid | html %]</div> |
20 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › Details for subscription #[% subscriptionid | html %]</div> |
| 21 |
|
21 |
|
| 22 |
<div id="doc3" class="yui-t2"> |
22 |
<div class="main container-fluid"> |
| 23 |
|
23 |
<div class="row"> |
| 24 |
<div id="bd"> |
24 |
<div class="col-sm-10 col-sm-push-2"> |
| 25 |
<div id="yui-main"> |
25 |
<main> |
| 26 |
<div class="yui-b"> |
26 |
|
| 27 |
[% INCLUDE 'serials-toolbar.inc' %] |
27 |
[% INCLUDE 'serials-toolbar.inc' %] |
| 28 |
|
28 |
|
| 29 |
<h1>Subscription for [% bibliotitle | html %] [% IF closed %](closed)[% END %]</h1> |
29 |
<h1>Subscription for [% bibliotitle | html %] [% IF closed %](closed)[% END %]</h1> |
|
Lines 64-71
Link Here
|
| 64 |
</ul> |
64 |
</ul> |
| 65 |
|
65 |
|
| 66 |
<div id="subscription_info"> |
66 |
<div id="subscription_info"> |
| 67 |
<div class="yui-g"> |
67 |
<div class="row"> |
| 68 |
<div class="yui-u first"> |
68 |
<div class="col-sm-6"> |
| 69 |
<div class="rows"> |
69 |
<div class="rows"> |
| 70 |
<ol> |
70 |
<ol> |
| 71 |
<li><span class="label">Subscription ID: </span>[% subscriptionid | html %]</li> |
71 |
<li><span class="label">Subscription ID: </span>[% subscriptionid | html %]</li> |
|
Lines 96-102
Link Here
|
| 96 |
</ol> |
96 |
</ol> |
| 97 |
</div> |
97 |
</div> |
| 98 |
</div> |
98 |
</div> |
| 99 |
<div class="yui-u"> |
99 |
<div class="col-sm-6"> |
| 100 |
<div class="rows"> |
100 |
<div class="rows"> |
| 101 |
<ol> |
101 |
<ol> |
| 102 |
[% IF ( location ) %]<li><span class="label">Location:</span> [% location | html %]</li>[% END %] |
102 |
[% IF ( location ) %]<li><span class="label">Location:</span> [% location | html %]</li>[% END %] |
|
Lines 116-123
Link Here
|
| 116 |
</div> |
116 |
</div> |
| 117 |
|
117 |
|
| 118 |
[% IF additional_fields_for_subscription %] |
118 |
[% IF additional_fields_for_subscription %] |
| 119 |
<div class="yui-g"> |
119 |
<div class="row"> |
| 120 |
<div class="yui-u first"> |
120 |
<div class="col-sm-6"> |
| 121 |
<div class="rows"> |
121 |
<div class="rows"> |
| 122 |
<legend>Additional fields:</legend> |
122 |
<legend>Additional fields:</legend> |
| 123 |
<ol> |
123 |
<ol> |
|
Lines 139-145
Link Here
|
| 139 |
</div> |
139 |
</div> |
| 140 |
|
140 |
|
| 141 |
<div id="subscription_planning"> |
141 |
<div id="subscription_planning"> |
| 142 |
<div class="yui-g"> |
142 |
<div class="row"> |
|
|
143 |
<div class="col-sm-12"> |
| 143 |
<div class="rows"> |
144 |
<div class="rows"> |
| 144 |
<ol> |
145 |
<ol> |
| 145 |
<li><span class="label">Beginning date:</span> [% startdate | html %] |
146 |
<li><span class="label">Beginning date:</span> [% startdate | html %] |
|
Lines 197-202
Link Here
|
| 197 |
</div> |
198 |
</div> |
| 198 |
</div> |
199 |
</div> |
| 199 |
</div> |
200 |
</div> |
|
|
201 |
</div> |
| 200 |
<div id="subscription_numbering" style="display:none;"> |
202 |
<div id="subscription_numbering" style="display:none;"> |
| 201 |
<h3>Numbering calculation</h3> |
203 |
<h3>Numbering calculation</h3> |
| 202 |
<p><label>Numbering formula:</label> [% numberingmethod | html %]</p> |
204 |
<p><label>Numbering formula:</label> [% numberingmethod | html %]</p> |
|
Lines 313-319
Link Here
|
| 313 |
</table> |
315 |
</table> |
| 314 |
</div> |
316 |
</div> |
| 315 |
<div id="subscription_summary"> |
317 |
<div id="subscription_summary"> |
| 316 |
<div class="yui-g"> |
318 |
<div class="row"> |
|
|
319 |
<div class="col-sm-12"> |
| 317 |
<div class="rows"> |
320 |
<div class="rows"> |
| 318 |
<ol> |
321 |
<ol> |
| 319 |
<li><span class="label">Start date:</span> [% startdate | html %] </li> |
322 |
<li><span class="label">Start date:</span> [% startdate | html %] </li> |
|
Lines 408-423
Link Here
|
| 408 |
</div> |
411 |
</div> |
| 409 |
[% END %] |
412 |
[% END %] |
| 410 |
|
413 |
|
| 411 |
</div> |
414 |
</main> |
| 412 |
</div> |
415 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
| 413 |
|
416 |
|
| 414 |
<div class="yui-b"> |
417 |
<div class="col-sm-2 col-sm-pull-10"> |
| 415 |
[% INCLUDE 'serials-menu.inc' %] |
418 |
<aside> |
| 416 |
</div> |
419 |
[% INCLUDE 'serials-menu.inc' %] |
| 417 |
</div> |
420 |
</aside> |
|
|
421 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
| 422 |
</div> <!-- /.row --> |
| 418 |
|
423 |
|
| 419 |
[% MACRO jsinclude BLOCK %] |
424 |
[% MACRO jsinclude BLOCK %] |
| 420 |
<script type="text/javascript"> |
425 |
<script> |
| 421 |
var subscriptionid = "[% subscriptionid | html %]"; |
426 |
var subscriptionid = "[% subscriptionid | html %]"; |
| 422 |
var MSG_CLOSE_SUBSCRIPTION = _("Are you sure you want to close this subscription?"); |
427 |
var MSG_CLOSE_SUBSCRIPTION = _("Are you sure you want to close this subscription?"); |
| 423 |
var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?"); |
428 |
var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?"); |
|
Lines 426-432
Link Here
|
| 426 |
[% Asset.js("js/serials-toolbar.js") | $raw %] |
431 |
[% Asset.js("js/serials-toolbar.js") | $raw %] |
| 427 |
[% INCLUDE 'datatables.inc' %] |
432 |
[% INCLUDE 'datatables.inc' %] |
| 428 |
[% INCLUDE 'columns_settings.inc' %] |
433 |
[% INCLUDE 'columns_settings.inc' %] |
| 429 |
<script type="text/javascript"> |
434 |
<script> |
| 430 |
// the english words used in display purposes |
435 |
// the english words used in display purposes |
| 431 |
var text = new Array(_("Number"),_("Volume"),_("Issue"),_("Month"),_("Week"),_("Starting with:"),_("Rollover at:"),_("Choose Hemisphere:"),_("Northern"),_("Southern", |
436 |
var text = new Array(_("Number"),_("Volume"),_("Issue"),_("Month"),_("Week"),_("Starting with:"),_("Rollover at:"),_("Choose Hemisphere:"),_("Northern"),_("Southern", |
| 432 |
"Autumn"),_("Winter"),_("Spring"),_("Summer"),_("Fall"),_("Season"),_("Year")); |
437 |
"Autumn"),_("Winter"),_("Spring"),_("Summer"),_("Fall"),_("Season"),_("Year")); |