<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: wangwei543 
    $Date: 2014-12-15 上午9:27:58  
    $Revision: 1.0  
    $Purpose: 
-->
<a:screen xmlns:c="leaf.application.action" xmlns:s="leaf.plugin.script" xmlns:w="leaf.plugin.export.word" xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" customizationEnabled="true" trace="true">
    <a:init-procedure>
        <a:model-query fetchAll="true" model="cont.CON500.con_contract_basic_clause_print" rootPath="con_basic_clause_path"/>
        <w:word-export name="${/parameter/@content_number}.pdf" template="leaf.plugin.export.word/${/parameter/@templt_name}" type="pdf">
            <w:sectLists>
                <w:sectList id="con_basic_clause" model="/model/con_basic_clause_path"/>
            </w:sectLists>
        </w:word-export>
    </a:init-procedure>
</a:screen>