Lines 1-3
Link Here
|
|
|
1 |
[% USE raw %] |
1 |
[% USE Asset %] |
2 |
[% USE Asset %] |
2 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
Lines 113-121
Link Here
|
113 |
[% MACRO jsinclude BLOCK %] |
114 |
[% MACRO jsinclude BLOCK %] |
114 |
[% INCLUDE 'calendar.inc' %] |
115 |
[% INCLUDE 'calendar.inc' %] |
115 |
<script type="text/javascript"> |
116 |
<script type="text/javascript"> |
116 |
var subscriptionid = "[% subscription.subscriptionid %]"; |
117 |
var subscriptionid = "[% subscription.subscriptionid | html %]"; |
117 |
var irregularity = "[% subscription.irregularity %]"; |
118 |
var irregularity = "[% subscription.irregularity | html %]"; |
118 |
var more_than_one_serial = "[% more_than_one_serial %]"; |
119 |
var more_than_one_serial = "[% more_than_one_serial | html %]"; |
119 |
$(document).ready(function(){ |
120 |
$(document).ready(function(){ |
120 |
if (subscriptionid) { |
121 |
if (subscriptionid) { |
121 |
testPredictionPattern(); |
122 |
testPredictionPattern(); |
Lines 127-135
Link Here
|
127 |
}); |
128 |
}); |
128 |
}); |
129 |
}); |
129 |
</script> |
130 |
</script> |
130 |
[% Asset.js("js/subscription-add.js") %] |
131 |
[% Asset.js("js/subscription-add.js") | $raw %] |
131 |
[% Asset.js("js/subscription.js") %] |
132 |
[% Asset.js("js/subscription.js") | $raw %] |
132 |
[% Asset.js("js/showpredictionpattern.js") %] |
133 |
[% Asset.js("js/showpredictionpattern.js") | $raw %] |
133 |
[% END %] |
134 |
[% END %] |
134 |
|
135 |
|
135 |
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] |
136 |
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] |
136 |
- |
|
|