SMZEV00200_예방접종백신조회테스트화면.xrw 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <vacinfolist>
  11. <list>
  12. <errmsg/>
  13. <vcnexpdte/>
  14. <lotnum/>
  15. <unit/>
  16. <vaccod/>
  17. <vaname/>
  18. <vcncod/>
  19. <vendorcode/>
  20. <vendorname/>
  21. </list>
  22. </vacinfolist>
  23. </main>
  24. <send>
  25. <lotnum/>
  26. </send>
  27. </root>
  28. </instance>
  29. <submission id="TRZEV00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/vacinfolist"/>
  30. </model>
  31. <script type="javascript" src="..\..\..\com\commonweb\js\common.js"/>
  32. </xhtml:head>
  33. <xhtml:body>
  34. <button id="button1" class="btn1_letter2" style="left:295px; top:35px; width:56px; height:22px; ">
  35. <caption>조회</caption>
  36. <script type="javascript" ev:event="DOMActivate">
  37. <![CDATA[
  38. submit("TRZEV00201");
  39. ]]>
  40. </script>
  41. </button>
  42. <input id="input1" ref="/root/send/lotnum" style="left:170px; top:35px; width:100px; height:19px; "/>
  43. <caption id="caption1" style="left:65px; top:35px; width:100px; height:20px; ">로트번호</caption>
  44. <datagrid id="datagrid1" nodeset="/root/main/vacinfolist/list" caption="에러메시지^백신유효기간^제조번호^약품규격^백신코드^백신명^접종코드^제조회사코드^제조회사명" colsep="^" colwidth="356, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:35px; top:95px; width:1220px; height:150px; ">
  45. <col ref="errmsg" type="output"/>
  46. <col ref="vcnexpdte" type="output"/>
  47. <col ref="lotnum" type="output"/>
  48. <col ref="unit" type="output"/>
  49. <col ref="vaccod" type="output"/>
  50. <col ref="vaname" type="output"/>
  51. <col ref="vcncod" type="output"/>
  52. <col ref="vendorcode" type="output"/>
  53. <col ref="vendorname" type="output"/>
  54. </datagrid>
  55. </xhtml:body>
  56. </xhtml:html>