products.xml

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

XML
25
字号
<?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="empty">
	<title xml:lang="nl">Producten</title>
	<title xml:lang="en">Products</title>

	<action include="wizards/products/create_products.xml" />
	
    	<action include="wizards/products/delete_products.xml" />

	<action include="wizards/products/load_products.xml" />
	
	<lists>
		<optionlist include="wizards/types/discount_types.xml" />
		<optionlist include="wizards/types/product_types.xml" />
	</lists>
	
	<steps>
		<step form-schema="edit_product" />
	</steps>
	
	<form-schema id="edit_product" extends="wizards/products/edit_products.xml" />
		
</wizard-schema>

⌨️ 快捷键说明

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