12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>약사메모이력</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <memoinfo>
- <item>
- <memo/>
- <writnm/>
- <orddeptnm/>
- <writdt/>
- <pid/>
- <seqno/>
- <hosinhosoutflag/>
- <instcd/>
- <orddeptcd/>
- <drugno/>
- <drugdd/>
- <writid/>
- <useyn/>
- </item>
- </memoinfo>
- </main>
- <send>
- <srchinfo>
- <srchpid/>
- <srchinstcd/>
- <srchioflag/>
- <srchhosinhosoutflag/>
- </srchinfo>
- <delinfo>
- <pid/>
- <seqno/>
- <hosinhosoutflag/>
- <instcd/>
- <m/>
- <ioflag/>
- </delinfo>
- </send>
- <init/>
- <hidden>
- </hidden>
- </root>
- </instance>
- <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/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/srchinfo/srchioflag","");
- submit("TRADB60605");
- model.refresh();
- ]]>
- </script>
- <submission id="TRADB60605" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/memoinfo"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="650" pageheight="400" guideline="2,-1;1,1194;2,784;2,757;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:630px; height:364px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:95px; height:13px; ">약사메모이력</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:31px; x2:630px; y2:31px; "/>
- <datagrid id="grd_memolist" nodeset="/root/main/memoinfo/item" allowselection="false" autoresize="true" caption="메모^작성자^진료과^작성일시" colsep="^" colwidth="357, 55, 95, 108" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" selectionmode="byrow" style="left:0px; top:36px; width:630px; height:324px; ">
- <col ref="memo"/>
- <col ref="writnm" style="text-align:center; vertical-align:middle; "/>
- <col ref="orddeptnm"/>
- <col ref="writdt" format="yyyy-mm-dd hh:dd:ss" style="text-align:center; "/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:361px; width:630px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" style="left:564px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|