SPLLC90800_감염정보목록.xrw 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SPLLC90800_감염정보목록.xrw
  4. * 설 명 : 감염정보목록
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 - 윤재한
  7. * 작 성 일 : 2008.08.04
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>감염정보목록</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <infdisinfolist>
  20. <lglydisnm/>
  21. <deptnm/>
  22. <writ/>
  23. <reptdd/>
  24. <dispfromdt/>
  25. <dethyn/>
  26. </infdisinfolist>
  27. </main>
  28. <send>
  29. <pid/>
  30. </send>
  31. <init/>
  32. <hidden>
  33. <pid/>
  34. </hidden>
  35. </root>
  36. </instance>
  37. <!-- <submission id="TRLLC90801" mediatype="application/x-www-form-urlencoded" method="get" ref="/root/send" replace="instance" resultref="/root/main/infdisinfolist"/>-->
  38. </model>
  39. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  40. <script type="javascript" ev:event="xforms-ready">
  41. <![CDATA[
  42. //model.setValue("/root/hidden/pid", "20493");
  43. /*
  44. model.removenode("/root/main/lglydisreptmngtlist");
  45. model.resetInstanceNode("/root/send");
  46. if(model.getValue("/root/hidden/pid") != "") {
  47. fGetInfDisInfoList();
  48. }*/
  49. model.setFocus("grd_infdisinfolist");
  50. ]]>
  51. </script>
  52. <script type="javascript">
  53. <![CDATA[
  54. /* function fGetInfDisInfoList() {
  55. model.setValue("/root/send/pid", model.getValue("/root/hidden/pid"));
  56. submit("TRLLC90801");
  57. model.resetInstanceNode("/root/send");
  58. }*/
  59. function fKeyEvent(){
  60. if(event.keyCode == "13"){
  61. window.close();
  62. }
  63. }
  64. ]]>
  65. </script>
  66. </xhtml:head>
  67. <xhtml:body pagewidth="620" pageheight="650" guideline="1,1194;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  68. <group id="group1" style="left:0px; top:0px; width:600px; height:630px; ">
  69. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:600px; y2:25px; "/>
  70. <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:108px; height:13px; ">전염병정보목록</caption>
  71. <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; ">
  72. <col ref="lglydisnm"/>
  73. <col ref="deptnm"/>
  74. <col ref="writ"/>
  75. <col ref="reptdd" format="yyyy-mm-dd"/>
  76. <col ref="dispfromdt" format="yyyy-mm-dd"/>
  77. <col ref="dethyn"/>
  78. </datagrid>
  79. <button id="btn_close" class="btn4_letter2" style="left:540px; top:2px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  80. <caption>닫기</caption>
  81. <script type="javascript" ev:event="onclick">
  82. <![CDATA[
  83. window.close();
  84. ]]>
  85. </script>
  86. </button>
  87. </group>
  88. <script type="javascript" ev:event="onkeypress">
  89. <![CDATA[
  90. fKeyEvent();
  91. ]]>
  92. </script>
  93. </xhtml:body>
  94. </xhtml:html>