1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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>구매팀 소견</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <grid>
- </grid>
- </main>
- <send>
- <data1/>
- <data2/>
- <data3/>
- <data4/>
- <data5/>
- <data6/>
- </send>
- <init>
- <radio1>
- <label>비급여</label>
- <value>1</value>
- <label>본인일부부담</label>
- <value>2</value>
- <label>100/100급여</label>
- <value>3</value>
- </radio1>
- <radio2>
- <label>결정신청유</label>
- <value>1</value>
- <label>결정신청무</label>
- <value>2</value>
- </radio2>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNode("/root/main/grid");
- model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="D:\CMCProject\application\webapps\com\hismainweb\js\DocTitle.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="600" pageheight="300" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group3" scroll="auto" style="left:8px; top:0px; width:510px; height:215px; ">
- <caption id="caption1" class="tit_2" style="left:0px; top:10px; width:185px; height:13px; ">구매팀소견</caption>
- <line id="line15" class="line_3" style="x1:0px; y1:197px; x2:510px; y2:197px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:510px; y2:25px; "/>
- <caption id="caption3" class="cell_1" style="left:0px; top:30px; width:108px; height:168px; vertical-align:middle; ">구매팀 소견</caption>
- <textarea id="textarea2" style="left:110px; top:32px; width:400px; height:164px; "/>
- </group>
- <group id="group1" scroll="auto" style="left:8px; top:214px; width:510px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter4" style="left:373px; top:5px; width:80px; height:22px; ">
- <caption>소견작성</caption>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:454px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- <button id="button1" class="btn4_letter2" style="left:316px; top:5px; width:56px; height:22px; ">
- <caption>종결</caption>
- </button>
- <line id="line2" class="line_6" style="x1:0px; y1:0px; x2:510; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|