編輯範本的 XML 代碼
- 按一下工具 > 部署 > 作業系統部署。
- 選擇公用或我的範本或它們的子群組之一。
- 連按兩下範本。在範本視圖中,按一下 XML。
- 對範本的 XML 代碼進行變更。
- 要儲存變更,按一下儲存變更。
- 要匯出範本的副本,請按一下匯出並指定檔案位置。
- 按一下確定,關閉範本視圖。
部署範本的結構會使用下列的一般 XML 格式。
<template name= >
<description></description>
<section name= >
<description></description>
<action></action>
</section>
<section name= >
<description></description>
<action></action>
</section>
</template>