comparison templates/sat_website/screenshots.html @ 53:84c2e20d3de1

include some corrections suggested by Goffi
author souliane <souliane@mailoo.org>
date Tue, 05 May 2015 09:47:55 +0200
parents 3e460ca969d2
children d54f2f09a73a
comparison
equal deleted inserted replaced
52:cc099372a9ac 53:84c2e20d3de1
24 {% block headline %}{% trans "Screenshots and videos" %}{% endblock %} 24 {% block headline %}{% trans "Screenshots and videos" %}{% endblock %}
25 {% block main_container %} 25 {% block main_container %}
26 26
27 <div class="row"> 27 <div class="row">
28 <h5 class="alert alert-success"> 28 <h5 class="alert alert-success">
29 <a name="screenshots">{% trans "Basic usage" %}</a> 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 %}
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">{% trans "Advanced usage" %}</a> 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 %}
44 </div> 44 </div>