1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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>수혈 상세정보조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <blooddetail>
- <gridblooddetail>
- <prcpcd/>
- <prcpnm/>
- <blodno/>
- <resn/>
- </gridblooddetail>
- </blooddetail>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="526" pageheight="350">
- <datagrid id="grd_detail" nodeset="/root/main/blooddetail/gridblooddetail" caption="처방코드^처방명칭^혈액번호^폐기사유" colsep="^" colwidth="70, 200, 80, 150" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:11px; top:25px; width:505px; height:315px; ">
- <col ref="prcpcd" style="text-align:center; "/>
- <col ref="prcpnm"/>
- <col ref="blodno" style="text-align:center; "/>
- <col ref="resn"/>
- </datagrid>
- <caption id="caption57" class="tit_2" style="left:15px; top:5px; width:203px; height:14px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">수혈 상세정보조회</caption>
- <line id="line18" class="line_1" style="x1:11px; y1:20px; x2:516px; y2:20px; "/>
- </xhtml:body>
- </xhtml:html>
|