* @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'); ?> user->error->loginTimeoutTip);?>

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

user->loginExpired;?>

config->safe->loginCaptcha)):?>
user->account;?>
user->password;?>
user->captcha;?>
" />
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); $resetLink = (isset($this->config->resetPWDByMail) and $this->config->resetPWDByMail) ? inlink('forgetPassword') : inlink('reset'); echo html::a($resetLink, $lang->user->resetPassword); ?>
0 or count($plugins['expiring']) > 0):?>
misc->expiredPluginTips, $expiredPlugins);?> misc->expiringPluginTips, $expiringPlugins);?>
 misc->expiredCountTips, $pluginTips, $pluginTotal);?>
config->global->showDemoUsers)):?> dao->select('account,password,realname')->from(TABLE_USER)->where('account')->in($demoUsers)->andWhere('deleted')->eq(0)->andWhere('password')->eq($md5Password)->fetchAll('account'); ?>
user->loginWithDemoUser;?> $demoUser) { if($demoUser->password != $md5Password) continue; echo html::a($link . "account={$demoAccount}&password=" . md5($md5Password . $this->session->rand), $demoUser->realname); } ?>
checkVersion):?>
$site) { $path = $site['path']; if(strpos($path, 'xampp') !== false) $isXampp = true; $paths[] = $site['path']; $databases[] = $site['database']; } $process4Safe = $isXampp ? $lang->user->process4DB : $lang->user->process4DIR; $process4Safe = sprintf($process4Safe, join(' ', $isXampp ? $databases : $paths)); js::set('process4Safe', $process4Safe); } ?>