search.xml

来自「基于PHP的一套网络管理系统代码,对接口流量等可以进行详细的统计分析,很不错.」· XML 代码 · 共 47 行

XML
47
字号
<form>
	<title>Interfaces</title>
	<action>index.php</action>
	<name>edit</name>
	<width>580</width>
	<method>get</method>

	<formtag>true</formtag>
	<border>true</border>
	
	<buttons>		
		<set>
			<header>true</header>
		</set>

	</buttons>

	<redirect>index.php?sub=units</redirect>

	<fields>

		<mod type="hidden" default="$_GET['mod']" action="eval"/>
		<sub type="hidden" default="$_GET['sub']" action="eval"/>

		<device_name type="textbox" size="35">			
			<title>Device Name</title>			
		</device_name>

		<device_type type="droplist" empty="true">
			<title>Device Type</title>
			<relation table="types" id="type_id" text="type_name" condition="type=3" order="type_name" />
		</device_type>

		<device_mfg type="droplist" empty="true">
			<title>Device MFG Name</title>
			<relation table="types" id="type_id" text="type_name" condition="type=2" order="type_name" />
		</device_mfg>


		<save type="button" onclick="" button="search">
			<location>javascript:document.forms[0].submit();</location>
		</save>


	</fields>
</form>

⌨️ 快捷键说明

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