* adjust the UI.

This commit is contained in:
wangchunsheng
2009-12-18 09:01:18 +00:00
parent 956c6ea5d0
commit fb5ec89ec9
12 changed files with 298 additions and 255 deletions
+8 -4
View File
@@ -23,15 +23,14 @@
*/
?>
<?php include '../../common/header.html.php';?>
<div id='doc3'>
<div class='yui-d0'>
<form method='post' target='hiddenwin'>
<table align='center' class='table-4 a-left'>
<caption><?php echo $lang->user->create;?></caption>
<caption><?php echo $lang->user->edit;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->user->dept;?></th>
<td><?php echo html::select('dept', $depts, $user->dept);?>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->account;?></th>
<td><input type='text' name='account' value='<?php echo $user->account;?>' /></td>
@@ -54,8 +53,13 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->password;?></th>
<td><input type='password' name='password' /></td>
<td><input type='password' name='password1' /></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->password2;?></th>
<td><input type='password' name='password2' /></td>
</tr>
<tr>
<td colspan='2' class='a-center'>
<?php echo html::submitButton() . html::resetButton();?>