12345678910111213141516171819202122232425262728293031323334353637 |
- <?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="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" 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:111px; height:14px; ">폐기물 목록관리</caption>
- <datagrid id="datagrid1" caption="코드^이름^분류^비고" colsep="^" colwidth="177, 342, 243, 429" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:85px; width:1195px; height:672px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:15px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line2" class="line_1" style="x1:0px; y1:79px; x2:1195px; y2:79px; "/>
- <button id="btn_sea" class="btn1_letter2" style="left:1130px; top:22px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- <button id="btn_grdadd" class="btn2_letter3" style="left:1085px; top:55px; width:53px; height:19px; ">
- <caption>행추가</caption>
- </button>
- <button id="btn_grddel" class="btn2_letter3" style="left:1142px; top:55px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1139px; top:762px; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|