This commit is contained in:
fujia
2010-05-28 09:21:31 +00:00
parent d0a6819626
commit 4413fdbb3f
3 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ include '../../common/view/tablesorter.html.php';
<th class='w-id'><?php echo $lang->idAB;?></th>
<th><?php echo $lang->user->realname;?></th>
<th><?php echo $lang->user->account;?></th>
<th><?php echo $lang->user->nickname;?></th>
<?php // echo $lang->user->nickname;?>
<th><?php echo $lang->user->email;?></th>
<th><?php echo $lang->user->gendar;?></th>
<th><?php echo $lang->user->phone;?></th>
@@ -51,7 +51,7 @@ include '../../common/view/tablesorter.html.php';
<td><?php echo $user->id;?></td>
<td><?php if(!common::printLink('user', 'view', "account=$user->account", $user->realname)) echo $user->realname;?></td>
<td><?php echo $user->account;?></td>
<td><?php echo $user->nickname;?></td>
<?php // echo $user->nickname;?>
<td><?php echo html::mailto($user->email);?></td>
<td><?php if(isset($lang->user->gendarList->{$user->gendar})) echo $lang->user->gendarList->{$user->gendar};?></td>
<td><?php echo $user->phone;?></td>

View File

@@ -36,8 +36,8 @@
<td><?php echo $user->realname;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->nickname;?></th>
<td><?php echo $user->nickname;?></td>
<?php // echo $lang->user->nickname;?>
<?php // echo $user->nickname;?>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->email;?></th>

View File

@@ -36,8 +36,8 @@
<td><?php echo $user->realname;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->nickname;?></th>
<td><?php echo $user->nickname;?></td>
<?php // echo $lang->user->nickname;?>
<?php // echo $user->nickname;?>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->email;?></th>