Skip to content
Extraits de code Groupes Projets
Valider 6069a3de rédigé par Yohan Boniface's avatar Yohan Boniface
Parcourir les fichiers

Don't use panel ui in content pages

parent 7024ef31
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
<!-- Included CSS Files (Compressed) --> <!-- Included CSS Files (Compressed) -->
<link rel="stylesheet" href="{{ STATIC_URL }}foundation/stylesheets/foundation.css"> <link rel="stylesheet" href="{{ STATIC_URL }}foundation/stylesheets/foundation.css">
<link rel="stylesheet" href="{{ STATIC_URL }}youmap/youmap.css"> <link rel="stylesheet" href="{{ STATIC_URL }}youmap/youmap.css">
<link rel="stylesheet" href="{{ STATIC_URL }}storage/contrib/css/storage.ui.example.css">
<script src="{{ STATIC_URL }}foundation/javascripts/modernizr.foundation.js"></script> <script src="{{ STATIC_URL }}foundation/javascripts/modernizr.foundation.js"></script>
...@@ -15,6 +14,7 @@ ...@@ -15,6 +14,7 @@
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
{% block extra_head %} {% block extra_head %}
<link rel="stylesheet" href="{{ STATIC_URL }}storage/contrib/css/storage.ui.example.css">
{% endblock extra_head %} {% endblock extra_head %}
</head> </head>
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
<script src="{{ STATIC_URL }}foundation/javascripts/jquery.foundation.accordion.js"></script> <script src="{{ STATIC_URL }}foundation/javascripts/jquery.foundation.accordion.js"></script>
<script src="{{ STATIC_URL }}foundation/javascripts/jquery.placeholder.js"></script> <script src="{{ STATIC_URL }}foundation/javascripts/jquery.placeholder.js"></script>
<script src="{{ STATIC_URL }}foundation/javascripts/jquery.foundation.alerts.js"></script> <script src="{{ STATIC_URL }}foundation/javascripts/jquery.foundation.alerts.js"></script>
<script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.example.js"></script>
<script src="{{ STATIC_URL }}endless_pagination/js/endless-pagination.js"></script> <script src="{{ STATIC_URL }}endless_pagination/js/endless-pagination.js"></script>
{% block bottom_js %} {% block bottom_js %}
<script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.example.js"></script>
{% endblock %} {% endblock %}
<div id="storage-ui-container"></div> <div id="storage-ui-container"></div>
<div id="storage-alert-container"></div> <div id="storage-alert-container"></div>
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
{% endblock content %} {% endblock content %}
{% block bottom_js %} {% block bottom_js %}
{{ block.super }} <script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.foundation.js"></script>
<script type="text/javascript"> <script type="text/javascript">
$.endlessPaginate({paginateOnScroll: true}); $.endlessPaginate({paginateOnScroll: true});
</script> </script>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter