12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main/>
- <send/>
- <init/>
- <hidden/>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="2,13;1,1194;2,784;2,757;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption19" class="tit_1" style="left:0px; top:0px; width:106px; height:15px; ">상병군관리</caption>
- <caption id="caption5" class="tit_2" style="left:10px; top:30px; width:75px; height:13px; ">상병군</caption>
- <line id="line4" class="line_1" style="x1:0px; y1:45px; x2:300px; y2:45px; "/>
- <caption id="caption1" class="tit_2" style="left:325px; top:30px; width:75px; height:13px; ">상병정보</caption>
- <line id="line1" class="line_1" style="x1:315px; y1:45px; x2:810px; y2:45px; "/>
- <datagrid id="datagrid1" caption="코드^명칭" colwidth="100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" colsep="^" style="left:0px; top:75px; width:300px; height:240px; ">
- <col/>
- <col/>
- </datagrid>
- <datagrid id="datagrid2" caption="코드^상병명" colwidth="100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" colsep="^" style="left:315px; top:75px; width:495px; height:240px; ">
- <col/>
- <col/>
- </datagrid>
- <button id="button5" class="btn2_letter3" style="left:755px; top:55px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.addStatus(datagrid1.row,"delete");
- ]]>
- </script>
- </button>
- <button id="button6" class="btn2_letter3" style="left:645px; top:55px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.insertItem(datagrid1.row);
- ]]>
- </script>
- </button>
- <button id="button7" class="btn2_letter3" style="left:700px; top:55px; width:53px; height:19px; ">
- <caption>행복사</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.insertItem(datagrid1.row);
- ]]>
- </script>
- </button>
- <button id="button8" class="btn2_letter4" style="left:575px; top:55px; width:64px; height:19px; ">
- <caption>상병정보</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.insertItem(datagrid1.row);
- ]]>
- </script>
- </button>
- <button id="btn_grdadd" class="btn2_letter3" style="left:135px; top:55px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.insertItem(datagrid1.row);
- ]]>
- </script>
- </button>
- <button id="btn_grdcoopy" class="btn2_letter3" style="left:190px; top:55px; width:53px; height:19px; ">
- <caption>행복사</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.insertItem(datagrid1.row);
- ]]>
- </script>
- </button>
- <button id="btn_grddel" class="btn2_letter3" style="left:245px; top:55px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.addStatus(datagrid1.row,"delete");
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:635px; top:320px; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- <button id="btn_cfm" class="btn4_letter2" style="left:695px; top:320px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:755px; top:320px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|