list.xml
来自「基于PHP和MYSQL的计算机辅助设备维修管理系统」· XML 代码 · 共 35 行
XML
35 行
<form>
<title>Vendors</title>
<width>540</width>
<border>true</border>
<fields>
<_count header="No" width="30" align="center" />
<vendor_name header="Name" align="left" />
</fields>
<header>
<titles>true</titles>
<buttons>
<delete onclick="" button="addnew" >
<location>index.php?sub=vendors&action=add</location>
</delete>
</buttons>
</header>
<buttons>
<delete onclick="" button="delete" >
<location>javascript:if(confirm('Are you sure you want to delete this record ?')) window.location='index.php?sub=vendors&action=delete&vendor_id={VENDOR_ID}'</location>
</delete>
<details onclick="" button="details" >
<location>index.php?sub=vendors&action=details&vendor_id={VENDOR_ID}</location>
</details>
</buttons>
<items>10</items>
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?