loan_con_home.lview 2.14 KB
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
<?xml version="1.0" encoding="UTF-8"?>

<!--
    $Author: huangtianyang
    $Date: 2018/7/10 下午6:43
    $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: 1170px;margin: auto">
            <div class="hls-block-margin-top hls-float-left" style="width: 880px; display: inline-block">
                <div id="left-block" class="hls-float-left customTabPaneInit">
                    <div id="hlsAnalyseCountChart" style="height: 270px;">
                        <a:screen-include screen="modules/lon/LON120/LON121/LON121.lview"/>
                    </div>
                    <div id="rolltableContract" class="hls-block-margin-top">
                        <a:screen-include screen="modules/lon/LON120/LON123/LON123.lview"/>
                    </div>
                </div>
            </div>
            <div class="hls-block-margin-body hls-block-margin-top hls-float-left" id="LON122"
                 style="display: inline-block">
                <a:screen-include screen="modules/lon/LON120/LON122/LON122.lview"/>
            </div>
        </div>
        <a:screenBody>
        </a:screenBody>
        <script type="text/javascript"><![CDATA[

       /* var widget = new renderWidgetMaker(1000);
        widget.init(['#hlsAnalyseCountChart', '#LON122', '#rolltableContract'],
            [
                '${/request/@context_path}/modules/lon/LON120/LON121/LON121.lview',
                '${/request/@context_path}/modules/lon/LON120/LON121/LON121.lview',
                '${/request/@context_path}/modules/lon/LON120/LON123/LON123.lview'
            ]);
*/

        ]]></script>
    </a:view>
</a:screen>