1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="735" pageheight="680" guideline="1,732;2,679;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:735px; height:650px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:200px; height:14px; ">타과 의뢰내용 / 회신내용조회</caption>
- <button id="button6" class="btn_sw" group="tab" selected="true" style="left:0px; top:30px; width:69px; height:22px; ">
- <caption>의뢰내용</caption>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <button id="button7" class="btn_sw" group="tab" selected="true" style="left:70px; top:30px; width:69px; height:22px; ">
- <caption>회신내용</caption>
- <toggle case="case2" ev:event="onclick"/>
- </button>
- <switch id="switch1" class="sw_box" style="left:0px; top:50px; width:720px; height:595px; border-style:solid; ">
- <case id="case1" style="left:0px; top:0px; width:718px; height:553px; ">
- <caption id="caption2" style="left:5px; top:5px; width:100px; height:20px; vertical-align:middle; ">컨설트내용</caption>
- </case>
- <case id="case2" selected="true">
- <caption id="caption3" style="left:5px; top:10px; width:100px; height:20px; vertical-align:middle; ">회신내용</caption>
- </case>
- </switch>
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:732px; y2:20px; "/>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:652px; width:720px; height:27px; ">
- <button id="btn_cancel" class="btn4_letter2" style="left:655px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:25px; x2:518px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|