12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <data>
- <subtrvolresn/>
- <subtrvolrate/>
- <subtrvolrateetc/>
- </data>
- </main>
- <send/>
- <init/>
- <hidden>
- <receiveref/>
- </hidden>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="516" pageheight="200" guideline="1,501;2,200;">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:501px; height:170px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:140px; height:13px; ">항암제 용량조절</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
- <caption id="caption20" class="cell_1" style="left:0px; top:55px; width:61px; height:23px; vertical-align:middle; ">용량조정</caption>
- <caption id="caption2" class="cell_1" style="left:0px; top:30px; width:61px; height:23px; vertical-align:middle; ">사유</caption>
- <input id="input4" ref="/root/main/data/subtrvolresn" class="input_essential" style="left:65px; top:32px; width:435px; height:19px; "/>
- <select1 id="radio1" ref="/root/main/data/subtrvolrate" overflow="visible" appearance="full" rows="4" cols="1" vcellspacing="10" style="left:65px; top:55px; width:55px; height:110px; border-style:none; ">
- <choices>
- <item>
- <label>80%</label>
- <value>80</value>
- </item>
- <item>
- <label>75%</label>
- <value>75</value>
- </item>
- <item>
- <label>70%</label>
- <value>70</value>
- </item>
- <item>
- <label>기타</label>
- <value>E</value>
- </item>
- </choices>
- </select1>
- <input id="input3" ref="/root/main/data/subtrvolrateetc" class="input_default" style="left:120px; top:140px; width:50px; height:19px; "/>
- <caption id="caption3" style="left:175px; top:140px; width:30px; height:25px; vertical-align:middle; ">%</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:170px; width:501px; height:27px; ">
- <button id="btn_cfm" class="btn4_letter2" style="left:385px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( model.getValue("/root/main/data/subtrvolresn") ==""){
- messageBox("사유를 ","C001");
- return;
- }
- model.copyNode ( opener.root.hidden.subtrvol , root.main.data );
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|