corrected homepage address

This commit is contained in:
Roland Gruber 2005-12-05 19:09:04 +00:00
parent 4cde8399a9
commit ce8164b127
9 changed files with 9 additions and 9 deletions

View File

@ -65,7 +65,7 @@ LAM - Readme
cookies. cookies.
Download: Download:
You can get the newest version at http://lam.sf.net/. You can get the newest version at http://lam.sourceforge.net/.
License: License:
LAM is published under the GNU General Public License. LAM is published under the GNU General Public License.

View File

@ -63,7 +63,7 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText='',$MessageVari
$class = "class=\"statusError\""; $class = "class=\"statusError\"";
$MessageTyp = _("LAM Internal Error"); $MessageTyp = _("LAM Internal Error");
$MessageHeadline = _("Invalid/Missing Message type"); $MessageHeadline = _("Invalid/Missing Message type");
$MessageText = _("Please report this error to the Bug-Tracker at {link=http://lam.sf.net}LDAP Account Manager Development Team{endlink}. The error number is {bold}0001:Invalid/Missing Message type.{endbold} Thank you."); $MessageText = _("Please report this error to the Bug-Tracker at {link=http://lam.sourceforge.net}LDAP Account Manager Development Team{endlink}. The error number is {bold}0001:Invalid/Missing Message type.{endbold} Thank you.");
} }
$MessageHeadline = parseMessageString($MessageHeadline); $MessageHeadline = parseMessageString($MessageHeadline);

View File

@ -82,7 +82,7 @@ echo $_SESSION['header'];
echo "//-->\n"; echo "//-->\n";
echo "</script>\n"; echo "</script>\n";
?> ?>
<p align="center"><a href="http://lam.sf.net" target="_blank"> <p align="center"><a href="http://lam.sourceforge.net" target="_blank">
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a> <img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
</p> </p>
<hr><br><br> <hr><br><br>

View File

@ -149,7 +149,7 @@ echo ("<title>" . _("LDAP Account Manager Configuration") . "</title>\n");
echo ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n"); echo ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n");
echo ("</head>\n"); echo ("</head>\n");
echo ("<body>\n"); echo ("<body>\n");
echo ("<p align=\"center\"><a href=\"http://lam.sf.net\" target=\"new_window\">". echo ("<p align=\"center\"><a href=\"http://lam.sourceforge.net\" target=\"new_window\">".
"<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p>\n<hr>\n<p></p>\n"); "<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p>\n<hr>\n<p></p>\n");
// display formular // display formular

View File

@ -68,7 +68,7 @@ echo "<title>" . _("LDAP Account Manager Configuration") . "</title>\n";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n"; echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
echo "</head><body>\n"; echo "</head><body>\n";
echo ("<p align=\"center\"><a href=\"http://lam.sf.net\" target=\"new_window\">". echo ("<p align=\"center\"><a href=\"http://lam.sourceforge.net\" target=\"new_window\">".
"<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p><hr><br>\n"); "<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p><hr><br>\n");
echo ("<form action=\"confmodules.php\" method=\"post\">\n"); echo ("<form action=\"confmodules.php\" method=\"post\">\n");

View File

@ -76,7 +76,7 @@ echo "<title>" . _("LDAP Account Manager Configuration") . "</title>\n";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n"; echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
echo "</head><body>\n"; echo "</head><body>\n";
echo ("<p align=\"center\"><a href=\"http://lam.sf.net\" target=\"new_window\">". echo ("<p align=\"center\"><a href=\"http://lam.sourceforge.net\" target=\"new_window\">".
"<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p><hr><br><br>"); "<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p><hr><br><br>");
// remove double slashes if magic quotes are on // remove double slashes if magic quotes are on

View File

@ -53,7 +53,7 @@ echo $_SESSION['header'];
<link rel="stylesheet" type="text/css" href="../../style/layout.css"> <link rel="stylesheet" type="text/css" href="../../style/layout.css">
</head> </head>
<body> <body>
<p align="center"><a href="http://lam.sf.net" target="_blank"> <p align="center"><a href="http://lam.sourceforge.net" target="_blank">
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a> <img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
</p> </p>
<hr><br> <hr><br>

View File

@ -164,7 +164,7 @@ function display_LoginPage($config_object) {
echo "</script>\n"; echo "</script>\n";
?> ?>
<p align="center"> <p align="center">
<a href="http://lam.sf.net" target="_blank"><img src="../graphics/banner.jpg" border="1" alt="LDAP Account Manager"></a> <a href="http://lam.sourceforge.net" target="_blank"><img src="../graphics/banner.jpg" border="1" alt="LDAP Account Manager"></a>
</p> </p>
<table width="100%" border="0"> <table width="100%" border="0">
<tr> <tr>

View File

@ -64,7 +64,7 @@ unset($_SESSION);
<link rel="stylesheet" type="text/css" href="../style/layout.css"> <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.sourceforge.net" target="new_window">
<img src="../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a> <img src="../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
</p> </p>
<hr> <hr>