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

📄 list.xml

📁 基于PHP的一套网络管理系统代码,对接口流量等可以进行详细的统计分析,很不错.
💻 XML
字号:
<form>
	
	<title>Administrators List</title>
	<width>580</width>
	<border>true</border>
	
	<fields>
		<_count header="No" suffix="." width="30" align="center" />
		<user_name header="Name" align="left" />
		<user_login header="Login" align="left" />
		<reply type="button" width="20" align="center" button="ac_new" title="Send Message">
			<location>index.php?mod=myprofile&sub=myprofile.compose&user_id={USER_ID}&returnurl={CURRENT_PAGE}</location>
		</reply>

		<delete type="button" width="20" align="center" button="ac_delete" title="Delete User" protected="user_protect_delete">
			<location>javascript:if(confirm('Are you sure you want to delete this record ?')) window.location='index.php?mod=myprofile&sub=users&action=delete&user_id={USER_ID}&returnURL={CURRENT_PAGE}'</location>
		</delete>

	</fields>

	<header>
		<titles>true</titles>
		<buttons>
			<delete onclick="" button="addnew" >
				<location>index.php?mod=myprofile&sub=users&action=add&returnurl={CURRENT_PAGE}</location>
			</delete>
		</buttons>
	</header>

	<buttons>

		<details onclick="" button="details" >
			<location>index.php?mod=myprofile&sub=users&action=userdetails&user_id={USER_ID}&returnurl={CURRENT_PAGE}</location>
		</details>

	</buttons>

	<sql>
		<vars>
			<table import="$this->tables[users]" type="eval" />
		</vars>
		<query>SELECT * FROM {TABLE} WHERE user_level = 0</query>
	</sql>

	<items>200</items>

</form>

⌨️ 快捷键说明

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