<?xml version="1.0" encoding="UTF-8"?> <!-- $Author: huangtianyang $Date: 2018/7/12 上午10:09 $Revision: 1.0 --> <a:screen xmlns:a="http://www.leaf-framework.org/application"> <a:init-procedure/> <a:view template="default" package="leaf.ui.std"> <link rel="stylesheet" href="${/request/@context_path}/leafresource/leaf.ui.std/default/hlscomponent/hls-all.css" type="text/css"/> <script src="${/request/@context_path}/leafresource/leaf.ui.std/hap/widget/wigetMaker.js" type="text/javascript"/> <style> html, body { width: 100% !important; } </style> <script type="text/javascript"></script> <div style="width: 1200px;margin: auto"> <div class="hls-block-margin-top"> <div id="lon110wt" class="hls-float-left" style="display: inline-block;"> <a:screen-include screen="home_page/WIDGET513/WIDGET513.lview"/> </div> <div id="lon111wt" class="hls-float-left hls-block-margin-left" style="display: inline-block;"> <a:screen-include screen="home_page/WIDGET512/WIDGET512.lview"/> </div> </div> </div> <a:screenBody/> <script type="text/javascript"><![CDATA[ /* var widget = new renderWidgetMaker(1000); widget.init(['#lon111wt','#lon110wt'], [ // '${/request/@context_path}/home_page/WIDGET513/WIDGET513.lview', '${/request/@context_path}/home_page/WIDGET512/WIDGET512.lview' ]);*/ ]]></script> </a:view> </a:screen>