settings.xml

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

XML
44
字号
<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 + =
减小字号Ctrl + -
显示快捷键?