From 08e89f22eca1d91a58364ca084e844a2a1a6925f Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 22 Apr 2010 03:31:26 +0000 Subject: [PATCH] * adjust the login form. --- trunk/module/user/view/login.html.php | 174 ++++++++++++++------------ 1 file changed, 92 insertions(+), 82 deletions(-) diff --git a/trunk/module/user/view/login.html.php b/trunk/module/user/view/login.html.php index 6e3f50069e..300f610f99 100644 --- a/trunk/module/user/view/login.html.php +++ b/trunk/module/user/view/login.html.php @@ -1,82 +1,92 @@ -. - * - * @copyright Copyright 2009-2010 Chunsheng Wang - * @author Chunsheng Wang - * @package ZenTaoMS - * @version $Id$ - */ -$clientTheme = $this->app->getClientTheme(); -$webRoot = $this->app->getWebRoot(); -$jsRoot = $webRoot . "js/"; -$themeRoot = $webRoot . "theme/"; -?> - - - - title)) echo "$header->title - $lang->zentaoMS\n"; - if(isset($header->keyword)) echo "\n"; - if(isset($header->desc)) echo "\n"; - ?> - - - - -' type='text/css' media='screen' /> -' type='text/css' media='screen' /> - - - - - -
-
- - - - - - - - - - - - - -
welcome, $app->company->name);?>
user->account;?>
user->password;?>
- login); - echo html::resetButton(); - $onclick = "onclick='location.href=\"" . $this->createLink($config->default->module) . "\"'"; - if($app->company->guest) echo html::commonButton($lang->user->asGuest, $onclick); - echo html::hidden('referer', $referer); - ?> -
-
- powered by ZenTaoPMS(version;?>).
- -
-
-
-
- -
- - +. + * + * @copyright Copyright 2009-2010 Chunsheng Wang + * @author Chunsheng Wang + * @package ZenTaoMS + * @version $Id$ + */ +$clientTheme = $this->app->getClientTheme(); +$webRoot = $this->app->getWebRoot(); +$jsRoot = $webRoot . "js/"; +$themeRoot = $webRoot . "theme/"; +?> + + + + title)) echo "$header->title - $lang->zentaoMS\n"; + if(isset($header->keyword)) echo "\n"; + if(isset($header->desc)) echo "\n"; + ?> + + + + +' type='text/css' media='screen' /> +' type='text/css' media='screen' /> + + + + + +
+
+ + + + + + + + + + + + + +
welcome, $app->company->name);?>
user->account;?>:
user->password;?>:
+ login); + if($app->company->guest) echo html::linkButton($lang->user->asGuest, $this->createLink($config->default->module)); + echo html::hidden('referer', $referer); + ?> +
+
+ powered by ZenTaoPMS(version;?>).
+ +
+
+
+
+ +