diff --git a/lib/SimpleSAML/Logger.php b/lib/SimpleSAML/Logger.php index f231b1c1c6a23b359256c573706fb58bb03c4a5a..3cd46ff6f9ce90ff477338796cee7b95a5f9c02e 100644 --- a/lib/SimpleSAML/Logger.php +++ b/lib/SimpleSAML/Logger.php @@ -4,7 +4,7 @@ * A class for logging * * @author Lasse Birnbaum Jensen, SDU. - * @author Andreas Ĺkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> + * @author Andreas Ă…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @package simpleSAMLphp * @version $ID$ */ diff --git a/lib/SimpleSAML/Logger/LoggingHandlerSyslog.php b/lib/SimpleSAML/Logger/LoggingHandlerSyslog.php index 9d92f979df06c1918461ed864bc9179df19cc482..2e8dcbb5e3ae3620bd98af9a1f4ca0f6aa284136 100644 --- a/lib/SimpleSAML/Logger/LoggingHandlerSyslog.php +++ b/lib/SimpleSAML/Logger/LoggingHandlerSyslog.php @@ -4,7 +4,7 @@ * A class for logging * * @author Lasse Birnbaum Jensen, SDU. - * @author Andreas Ĺkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> + * @author Andreas Ă…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @package simpleSAMLphp * @version $ID$ */ @@ -16,7 +16,8 @@ class SimpleSAML_Logger_LoggingHandlerSyslog implements SimpleSAML_Logger_Loggin function __construct() { $config = SimpleSAML_Configuration::getInstance(); assert($config instanceof SimpleSAML_Configuration); - $facility = $config->getValue('logging.facility'); + $facility = $config->getValue('logging.facility'); + $processname = $config->getValue('logging.processname','simpleSAMLphp'); /* * OS Check diff --git a/templates/default/includes/footer.php b/templates/default/includes/footer.php index 7cdc13c9a90fdc0eeebb69f5b3db43851090ae68..16cff779743ecef8c5b493706dac1cc40e3f5df1 100644 --- a/templates/default/includes/footer.php +++ b/templates/default/includes/footer.php @@ -1,8 +1,12 @@ + + + <hr /> - + + <img src="resources/icons/ssplogo-fish-small.png" style="float: right" /> Copyright © 2007-2008 <a href="http://rnd.feide.no/">Feide RnD</a> - <hr /> + <br style="clear: right" /> </div> diff --git a/www/resources/default.css b/www/resources/default.css index 5f1cc4a6b5ffb9ab027be60df6b9ca0037bf6e57..860e5770289dd7d6fe5e5970e355d2091b793bbc 100644 --- a/www/resources/default.css +++ b/www/resources/default.css @@ -10,6 +10,8 @@ body { text-align: center; padding: 20px 0; background: #222; + background-image: url(icons/ssplogo-fish.png); + background-repeat: no-repeat; color: #333; font: 83%/1.5 arial,tahoma,verdana,sans-serif; } @@ -66,11 +68,17 @@ dt { } #wrap { + opacity:.92; + filter: alpha(opacity=92); + -moz-opacity: 0.92; + + background: #fff; + border: 1px solid #fff; position: relative; - background: #fff; + width: 600px; - margin: 0 auto; + margin: 20px auto; text-align: left; } diff --git a/www/resources/icons/ssplogo-fish-small.png b/www/resources/icons/ssplogo-fish-small.png new file mode 100644 index 0000000000000000000000000000000000000000..8a20f4fe8e272398d8027ac8d9b93bfde1f1836c Binary files /dev/null and b/www/resources/icons/ssplogo-fish-small.png differ diff --git a/www/resources/icons/ssplogo-fish.png b/www/resources/icons/ssplogo-fish.png new file mode 100644 index 0000000000000000000000000000000000000000..27a9ae93703c415e74cf987ced12caaf4f90a7b8 Binary files /dev/null and b/www/resources/icons/ssplogo-fish.png differ