added CSS
This commit is contained in:
parent
e733b6bd13
commit
4cf1fab3b6
|
@ -35,6 +35,7 @@ session_start();
|
||||||
echo _("Login");
|
echo _("Login");
|
||||||
?>
|
?>
|
||||||
</title>
|
</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../style/layout.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p align="center"><a href="http://lam.sf.net" target="new_window">
|
<p align="center"><a href="http://lam.sf.net" target="new_window">
|
||||||
|
|
|
@ -45,6 +45,10 @@ session_destroy();
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<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"><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>
|
<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>
|
<br><br><br><br><br><a href="../templates/login.php" target="_top"> <? echo _("Back to Login") ?> </a>
|
||||||
|
|
Loading…
Reference in New Issue