12345678910111213141516171819202122232425262728293031323334353637 |
- <?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/>
- <send/>
- <init/>
- <hidden/>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="518" pageheight="334" guideline="2,13;1,502;2,784;2,334;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:501px; height:306px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:95px; height:13px; ">품절이력조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:500px; y2:26px; "/>
- <datagrid id="datagrid1" caption="품절기간^품절사유^대체약품코드^대체약품명" colwidth="136, 127, 83, 127" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" colsep="^" style="left:0px; top:31px; width:500px; height:275px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:306px; width:501px; height:27px; ">
- <button id="btn_cfm" class="btn4_letter2" style="left:385px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|