list.xml
来自「基于PHP的一套网络管理系统代码,对接口流量等可以进行详细的统计分析,很不错.」· XML 代码 · 共 50 行
XML
50 行
<form>
<subtitle>Assigned IP(s)/Gateway(s)</subtitle>
<fields>
<_count header="No" suffix="." width="30" align="center" />
<ip_ip header="IP" align="left" />
<ip_gw header="Gateway" align="center" />
<ip_nm header="Net Mask" align="center" />
<delete type="button" width="20" align="center" button="ac_delete" title="Delete IP">
<location>javascript:if(confirm('Are you sure you want to delete this record ?')) window.location='index.php?mod=network&sub=ip&action=delete&ip_id={IP_ID}&returnURL={CURRENT_PAGE}'</location>
</delete>
</fields>
<header>
<titles>true</titles>
<buttons>
<delete onclick="" button="addnew" >
<location>index.php?mod=network&sub=ip&action=add&ip_device={RELATION}&returnurl={CURRENT_PAGE}</location>
</delete>
</buttons>
</header>
<vars>
<relation import="$_GET['device_id']" type="eval" />
</vars>
<buttons>
<details onclick="" button="edit" >
<location>index.php?mod=network&sub=ip&action=edit&ip_id={IP_ID}&returnurl={CURRENT_PAGE}</location>
</details>
</buttons>
<SQL>
<vars>
<relation import="$_GET['device_id']" type="eval" />
<sql_table import="$this->tables['ip']" type="eval"/>
<sql_condition import="WHERE ip_device='{RELATION}' " type="var"/>
</vars>
<query>SELECT * FROM `{SQL_TABLE}` {SQL_CONDITION} ORDER BY ip_ip DESC</query>
</SQL>
<items>100</items>
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?