| 1234567891011121314151617181920 | <div data-options="dxView : { name: 'PlanConsumePredictionPopup'} ">    <div data-bind="dxPopup: popupOptions ">        <div class="dx-clearfix" data-options="dxTemplate: { name: 'content' }" style="width: 100%; height: 100%;">            <div class="chart_wrap_box" style="width: 100%; height: 100%;">                <div style="width: 100%; height: 30px; margin-left: 10px;">                    <div class="fl" style="width: 250px;margin-top: 10px; margin-right: 3px;">* 과거 사용량 조회 및 일별 사용량 예측</div>                    <div class="fr" id="Past_Btn" style="margin-right: 10px"></div>                </div>                <div style="width: 100%; height: 30px; margin-left: 10px;margin-top: 10px;">                    <div class="fl" style="width: 250px;margin-top: 10px; margin-right: 3px;">* 월별 비율 설정</div>                    <div class="fr" id="Month_Btn" style="margin-right: 10px"></div>                </div>                <div style="width: 100%; height: 30px; margin-left: 10px;margin-top: 10px;">                    <div class="fl" style="width: 250px;margin-top: 10px; margin-right: 3px;">* 요일별 비율 설정</div>                    <div class="fr" id="Day_Btn" style="margin-right: 10px"></div>                </div>            </div>        </div>    </div></div>
 |