[ Index ]
 

Code source de Joomla 1.0.13

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/modules/ -> mod_login.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="1.0.0">
   3      <name>Login Form</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>July 2004</creationDate>
   6      <copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
   7      <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
   8      <authorEmail>admin@joomla.org</authorEmail>
   9      <authorUrl>www.joomla.org</authorUrl>
  10      <version>1.0.0</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>


Généré le : Wed Nov 21 14:43:32 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics