From e2e52f6328abe62b44cf4e478cb112120d23d578 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Tue, 19 Jan 2010 22:33:58 +0100 Subject: [PATCH] Insert content. --- www/templates/static/screenshots.html | 129 ++++++++++++++++++++++---- 1 file changed, 112 insertions(+), 17 deletions(-) diff --git a/www/templates/static/screenshots.html b/www/templates/static/screenshots.html index e5a4b1b3..cc8a7a2e 100644 --- a/www/templates/static/screenshots.html +++ b/www/templates/static/screenshots.html @@ -1,28 +1,123 @@ {% extends "../base.html" %} - + {% block title %}{{ _("Screenshots") }}{% end block %} {% block content %} - {{ _( - -

- {% if lang == "de" %} - Hier findet Ihr einen keinen Einblick in das IPFire Webinterface. - {% else %} - Here you will find an insight into the IPFire webinterface. - {% end %} -

+

+

{{ _("Sceenshots") }}

+ {{ _( +

+ {% if lang == "de" %} + Hier findet ihr einen Einblick in das IPFire Webinterface. + {% else %} + Here you will find an insight into the IPFire webinterface. + {% end %} +

+

+
+

{{ _("System") }}

+
+     + {{ _( +     + {{ _( +
+
+ +
+

{{ _("Status") }}

+
+     + {{ _( +     + Network (other) +     + {{ _( +
+
+ + +
+

{{ _("Network") }}

+
+     + {{ _( +
+
+ + +
+

{{ _("Services") }}

+
+     + {{ _( +     + {{ _( +
+
+ -

{{ _("System") }}

-
-     - {{ _( -     - {{ _( +
+

{{ _("Firewall") }}

+
+     + {{ _( +
+ + +
+

{{ _("IPFire") }}

+
+     + {{ _( +     + {{ _( +
+
+ + +
+

{{ _("Logs") }}

+
+     + {{ _( +     + {{ _( +
+
+ +{% end block %} + +{% block sidebar %} + {% if lang == "de" %} +

Screenshotliste

+ + {% else %} +

Screenshot list

+ + {% end %} + + {{ modules.SidebarBanner(banner) }} + {% end block %} -- 2.47.3