<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: xuls  
    $Date: 2015-8-19 上午11:23:28  
    $Revision: 1.0  
    $Purpose: 
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application" customizationEnabled="true" dynamiccreateenabled="true">
    <a:init-procedure/>
    <a:view>
        <script type="text/javascript"><![CDATA[
	
		function down_font(){
    	 	window.open('${/request/@context_path}/font/FontPack.msi');
    	}
	
]]></script>
        <a:screenBody>
            <a:screenTitle/>
            <a:button click="down_font" text="下载字体库"/>
        </a:screenBody>
    </a:view>
</a:screen>