123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?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>
- <atdoct>
- <atdoctlist>
- <atdoctid/>
- <atdoctnm/>
- <jobkindcd/>
- <mpphonno/>
- <phonno/>
- </atdoctlist>
- </atdoct>
- </main>
- <send>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var atdoctid = opener.javascript.getParameter("atdoctid");
- var orddd = opener.javascript.getParameter("orddd");
-
- model.removeNodeset("/root/main/atdoct/atdoctlist");
- model.removenode("/root/send");
- model.makeValue("/root/send/atdoctid", atdoctid);
- model.makeValue("/root/send/orddd", orddd);
- submit("TRMNW11301");
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRMNW11301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/atdoct"/>
- </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"/>
- </xhtml:head>
- <xhtml:body pagewidth="483" pageheight="110" guideline="2,343;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <button id="btn_cancel" class="btn4_letter2" navindex="9" style="left:409px; top:7px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <datagrid id="grd_patinfolist" nodeset="/root/main/atdoct/atdoctlist" caption="담당의ID^담당의명^레지던트연차^휴대폰^내선번호" colsep="^" colwidth="87, 90, 84, 100, 100" dataheight="23" defaultrows="2" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" navindex="7" style="left:1px; top:35px; width:463px; height:48px; ">
- <col ref="atdoctid" style="text-align:center; "/>
- <col ref="atdoctnm" style="text-align:center; "/>
- <col ref="jobkindcd" style="text-align:center; "/>
- <col ref="mpphonno" style="text-align:center; "/>
- <col ref="phonno" style="text-align:center; "/>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:1px; top:13px; width:131px; height:13px; ">담당의 프로필 조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:30px; x2:463px; y2:30px; "/>
- </xhtml:body>
- </xhtml:html>
|