12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>APACHE II - 측정시간 설정</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <apchdt>
- <insptm/>
- <lastupdtdt/>
- </apchdt>
- </main>
- <send>
- </send>
- <hidden/>
- <init/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRMMR03500");
- ]]>
- </script>
- <submission id="TRMMR03500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/apchdt" resultref="/root/main/apchdt"/>
- <submission id="TXMMR03500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/apchdt" resultref="/root/main/apchdt"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="400" pageheight="220">
- <group id="grp_btn" scroll="auto" style="left:5px; top:171px; width:385px; height:35px; ">
- <caption id="caption1" style="left:19px; top:6px; width:120px; height:20px; ">* 최근 Setting 일자 :</caption>
- <button id="btn_setting" class="btn4_letter2" style="left:260px; top:5px; width:56px; height:22px; ">
- <caption>설정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var apchsetdd = getCurrentDate();
- var apchsethh = model.getValue("/root/main/apchdt/insptm").substr(0,2);
- var apchsetnn = model.getValue("/root/main/apchdt/insptm").substr(2,2);
- apchsetdd = apchsetdd.substr(4, 2) + "/" + apchsetdd.substr(6, 2);
- if (messageBox("익일(" + apchsetdd + ")부터 APACHE II 측정시간이 " + apchsethh + "시" + apchsetnn + "분으로 적용됩니다.", "Q004") == 6) {
- submit("TXMMR03500");
- submit("TRMMR03500");
- model.refresh();
- } else {
- return;
- }
- ]]>
- </script>
- </button>
- <button id="btn_close" class="btn4_letter2" style="left:320px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <caption id="cpt_setting" ref="/root/main/apchdt/lastupdtdt" format="yyyy-mm-dd" style="left:135px; top:5px; width:100px; height:20px; font-size:12pt; font-weight:bold; "/>
- </group>
- <caption id="caption2" ref="/root/hidden/forminfo/formnm" class="tit_2" style="left:5px; top:10px; width:189px; height:13px; ">APACHE II - Setting</caption>
- <line id="line2" class="line_1" style="x1:5px; y1:26px; x2:392px; y2:26px; "/>
- <input id="ipt_insptm" ref="/root/main/apchdt/insptm" class="input_default" format="hh:nn" style="left:215px; top:70px; width:105px; height:19px; text-align:center; "/>
- <caption id="lbl_insptm" class="cell_1" style="left:70px; top:70px; width:140px; height:20px; vertical-align:middle; ">APACHE II 측정시간</caption>
- <button id="button1" class="icon_clock" style="left:303px; top:72px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 현재시각 입력
- model.makeValue("/root/main/apchdt/insptm", getCurrentTime().substr(0,4));
- ipt_insptm.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption3" style="left:70px; top:110px; width:265px; height:30px; ">
- <![CDATA[< APACHE Ⅱ 는 측정시간 기준으로
- 과거 24시간 내 검사 결과치를 참고합니다. >]]>
- </caption>
- </xhtml:body>
- </xhtml:html>
|