HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
login.php File Reference

Go to the source code of this file.

Variables

$this pageTitle = Yii::app()->name.' - '.UserModule::t("Login")
$this breadcrumbs
 endif
 $form

Variable Documentation

$form
Initial value:
new CForm(array(
'elements' => array(
'username' => array(
'type' => 'text',
'maxlength' => 32,
),
'password' => array(
'type' => 'password',
'maxlength' => 32,
),
'rememberMe' => array(
'type' => 'checkbox',
),
),
'buttons' => array(
'login' => array(
'type' => 'submit',
'label' => 'Login',
),
),
), $model)

Definition at line 57 of file login.php.

$this breadcrumbs
Initial value:
array(
UserModule::t("Login"),
)

Definition at line 3 of file login.php.

endif

Definition at line 16 of file login.php.

$this pageTitle = Yii::app()->name.' - '.UserModule::t("Login")

Definition at line 2 of file login.php.