diff -Nur e-smith-manager-2.6.0.old/createlinks e-smith-manager-2.6.0/createlinks --- e-smith-manager-2.6.0.old/createlinks 2007-01-26 20:51:30.000000000 -0500 +++ e-smith-manager-2.6.0/createlinks 2016-07-19 09:14:21.039000000 -0400 @@ -12,6 +12,7 @@ sme_main.css sme_menu.css sme_panel_menu.css + tkt.css ) ) { templates2events("/etc/e-smith/web/common/css/$_", qw( diff -Nur e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/50body e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/50body --- e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/50body 2006-03-15 16:59:54.000000000 -0500 +++ e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_core.css/50body 2016-06-23 08:13:57.000000000 -0400 @@ -137,7 +137,7 @@ body.menu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; - background-color: #eeeeee; + background-color: #e8f3e1; } td.section { @@ -149,28 +149,28 @@ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; - background-color: #eeeeee; + background-color: #e8f3e1; } a.item { color: #00008b; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; - background: #eeeeee; + background: #e8f3e1; } a.sl { color: green; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; - background: #eeeeee; + background: #e8f3e1; } a.alert { color: red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; - background: #eeeeee; + background: #e8f3e1; } /* Core styles for use with sme_main.css */ diff -Nur e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/50body e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/50body --- e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/50body 2006-03-15 16:59:54.000000000 -0500 +++ e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_header.css/50body 2016-06-23 08:14:45.000000000 -0400 @@ -79,7 +79,7 @@ } a:hover { - background: #eeeeee; + background: #e8f3e1; border-color: #000000 #000000 #000000 #000000; } diff -Nur e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body --- e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body 2013-01-31 16:31:37.000000000 -0500 +++ e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body 2016-06-22 07:06:47.000000000 -0400 @@ -63,7 +63,7 @@ /*This special style is actually used only for the button row along the bottom of each page*/ th.sme-layout { border: 1px solid #dddddd; - background-color: #eeeeee; + background-color: #e8f3e1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; @@ -89,7 +89,7 @@ /*width: 250px;*/ text-align: right; /*vertical-align: top;*/ - background-color: #eeeeee; + background-color: #e8f3e1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } @@ -138,7 +138,7 @@ td.sme-border-center {text-align: center;} th.sme-border { border: 1px solid #cccccc; - background-color: #dedfde; + background-color: #bee6a2; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; diff -Nur e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_menu.css/50body e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_menu.css/50body --- e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_menu.css/50body 2006-03-15 16:59:54.000000000 -0500 +++ e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_menu.css/50body 2016-06-22 07:06:47.000000000 -0400 @@ -80,10 +80,10 @@ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black; - background: #eeeeee; + background: #e8f3e1; text-decoration: none; text-align: left; - border-color: #eeeeee; + border-color: #e8f3e1; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; @@ -106,9 +106,9 @@ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black; - background: #eeeeee; + background: #e8f3e1; text-decoration: none; - border-color: #eeeeee; + border-color: #e8f3e1; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; diff -Nur e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_panel_menu.css/50body e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_panel_menu.css/50body --- e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_panel_menu.css/50body 2006-03-15 16:59:54.000000000 -0500 +++ e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_panel_menu.css/50body 2016-06-22 07:06:47.000000000 -0400 @@ -57,7 +57,7 @@ } #navmenu a { - background : #E8EBF0; + background : #e8f0e8; border : 1px solid #ccc; color : #666; float : left; diff -Nur e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/50body e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/50body --- e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/50body 1969-12-31 19:00:00.000000000 -0500 +++ e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/50body 2016-06-22 07:44:23.000000000 -0400 @@ -0,0 +1,36 @@ +{ + $OUT =<<'HERE'; +/* mod_auth_tkt example css */ + +BODY {background-image: url(../smeserver_login.jpg); +background-repeat: no-repeat; +/*background-size: 600px 40px; */ +background-position: center top; +font-family: arial, helvetica, sans-serif; +font-size: small; +} + +P, TH, TD { + font-family: arial, helvetica, sans-serif; + font-size: small; +} + +H1, H2, H3, H4, H5, H6 { color: #006600; } +H1 { font-size: x-large; } +H2 { font-size: large; } +H3 { font-size: medium; } + +.warning { color: #c00; font-size: medium; font-weight: bold; } + +TABLE { + background-color: #eee; + color: #666; + border: 1px solid #ccc; + padding: 20px; +} + + +/* arch-tag: ac35e093-c2c0-4994-bc18-2d25715b1192 */ + +HERE +} diff -Nur e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/template-begin e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/template-begin --- e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/template-begin 1969-12-31 19:00:00.000000000 -0500 +++ e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/tkt.css/template-begin 2016-06-23 08:05:36.000000000 -0400 @@ -0,0 +1 @@ +/* DO NOT MODIFY THIS FILE! It is updated automatically */ diff -Nur e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup00 e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup00 --- e-smith-manager-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup00 2007-01-26 20:51:30.000000000 -0500 +++ e-smith-manager-2.6.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup00 2016-06-23 08:20:49.000000000 -0400 @@ -2,7 +2,7 @@ unless ($NO_FRAMES) \{ $OUT .= < +