From eb0fa2154b8bba402e16666ab48956a7417c0b5e Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Sun, 7 May 2006 20:10:34 +0000 Subject: Reverted back to old contact.py svn path=/stable/; revision=706 --- www-apps/pyblosxom-plugins/Manifest | 2 +- www-apps/pyblosxom-plugins/files/contact.py | 59 +++++++++++++---------------- 2 files changed, 27 insertions(+), 34 deletions(-) (limited to 'www-apps') diff --git a/www-apps/pyblosxom-plugins/Manifest b/www-apps/pyblosxom-plugins/Manifest index 297f778..be3b774 100644 --- a/www-apps/pyblosxom-plugins/Manifest +++ b/www-apps/pyblosxom-plugins/Manifest @@ -1,6 +1,6 @@ MD5 68900c82dbdf221d22e8a999b02443d9 files/blocks.py 5866 MD5 3d89ed013ed90e7afff11e8e3a57ebf4 files/comments.py 25302 -MD5 cad9589b6b07ac28854f1172a67c51c0 files/contact.py 11817 +MD5 eb4a14c8aae732ef13ba754014bbc30a files/contact.py 11493 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-pyblosxom-plugins-1.3.2 0 MD5 ef8b9559c56fe3bff0bf15672c2239e4 files/getstamps.py 1332 MD5 3ae49161534556018d226f514ef68195 files/hardcodedates.py 2036 diff --git a/www-apps/pyblosxom-plugins/files/contact.py b/www-apps/pyblosxom-plugins/files/contact.py index d2f902d..b94bc53 100644 --- a/www-apps/pyblosxom-plugins/files/contact.py +++ b/www-apps/pyblosxom-plugins/files/contact.py @@ -46,42 +46,35 @@ MESSAGE_KEY = "contact_error_message" _form_fields = ['name', 'email', 'subject', 'message'] _default_template = """ +
-

Contact me

+

Contact me

$contact_error_message
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
- -
-
+ +
+ +
+ +
+ +
+ +
""" -- cgit v1.2.3-65-gdbad