diff --git a/templates/default/en/consent.php b/templates/default/en/consent.php index 21353e28fff71c912f7b6af6d8b1a72dc228b8f1..cf375d53f7b28ea2bbae73e9367f2ee1a0f07786 100644 --- a/templates/default/en/consent.php +++ b/templates/default/en/consent.php @@ -1,52 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title><?php echo $data['header']; ?></title> - -<style type="text/css"> - -/* these styles are in the head of this page because this is a unique page */ - -/* THE BIG GUYS */ -* {margin:0;padding:0} -body {text-align:center;padding: 20px 0;background: #222;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif} -img {border:none;display:block} -hr {margin: 1em 0;background:#eee;height:1px;color:#eee;border:none;clear:both} - -/* LINKS */ -a,a:link,a:link,a:link,a:hover {font-weight:bold;background:transparent;text-decoration:underline;cursor:pointer} -a:link {color:#c00} -a:visited {color:#999} -a:hover,a:active {color:#069} - -/* LISTS */ -ul {margin: .3em 0 1.5em 2em} - ul.related {margin-top:-1em} -li {margin-left:2em} -dt {font-weight:bold} -#wrap {border: 1px solid #fff;position:relative;background:#fff;width:600px;margin: 0 auto;text-align:left} -#header {background: #666 url("/<?php echo $data['baseurlpath']; ?>resources/sprites.gif") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px} -#header h1 {color:#fff;font-size: 145%;padding:20px 20px 12px} -#poweredby {width:96px;height:63px;position:absolute;top:0;right:0} -#content {padding: 0 20px} - -/* TYPOGRAPHY */ -p, ul, ol {margin: 0 0 1.5em} -h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em} -h1 {font-size: 196%;margin-top:0;border:none} -h2 {font-size: 136%} -h3 {font-size: 126%} -h4 {font-size: 116%} -h5 {font-size: 106%} -h6 {font-size: 96%} - -.old {text-decoration:line-through} -</style> -</head> -<body> - -<div id="wrap"> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>User consent on attribute release</h1> @@ -81,15 +33,4 @@ h6 {font-size: 96%} </table> - <hr /> - - Copyright © 2007 <a href="http://rnd.feide.no/">Feide RnD</a> - - <hr /> - - </div> - -</div> - -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file diff --git a/templates/default/en/error.php b/templates/default/en/error.php index 8d46001449f1c014126cfdf392542ea122e57c3d..8fa49540de661dc21b15fbf14b9bc195face8ddb 100644 --- a/templates/default/en/error.php +++ b/templates/default/en/error.php @@ -1,52 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title><?php echo $data['header']; ?></title> - -<style type="text/css"> - -/* these styles are in the head of this page because this is a unique page */ - -/* THE BIG GUYS */ -* {margin:0;padding:0} -body {text-align:center;padding: 20px 0;background: #222;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif} -img {border:none;display:block} -hr {margin: 1em 0;background:#eee;height:1px;color:#eee;border:none;clear:both} - -/* LINKS */ -a,a:link,a:link,a:link,a:hover {font-weight:bold;background:transparent;text-decoration:underline;cursor:pointer} -a:link {color:#c00} -a:visited {color:#999} -a:hover,a:active {color:#069} - -/* LISTS */ -ul {margin: .3em 0 1.5em 2em} - ul.related {margin-top:-1em} -li {margin-left:2em} -dt {font-weight:bold} -#wrap {border: 1px solid #fff;position:relative;background:#fff;width:600px;margin: 0 auto;text-align:left} -#header {background: #666 url("/<?php echo $data['baseurlpath']; ?>resources/sprites.gif") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px} -#header h1 {color:#fff;font-size: 145%;padding:20px 20px 12px} -#poweredby {width:96px;height:63px;position:absolute;top:0;right:0} -#content {padding: 0 20px} - -/* TYPOGRAPHY */ -p, ul, ol {margin: 0 0 1.5em} -h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em} -h1 {font-size: 196%;margin-top:0;border:none} -h2 {font-size: 136%} -h3 {font-size: 126%} -h4 {font-size: 116%} -h5 {font-size: 106%} -h6 {font-size: 96%} - -.old {text-decoration:line-through} -</style> -</head> -<body> - -<div id="wrap"> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>simpleSAMLphp error page</h1> @@ -83,15 +35,4 @@ h6 {font-size: 96%} - <hr /> - - Copyright © 2007 <a href="http://rnd.feide.no/">Feide RnD</a> - - <hr /> - - </div> - -</div> - -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file diff --git a/templates/default/en/httpredirect-debug.php b/templates/default/en/httpredirect-debug.php index a4633cacc1e48657d09d5e6100f21d4ad2957985..a3308cf63556b2b82805f7a05a7078908e98e345 100644 --- a/templates/default/en/httpredirect-debug.php +++ b/templates/default/en/httpredirect-debug.php @@ -1,56 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title><?php echo $data['header']; ?></title> -<script> -<!-- -function sf(){document.f.username.focus();} -// --> -</script> -<style type="text/css"> - -/* these styles are in the head of this page because this is a unique page */ - -/* THE BIG GUYS */ -* {margin:0;padding:0} -body {text-align:center;padding: 20px 0;background: #222;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif} -img {border:none;display:block} -hr {margin: 1em 0;background:#eee;height:1px;color:#eee;border:none;clear:both} - -/* LINKS */ -a,a:link,a:link,a:link,a:hover {font-weight:bold;background:transparent;text-decoration:underline;cursor:pointer} -a:link {color:#c00} -a:visited {color:#999} -a:hover,a:active {color:#069} - -/* LISTS */ -ul {margin: .3em 0 1.5em 2em} - ul.related {margin-top:-1em} -li {margin-left:2em} -dt {font-weight:bold} -#wrap {border: 1px solid #fff;position:relative;background:#fff;width:600px;margin: 0 auto;text-align:left} -#header {background: #666 url("/<?php echo $data['baseurlpath']; ?>resources/sprites.gif") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px} -#header h1 {color:#fff;font-size: 145%;padding:20px 20px 12px} -#poweredby {width:96px;height:63px;position:absolute;top:0;right:0} -#content {padding: 0 20px} - -/* TYPOGRAPHY */ -p, ul, ol {margin: 0 0 1.5em} -h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em} -h1 {font-size: 196%;margin-top:0;border:none} -h2 {font-size: 136%} -h3 {font-size: 126%} -h4 {font-size: 116%} -h5 {font-size: 106%} -h6 {font-size: 96%} - -.old {text-decoration:line-through} -</style> -</head> -<body onload="sf();"> - -<div id="wrap"> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>simpleSAMLphp HTTP-REDIRECT debug</h1> @@ -75,15 +23,4 @@ h6 {font-size: 96%} - <hr /> - - Copyright © 2007 <a href="http://rnd.feide.no/">Feide RnD</a> - - <hr /> - - </div> - -</div> - -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file diff --git a/templates/default/en/login-ldapmulti.php b/templates/default/en/login-ldapmulti.php index fc9eac46e8aee4beb882a39914a3004a11967bf4..7b80c4b05ca340f956e8019f765a16bb053c755c 100644 --- a/templates/default/en/login-ldapmulti.php +++ b/templates/default/en/login-ldapmulti.php @@ -1,56 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title><?php echo $data['header']; ?></title> -<script> -<!-- -function sf(){document.f.username.focus();} -// --> -</script> -<style type="text/css"> - -/* these styles are in the head of this page because this is a unique page */ - -/* THE BIG GUYS */ -* {margin:0;padding:0} -body {text-align:center;padding: 20px 0;background: #222;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif} -img {border:none;display:block} -hr {margin: 1em 0;background:#eee;height:1px;color:#eee;border:none;clear:both} - -/* LINKS */ -a,a:link,a:link,a:link,a:hover {font-weight:bold;background:transparent;text-decoration:underline;cursor:pointer} -a:link {color:#c00} -a:visited {color:#999} -a:hover,a:active {color:#069} - -/* LISTS */ -ul {margin: .3em 0 1.5em 2em} - ul.related {margin-top:-1em} -li {margin-left:2em} -dt {font-weight:bold} -#wrap {border: 1px solid #fff;position:relative;background:#fff;width:600px;margin: 0 auto;text-align:left} -#header {background: #666 url("/<?php echo $data['baseurlpath']; ?>resources/sprites.gif") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px} -#header h1 {color:#fff;font-size: 145%;padding:20px 20px 12px} -#poweredby {width:96px;height:63px;position:absolute;top:0;right:0} -#content {padding: 0 20px} - -/* TYPOGRAPHY */ -p, ul, ol {margin: 0 0 1.5em} -h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em} -h1 {font-size: 196%;margin-top:0;border:none} -h2 {font-size: 136%} -h3 {font-size: 126%} -h4 {font-size: 116%} -h5 {font-size: 106%} -h6 {font-size: 96%} - -.old {text-decoration:line-through} -</style> -</head> -<body onload="sf();"> - -<div id="wrap"> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>simpleSAMLphp authentication</h1> @@ -127,16 +75,4 @@ h6 {font-size: 96%} <p>Hey! This simpleSAMLphp thing is pretty cool, where can I read more about it? You can find more information about simpleSAMLphp at <a href="http://rnd.feide.no">the Feide RnD blog</a> over at <a href="http://uninett.no">UNINETT</a>.</p> - - <hr /> - - Copyright © 2007 <a href="http://rnd.feide.no/">Feide RnD</a> - - <hr /> - - </div> - -</div> - -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file diff --git a/templates/default/en/login.php b/templates/default/en/login.php index 756e37f62d402f6e14606ac6f68e9fb71c0d0ff9..334568122885a33f0274c2ba8463b1c138025121 100644 --- a/templates/default/en/login.php +++ b/templates/default/en/login.php @@ -1,56 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title><?php echo $data['header']; ?></title> -<script> -<!-- -function sf(){document.f.username.focus();} -// --> -</script> -<style type="text/css"> - -/* these styles are in the head of this page because this is a unique page */ - -/* THE BIG GUYS */ -* {margin:0;padding:0} -body {text-align:center;padding: 20px 0;background: #222;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif} -img {border:none;display:block} -hr {margin: 1em 0;background:#eee;height:1px;color:#eee;border:none;clear:both} - -/* LINKS */ -a,a:link,a:link,a:link,a:hover {font-weight:bold;background:transparent;text-decoration:underline;cursor:pointer} -a:link {color:#c00} -a:visited {color:#999} -a:hover,a:active {color:#069} - -/* LISTS */ -ul {margin: .3em 0 1.5em 2em} - ul.related {margin-top:-1em} -li {margin-left:2em} -dt {font-weight:bold} -#wrap {border: 1px solid #fff;position:relative;background:#fff;width:600px;margin: 0 auto;text-align:left} -#header {background: #666 url("/<?php echo $data['baseurlpath']; ?>resources/sprites.gif") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px} -#header h1 {color:#fff;font-size: 145%;padding:20px 20px 12px} -#poweredby {width:96px;height:63px;position:absolute;top:0;right:0} -#content {padding: 0 20px} - -/* TYPOGRAPHY */ -p, ul, ol {margin: 0 0 1.5em} -h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em} -h1 {font-size: 196%;margin-top:0;border:none} -h2 {font-size: 136%} -h3 {font-size: 126%} -h4 {font-size: 116%} -h5 {font-size: 106%} -h6 {font-size: 96%} - -.old {text-decoration:line-through} -</style> -</head> -<body onload="sf();"> - -<div id="wrap"> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>simpleSAMLphp authentication</h1> @@ -110,15 +58,4 @@ h6 {font-size: 96%} You can find more information about simpleSAMLphp at <a href="http://rnd.feide.no">the Feide RnD blog</a> over at <a href="http://uninett.no">UNINETT</a>.</p> - <hr /> - - Copyright © 2007 <a href="http://rnd.feide.no/">Feide RnD</a> - - <hr /> - - </div> - -</div> - -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file diff --git a/templates/default/en/metadata.php b/templates/default/en/metadata.php index bb6e93c18f3b08cd575b7fba86c12830a6e10978..e30c291237149eea27bfba88e48c2a29383ba11e 100644 --- a/templates/default/en/metadata.php +++ b/templates/default/en/metadata.php @@ -1,52 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title><?php echo $data['header']; ?></title> - -<style type="text/css"> - -/* these styles are in the head of this page because this is a unique page */ - -/* THE BIG GUYS */ -* {margin:0;padding:0} -body {text-align:center;padding: 20px 0;background: #222;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif} -img {border:none;display:block} -hr {margin: 1em 0;background:#eee;height:1px;color:#eee;border:none;clear:both} - -/* LINKS */ -a,a:link,a:link,a:link,a:hover {font-weight:bold;background:transparent;text-decoration:underline;cursor:pointer} -a:link {color:#c00} -a:visited {color:#999} -a:hover,a:active {color:#069} - -/* LISTS */ -ul {margin: .3em 0 1.5em 2em} - ul.related {margin-top:-1em} -li {margin-left:2em} -dt {font-weight:bold} -#wrap {border: 1px solid #fff;position:relative;background:#fff;width:600px;margin: 0 auto;text-align:left} -#header {background: #666 url("/<?php echo $data['baseurlpath']; ?>resources/sprites.gif") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px} -#header h1 {color:#fff;font-size: 145%;padding:20px 20px 12px} -#poweredby {width:96px;height:63px;position:absolute;top:0;right:0} -#content {padding: 0 20px} - -/* TYPOGRAPHY */ -p, ul, ol {margin: 0 0 1.5em} -h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em} -h1 {font-size: 196%;margin-top:0;border:none} -h2 {font-size: 136%} -h3 {font-size: 126%} -h4 {font-size: 116%} -h5 {font-size: 106%} -h6 {font-size: 96%} - -.old {text-decoration:line-through} -</style> -</head> -<body> - -<div id="wrap"> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>simpleSAMLphp status page</h1> @@ -95,15 +47,4 @@ h6 {font-size: 96%} <?php } ?> - <hr /> - - Copyright © 2007 <a href="http://rnd.feide.no/">Feide RnD</a> - - <hr /> - - </div> - -</div> - -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file diff --git a/templates/default/en/post-debug.php b/templates/default/en/post-debug.php index b3dfebf1105cbc198cd21eceafd9ecb0a1bb36df..a9a20e2ef5416b9c577042013c35e12a7ccca3b2 100644 --- a/templates/default/en/post-debug.php +++ b/templates/default/en/post-debug.php @@ -1,56 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title><?php echo $data['header']; ?></title> -<script> -<!-- -function sf(){document.f.username.focus();} -// --> -</script> -<style type="text/css"> - -/* these styles are in the head of this page because this is a unique page */ - -/* THE BIG GUYS */ -* {margin:0;padding:0} -body {text-align:center;padding: 20px 0;background: #222;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif} -img {border:none;display:block} -hr {margin: 1em 0;background:#eee;height:1px;color:#eee;border:none;clear:both} - -/* LINKS */ -a,a:link,a:link,a:link,a:hover {font-weight:bold;background:transparent;text-decoration:underline;cursor:pointer} -a:link {color:#c00} -a:visited {color:#999} -a:hover,a:active {color:#069} - -/* LISTS */ -ul {margin: .3em 0 1.5em 2em} - ul.related {margin-top:-1em} -li {margin-left:2em} -dt {font-weight:bold} -#wrap {border: 1px solid #fff;position:relative;background:#fff;width:600px;margin: 0 auto;text-align:left} -#header {background: #666 url("/<?php echo $data['baseurlpath']; ?>resources/sprites.gif") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px} -#header h1 {color:#fff;font-size: 145%;padding:20px 20px 12px} -#poweredby {width:96px;height:63px;position:absolute;top:0;right:0} -#content {padding: 0 20px} - -/* TYPOGRAPHY */ -p, ul, ol {margin: 0 0 1.5em} -h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em} -h1 {font-size: 196%;margin-top:0;border:none} -h2 {font-size: 136%} -h3 {font-size: 126%} -h4 {font-size: 116%} -h5 {font-size: 106%} -h6 {font-size: 96%} - -.old {text-decoration:line-through} -</style> -</head> -<body onload="sf();"> - -<div id="wrap"> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>simpleSAMLphp authentication</h1> @@ -77,15 +25,4 @@ h6 {font-size: 96%} <pre style="overflow: scroll; border: 1px solid #eee"><?php echo $data['responseHTML']; ?></pre> - <hr /> - - Copyright © 2007 <a href="http://rnd.feide.no/">Feide RnD</a> - - <hr /> - - </div> - -</div> - -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file diff --git a/templates/default/en/selectidp.php b/templates/default/en/selectidp.php index c1174f709d0e3cecf52c7f923850a2ff5611171b..c9ab2518e3ebe916eb07cee38cc2c5b2a4ef7e37 100644 --- a/templates/default/en/selectidp.php +++ b/templates/default/en/selectidp.php @@ -1,52 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title><?php echo $data['header']; ?></title> - -<style type="text/css"> - -/* these styles are in the head of this page because this is a unique page */ - -/* THE BIG GUYS */ -* {margin:0;padding:0} -body {text-align:center;padding: 20px 0;background: #222;color:#333;font:83%/1.5 arial,tahoma,verdana,sans-serif} -img {border:none;display:block} -hr {margin: 1em 0;background:#eee;height:1px;color:#eee;border:none;clear:both} - -/* LINKS */ -a,a:link,a:link,a:link,a:hover {font-weight:bold;background:transparent;text-decoration:underline;cursor:pointer} -a:link {color:#c00} -a:visited {color:#999} -a:hover,a:active {color:#069} - -/* LISTS */ -ul {margin: .3em 0 1.5em 2em} - ul.related {margin-top:-1em} -li {margin-left:2em} -dt {font-weight:bold} -#wrap {border: 1px solid #fff;position:relative;background:#fff;width:600px;margin: 0 auto;text-align:left} -#header {background: #666 url("/<?php echo $data['baseurlpath']; ?>resources/sprites.gif") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px} -#header h1 {color:#fff;font-size: 145%;padding:20px 20px 12px} -#poweredby {width:96px;height:63px;position:absolute;top:0;right:0} -#content {padding: 0 20px} - -/* TYPOGRAPHY */ -p, ul, ol {margin: 0 0 1.5em} -h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em} -h1 {font-size: 196%;margin-top:0;border:none} -h2 {font-size: 136%} -h3 {font-size: 126%} -h4 {font-size: 116%} -h5 {font-size: 106%} -h6 {font-size: 96%} - -.old {text-decoration:line-through} -</style> -</head> -<body> - -<div id="wrap"> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>SAML 2.0 IdP Discovery Service</h1> @@ -74,17 +26,4 @@ h6 {font-size: 96%} ?> - - - <hr /> - - Copyright © 2007 <a href="http://rnd.feide.no/">Feide RnD</a> - - <hr /> - - </div> - -</div> - -</body> -</html> +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> diff --git a/templates/default/en/status.php b/templates/default/en/status.php index 257f5ad126ac9cbf7a74234a84f7d07bb185a232..6f675499a85e42ee728a3f91a3a8516dca642ca1 100644 --- a/templates/default/en/status.php +++ b/templates/default/en/status.php @@ -1,4 +1,4 @@ -<?php include('includes/header.php'); ?> +<?php $this->includeAtTemplateBase('includes/header.php'); ?> <div id="header"> <h1>simpleSAMLphp status page</h1> @@ -15,7 +15,6 @@ <h2>Your attributes</h2> - <table> <?php @@ -43,4 +42,4 @@ <p>Hey! This simpleSAMLphp thing is pretty cool, where can I read more about it? You can find more information about simpleSAMLphp at <a href="http://rnd.feide.no">the Feide RnD blog</a> over at <a href="http://uninett.no">UNINETT</a>.</p> -<?php include('includes/footer.php'); ?> \ No newline at end of file +<?php $this->includeAtTemplateBase('includes/footer.php'); ?> \ No newline at end of file diff --git a/templates/default/includes/header.php b/templates/default/includes/header.php index ca89a712bd16daca825ae8fea3c5a464969d580a..13450be4560c966c0724a6a25f0fd380bfef419e 100644 --- a/templates/default/includes/header.php +++ b/templates/default/includes/header.php @@ -46,4 +46,27 @@ h6 {font-size: 96%} </head> <body> -<div id="wrap"> \ No newline at end of file +<div id="wrap"> + + +<?php + +$languages = $this->getLanguageList(); +$langnames = array( + 'no' => 'Norsk', + 'en' => 'English', + 'de' => 'Deutch', + 'dk' => 'Dansk' +); + + +foreach ($languages AS $lang => $current) { + if ($current) { + echo $langnames[$lang] . ' | '; + } else { + echo '<a href="' . SimpleSAML_Utilities::addURLparameter(SimpleSAML_Utilities::selfURL(), 'language=' . $lang) . '">' . + $langnames[$lang] . '</a> | '; + } +} + +?> \ No newline at end of file