keys.xml
来自「实现一个网络购物」· XML 代码 · 共 33 行
XML
33 行
<?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="keys">
<title xml:lang="nl">Zoektermen</title>
<title xml:lang="en">Search terms</title>
<task-description></task-description>
<action include="wizards/keys/create_keys.xml" />
<action include="wizards/keys/delete_keys.xml" />
<action include="wizards/keys/load_keys.xml" />
<steps>
<step form-schema="edit_keys" />
</steps>
<form-schema id="edit_keys">
<field name="word">
<prompt xml:lang="nl">Term</prompt>
<prompt xml:lang="en">Terms</prompt>
<description></description>
</field>
<field name="description" dtmaxlength="2048" ftype="text" rows="8">
<prompt xml:lang="nl">Omschrijving - optioneel</prompt>
<prompt xml:lang="en">Description - optioneel</prompt>
<description></description>
</field>
<list include="wizards/products/add_products_posrel_keys.xml" />
</form-schema>
</wizard-schema>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?