1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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>Decision Step Detail View</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <stepinfo>
- <info>
- <stepmemo/>
- <stepnm/>
- <times/>
- </info>
- </stepinfo>
- </main>
- <hidden>
- </hidden>
- <send>
- </send>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- window.modelesstopmost = true;
- fInitialize();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/cpgweb/js/MMPCommon.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize(){
- var stepinfo = opener.javascript.getParameter("stepinfo");
-
- var stepnm = stepinfo.split("|")[0];
- var stepmemo = stepinfo.split("|")[1];
- var times = stepinfo.split("|")[2];
-
- model.setValue("/root/main/stepinfo/info/stepnm", stepnm);
- model.setValue("/root/main/stepinfo/info/stepmemo", stepmemo);
- model.setValue("/root/main/stepinfo/info/times", times);
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="519" pageheight="600" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" scroll="auto" style="left:0px; top:570px; width:503px; height:27px; ">
- <button id="btn_cancel" class="btn4_letter2" style="left:446px; top:3px; width:56px; height:22px; ">
- <caption>´Ý±â</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- <textarea id="textarea1" ref="/root/main/stepinfo/info/stepmemo" scroll="autovscroll" style="left:0px; top:53px; width:503px; height:515px; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:5px; width:100px; height:23px; ">STEP¸í</caption>
- <caption id="caption17" class="cell_1" style="left:369px; top:5px; width:70px; height:23px; ">DAY</caption>
- <input id="ipt_stepnm" ref="/root/main/stepinfo/info/stepnm" class="input_default" navindex="22" style="left:103px; top:6px; width:263px; height:19px; "/>
- <input id="input1" ref="/root/main/stepinfo/info/times" class="input_default" navindex="22" style="left:442px; top:6px; width:59px; height:19px; "/>
- <caption id="caption2" class="cell_1" style="left:0px; top:29px; width:503px; height:23px; text-align:center; ">STEP °³¿ä</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:0px; x2:503px; y2:0px; "/>
- <line id="line2" class="line_2" style="x1:0px; y1:27px; x2:503px; y2:27px; "/>
- <line id="line3" class="line_3" style="x1:0px; y1:568px; x2:503px; y2:568px; "/>
- </xhtml:body>
- </xhtml:html>
|