Lines 5-11
Link Here
|
5 |
[% Asset.js("lib/jquery/jquery-ui-1.11.4.min.js") | $raw %] |
5 |
[% Asset.js("lib/jquery/jquery-ui-1.11.4.min.js") | $raw %] |
6 |
[% Asset.js("lib/bootstrap/bootstrap.min.js") | $raw %] |
6 |
[% Asset.js("lib/bootstrap/bootstrap.min.js") | $raw %] |
7 |
[% Asset.js("lib/jquery/plugins/jquery.validate.min.js") | $raw %] |
7 |
[% Asset.js("lib/jquery/plugins/jquery.validate.min.js") | $raw %] |
8 |
[% INCLUDE 'calendar.inc' %] |
|
|
9 |
<!-- installer-intranet-bottom.inc --> |
8 |
<!-- installer-intranet-bottom.inc --> |
10 |
<script> |
9 |
<script> |
11 |
function _(s) { return s } // dummy function for gettext |
10 |
function _(s) { return s } // dummy function for gettext |
Lines 20-25
Link Here
|
20 |
}); |
19 |
}); |
21 |
</script> |
20 |
</script> |
22 |
<!-- / installer-intranet-bottom.inc --> |
21 |
<!-- / installer-intranet-bottom.inc --> |
|
|
22 |
[% INCLUDE 'calendar.inc' %] |
23 |
[% jsinclude | $raw # Parse the page template's JavaScript block if necessary %] |
23 |
[% jsinclude | $raw # Parse the page template's JavaScript block if necessary %] |
24 |
</body> |
24 |
</body> |
25 |
</html> |
25 |
</html> |
26 |
- |
|
|