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

📄 settings.xml

📁 基于PHP和MYSQL的计算机辅助设备维修管理系统
💻 XML
字号:
<form>
	<title>General Settings</title>
	<action>index.php?sub=settings&action=store</action>
	<name>edit</name>
	<width>580</width>

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

		<return onclick="" button="cancel">
			<location>javascript:document.forms[0].reset();</location>
		</return>

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

	</buttons>

	<fields>

		<home type="droplist">
			<title>Index Page</title>
			<description>Select the page you want to apeare by default.</description>			

			<relation table="pages" id="page_id" text="page_title" />
		</home>

		<title type="textbox" size="40" required="true" validate="A:1:200" >
			<title>Site Title</title>
			<description>Enter a title for this site, it will apeare in the caption of the borwser bellow the page title.</description>			

			<relation table="pages" id="page_id" text="page_title" />
		</title>

	</fields>
</form>

⌨️ 快捷键说明

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