1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-hwinfo-1.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/25FrameSetup00 mezzanine_patched_smeserver-hwinfo-1.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/25FrameSetup00 |
2 |
|
|
--- smeserver-hwinfo-1.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/25FrameSetup00 1970-01-01 01:00:00.000000000 +0100 |
3 |
|
|
+++ mezzanine_patched_smeserver-hwinfo-1.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/25FrameSetup00 2008-01-20 18:37:38.000000000 +0100 |
4 |
|
|
@@ -0,0 +1,11 @@ |
5 |
|
|
+\{ |
6 |
|
|
+ unless ($NO_FRAMES) |
7 |
|
|
+ \{ |
8 |
|
|
+ $OUT .= <<EOF; |
9 |
|
|
+ <style type="text/css"> |
10 |
|
|
+ \@import url("/server-common/css/hwinfo.css"); |
11 |
|
|
+ </style> |
12 |
|
|
+EOF |
13 |
|
|
+ \} |
14 |
|
|
+ $OUT; |
15 |
|
|
+\} |
16 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-hwinfo-1.0/root/etc/e-smith/templates-custom/etc/e-smith/web/common/head.tmpl/30FrameSetup00 mezzanine_patched_smeserver-hwinfo-1.0/root/etc/e-smith/templates-custom/etc/e-smith/web/common/head.tmpl/30FrameSetup00 |
17 |
|
|
--- smeserver-hwinfo-1.0/root/etc/e-smith/templates-custom/etc/e-smith/web/common/head.tmpl/30FrameSetup00 2007-08-18 04:54:38.000000000 +0200 |
18 |
|
|
+++ mezzanine_patched_smeserver-hwinfo-1.0/root/etc/e-smith/templates-custom/etc/e-smith/web/common/head.tmpl/30FrameSetup00 1970-01-01 01:00:00.000000000 +0100 |
19 |
|
|
@@ -1,18 +0,0 @@ |
20 |
|
|
-\{ |
21 |
|
|
- unless ($NO_FRAMES) |
22 |
|
|
- \{ |
23 |
|
|
- $OUT .= <<EOF; |
24 |
|
|
- <link rev="made" href="mailto:bugs%40e-smith.com"> |
25 |
|
|
- <meta name="copyright" content="(head.tmpl)Copyright 2003-2004 Mitel Corporation"> |
26 |
|
|
- <link rel="stylesheet" type="text/css" href="/server-common/css/sme_core.css"> |
27 |
|
|
- <style type="text/css"> |
28 |
|
|
- \@import url("/server-common/css/sme_main.css"); |
29 |
|
|
- </style> |
30 |
|
|
- <style type="text/css"> |
31 |
|
|
- \@import url("/server-common/css/hwinfo.css"); |
32 |
|
|
- </style> |
33 |
|
|
-EOF |
34 |
|
|
- \} |
35 |
|
|
- $OUT; |
36 |
|
|
-\} |
37 |
|
|
-</head> |