new homepage
This commit is contained in:
parent
0877886f97
commit
01d86412ac
|
@ -67,7 +67,7 @@ LAM - Readme
|
|||
cookies.
|
||||
|
||||
Download:
|
||||
You can get the newest version at http://lam.sourceforge.net/.
|
||||
You can get the newest version at http://www.ldap-account-manager.org/.
|
||||
|
||||
License:
|
||||
LAM is published under the GNU General Public License.
|
||||
|
|
|
@ -203,7 +203,7 @@ $helpArray = array (
|
|||
/* This is a sample help entry. Just copy this line an modify the values between the [] brackets.
|
||||
|
||||
"[HelpNumber]" => array ("Headline" => _("[Headline]"), "Text" => _("[Text]"), "SeeAlso" => array('link' => "[SeeAlso link]", 'text' => '[link text]')),
|
||||
"999" => array ("Headline" => _("This is a sample entry"), "Text" => _("Sample text"), "SeeAlso" => array('link' => "http://lam.sf.net", 'text' => 'Project page')),
|
||||
"999" => array ("Headline" => _("This is a sample entry"), "Text" => _("Sample text"), "SeeAlso" => array('link' => "http://www.ldap-account-manager.org/", 'text' => 'Project page')),
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -883,7 +883,7 @@ abstract class baseModule {
|
|||
* <br>
|
||||
* <b>Example:</b><br>
|
||||
* <br>
|
||||
* array('Headline' => 'This is the head line', 'Text' => 'Help content', 'SeeAlso' => array('text' => 'LAM homepage', 'link' => 'http://lam.sf.net'))
|
||||
* array('Headline' => 'This is the head line', 'Text' => 'Help content', 'SeeAlso' => array('text' => 'LAM homepage', 'link' => 'http://www.ldap-account-manager.org/'))
|
||||
*
|
||||
* @param string $id The id string for the help entry needed.
|
||||
* @return array The desired help entry.
|
||||
|
|
|
@ -305,7 +305,7 @@ class selfServiceProfile {
|
|||
$this->LDAPUser = "";
|
||||
$this->LDAPPassword = "";
|
||||
$this->searchAttribute = "uid";
|
||||
$this->pageHeader = '<p align="center"><a href="http://lam.sourceforge.net" target="_blank"><img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a></p><hr>';
|
||||
$this->pageHeader = '<p align="center"><a href="http://www.ldap-account-manager.org/" target="_blank"><img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a></p><hr>';
|
||||
$this->additionalCSS = '';
|
||||
$this->loginCaption = "Welcome to LAM self service. Please enter your user name and password.";
|
||||
$this->loginAttributeText = "User name";
|
||||
|
|
|
@ -63,7 +63,7 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText='',$MessageVari
|
|||
$class = "class=\"statusError\"";
|
||||
$MessageTyp = "ERROR";
|
||||
$MessageHeadline = "Invalid/Missing Message type";
|
||||
$MessageText = "Please report this error to the Bug-Tracker at {link=http://lam.sourceforge.net}LDAP Account Manager Development Team{endlink}. Thank you.";
|
||||
$MessageText = "Please report this error to the Bug-Tracker at {link=http://www.ldap-account-manager.org/}LDAP Account Manager Development Team{endlink}. Thank you.";
|
||||
}
|
||||
|
||||
$MessageHeadline = parseMessageString($MessageHeadline);
|
||||
|
|
|
@ -77,7 +77,7 @@ echo $_SESSION['header'];
|
|||
echo "//-->\n";
|
||||
echo "</script>\n";
|
||||
?>
|
||||
<p align="center"><a href="http://lam.sourceforge.net" target="_blank">
|
||||
<p align="center"><a href="http://www.ldap-account-manager.org/" target="_blank">
|
||||
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
</p>
|
||||
<hr><br><br>
|
||||
|
|
|
@ -119,7 +119,7 @@ echo ("</head>\n");
|
|||
echo ("<body onload=\"configLoginMethodChanged()\">\n");
|
||||
echo "<script type=\"text/javascript\" src=\"../wz_tooltip.js\"></script>\n";
|
||||
echo "<script type=\"text/javascript\" src=\"config.js\"></script>\n";
|
||||
echo ("<p align=\"center\"><a href=\"http://lam.sourceforge.net\" target=\"new_window\">".
|
||||
echo ("<p align=\"center\"><a href=\"http://www.ldap-account-manager.org/\" target=\"new_window\">".
|
||||
"<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p>\n<hr>\n<p> </p>\n");
|
||||
|
||||
if (!$conf->isWritable()) {
|
||||
|
|
|
@ -96,7 +96,7 @@ for ($i = 0; $i < sizeof($types); $i++){
|
|||
echo "</head><body>\n";
|
||||
echo "<script type=\"text/javascript\" src=\"../wz_tooltip.js\"></script>\n";
|
||||
|
||||
echo ("<p align=\"center\"><a href=\"http://lam.sourceforge.net\" target=\"new_window\">".
|
||||
echo ("<p align=\"center\"><a href=\"http://www.ldap-account-manager.org/\" target=\"new_window\">".
|
||||
"<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p><hr>\n<p> </p>\n");
|
||||
|
||||
// print error messages
|
||||
|
|
|
@ -82,7 +82,7 @@ echo "<title>" . _("LDAP Account Manager Configuration") . "</title>\n";
|
|||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
||||
echo "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"../../graphics/favicon.ico\">\n";
|
||||
echo "</head><body>\n";
|
||||
echo ("<p align=\"center\"><a href=\"http://lam.sourceforge.net\" target=\"new_window\">".
|
||||
echo ("<p align=\"center\"><a href=\"http://www.ldap-account-manager.org/\" target=\"new_window\">".
|
||||
"<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p><hr><br><br>");
|
||||
$conf->save();
|
||||
echo ("<br><br><br><br><br><a href=\"../login.php\" target=\"_top\">" . _("Back to Login") . "</a>");
|
||||
|
|
|
@ -111,7 +111,7 @@ for ($i = 0; $i < sizeof($allTypes); $i++){
|
|||
echo "</head><body>\n";
|
||||
echo "<script type=\"text/javascript\" src=\"../wz_tooltip.js\"></script>\n";
|
||||
|
||||
echo ("<p align=\"center\"><a href=\"http://lam.sf.net\" target=\"new_window\">".
|
||||
echo ("<p align=\"center\"><a href=\"http://www.ldap-account-manager.org/\" target=\"new_window\">".
|
||||
"<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p><hr>\n<p> </p>\n");
|
||||
|
||||
// print error messages
|
||||
|
|
|
@ -54,7 +54,7 @@ echo $_SESSION['header'];
|
|||
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<p align="center"><a href="http://lam.sourceforge.net" target="_blank">
|
||||
<p align="center"><a href="http://www.ldap-account-manager.org/" target="_blank">
|
||||
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
</p>
|
||||
<hr>
|
||||
|
|
|
@ -85,7 +85,7 @@ echo $_SESSION['header'];
|
|||
echo "</script>\n";
|
||||
echo "<script type=\"text/javascript\" src=\"../wz_tooltip.js\"></script>\n";
|
||||
?>
|
||||
<p align="center"><a href="http://lam.sourceforge.net" target="_blank">
|
||||
<p align="center"><a href="http://www.ldap-account-manager.org/" target="_blank">
|
||||
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
</p>
|
||||
<hr><br><br>
|
||||
|
|
|
@ -64,7 +64,7 @@ echo $_SESSION['header'];
|
|||
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<p align="center"><a href="http://lam.sourceforge.net" target="_blank">
|
||||
<p align="center"><a href="http://www.ldap-account-manager.org/" target="_blank">
|
||||
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
</p>
|
||||
<hr><br>
|
||||
|
|
|
@ -56,7 +56,7 @@ echo $_SESSION['header'];
|
|||
<link rel="shortcut icon" type="image/x-icon" href="../../graphics/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<p align="center"><a href="http://lam.sourceforge.net" target="_blank">
|
||||
<p align="center"><a href="http://www.ldap-account-manager.org/" target="_blank">
|
||||
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
</p>
|
||||
<hr><br>
|
||||
|
|
|
@ -211,7 +211,7 @@ function display_LoginPage($config_object) {
|
|||
echo "</script>\n";
|
||||
?>
|
||||
<p align="center">
|
||||
<a href="http://lam.sourceforge.net" target="_blank"><img src="../graphics/banner.jpg" border="1" alt="LDAP Account Manager"></a>
|
||||
<a href="http://www.ldap-account-manager.org/" target="_blank"><img src="../graphics/banner.jpg" border="1" alt="LDAP Account Manager"></a>
|
||||
</p>
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
|
@ -221,7 +221,7 @@ function display_LoginPage($config_object) {
|
|||
<TD width="50%" align="right">
|
||||
<?PHP
|
||||
if (!isLAMProVersion()) {
|
||||
echo "<a href=\"http://lam.sourceforge.net/lamPro/index.htm\">" . _("Want more features? Get LAM Pro!") . "</a>";
|
||||
echo "<a href=\"http://www.ldap-account-manager.org/lamcms/lamPro\">" . _("Want more features? Get LAM Pro!") . "</a>";
|
||||
}
|
||||
?>
|
||||
</TD>
|
||||
|
|
|
@ -69,7 +69,7 @@ unset($_SESSION);
|
|||
<link rel="stylesheet" type="text/css" href="../style/layout.css">
|
||||
</head>
|
||||
<body>
|
||||
<p align="center"><a href="http://lam.sourceforge.net" target="new_window">
|
||||
<p align="center"><a href="http://www.ldap-account-manager.org/" target="new_window">
|
||||
<img src="../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
</p>
|
||||
<hr>
|
||||
|
|
|
@ -57,14 +57,14 @@ $types = $_SESSION['config']->get_ActiveTypes();
|
|||
<td width="200">
|
||||
<?PHP
|
||||
if (!isLAMProVersion()) {
|
||||
echo "<a href=\"http://lam.sourceforge.net/sponsors/donations.htm\" target=\"_blank\"><img alt=\"donations\" src=\"../graphics/smile.png\"> " . _("Donate") . "</a>";
|
||||
echo "<a href=\"http://www.ldap-account-manager.org/lamcms/donations\" target=\"_blank\"><img alt=\"donations\" src=\"../graphics/smile.png\"> " . _("Donate") . "</a>";
|
||||
echo "<br><br>";
|
||||
}
|
||||
?>
|
||||
<a href="tools.php" target="mainpart"><img alt="tools" src="../graphics/tools.png"> <BIG><B><?php echo _("Tools") ?></B></BIG></a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="http://lam.sourceforge.net" target="new_window"><img src="../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
<a href="http://www.ldap-account-manager.org/" target="new_window"><img src="../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
</td>
|
||||
<td width="200" align="right" height=20><a href="./logout.php" target="_top"><img alt="logout" src="../graphics/exit.png"> <big><b><?php echo _("Logout") ?></b></big></a></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue