* @package ZenTaoPMS * @version $Id: login.html.php 5084 2013-07-10 01:31:38Z wyd621@gmail.com $ */ include '../../common/view/header.lite.html.php'; if(empty($config->notMd5Pwd))js::import($jsRoot . 'md5.js'); ?>

welcome, $app->company->name);?>

user->account;?>
user->password;?>
user->keepLogin, $keepLogin);?>
login, '', 'btn btn-primary'); if($app->company->guest) echo html::linkButton($lang->user->asGuest, $this->createLink($config->default->module)); echo html::hidden('referer', $referer); echo html::hidden('verifyRand', $rand); echo html::a(inlink('reset'), $lang->user->resetPassword); ?>
user->loginWithDemoUser;?> $demoUser) { if($demoUser->password != $password) continue; echo html::a($link . "account={$demoAccount}&password=" . md5($password . $this->session->rand), $demoUser->realname, 'hiddenwin'); } ?>
checkVersion):?>