12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <사번>00000039</사번>
- <성명>김샤로</성명>
- <일자>20061211</일자>
- <사유>퇴근</사유>
- </targetList>
- <targetList>
- <사번>00000045</사번>
- <성명>고오댜</성명>
- <일자>20061231</일자>
- <사유>특근</사유>
- </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:68px; x2:750px; y2:68px; "/>
- <caption id="caption9" class="tit_2" style="left:5px; top:54px; width:117px; height:13px; ">사유</caption>
- <datagrid id="datagrid1" nodeset="/root/main/targetList" caption="사원번호^성명^일자^사유" colwidth="100, 100, 147, 250" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:0px; top:72px; width:750px; height:636px; ">
- <col ref="사번"/>
- <col ref="성명"/>
- <col ref="일자"/>
- <col ref="사유"/>
- </datagrid>
- <button id="button41" class="btn4_letter2" style="left:637px; top:709px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <button id="button42" class="btn4_letter2" style="left:695px; top:709px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- <group id="group4" style="left:0px; top:10px; width:752px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:2px; top:0px; width:750px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption5" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">사 번 :</caption>
- <line id="line3" class="line_4" style="x1:666px; y1:7px; x2:666px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="button1" navindex="4" class="btn1_letter2" style="left:681px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ]]>
- </script>
- </button>
- <button id="button4" class="icon_search" style="left:157px; top:9px; width:16px; height:16px; ">
- <caption/>
- </button>
- <input id="input4" class="input_default" style="left:100px; top:8px; width:55px; height:19px; "/>
- <input id="input5" class="input_default" style="left:176px; top:8px; width:102px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:280px; top:9px; width:83px; height:17px; ">신 청 일 :</caption>
- <caption id="caption3" style="left:455px; top:9px; width:25px; height:20px; font-weight:bold; text-align:center; vertical-align:middle; ">~</caption>
- <input id="input1" class="input_s_essential" inputtype="date" style="left:363px; top:8px; width:95px; height:19px; "/>
- <input id="input3" class="input_s_essential" inputtype="date" style="left:476px; top:8px; width:95px; height:19px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|