www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_a/page_admin_person.html.asp

    <!-- #include file="page_admin_home_header.html.asp" -->             
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<div id="main_content">
	<div id="main_content_title">
		<div class="note">管理员自身信息</div>
	</div>
	<div id="main_content_list">
	<% 
If IsObject(TAG_objDicUnit) AND TAG_objDicUnit.Exists("Exist") Then 
%>
<!--html_row DataRS=TAG_objDicUnit-->
		<table class="main" width="60%" align="center"  border="0" cellspacing="1" cellpadding="0">
		<tr  class="even">
		  <td class="even" class="select" width="40%" align="center">帐号:</td>
		  <td class="odd"  width="60%" align="center"><%=TAG_objDicUnit.Item("ADMIN_ACCOUNT")%></td>
		</tr>
		<tr  class="even">
		  <td class="even"    align="center">操作级别:</td>
		  <td class="odd"  align="center"><%=GetAdminLevelLogic(TAG_objDicUnit.Item("ADMIN_LEVEL"))%></td> 
		<tr class="even">
		  <td class="even" align="center">使用状态:</td>
		  <td class="odd" align="center"><%=GetAdminStatusLogic(TAG_objDicUnit.Item("ADMIN_STATUS"))%></td>    
		</tr>
		<tr class="even">
		  <td class="even" align="center">登陆次数:</td>
		  <td class="odd" align="center"><%=TAG_objDicUnit.Item("ADMIN_LOGIN_COUNT")%></td>    
		</tr>
		<tr class="even">
		  <td class="even" align="center">上次登陆:</td>
		  <td class="odd" align="center"><%=TAG_strAdminLastTime%></td>    
		</tr>
		<tr class="even">
		  <td class="even" align="center">注册时间:</td>
		  <td class="odd" align="center"><%=TAG_objDicUnit.Item("ADMIN_ADD_TIME")%></td>    
		</tr>
		<tr class="even">
		  <td class="even" align="center">登陆IP:</td>
		  <td class="odd" align="center"><%=TAG_objDicUnit.Item("ADMIN_IP")%></td>    
		</tr>
		</table>
		<!--/html_row-->

<% 
If IsObject(TAG_objDicUnit) Then
	Set TAG_objDicUnit = Nothing 
End If
End If
%>
	</div>
	<div id="main_content_foot">&nbsp;</div>
</div>

<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_admin_footer.html.asp" -->