comparison templates/sat_website/screenshots.html @ 54:d54f2f09a73a

fixes displaying two carousels on the same page
author souliane <souliane@mailoo.org>
date Tue, 05 May 2015 11:03:18 +0200
parents 84c2e20d3de1
children
comparison
equal deleted inserted replaced
53:84c2e20d3de1 54:d54f2f09a73a
28 <h5 class="alert alert-success"> 28 <h5 class="alert alert-success">
29 <a name="screenshots"></a>{% trans "Basic usage" %} 29 <a name="screenshots"></a>{% trans "Basic usage" %}
30 </h5> 30 </h5>
31 <div class="info"> 31 <div class="info">
32 {% trans "These media concern the basic utilisation SàT through graphical frontends like Libervia." %} 32 {% trans "These media concern the basic utilisation SàT through graphical frontends like Libervia." %}
33 {% include "sat_website/gallery.html" with screenshots=screenshots %} 33 {% include "sat_website/gallery.html" with screenshots=screenshots name="media" %}
34 </div> 34 </div>
35 </div> 35 </div>
36 36
37 <div class="row"> 37 <div class="row">
38 <h5 class="alert alert-success"> 38 <h5 class="alert alert-success">
39 <a name="screenshots_tech"></a>{% trans "Advanced usage" %} 39 <a name="screenshots_tech"></a>{% trans "Advanced usage" %}
40 </h5> 40 </h5>
41 <div class="info"> 41 <div class="info">
42 {% trans "These media concern the advanced utilisation and frontends of SàT, including administration tasks and experimental features." %} 42 {% trans "These media concern the advanced utilisation and frontends of SàT, including administration tasks and experimental features." %}
43 {% include "sat_website/gallery.html" with screenshots=screenshots_tech %} 43 {% include "sat_website/gallery.html" with screenshots=screenshots_tech name="media_tech" %}
44 </div> 44 </div>
45 </div> 45 </div>
46 46
47 {% endblock %} 47 {% endblock %}