SPMMP02100_DecisionStepDetail정보.xrw 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>Decision Step Detail View</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <stepinfo>
  11. <info>
  12. <stepmemo/>
  13. <stepnm/>
  14. <times/>
  15. </info>
  16. </stepinfo>
  17. </main>
  18. <hidden>
  19. </hidden>
  20. <send>
  21. </send>
  22. <init>
  23. </init>
  24. </root>
  25. </instance>
  26. <script type="javascript" ev:event="xforms-ready">
  27. <![CDATA[
  28. window.modelesstopmost = true;
  29. fInitialize();
  30. ]]>
  31. </script>
  32. </model>
  33. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  37. <script type="javascript" src="../../../emr/cpgweb/js/MMPCommon.js"/>
  38. <script type="javascript">
  39. <![CDATA[
  40. function fInitialize(){
  41. var stepinfo = opener.javascript.getParameter("stepinfo");
  42. var stepnm = stepinfo.split("|")[0];
  43. var stepmemo = stepinfo.split("|")[1];
  44. var times = stepinfo.split("|")[2];
  45. model.setValue("/root/main/stepinfo/info/stepnm", stepnm);
  46. model.setValue("/root/main/stepinfo/info/stepmemo", stepmemo);
  47. model.setValue("/root/main/stepinfo/info/times", times);
  48. model.refresh();
  49. }
  50. ]]>
  51. </script>
  52. </xhtml:head>
  53. <xhtml:body pagewidth="519" pageheight="600" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  54. <group id="group1" scroll="auto" style="left:0px; top:570px; width:503px; height:27px; ">
  55. <button id="btn_cancel" class="btn4_letter2" style="left:446px; top:3px; width:56px; height:22px; ">
  56. <caption>´Ý±â</caption>
  57. <script type="javascript" ev:event="DOMActivate">
  58. <![CDATA[
  59. window.close();
  60. ]]>
  61. </script>
  62. </button>
  63. </group>
  64. <textarea id="textarea1" ref="/root/main/stepinfo/info/stepmemo" scroll="autovscroll" style="left:0px; top:53px; width:503px; height:515px; "/>
  65. <caption id="caption1" class="cell_1" style="left:0px; top:5px; width:100px; height:23px; ">STEP¸í</caption>
  66. <caption id="caption17" class="cell_1" style="left:369px; top:5px; width:70px; height:23px; ">DAY</caption>
  67. <input id="ipt_stepnm" ref="/root/main/stepinfo/info/stepnm" class="input_default" navindex="22" style="left:103px; top:6px; width:263px; height:19px; "/>
  68. <input id="input1" ref="/root/main/stepinfo/info/times" class="input_default" navindex="22" style="left:442px; top:6px; width:59px; height:19px; "/>
  69. <caption id="caption2" class="cell_1" style="left:0px; top:29px; width:503px; height:23px; text-align:center; ">STEP °³¿ä</caption>
  70. <line id="line1" class="line_1" style="x1:0px; y1:0px; x2:503px; y2:0px; "/>
  71. <line id="line2" class="line_2" style="x1:0px; y1:27px; x2:503px; y2:27px; "/>
  72. <line id="line3" class="line_3" style="x1:0px; y1:568px; x2:503px; y2:568px; "/>
  73. </xhtml:body>
  74. </xhtml:html>