added CSS

This commit is contained in:
Roland Gruber 2003-05-21 17:39:30 +00:00
parent e733b6bd13
commit 4cf1fab3b6
2 changed files with 8 additions and 3 deletions

View File

@ -31,10 +31,11 @@ session_start();
<html>
<head>
<title>
<?
echo _("Login");
?>
<?
echo _("Login");
?>
</title>
<link rel="stylesheet" type="text/css" href="../../style/layout.css">
</head>
<body>
<p align="center"><a href="http://lam.sf.net" target="new_window">

View File

@ -45,6 +45,10 @@ session_destroy();
<html>
<body>
<title>
<? echo _("Logout"); ?>
</title>
<link rel="stylesheet" type="text/css" href="../style/layout.css">
<p align="center"><a href="http://lam.sf.net" target="new_window"><img src="../graphics/banner.jpg" border=1></a></p><hr><br>
<p align="center"><big><? echo ("You have been logged off from LDAP Account Manager."); ?></big></p>
<br><br><br><br><br><a href="../templates/login.php" target="_top"> <? echo _("Back to Login") ?> </a>