12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?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>
- <targetList>
- <일자>20061231</일자>
- <사유>감기</사유>
- </targetList>
- <targetList>
- <일자>20070122</일자>
- <사유>특근</사유>
- </targetList>
- </main>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:315px; y2:25px; "/>
- <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:117px; height:14px; ">교육비항목</caption>
- <datagrid id="datagrid1" nodeset="/root/main/targetList" caption="항목^금액" colsep="^" colwidth="136, 138" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:29px; width:315px; height:636px; ">
- <col ref="일자"/>
- <col type="input"/>
- </datagrid>
- <button id="button2" class="btn2_letter3" style="left:205px; top:5px; width:53px; height:19px; ">
- <caption>행추가</caption>
- </button>
- <button id="button3" class="btn2_letter3" style="left:260px; top:5px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- </button>
- <button id="button41" class="btn4_letter2" style="left:202px; top:670px; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- <button id="button42" class="btn4_letter2" style="left:260px; top:670px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- <button id="button1" class="btn2_letter4" style="left:140px; top:5px; width:53px; height:19px; ">
- <caption>엑셀입력</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|