mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Refactoring : adding the JS in the pabe bottom part
This commit is contained in:
parent
8f91076c6b
commit
f205a1ccca
@ -36,16 +36,6 @@
|
|||||||
{% endstylesheets %}
|
{% endstylesheets %}
|
||||||
|
|
||||||
{% block css%}<!-- nothing added to css -->{% endblock %}
|
{% block css%}<!-- nothing added to css -->{% endblock %}
|
||||||
|
|
||||||
{% javascripts output="js/libs.js"
|
|
||||||
"bundles/chillmain/js/jquery.js"
|
|
||||||
"bundles/chillmain/js/moment.js"
|
|
||||||
"bundles/chillmain/js/pikaday/pikaday.js"
|
|
||||||
"bundles/chillmain/js/select2/select2.js"
|
|
||||||
"bundles/chillmain/js/pikaday/plugins/pikaday.jquery.js"
|
|
||||||
"bundles/chillmain/js/chill.js" %}
|
|
||||||
<script src="{{ asset_url }}" type="text/javascript"></script>
|
|
||||||
{% endjavascripts %}
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -161,6 +151,16 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p>{{ 'Programme sous license' | trans }} <b>AGPL</b></p>
|
<p>{{ 'Programme sous license' | trans }} <b>AGPL</b></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
{% javascripts output="js/libs.js"
|
||||||
|
"bundles/chillmain/js/jquery.js"
|
||||||
|
"bundles/chillmain/js/moment.js"
|
||||||
|
"bundles/chillmain/js/pikaday/pikaday.js"
|
||||||
|
"bundles/chillmain/js/select2/select2.js"
|
||||||
|
"bundles/chillmain/js/pikaday/plugins/pikaday.jquery.js"
|
||||||
|
"bundles/chillmain/js/chill.js" %}
|
||||||
|
<script src="{{ asset_url }}" type="text/javascript"></script>
|
||||||
|
{% endjavascripts %}
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
chill.initPikaday('{{ app.request.locale }}');
|
chill.initPikaday('{{ app.request.locale }}');
|
||||||
@ -170,7 +170,5 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% block js%}<!-- nothing added to js -->{% endblock %}
|
{% block js%}<!-- nothing added to js -->{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user