edit.xml
来自「基于PHP和MYSQL的计算机辅助设备维修管理系统」· XML 代码 · 共 40 行
XML
40 行
<form>
<title>Add / Edit Subcategory</title>
<action>index.php?sub=cats&action=store&type=add</action>
<name>edit</name>
<width>540</width>
<formtag>true</formtag>
<border>true</border>
<buttons>
<set>
<footer>true</footer>
<header>true</header>
</set>
<return onclick="" button="return" >
<location>index.php?sub=cats&cat_parent={CAT_PARENT}</location>
</return>
<save onclick="" button="saveall">
<location>javascript:document.forms[0].submit();</location>
</save>
</buttons>
<redirect>index.php?sub=cats&cat_parent={CAT_PARENT}</redirect>
<fields>
<cat_id type="hidden" hidden="true"/>
<cat_parent type="hidden" hidden="true" default="$_GET[cat_parent]" action="eval"/>
<cat_name type="textbox" size="35" required="true" validate="A:2:200">
<title>Name</title>
<description>Enter the subcategory name.</description>
</cat_name>
</fields>
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?