SPADB60700_항암용량조정.xrw 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <data>
  11. <subtrvolresn/>
  12. <subtrvolrate/>
  13. <subtrvolrateetc/>
  14. </data>
  15. </main>
  16. <send/>
  17. <init/>
  18. <hidden>
  19. <receiveref/>
  20. </hidden>
  21. </root>
  22. </instance>
  23. </model>
  24. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  25. </xhtml:head>
  26. <xhtml:body pagewidth="516" pageheight="200" guideline="1,501;2,200;">
  27. <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:501px; height:170px; ">
  28. <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:140px; height:13px; ">항암제 용량조절</caption>
  29. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
  30. <caption id="caption20" class="cell_1" style="left:0px; top:55px; width:61px; height:23px; vertical-align:middle; ">용량조정</caption>
  31. <caption id="caption2" class="cell_1" style="left:0px; top:30px; width:61px; height:23px; vertical-align:middle; ">사유</caption>
  32. <input id="input4" ref="/root/main/data/subtrvolresn" class="input_essential" style="left:65px; top:32px; width:435px; height:19px; "/>
  33. <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; ">
  34. <choices>
  35. <item>
  36. <label>80%</label>
  37. <value>80</value>
  38. </item>
  39. <item>
  40. <label>75%</label>
  41. <value>75</value>
  42. </item>
  43. <item>
  44. <label>70%</label>
  45. <value>70</value>
  46. </item>
  47. <item>
  48. <label>기타</label>
  49. <value>E</value>
  50. </item>
  51. </choices>
  52. </select1>
  53. <input id="input3" ref="/root/main/data/subtrvolrateetc" class="input_default" style="left:120px; top:140px; width:50px; height:19px; "/>
  54. <caption id="caption3" style="left:175px; top:140px; width:30px; height:25px; vertical-align:middle; ">%</caption>
  55. </group>
  56. <group id="grp_btn" scroll="auto" style="left:0px; top:170px; width:501px; height:27px; ">
  57. <button id="btn_cfm" class="btn4_letter2" style="left:385px; top:5px; width:56px; height:22px; ">
  58. <caption>확인</caption>
  59. <script type="javascript" ev:event="DOMActivate">
  60. <![CDATA[
  61. if ( model.getValue("/root/main/data/subtrvolresn") ==""){
  62. messageBox("사유를 ","C001");
  63. return;
  64. }
  65. model.copyNode ( opener.root.hidden.subtrvol , root.main.data );
  66. window.close();
  67. ]]>
  68. </script>
  69. </button>
  70. <button id="btn_can" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
  71. <caption>취소</caption>
  72. <close ev:event="DOMActivate"/>
  73. </button>
  74. </group>
  75. </xhtml:body>
  76. </xhtml:html>