1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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>포터블마감</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <portendinfo>
- <portend>
- <cmt/>
- <enddeptcd/>
- <enddd/>
- <status/>
- </portend>
- </portendinfo>
- </main>
- <send>
- <enddeptcd/>
- </send>
- <hidden>
- <count/>
- </hidden>
- <init>
- <enddeptcd/>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- model.setValue("/root/send/enddeptcd", model.getValue("/root/init/enddeptcd/selectexcuroom"));
-
- submit("TRAEA01124");
-
- if(model.getValue("/root/main/portendinfo/portend/status") == "Y" ){
- btn_end.disabled = true;
- }
- else {
- btn_cncl.disabled = true;
- }
- ]]>
- </script>
- <submission id="TRAEA01124" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/portendinfo"/>
- <submission id="TXAEA01204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/portendinfo" replace="instance" resultref="/root/hidden"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
-
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="295" pageheight="165" guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:9px; top:9px; width:266px; height:121px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:6px; width:120px; height:14px; ">포터블 마감</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:21px; x2:260px; y2:21px; "/>
- <textarea id="textarea1" ref="/root/main/portendinfo/portend/cmt" style="left:44px; top:26px; width:215px; height:64px; "/>
- <caption id="caption11" class="cell_1" style="left:0px; top:25px; width:41px; height:66px; vertical-align:middle; ">
- <![CDATA[마감
- 사유]]>
- </caption>
- <line id="line6" class="line_3" style="x1:0px; y1:91px; x2:260px; y2:91px; "/>
- <button id="btn_end" class="btn4_letter2" style="left:147px; top:95px; width:56px; height:22px; ">
- <caption>마감</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/portendinfo/portend/enddeptcd", model.getValue("/root/send/enddeptcd"));
- submit("TXAEA01204");
- opener.btn_port.attribute("class") = "btn5_letter5";
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_cncl" class="btn4_letter2" style="left:205px; top:95px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/portendinfo/portend/enddeptcd", model.getValue("/root/send/enddeptcd"));
- //model.setValue("/root/main/portendinfo/portend/status", "N");
- submit("TXAEA01204");
- opener.btn_port.attribute("class") = "btn2_letter5";
- window.close();
- ]]>
- </script>
- </button>
- <output id="output3" ref="/root/main/portendinfo/portend/enddeptcd" class="output_fix" visibility="hidden" style="left:5px; top:95px; width:35px; height:19px; font-size:10pt; font-weight:bold; color:#ff0000; text-align:center; "/>
- <output id="output1" ref="/root/main/portendinfo/portend/enddd" class="output_fix" visibility="hidden" style="left:50px; top:95px; width:60px; height:19px; font-size:10pt; font-weight:bold; color:#ff0000; text-align:center; "/>
- <output id="output2" ref="/root/main/portendinfo/portend/status" class="output_fix" visibility="hidden" style="left:115px; top:95px; width:25px; height:19px; font-size:10pt; font-weight:bold; color:#ff0000; text-align:center; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|