⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 add.xml

📁 基于PHP和MYSQL的计算机辅助设备维修管理系统
💻 XML
字号:
<form>
	<title>Add / Edit Category</title>
	<action>index.php?sub=categories&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=categories</location>
		</return>

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

	</buttons>

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

	<fields>

		<cat_id type="hidden" hidden="true"/>

		<cat_name type="textbox" size="35" required="true" validate="A:2:200">			
			<title>Name</title>			
			<description>Enter the category name.</description>
		</cat_name>

	</fields>
</form>

⌨️ 快捷键说明

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