From 7ec5efa230ce7218442711636f5093f272f79807 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 23 Apr 2010 22:47:41 +0200 Subject: [PATCH] Moved license information to top on artwork page and added link to screenshots site. --- www/templates/static/artwork.html | 64 +++++++++++---------------- www/templates/static/screenshots.html | 7 ++- 2 files changed, 33 insertions(+), 38 deletions(-) diff --git a/www/templates/static/artwork.html b/www/templates/static/artwork.html index deb0eadb..03025f23 100644 --- a/www/templates/static/artwork.html +++ b/www/templates/static/artwork.html @@ -2,11 +2,8 @@ {% block title %}{{ _("Artwork") }}{% end block %} - {% block content %} - - -
+

{{ _("Artwork") }}

{{ _(

@@ -16,13 +13,29 @@ Here you will find logos and print templates of the IPFire project. {% end %}

+ + {% if lang == "de" %} +

+ Alle Rechte an künstlerischen Werken bzw. deren Inhalte, die nicht explizit anders gekennzeichnet sind, + gehören dem IPFire-Projekt und sind folglich urheberrechtlich geschützt und dürfen nur mit ausdrücklicher Genehmigung verwendet werden. +
+ Für Presse und Berichterstattungen rund um das IPFire-Projekt sind die Inhalte dieser Seite auch ohne Genehmigung verwendbar. +

+ {% else %} +

+ All rights of artistic works and their content, which are not explicitly labled belong to the IPFire project + and are protected by copyright and may not be used without explicit authorization. +
+ For press releases around the IPFire project the contents of this page is usable without any permission. +

+ {% end %}

-
+

{{ _("Online media") }}

-

+
@@ -43,12 +56,19 @@ ipfire.png (512 x 512)

+

+ {% if lang == "de" %} + Der Tux ist unter der GNU General Public License lizensiert. + {% else %} + The tux images is licensed under the GNU General Public License. + {% end %} +

{{ _("Print media") }}

-

+

    @@ -63,36 +83,6 @@

- -
-

{{ _("Licenses") }}

-

- - {% if lang == "de" %} - - Der Tux ist unter GPL lizensiert. -
- Alle Rechte an künstlerischen Werken bzw. deren Inhalte, die nicht explizit anders gekennzeichnet sind, - gehören dem IPFire-Projekt und sind folglich urheberrechtlich geschützt und dürfen nur mit ausdrücklicher Genehmigung verwendet werden. -
Für Presse und Berichterstattungen rund um das IPFire-Projekt sind die Inhalte dieser Seite auch ohne Genehmigung verwendbar. -
- Das Icon Set wurde von - Jonas Rask Design - erstellt und lizensiert als frei für nicht-kommerzielle Nutzung. - {% else %} - The Tux is licensed under GPL. -
- All rights of artistic works and their content, which are not explicitly labled belong to the IPFire project - and are protected by copyright and may not be used without explicit authorization. -
For press releases around the IPFire project the contents of this page is usable without any permission. -
- The icon set was created by - Jonas Rask Design - and licensed as free for non-commercial use. - {% end %} -

-
- {% end block %} {{ modules.SidebarBanner(banner) }} diff --git a/www/templates/static/screenshots.html b/www/templates/static/screenshots.html index 411dde07..d8901ad7 100644 --- a/www/templates/static/screenshots.html +++ b/www/templates/static/screenshots.html @@ -10,9 +10,14 @@ {{ _(

{% if lang == "de" %} - Hier findet ihr einen Einblick in das IPFire Webinterface. + Hier findet ihr einen Einblick in das IPFire Webinterface. +

+ Eine Auswahl von Logos befindet sich im Artwork-Bereich. {% else %} Here you will find an insight into the IPFire webinterface. +

+ A collection of project-related logos can be found in the + artwork area. {% end %}

-- 2.47.3