pages.xml

来自「实现一个网络购物」· XML 代码 · 共 29 行

XML
29
字号
<?xml version="1.0"?>
<!DOCTYPE wizard-schema PUBLIC "-//MMBase/DTD editwizard 1.0//EN" "http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
<wizard-schema id="edit-page">
	<title xml:lang="nl">Pagina's</title>
	<title xml:lang="en">Pages</title>
	<task-description>Use this wizard to edit a page.</task-description>
	
	<action include="wizards/pages/create_pages.xml" />
	<action include="wizards/pages/delete_pages.xml" />
	<action include="wizards/pages/load_pages.xml" />
	
	<steps>
		<step form-schema="edit_page" />
	</steps>
	
	<form-schema id="edit_page">
		<field name="title" dtminlength="1" dtmaxlength="100">
			<prompt xml:lang="nl">Naam</prompt>
			<prompt xml:lang="en">Title</prompt>
			<description></description>
		</field>
		
		<list include="wizards/templates/add_templates.xml" />
		<list include="wizards/pages/add_subpages_posrel.xml" />
		<list include="wizards/articles/add_articles_posrel.xml" />
	</form-schema>

</wizard-schema>

⌨️ 快捷键说明

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