Mercurial > sat_legacy_website
comparison templates/sat_website/screenshots.html @ 47:3e460ca969d2
delete screenshots_tech.html, display all screenshots in the same page using sections
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 03 May 2015 22:36:27 +0200 |
parents | 10ce34ab389a |
children | 84c2e20d3de1 |
comparison
equal
deleted
inserted
replaced
46:a18800261cf6 | 47:3e460ca969d2 |
---|---|
19 You should have received a copy of the GNU Affero General Public License | 19 You should have received a copy of the GNU Affero General Public License |
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | 20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
21 {% endcomment %} | 21 {% endcomment %} |
22 | 22 |
23 {% load i18n %} | 23 {% load i18n %} |
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 {% include "sat_website/gallery.html" %} | 27 <div class="row"> |
28 <h5 class="alert alert-success"> | |
29 <a name="screenshots">{% trans "Basic usage" %}</a> | |
30 </h5> | |
31 <div class="info"> | |
32 {% trans "These media concern the basic utilisation SàT through graphical frontends like Libervia." %} | |
33 {% include "sat_website/gallery.html" with screenshots=screenshots %} | |
34 </div> | |
35 </div> | |
36 | |
37 <div class="row"> | |
38 <h5 class="alert alert-success"> | |
39 <a name="screenshots_tech">{% trans "Advanced usage" %}</a> | |
40 </h5> | |
41 <div class="info"> | |
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 %} | |
44 </div> | |
45 </div> | |
28 | 46 |
29 {% endblock %} | 47 {% endblock %} |