SPPEA00102_통합예약담당관리.xrw 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:my="http://www.comsquare.co.kr/example" xmlns:ms="urn:schemas-microsoft-com:xslt" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>통합 예약 담당자 관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <P0127list>
  11. <P0127info>
  12. <cdid/>
  13. <cdid_bf/>
  14. <cdnm/>
  15. </P0127info>
  16. </P0127list>
  17. </main>
  18. <send>
  19. <updt/>
  20. </send>
  21. </root>
  22. </instance>
  23. <submission id="TRPEA00110" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/P0127list/P0127info"/>
  24. <submission id="TXPEA00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/P0127list/P0127info"/>
  25. </model>
  26. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  27. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. submit("TRPEA00110");
  33. ]]>
  34. </script>
  35. </xhtml:head>
  36. <xhtml:body pagewidth="186" pageheight="500" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  37. <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:147px; height:14px; ">통합 예약 담당자 관리</caption>
  38. <datagrid id="grd_main" nodeset="/root/main/P0127list/P0127info" caption="ID^ID_bf^이름" colsep="^" colwidth="60, 0, 60" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:45px; width:170px; height:455px; text-align:center; ">
  39. <col ref="cdid" type="input"/>
  40. <col ref="cdid_bf"/>
  41. <col ref="cdnm"/>
  42. </datagrid>
  43. <button id="btn_add" class="btn2_letter2" style="left:42px; top:20px; width:42px; height:19px; ">
  44. <caption>추가</caption>
  45. <script type="javascript" ev:event="DOMActivate">
  46. <![CDATA[
  47. grd_main.addRow();
  48. grd_main.isSelected(grd_main.rows) = true;
  49. ]]>
  50. </script>
  51. </button>
  52. <line id="line6" class="line_1" style="x1:0px; y1:40px; x2:170px; y2:40px; "/>
  53. <button id="btn_del" class="btn2_letter2" style="left:85px; top:20px; width:42px; height:19px; ">
  54. <caption>삭제</caption>
  55. <script type="javascript" ev:event="DOMActivate">
  56. <![CDATA[
  57. var row = grd_main.row;
  58. grd_main.removeStatus(row, "insert");
  59. grd_main.removeStatus(row, "update");
  60. grd_main.addStatus(row, "delete");
  61. ]]>
  62. </script>
  63. </button>
  64. <button id="btn_save" class="btn2_letter2" style="left:128px; top:20px; width:42px; height:19px; ">
  65. <caption>저장</caption>
  66. <script type="javascript" ev:event="DOMActivate">
  67. <![CDATA[
  68. model.setValue("root/send/updt", grd_main.getUpdateData());
  69. submit("TXPEA00103");
  70. ]]>
  71. </script>
  72. </button>
  73. </xhtml:body>
  74. </xhtml:html>