12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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 guideline="1,652;2,524;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:510px; height:215px; ">
- <caption id="caption1" class="tit_2" style="left:0px; top:0px; width:185px; height:14px; ">구매팀소견</caption>
- <line id="line15" class="line_3" style="x1:0px; y1:157px; x2:500px; y2:157px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:500px; y2:20px; "/>
- <caption id="caption3" class="cell_1" style="left:0px; top:25px; width:108px; height:133px; vertical-align:middle; ">구매팀 소견</caption>
- <textarea id="textarea2" style="left:110px; top:25px; width:390px; height:130px; "/>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:215px; width:510px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter4" style="left:370px; top:5px; width:80px; height:22px; ">
- <caption>소견작성</caption>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:452px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- <button id="button1" class="btn4_letter2" style="left:312px; top:5px; width:56px; height:22px; ">
- <caption>종결</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|