From 84cbac6b848fb92f7c4d59407041cc8901d4ef5d Mon Sep 17 00:00:00 2001 From: wprzyb Date: Sun, 12 Jan 2014 09:49:10 +0100 Subject: [PATCH] Appearance unification --- config.cfg | 1 + templates/base.html | 90 +++++++++++++++++++++++++++++++++++++- templates/editprofile.html | 26 ++++++++++- templates/index.html | 15 ++++++- templates/login.html | 30 ++++++++++--- templates/panel.html | 44 ++++++++++++++----- templates/register.html | 21 +++++++-- 7 files changed, 204 insertions(+), 23 deletions(-) diff --git a/config.cfg b/config.cfg index f69bdde..7ddbcf2 100644 --- a/config.cfg +++ b/config.cfg @@ -20,3 +20,4 @@ key = aaaaaaaaaaaaaaaa [zmq_server] zmq_server_addr = ipc://zmq-whois-pubsub-server zmq_pubsub_addr = tcp://*:5556 + diff --git a/templates/base.html b/templates/base.html index 952198f..1029ebb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,13 +1,99 @@ $def with (content) - + + + + + + Hackerspace Kraków + + + + + + + + + + + + + WhoIS @ Hackerspace Kraków $if content.has_key('head'): $:content.head - + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
 
+
$:content +
+
 
+ + + + + + diff --git a/templates/editprofile.html b/templates/editprofile.html index fcbde17..f04c313 100644 --- a/templates/editprofile.html +++ b/templates/editprofile.html @@ -1,7 +1,29 @@ $def with (form) -

Wypełnij pola w zależności od danych jakie chcesz zaaktualizować. W przypadku zmiany hasła musisz wpisać także swoje stare hasło.

+
+
+
+

Zmiana danych

+
+
+
+
+
+ +

+ Wypełnij pola w zależności od danych jakie chcesz zaaktualizować. W przypadku zmiany hasła musisz wpisać także swoje stare hasło. +

+ +
$:form.render() -
\ No newline at end of file + +
+
+ +
+
+ + + diff --git a/templates/index.html b/templates/index.html index 8474f74..ac987c8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1 +1,14 @@ -Witamy w HSowym systemie dostępności :)
Być może chcesz przejść do swojego panelu użytkownika lub jeszcze go nie masz, i chcesz się zarejestrować? \ No newline at end of file +
+
+
+

Witamy w HSowym systemie dostępności :)

+
+
+ +
+
+
+

Być może chcesz przejść do swojego panelu użytkownika lub jeszcze go nie masz, i chcesz się zarejestrować?

+
+
+
diff --git a/templates/login.html b/templates/login.html index f05ca48..fcaeae1 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,8 +1,28 @@ $def with (form, badlogin=False) -$if badlogin: -

Zły login lub hasło

-
-$:form.render() -
\ No newline at end of file +
+
+
+ + $if badlogin: +

Błędne dane logowania

+ $else: +

Zaloguj się

+ +
+
+ +
+
+
+
+ $:form.render() +
+
+
+ + +
+ + diff --git a/templates/panel.html b/templates/panel.html index b0110dc..990110a 100644 --- a/templates/panel.html +++ b/templates/panel.html @@ -2,21 +2,45 @@ -Cześć $userrow['display_name']! Może chcesz zmienić swoje hasło/swoje dane? Zawsze pamiętaj o wylogowywaniu się

+
+
+
+

Panel użytkownika

+
+
+
-$if devices: - Twoje urządzenia:
- $for device in devices: - $device['mac_addr'] [ostatnio widziane $date(device['last_seen'])] usuń
-$else: - Nie masz żadnych urządzeń :<
+
+
+ +

+Cześć $userrow['display_name']! Może chcesz zmienić swoje hasło/swoje dane? Zawsze pamiętaj o wylogowywaniu się +

+

+
-

Wejdź na ten adres z urządzenia które chcesz zarejestrować aby połączyć je z Twoim kontem: $SERVER_URL/r/$userrow['id']/$userrow['access_key'] +
+ $if devices: +

Twoje urządzenia:


+ $for device in devices: + $device['mac_addr'] [ostatnio widziane $date(device['last_seen'])] usuń
+ $else: +

Nie masz żadnych urządzeń :<


+
+
+

Dodaj nowe urządzenie

+
+Wejdź na ten adres z urządzenia które chcesz zarejestrować aby połączyć je z Twoim kontem: $SERVER_URL/r/$userrow['id']/$userrow['access_key'] + +

\ No newline at end of file + }); + +
+
+
diff --git a/templates/register.html b/templates/register.html index 7b9700b..ca8cd8b 100644 --- a/templates/register.html +++ b/templates/register.html @@ -1,6 +1,21 @@ $def with (form) -
-$:form.render() -
\ No newline at end of file +
+
+
+

Zarejestruj się

+
+
+ +
+
+
+
+ $:form.render() +
+
+
+ +
+