From 01d86412ac77aea2680b17db739406d238e71344 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 10 Aug 2009 16:13:27 +0000 Subject: [PATCH] new homepage --- lam/README | 2 +- lam/help/help.inc | 2 +- lam/lib/baseModule.inc | 2 +- lam/lib/selfService.inc | 2 +- lam/lib/status.inc | 2 +- lam/templates/config/conflogin.php | 2 +- lam/templates/config/confmain.php | 2 +- lam/templates/config/confmodules.php | 2 +- lam/templates/config/confsave.php | 2 +- lam/templates/config/conftypes.php | 2 +- lam/templates/config/index.php | 2 +- lam/templates/config/mainlogin.php | 2 +- lam/templates/config/mainmanage.php | 2 +- lam/templates/config/profmanage.php | 2 +- lam/templates/login.php | 4 ++-- lam/templates/logout.php | 2 +- lam/templates/main_header.php | 4 ++-- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lam/README b/lam/README index 815a3c05..7d20cea1 100644 --- a/lam/README +++ b/lam/README @@ -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. diff --git a/lam/help/help.inc b/lam/help/help.inc index 44eb3475..c7973332 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -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')), diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index e94c2e66..db9ef04f 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -883,7 +883,7 @@ abstract class baseModule { *
* Example:
*
- * 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. diff --git a/lam/lib/selfService.inc b/lam/lib/selfService.inc index 272c307a..e18e6bd8 100644 --- a/lam/lib/selfService.inc +++ b/lam/lib/selfService.inc @@ -305,7 +305,7 @@ class selfServiceProfile { $this->LDAPUser = ""; $this->LDAPPassword = ""; $this->searchAttribute = "uid"; - $this->pageHeader = '

LDAP Account Manager


'; + $this->pageHeader = '

LDAP Account Manager


'; $this->additionalCSS = ''; $this->loginCaption = "Welcome to LAM self service. Please enter your user name and password."; $this->loginAttributeText = "User name"; diff --git a/lam/lib/status.inc b/lam/lib/status.inc index 6a165de6..9ee846e8 100644 --- a/lam/lib/status.inc +++ b/lam/lib/status.inc @@ -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); diff --git a/lam/templates/config/conflogin.php b/lam/templates/config/conflogin.php index da1a34cf..bb54cca6 100644 --- a/lam/templates/config/conflogin.php +++ b/lam/templates/config/conflogin.php @@ -77,7 +77,7 @@ echo $_SESSION['header']; echo "//-->\n"; echo "\n"; ?> -

+

LDAP Account Manager




diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index e1c188f3..de1a0463 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -119,7 +119,7 @@ echo ("\n"); echo ("\n"); echo "\n"; echo "\n"; -echo ("

". +echo ("

". "\"LDAP

\n
\n

 

\n"); if (!$conf->isWritable()) { diff --git a/lam/templates/config/confmodules.php b/lam/templates/config/confmodules.php index 0a439529..343c5849 100644 --- a/lam/templates/config/confmodules.php +++ b/lam/templates/config/confmodules.php @@ -96,7 +96,7 @@ for ($i = 0; $i < sizeof($types); $i++){ echo "\n"; echo "\n"; -echo ("

". +echo ("

". "\"LDAP


\n

 

\n"); // print error messages diff --git a/lam/templates/config/confsave.php b/lam/templates/config/confsave.php index 348a0dee..25f6b355 100644 --- a/lam/templates/config/confsave.php +++ b/lam/templates/config/confsave.php @@ -82,7 +82,7 @@ echo "" . _("LDAP Account Manager Configuration") . "\n"; echo "\n"; echo "\n"; echo "\n"; -echo ("

". +echo ("

". "\"LDAP




"); $conf->save(); echo ("




" . _("Back to Login") . ""); diff --git a/lam/templates/config/conftypes.php b/lam/templates/config/conftypes.php index f2016ce0..d55a5ca3 100644 --- a/lam/templates/config/conftypes.php +++ b/lam/templates/config/conftypes.php @@ -111,7 +111,7 @@ for ($i = 0; $i < sizeof($allTypes); $i++){ echo "\n"; echo "\n"; -echo ("

". +echo ("

". "\"LDAP


\n

 

\n"); // print error messages diff --git a/lam/templates/config/index.php b/lam/templates/config/index.php index a2662dff..eb1f2712 100644 --- a/lam/templates/config/index.php +++ b/lam/templates/config/index.php @@ -54,7 +54,7 @@ echo $_SESSION['header']; -

+

LDAP Account Manager


diff --git a/lam/templates/config/mainlogin.php b/lam/templates/config/mainlogin.php index a6745ed7..a4b3c9d5 100644 --- a/lam/templates/config/mainlogin.php +++ b/lam/templates/config/mainlogin.php @@ -85,7 +85,7 @@ echo $_SESSION['header']; echo "\n"; echo "\n"; ?> -

+

LDAP Account Manager




diff --git a/lam/templates/config/mainmanage.php b/lam/templates/config/mainmanage.php index 0eda9c91..2284d5f8 100644 --- a/lam/templates/config/mainmanage.php +++ b/lam/templates/config/mainmanage.php @@ -64,7 +64,7 @@ echo $_SESSION['header']; -

+

LDAP Account Manager



diff --git a/lam/templates/config/profmanage.php b/lam/templates/config/profmanage.php index 83ccdbb6..d96e86a4 100644 --- a/lam/templates/config/profmanage.php +++ b/lam/templates/config/profmanage.php @@ -56,7 +56,7 @@ echo $_SESSION['header']; -

+

LDAP Account Manager



diff --git a/lam/templates/login.php b/lam/templates/login.php index 9a17f453..97c26bda 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -211,7 +211,7 @@ function display_LoginPage($config_object) { echo "\n"; ?>

- LDAP Account Manager + LDAP Account Manager

@@ -221,7 +221,7 @@ function display_LoginPage($config_object) { diff --git a/lam/templates/logout.php b/lam/templates/logout.php index 6d173880..f2529d93 100644 --- a/lam/templates/logout.php +++ b/lam/templates/logout.php @@ -69,7 +69,7 @@ unset($_SESSION); -

+

LDAP Account Manager


diff --git a/lam/templates/main_header.php b/lam/templates/main_header.php index 5eb2d2ce..53eb6989 100644 --- a/lam/templates/main_header.php +++ b/lam/templates/main_header.php @@ -57,14 +57,14 @@ $types = $_SESSION['config']->get_ActiveTypes();
" . _("Want more features? Get LAM Pro!") . ""; + echo "" . _("Want more features? Get LAM Pro!") . ""; } ?> \"donations\" " . _("Donate") . ""; + echo "\"donations\" " . _("Donate") . ""; echo "

"; } ?> tools 
- LDAP Account Manager + LDAP Account Manager logout