Mercurial > sat_legacy_website
comparison templates/sat_website/frontends.html @ 2:0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 30 Jul 2012 02:09:38 +0200 |
parents | 9305c6458e2f |
children | 8cfc33e4d435 |
comparison
equal
deleted
inserted
replaced
1:a49aa1b823f6 | 2:0df46e87537d |
---|---|
18 | 18 |
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 staticfiles %} | 24 {% load staticfiles %} |
24 {% block headline %}Salut à Toi's frontends{% endblock %} | 25 {% block headline %}{% trans "Salut à Toi's frontends" %}{% endblock %} |
25 {% block subtext %}SàT is multi-frontends: use the one that best fit your needs{% endblock %} | 26 {% block subtext %}{% trans "SàT is multi-frontends: use the one that best fit your needs" %}{% endblock %} |
26 {# {% block extra %}<span class="label label-success">Click on the frontend screenshot to have a more detailed description</span>{% endblock %} #} | 27 {# {% block extra %}<span class="label label-success">{% trans "Click on the frontend screenshot to have a more detailed description" %}</span>{% endblock %} #} |
27 {% block main_container %} | 28 {% block main_container %} |
28 <div class="row"> | 29 <div class="row"> |
29 <div class="span4"> | 30 <div class="span4"> |
30 <h1>Primitivus <small>the console interface</small></h1> | 31 <h1>{% trans "Primitivus" %} <small>{% trans "the console interface" %}</small></h1> |
31 <div class="row"> | 32 <div class="row"> |
32 <ul class="thumbnails"> | 33 <ul class="thumbnails"> |
33 <li class="span4"> | 34 <li class="span4"> |
34 <a href="#" class="thumbnail"> | 35 <a href="#" class="thumbnail"> |
35 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="Primitivus showing a french Tarot play"> | 36 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}"> |
36 </a> | 37 </a> |
37 </li> | 38 </li> |
38 </ul> | 39 </ul> |
39 </div> | 40 </div> |
40 </div> | 41 </div> |
41 | 42 |
42 <div class="span4"> | 43 <div class="span4"> |
43 <h1>Libervia <small>the web frontend</small></h1> | 44 <h1>{% trans "Libervia" %} <small>{% trans "the web frontend" %}</small></h1> |
44 <div class="row"> | 45 <div class="row"> |
45 <ul class="thumbnails"> | 46 <ul class="thumbnails"> |
46 <li class="span4"> | 47 <li class="span4"> |
47 <a href="#" class="thumbnail"> | 48 <a href="#" class="thumbnail"> |
48 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="Libervia's main view"> | 49 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="{% trans "Libervia's main view" %}"> |
49 </a> | 50 </a> |
50 </li> | 51 </li> |
51 </ul> | 52 </ul> |
52 </div> | 53 </div> |
53 </div> | 54 </div> |
54 | 55 |
55 <div class="span4"> | 56 <div class="span4"> |
56 <h1>Wix <small>desktop</small></h1> | 57 <h1>{% trans "Wix" %} <small>{% trans "desktop" %}</small></h1> |
57 <div class="row"> | 58 <div class="row"> |
58 <ul class="thumbnails"> | 59 <ul class="thumbnails"> |
59 <li class="span4"> | 60 <li class="span4"> |
60 <a href="#" class="thumbnail"> | 61 <a href="#" class="thumbnail"> |
61 <img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="Wix showing a french Tarot play"> | 62 <img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="{% trans "Wix showing a french Tarot play" %}"> |
62 </a> | 63 </a> |
63 </li> | 64 </li> |
64 </ul> | 65 </ul> |
65 </div> | 66 </div> |
66 </div> | 67 </div> |
67 </div> | 68 </div> |
68 | 69 |
69 | 70 |
70 <div class="row"> | 71 <div class="row"> |
71 <div class="span4"> | 72 <div class="span4"> |
72 <h1>Jp <small>command line</small></h1> | 73 <h1>{% trans "Jp" %} <small>{% trans "command line" %}</small></h1> |
73 <div class="row"> | 74 <div class="row"> |
74 <ul class="thumbnails"> | 75 <ul class="thumbnails"> |
75 <li class="span4"> | 76 <li class="span4"> |
76 <a href="#" class="thumbnail"> | 77 <a href="#" class="thumbnail"> |
77 <img src="{% static "images/screenshots/jp/jp.png" %}" alt="cowsay on jp"> | 78 <img src="{% static "images/screenshots/jp/jp.png" %}" alt="{% trans "cowsay on jp" %}"> |
78 </a> | 79 </a> |
79 </li> | 80 </li> |
80 </ul> | 81 </ul> |
81 </div> | 82 </div> |
82 </div> | 83 </div> |
83 | 84 |
84 <div class="span4"> | 85 <div class="span4"> |
85 <p id="bigmark">?</p> | 86 <p id="bigmark">?</p> |
86 <h3 id="bigmark_subtext">Your idea here</h3> | 87 <h3 id="bigmark_subtext">{% trans "Your idea here" %}</h3> |
87 </div> | 88 </div> |
88 | 89 |
89 <div class="span4"> | 90 <div class="span4"> |
90 <h1>Bellaciao <small>next gen desktop</small></h1> | 91 <h1>{% trans "Bellaciao" %} <small>{% trans "next gen desktop" %}</small></h1> |
91 <h4 class="wip">[WORK IN PROGRESS]</h4> | 92 <h4 class="wip">{% trans "[WORK IN PROGRESS]" %}</h4> |
92 <p class="desc">Bellaciao is a new desktop frontend made with Qt (and the first non-python one: it's made with C++). It intend to be really flexible: you'll be able to adapt it to your taste. Bellaciao is made with modern features in mind: it not only concentrate on instant messaging, but also integrate things like microblogging or file sharing.</p> | 93 <p class="desc">{% blocktrans %}Bellaciao is a new desktop frontend made with Qt (and the first non-python one: it's made with C++). It intend to be really flexible: you'll be able to adapt it to your taste. Bellaciao is made with modern features in mind: it not only concentrate on instant messaging, but also integrate things like microblogging or file sharing.{% endblocktrans %}</p> |
93 </div> | 94 </div> |
94 </div> | 95 </div> |
95 | 96 |
96 {% endblock %} | 97 {% endblock %} |