~theo-voisin/+junk/cnrs

« back to all changes in this revision

Viewing changes to src/Tofsims/TofsimsBundle/Resources/views/Tofsims/presentation_comp.html.twig

  • Committer: jeremy.lherbe at univ-orleans
  • Date: 2013-03-04 13:04:35 UTC
  • mfrom: (16.1.5 cnrs)
  • Revision ID: jeremy.lherbe@etu.univ-orleans.fr-20130304130435-eubg572opparqd3o
merge avec pascal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{# src/Tofsims/TofsimsBundle/Resources/views/Tofsims/index.html.twig #}
 
2
{% extends '::base.html.twig' %}
 
3
 
 
4
{% block titre %}Présentation - Principe{% endblock %}
 
5
{% block css %}{{ asset('bundles/tofsimstofsims/css/style1.css') }}{% endblock %}
 
6
{% block logo %}{{ asset('bundles/tofsimstofsims/images/tofsims.jpg') }}{% endblock %}
 
7
{% block js %}{{ asset('bundles/tofsimstofsims/js/banniere.js') }}{% endblock %}
 
8
{% block titre_section_principale %}Comparatif technique{% endblock %} 
 
9
 
 
10
{% block body %}
 
11
        <section class="section_principale_centre">
 
12
                {% for post in liste_post %}
 
13
                        <h2 class="section_principale_sous_titre">+ &nbsp;&nbsp; {{ post.titre }}</h2>
 
14
                        <p>{{ post.contenu }}    </p>     
 
15
                {% endfor %}
 
16
        </section>
 
17
{% endblock %}