| [ Index ] | PHP Cross Reference of Mambo 4.6.5 |
|
| [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?xml version="1.0" encoding="iso-8859-1"?> 2 <mosinstall type="module" version="4.5.2"> 3 <name>Login Form</name> 4 <author>Mambo Foundation</author> 5 <creationDate>July 2004</creationDate> 6 <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright> 7 <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license> 8 <authorEmail>core@mambo-foundation.org</authorEmail> 9 <authorUrl>mambo-foundation.org</authorUrl> 10 <version>4.6.x.7</version> 11 <description>This module displays a Username and Password login form. It also displays a link to retrieve a forgotten password. If user registration is enabled, (refer to the Configuration settings), then another link will be shown to invite users to self-register.</description> 12 <files> 13 <filename module="mod_login">mod_login.php</filename> 14 </files> 15 <params> 16 <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" /> 17 <param name="pretext" type="textarea" cols="20" rows="5" default="" label="Pre-text" description="This is the Text or HTML that is displayed above the login form" /> 18 <param name="posttext" type="textarea" cols="20" rows="5" label="Post-text" description="This is the Text or HTML that is displayed below the login form" /> 19 <param name="login" type="text" default="" label="Login Redirection URL" description="What page will the login redirect to after login, if let blank will load front page" /> 20 <param name="logout" type="text" default="" label="Logout Redirection URL" description="What page will the login redirect to after login, if let blank will load front page" /> 21 <param name="login_message" type="radio" default="0" label="Login Message" description="Show/Hide the javascript Pop-up indicating Login Success"> 22 <option value="0">Hide</option> 23 <option value="1">Show</option> 24 </param> 25 <param name="logout_message" type="radio" default="0" label="Logout Message" description="Show/Hide the javascript Pop-up indicating Logout Success"> 26 <option value="0">Hide</option> 27 <option value="1">Show</option> 28 </param> 29 <param name="greeting" type="radio" default="1" label="Greeting" description="Show/Hide the simple greeting text"> 30 <option value="0">No</option> 31 <option value="1">Yes</option> 32 </param> 33 <param name="name" type="list" default="0" label="Name/Username"> 34 <option value="0">Username</option> 35 <option value="1">Name</option> 36 </param> 37 </params> 38 </mosinstall>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Feb 8 00:05:01 2012 | Cross-referenced by PHPXref 0.7 |
| Mambo API: Mambo is Free software released under the GNU/General Public License, Version 2 |