From 1df05258b1a1ff980a5eb9c500743aa73cfb6df4 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Tue, 21 Oct 2008 12:35:09 +0000 Subject: [PATCH] Move the colophon --- css/telecaster.css | 11 +++++++---- webview.py | 15 ++++++++------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/css/telecaster.css b/css/telecaster.css index 481a464..5d2d908 100644 --- a/css/telecaster.css +++ b/css/telecaster.css @@ -33,14 +33,17 @@ div.tools { background-color: #030250; height: 32px; } -div.colophon { background-color: #FFFFFF; - color: #000033; +div.colophon { background-color: transparent; + color: #FFFFFF; font-size: 80%; - float: left; - padding: 0px 0px 0px 1em; + float: right; + padding: 0.5em 0px 0px 1em; font: 0.8125em/1em Verdana, sans-serif; } +div.colophon a { color: #FFFFFF; +} + div.title { background-color: #030250; color: #FFFFFF; padding: 0.5em; diff --git a/webview.py b/webview.py index 498b062..50b1f19 100644 --- a/webview.py +++ b/webview.py @@ -190,34 +190,34 @@ class WebView(FieldStorage): #print "
Attention, il est important de remplir tous les champs, y compris le commentaire !
" print "
" print "" - print "" - print "" + print "" + print "" print "" - print "" + print "" print "" - print "" - print "" + print "" print "" - print "" + print "" print "
Titre :"+self.title+"
Département :
Titre:"+self.title+"
Département:
Conférence :
Conférence:
Session :
Session:
Professeur :
Professeur:
Commentaire :
Commentaire:" print "" + self.colophon() print "" print "" - self.colophon() + self.footer() def encode_form(self, message=''): -- 2.39.5