From a4434b05b6c544acb01b2ccc6096d4a94758cce5 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 24 Nov 2009 12:35:22 +0100 Subject: buttons below username --- customize.rb | 61 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 30 deletions(-) (limited to 'customize.rb') diff --git a/customize.rb b/customize.rb index cde7cb3..7d31e49 100755 --- a/customize.rb +++ b/customize.rb @@ -97,45 +97,46 @@ end $html << <

Default Username

- - - + +
-
-
- + + + + + + + + + -CHARSET -if username - $html << < -
-
- -
- - + + +
+ + +
+ + CHARSET + if username && !$cgi.include?("edit") $html << <#{username} - - - + #{username} + + +
+ CHARSET else $html << < - -CHARSET -end -$html << < - -
+ CHARSET end + +$html << "" if username + $html << < -
+
+ CHARSET -- cgit v1.2.3