list.xml

来自「基于PHP和MYSQL的计算机辅助设备维修管理系统」· XML 代码 · 共 26 行

XML
26
字号
<form>
	
	<title>Task Types</title>
	<width>540</width>
	<border>true</border>
	
	<fields>
		<_count header="No" width="30" align="center" />
		<type_name header="Title" align="left" />
	</fields>

	<header>
		<titles>true</titles>
	</header>

	<buttons>

		<details onclick="" button="details" >
			<location>index.php?sub=tasktype&action=edit&type_id={TYPE_ID}</location>
		</details>

	</buttons>

	<items>10</items>

</form>

⌨️ 快捷键说明

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