12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLLC90800_감염정보목록.xrw
- * 설 명 : 감염정보목록
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 - 윤재한
- * 작 성 일 : 2008.08.04
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <infdisinfolist>
- <lglydisnm/>
- <deptnm/>
- <writ/>
- <reptdd/>
- <dispfromdt/>
- <dethyn/>
- </infdisinfolist>
- </main>
- <send>
- <pid/>
- </send>
- <init/>
- <hidden>
- <pid/>
- </hidden>
- </root>
- </instance>
- <!-- <submission id="TRLLC90801" mediatype="application/x-www-form-urlencoded" method="get" ref="/root/send" replace="instance" resultref="/root/main/infdisinfolist"/>-->
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //model.setValue("/root/hidden/pid", "20493");
- /*
- model.removenode("/root/main/lglydisreptmngtlist");
- model.resetInstanceNode("/root/send");
-
- if(model.getValue("/root/hidden/pid") != "") {
- fGetInfDisInfoList();
- }*/
- model.setFocus("grd_infdisinfolist");
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- /* function fGetInfDisInfoList() {
- model.setValue("/root/send/pid", model.getValue("/root/hidden/pid"));
-
- submit("TRLLC90801");
-
- model.resetInstanceNode("/root/send");
- }*/
- function fKeyEvent(){
- if(event.keyCode == "13"){
- window.close();
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="620" pageheight="650" guideline="1,1194;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:600px; height:630px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:600px; y2:25px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:108px; height:13px; ">전염병정보목록</caption>
- <datagrid id="grd_infdisinfolist" nodeset="/root/main/infdisinfolist" allowselection="false" autoresize="true" caption="전염병명^진료과^작성자^신고일자^시작일^치유/사망" colsep="^" colwidth="150, 80, 80, 85, 85, 90" dataheight="23" defaultrows="1" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" selectionmode="byrow" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:26px; width:600px; height:600px; border-color:#c0c0c0; ">
- <col ref="lglydisnm"/>
- <col ref="deptnm"/>
- <col ref="writ"/>
- <col ref="reptdd" format="yyyy-mm-dd"/>
- <col ref="dispfromdt" format="yyyy-mm-dd"/>
- <col ref="dethyn"/>
- </datagrid>
- <button id="btn_close" class="btn4_letter2" style="left:540px; top:2px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- fKeyEvent();
- ]]>
- </script>
- </xhtml:body>
- </xhtml:html>
|