Lines 1-8
Link Here
|
1 |
<script src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script> |
1 |
[% USE raw %] |
2 |
<script src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script> |
2 |
<script src="[% interface | html %]/lib/jquery/jquery-2.2.3.min.js"></script> |
3 |
<script src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.js"></script> |
3 |
<script src="[% interface | html %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script> |
4 |
<script src="[% interface %]/lib/bootstrap/bootstrap.min.js"></script> |
4 |
<script src="[% interface | html %]/lib/jquery/jquery-ui-1.11.4.min.js"></script> |
5 |
<script src="[% interface %]/lib/jquery/plugins/jquery.validate.min.js"></script> |
5 |
<script src="[% interface | html %]/lib/bootstrap/bootstrap.min.js"></script> |
|
|
6 |
<script src="[% interface | html %]/lib/jquery/plugins/jquery.validate.min.js"></script> |
6 |
<script> |
7 |
<script> |
7 |
function _(s) { return s } // dummy function for gettext |
8 |
function _(s) { return s } // dummy function for gettext |
8 |
[%# Prevent XFS attacks -%] |
9 |
[%# Prevent XFS attacks -%] |
Lines 15-20
Link Here
|
15 |
} |
16 |
} |
16 |
}); |
17 |
}); |
17 |
</script> |
18 |
</script> |
18 |
[% jsinclude # Parse the page template's JavaScript block if necessary %] |
19 |
[% jsinclude | $raw # Parse the page template's JavaScript block if necessary %] |
19 |
</body> |
20 |
</body> |
20 |
</html> |
21 |
</html> |
21 |
- |
|
|