1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main/>
- <send/>
- <init/>
- <hidden/>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1194;" 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:375px; height:170px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:140px; height:13px; ">복약상담일괄완료</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:372px; y2:25px; "/>
- <caption id="caption20" class="cell_1" style="left:0px; top:80px; width:61px; height:23px; vertical-align:middle; ">약사ID</caption>
- <caption id="caption2" class="cell_1" style="left:0px; top:55px; width:61px; height:23px; vertical-align:middle; ">상담일자</caption>
- <caption id="caption3" style="left:5px; top:30px; width:320px; height:25px; vertical-align:middle; ">복약상담 완료를 위해 다음을 확인하십시오!</caption>
- <caption id="caption4" class="cell_1" style="left:0px; top:105px; width:61px; height:23px; vertical-align:middle; ">처방구분</caption>
- <caption id="caption5" class="cell_1" style="left:0px; top:130px; width:61px; height:23px; vertical-align:middle; ">상담구분</caption>
- <input id="input8" class="input_essential" inputtype="date" style="left:65px; top:57px; width:100px; height:19px; "/>
- <input id="input4" class="input_essential" style="left:170px; top:57px; width:75px; height:19px; "/>
- <input id="input1" class="input_essential" style="left:65px; top:82px; width:100px; height:19px; "/>
- <output id="output3" class="output_fix" style="left:170px; top:82px; width:75px; height:19px; "/>
- <select1 id="radio1" overflow="visible" appearance="full" rows="1" cols="2" style="left:65px; top:107px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>퇴원</label>
- <value>1</value>
- </item>
- <item>
- <label>재원</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio2" overflow="visible" appearance="full" rows="1" cols="2" style="left:65px; top:132px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>완료</label>
- <value>1</value>
- </item>
- <item>
- <label>미시행</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:170px; width:375px; height:27px; ">
- <button id="btn_cfm" class="btn4_letter2" style="left:258px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:317px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|