<?xml version="1.0" encoding="UTF-8"?> <!-- $Author: huangtianyang $Date: 2018/7/11 下午6:57 $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> <div class="hls-block-margin-top" style="margin: 0 auto;width: 1200px;"> <div class="hls-block-margin-top"> <div class="hls-float-left"> <div id="lon100wt" style="width: 270px;height: 50px;"> <a:screen-include screen="modules/lon/LON100/LON100W/LON100W.lview"/> </div> <div id="lon101wt" class="hls-block-margin-top"> <a:screen-include screen="modules/lon/LON100/LON101W/LON101W.lview"/> </div> </div> <div id="lon102wt" class="hls-float-left hls-block-margin-left"> <a:screen-include screen="modules/lon/LON100/LON102W/LON102W.lview"/> </div> </div> <div class="hls-block-margin-top" style="display: inline-block;width: 1200px;"> <div id="lon103wt" class="hls-float-left" style="width: 570px;height: 360px;"> <a:screen-include screen="modules/lon/LON100/LON103W/LON103W.lview"/> </div> <div id="lon104wt" class="hls-block-margin-left hls-float-left" style="display: inline-block"> <a:screen-include screen="modules/lon/LON100/LON104W/LON104W.lview"/> </div> </div> </div> <script type="text/javascript"><![CDATA[ /*var widget = new renderWidgetMaker(200); widget.init(['#lon100wt', '#lon101wt', '#lon102wt', '#lon103wt', '#lon104wt'], [ '${/request/@context_path}/modules/lon/LON100/LON100W/LON100W.lview', '${/request/@context_path}/modules/lon/LON100/LON101W/LON101W.lview', '${/request/@context_path}/modules/lon/LON100/LON102W/LON102W.lview', '${/request/@context_path}/modules/lon/LON100/LON103W/LON103W.lview', '${/request/@context_path}/modules/lon/LON100/LON104W/LON104W.lview' ]);*/ ]]></script> <a:dataSets/> <a:screenBody/> </a:view> </a:screen>