1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?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,156;2,126;1,210;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption1" style="left:20px; top:29px; width:80px; height:20px; font-weight:bold; vertical-align:middle; ">ID</caption>
- <caption id="caption2" style="left:20px; top:54px; width:80px; height:20px; font-weight:bold; vertical-align:middle; ">Password</caption>
- <input id="input3" class="input_default" style="left:95px; top:55px; width:100px; height:19px; "/>
- <input id="input1" class="input_default" style="left:95px; top:30px; width:100px; height:19px; "/>
- <select id="checkbox1" overflow="visible" appearance="full" rows="1" cols="2" cellspacing="5" style="left:13px; top:90px; width:192px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>회신내용확정</label>
- <value>checkbox1</value>
- </item>
- <item>
- <label>수정내용반영</label>
- <value/>
- </item>
- </choices>
- </select>
- <button id="btn_save" class="btn4_letter2" style="left:50px; top:134px; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:110px; top:134px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|