1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLPJ00101.xfm
- * 설 명 : 접수 관리
- * 설 계 자 : 설계자가 별도로 존재시 작성
- * 작 성 자 : 유동철(ACK)
- * 작 성 일 : 2006.12.04
- * 수정이력 : 최종작성일 기준으로 변경사항 이력관리
- * 기 타 : 주석문에 반영되어야 할 사항 표기
- -->
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root>
- <main>
- <docuno>
- <docunoinfo>
- <pid/>
- <orddd/>
- <docuno/>
- </docunoinfo>
- </docuno>
- <spcinfo>
- <spcinfolist>
- <ptno/>
- <ptnodisp/>
- <acptdd/>
- <acptseqno/>
- <spcacptdd/>
- <spcacptno/>
- <spcacptseqno/>
- <spcnm/>
- </spcinfolist>
- </spcinfo>
- </main>
- <send/>
- <init/>
- <hidden>
- </hidden>
- </root>
- </instance>
- <submission id="reqgetpatlist" action="http://localhost:8080/popup.js" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/main/patlist/patlisttbl"/>
- </model>
- <script type="javascript">
- <![CDATA[
- /* @group : 의뢰지 검체정보
- * @ver : 2007.02.12 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 화면종료 처리 Function
- */
- function fExeWindowClose() {
- model.close();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1000" pageheight="800" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group2" scroll="auto" style="left:0px; top:523; width:433px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" navindex="7" style="left:376; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- fExeWindowClose();
- ]]>
- </script>
- </button>
- <line id="line17" class="line_6" style="x1:0px; y1:0px; x2:432; y2:0px; "/>
- </group>
- <group id="grp_b" style="left:0px; top:0px; width:433; height:523; ">
- <caption id="caption1" class="tit_2" autoresize="true" style="left:5px; top:10; width:161px; height:13; font-family:굴림체; font-size:9pt; vertical-align:middle; ">의뢰지 검체정보</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:432px; y2:25px; "/>
- <datagrid id="grd_spclist" nodeset="/root/main/spcinfo/spcinfolist" class="datagrid2" caption="병리번호^접수일자^접수번호^검체접수일자^검체접수번호^검체
번호^검체내용" colsep="^" colwidth="80, 80, 60, 0, 0, 40, 170" dataheight="25" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheight="32" rowsep="|" navindex="7" style="left:0px; top:30px; width:432px; height:492; border-color:#c0c0c0; border-style:solid; ">
- <col ref="ptno"/>
- <col ref="ptnodisp"/>
- <col ref="acptdd"/>
- <col ref="acptseqno"/>
- <col ref="spcacptdd"/>
- <col ref="spcacptno"/>
- <col ref="spcacptseqno"/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|