123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- <rsrvinfo>
- <examgoal/>
- </rsrvinfo>
- <patinfo>
- <patinfolist/>
- </patinfo>
- <popupendflag/>
- </main>
- <send>
- <prcpdd/>
- <execprcpuniqno/>
- </send>
- <inti/>
- <hidden>
- <prcpdd/>
- <execprcpuniqno/>
- <rownum/>
- <schrsrvtm/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <submission id="TRZBC00101"/>
- <submission id="TRAEA05001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/rsrvinfot"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if (checkOpener()) {
- var examgoal = model.getValue("/root/hidden/examgoal");
- if (examgoal != "") {
- model.copyNode("/root/main/rsrvinfo","/root/hidden");
-
- } else {
- cmb_examgoal.value = "B";
- }
- model.refresh();
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-model-destruct">
- <![CDATA[
- btn_close.dispatch("DOMActivate");
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="280" pageheight="100" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group4" style="left:0px; top:0px; width:260px; height:75px; ">
- <line id="line17" class="line_1" style="x1:5px; y1:15px; x2:252px; y2:15px; "/>
- <caption id="caption13" class="tit_1" style="left:0px; top:0px; width:133px; height:14px; ">예약 시 추가 정보</caption>
- <select1 id="cmb_examgoal" ref="/root/main/rsrvinfo/examgoal" class="combo_default" visibility="visible" appearance="minimal" style="left:109px; top:22px; width:137px; height:19px; ">
- <choices>
- <item>
- <label>진단</label>
- <value>A</value>
- </item>
- <item>
- <label>치료준비</label>
- <value>B</value>
- </item>
- <item>
- <label>치료 후</label>
- <value>C</value>
- </item>
- </choices>
- </select1>
- <caption id="caption14" class="cell_1" style="left:5px; top:20px; width:103px; height:23px; vertical-align:middle; ">검사목적</caption>
- <line id="line18" class="line_2" style="x1:5px; y1:43px; x2:252px; y2:43px; "/>
- <button id="btn_close" class="btn4_letter2" style="left:190px; top:45px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (checkOpener()) {
- var rownum = model.getValue("/root/hidden/rownum");
- opener.model.makeValue("/root/main/subordlist/subordlist1["+ rownum +"]/examgoal", model.getValue("/root/main/rsrvinfo/examgoal"));
- opener.model.makeValue("/root/main/subordlist/subordlist1["+ rownum +"]/rsrvrem", cmb_examgoal.label);
- }
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|