12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>
- <vinedulist>
- <vinedulist/>
- </vinedulist>
- </main>
- <send>
- <a/>
- <b/>
- <c/>
- </send>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <submission id="TRMRI09991" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/vinedulist"/>
- <submission id="TRMRI09994" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
- </model>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption20" class="tit_2" style="left:0px; top:5px; width:170px; height:13px; ">성빈센트 교육테스트 화면</caption>
- <button id="button1" class="btn1_letter2" style="left:258px; top:15px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //submit("TRMRI09991");
- submit("TRMRI09994");
- ]]>
- </script>
- </button>
- <datagrid id="datagrid1" nodeset="/root/main/vinedulist/vinedulist" caption="등록번호^환자명^입원일자" colsep="^" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:125px; width:315px; height:405px; ">
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="indd" format="yyyy-mm-dd"/>
- </datagrid>
- <input id="input1" ref="/root/send/a" style="left:0px; top:75px; width:100px; height:19px; "/>
- <input id="input2" ref="/root/send/b" style="left:100px; top:75px; width:100px; height:19px; "/>
- <input id="input3" ref="/root/send/c" style="left:200px; top:75px; width:100px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|