12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>통합 예약 담당자 관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <P0127list>
- <P0127info>
- <cdid/>
- <cdid_bf/>
- <cdnm/>
- </P0127info>
- </P0127list>
- </main>
- <send>
- <updt/>
- </send>
- </root>
- </instance>
- <submission id="TRPEA00110" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/P0127list/P0127info"/>
- <submission id="TXPEA00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/P0127list/P0127info"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRPEA00110");
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="186" pageheight="500" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:147px; height:14px; ">통합 예약 담당자 관리</caption>
- <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; ">
- <col ref="cdid" type="input"/>
- <col ref="cdid_bf"/>
- <col ref="cdnm"/>
- </datagrid>
- <button id="btn_add" class="btn2_letter2" style="left:42px; top:20px; width:42px; height:19px; ">
- <caption>추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_main.addRow();
- grd_main.isSelected(grd_main.rows) = true;
- ]]>
- </script>
- </button>
- <line id="line6" class="line_1" style="x1:0px; y1:40px; x2:170px; y2:40px; "/>
- <button id="btn_del" class="btn2_letter2" style="left:85px; top:20px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var row = grd_main.row;
-
- grd_main.removeStatus(row, "insert");
- grd_main.removeStatus(row, "update");
- grd_main.addStatus(row, "delete");
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn2_letter2" style="left:128px; top:20px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.setValue("root/send/updt", grd_main.getUpdateData());
-
- submit("TXPEA00103");
-
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|