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="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,500;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:501px; height:130px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:95px; height:13px; ">보건관리대행</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
- <input id="input8" class="input_essential" inputtype="date" style="left:58px; top:55px; width:100px; height:19px; "/>
- <caption id="caption12" class="cell_1" style="left:0px; top:30px; width:55px; height:23px; vertical-align:middle; ">거래처</caption>
- <input id="input4" class="input_essential" style="left:58px; top:31px; width:100px; height:19px; "/>
- <line id="line6" class="line_3" style="x1:0px; y1:127px; x2:500px; y2:127px; "/>
- <line id="line2" class="line_2" style="x1:0px; y1:77px; x2:500px; y2:77px; "/>
- <line id="line4" class="line_2" style="x1:0px; y1:53px; x2:500px; y2:53px; "/>
- <caption id="caption2" class="cell_1" style="left:0px; top:54px; width:55px; height:23px; vertical-align:middle; ">계약년도</caption>
- <input id="input1" class="input_essential" inputtype="date" style="left:58px; top:80px; width:100px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:0px; top:79px; width:55px; height:23px; vertical-align:middle; ">계약일</caption>
- <line id="line3" class="line_2" style="x1:0px; y1:102px; x2:500px; y2:102px; "/>
- <input id="input2" class="input_essential" inputtype="date" style="left:180px; top:80px; width:100px; height:19px; "/>
- <output id="output2" class="output_search" style="left:180px; top:31px; width:320px; height:19px; "/>
- <button id="button61" class="icon_search" style="left:161px; top:33px; width:16px; height:16px; ">
- <caption/>
- </button>
- <caption id="caption11" class="search_n_b" style="left:163px; top:82px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <caption id="caption4" class="cell_1" style="left:0px; top:104px; width:55px; height:23px; vertical-align:middle; ">수수료</caption>
- <input id="input3" class="input_essential" style="left:58px; top:106px; width:100px; height:19px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:131px; width:501px; height:27px; ">
- <button id="button4" class="btn4_letter2" style="left:385px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <button id="button9" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|