1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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>Remark 등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <remarkinfo>
- <remarkflag>1</remarkflag>
- <remark/>
- </remarkinfo>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <init>
- <M0381list>
- <M0381>
- <cdid/>
- <cdnm/>
- </M0381>
- </M0381list>
- </init>
- <hidden>
- <param/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript" src="../../../emr/caremedirecweb/js/SPMNR03400.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="330" pageheight="115" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption22" class="tit_2" style="left:5px; top:10px; width:100px; height:14px; ">Remark 등록</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:30px; x2:310px; y2:30px; "/>
- <button id="button16" class="btn5_letter2" navindex="7" style="left:265px; top:8px; width:42px; height:19px; ">
- <caption>등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveRemark();
- ]]>
- </script>
- </button>
- <select1 id="cmb_settingrn" ref="/root/main/remarkinfo/remarkflag" class="combo_search" appearance="minimal" style="left:103px; top:37px; width:207px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/M0381list/M0381">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption13" class="cell_1" style="left:0px; top:35px; width:100px; height:23px; vertical-align:middle; ">상용Remark</caption>
- <line id="line5" class="line_3" style="x1:0px; y1:108px; x2:310px; y2:108px; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:59px; width:100px; height:49px; vertical-align:middle; ">Remark 직접입력</caption>
- <textarea id="tar_remk1" ref="/root/main/remarkinfo/remark" maxlength="50" style="left:103px; top:59px; width:207px; height:45px; "/>
- </xhtml:body>
- </xhtml:html>
|