⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 page_admin_person.html.asp

📁 1] 校友多种方式注册认证[直接注册,答问注册,认证注册] 2] 校友论坛 小巧而实用的论坛,支持UBB标签,快速回复,帖子搜索,灵活的将帖子置顶,设置精华 3] 校友相册 相片上传[方便上传
💻 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" -->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -