1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login |
2 |
|
|
--- e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login 2007-03-12 13:29:38.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login 2007-03-12 13:27:48.000000000 -0600 |
4 |
|
|
@@ -38,7 +38,7 @@ |
5 |
|
|
# CSS stylesheet to use (optional) |
6 |
|
|
my $STYLESHEET = '/server-common/css/tkt.css'; |
7 |
|
|
# Page title (optional) |
8 |
|
|
-my $TITLE = ''; |
9 |
|
|
+my $TITLE = 'SME Server manager'; |
10 |
|
|
# For autologin, mode to fallback to if autologin fails ('login' or 'guest') |
11 |
|
|
my $AUTOLOGIN_FALLBACK_MODE = 'login'; |
12 |
|
|
# Boolean flag, whether to fallback to HTTP_REFERER for back link |
13 |
|
|
@@ -272,8 +272,8 @@ |
14 |
|
|
} |
15 |
|
|
print <<EOD; |
16 |
|
|
<div align="center"> |
17 |
|
|
-<h1>$TITLE</h1> |
18 |
|
|
-<p class="warning">Authorized Use Only</p> |
19 |
|
|
+<p> </p> |
20 |
|
|
+<p> </p> |
21 |
|
|
EOD |
22 |
|
|
|
23 |
|
|
if ($debug) { |
24 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/web/common/css/tkt.css mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/css/tkt.css |
25 |
|
|
--- e-smith-manager-1.14.0/root/etc/e-smith/web/common/css/tkt.css 2007-01-26 18:51:30.000000000 -0700 |
26 |
|
|
+++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/css/tkt.css 2007-03-12 13:13:56.000000000 -0600 |
27 |
|
|
@@ -1,6 +1,10 @@ |
28 |
|
|
/* mod_auth_tkt example css */ |
29 |
|
|
|
30 |
|
|
-BODY { |
31 |
|
|
+BODY {background-image: url(../smeserver_logo.jpg); |
32 |
|
|
+ background-repeat: no-repeat; |
33 |
|
|
+ background-position: 600px 40px; |
34 |
|
|
+ background-position: top; |
35 |
|
|
+ |
36 |
|
|
font-family: arial, helvetica, sans-serif; |
37 |
|
|
font-size: small; |
38 |
|
|
} |