123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?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>수술준비확인 SMS전송내역조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <smsinfo>
- <smslist>
- <lrgclscd/>
- <kindcd/>
- <codenm1/>
- <codenm2/>
- <codenm3/>
- <refseq/>
- <code3commt/>
- </smslist>
- </smsinfo>
- <cond>
- <fromdd/>
- <todd/>
- <srchflag>1</srchflag>
- <srchnm/>
- </cond>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- var pid = model.property("pid");
- var hngnm = model.property("hngnm");
- var opcnfmdd = model.property("opcnfmdd");
-
- if(opcnfmdd == "") {
- ipt_fromdd.value = getCurrentDate();
- } else {
- ipt_fromdd.value = opcnfmdd;
- }
- ipt_todd.value = getCurrentDate();
-
- if(pid != "") {
- ipt_srchnm.value = pid;
- }
-
- fSearch() ;
-
- model.property("pid") = "";
- model.property("hngnm") = "";
- ]]>
- </script>
- <submission id="TRMNP00221" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/smsinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fSearch() {
- model.makeNode("/root/send/reqdata");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
-
- submit("TRMNP00221");
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="700" pageheight="500">
- <caption id="caption1" class="tit_2" style="left:0px; top:55px; width:225px; height:13px; vertical-align:middle; ">SMS전송내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:665px; y2:70px; "/>
- <datagrid id="grd_smslist" nodeset="/root/main/smsinfo/smslist" autoresize="true" caption="전송일시^전송일시^전송내용^전송자" colsep="^" colwidth="73, 41, 443, 55" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:665px; height:385px; ">
- <col ref="senddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="sendtm" format="hh:nn" style="text-align:center; "/>
- <col ref="msgcnts"/>
- <col ref="sendrnm" style="text-align:center; "/>
- </datagrid>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:665px; height:40px; font-family:돋움체; "/>
- <caption id="caption3" class="search_name" style="left:6px; top:12px; width:86px; height:17px; font-family:돋움체; ">전송일자:</caption>
- <caption id="caption2" class="search_name" style="left:290px; top:13px; width:71px; height:17px; font-family:돋움체; ">환자명:</caption>
- <caption id="caption4" style="left:179px; top:12px; width:15px; height:20px; font-family:돋움체; font-weight:bold; ">~</caption>
- <input id="ipt_todd" ref="/root/main/cond/todd" class="input_s_essential" navindex="2" inputtype="date" style="left:192px; top:11px; width:90px; height:19px; font-family:돋움체; "/>
- <input id="ipt_fromdd" ref="/root/main/cond/fromdd" class="input_s_essential" navindex="1" inputtype="date" style="left:87px; top:11px; width:90px; height:19px; font-family:돋움체; "/>
- <button id="button1" class="btn1_letter2" style="left:601px; top:9px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line2" class="line_4" style="x1:591px; y1:9px; x2:591px; y2:31px; "/>
- <input id="ipt_srchnm" ref="/root/main/cond/srchnm" style="left:487px; top:12px; width:95px; height:19px; "/>
- <select1 id="rdo_srchflag" ref="/root/main/cond/srchflag" appearance="full" cols="2" overflow="visible" style="left:360px; top:13px; width:124px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>등록번호</label>
- <value>1</value>
- </item>
- <item>
- <label>환자명</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|