123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?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>레지던트 지원 현황(수납자)</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <residentsupplist/>
- </main>
- <send>
- <usernm/>
- <apntinfono/>
- <fstlattrmflagnm/>
- <apntyy/>
- <supinfqurtyynm/>
- </send>
- <init/>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <submission id="TRRTP00122" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/residentsupplist"/>
- <submission id="TRRTP00141" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/cond"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //사용자 권한
- fCheckAuth();
-
- submit("TRRTP00141");
-
- cmb_cond.select(0);
-
- model.setValue("/root/send/usernm", getUserInfo("usernm")); // 사용자 정보 설정
-
- model.refresh();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
- //========================================================================================
- function fCheckAuth() {
- btn_prn.disabled = !checkAuth("P") ;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="370" pageheight="100">
- <group id="group1" style="left:10; top:0px; width:350; height:13px; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:350; height:14px; ">레지던트 지원 현황</caption>
- </group>
- <group id="group2" scroll="auto" style="left:10; top:38px; width:350; height:50; ">
- <group id="group4" style="left:0px; top:10px; width:350; height:40; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0; width:350; height:35; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:15px; top:9px; width:90px; height:17px; ">조회구분 :</caption>
- <select1 id="cmb_cond" ref="/root/send/apntinfono" class="combo_s_essential" appearance="minimal" style="left:100px; top:8px; width:210px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/cond">
- <label ref="labl"/>
- <value ref="valu"/>
- </itemset>
- </choices>
- </select1>
- </group>
- </group>
- <group id="grp_btn" scroll="auto" style="left:10; top:12px; width:350; height:27px; ">
- <button id="button16" class="btn3_letter4" visibility="hidden" style="left:57px; top:3px; width:80px; height:22px; ">
- <caption>화면이동</caption>
- </button>
- <line id="line1" class="line_6" style="x1:0; y1:25; x2:350; y2:25; "/>
- <button id="btn_prn" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRTP00122");
- ipt_fstlattrmflagnm.value = cmb_cond.label.substr(10,2);
- ipt_apntyy.value = cmb_cond.label.substr(0,6);
- ipt_supinfqurtyynm.value = cmb_cond.label.substr(6,3);
- exeReportPreview("RPRTP00122","XMLSTR");
- ]]>
- </script>
- </button>
- <input id="ipt_usernm" ref="/root/send/usernm" visibility="hidden" style="left:145px; top:5px; width:45px; height:19px; "/>
- <input id="ipt_apntyy" ref="/root/send/apntyy" visibility="hidden" style="left:210px; top:5px; width:50px; height:19px; "/>
- <input id="ipt_fstlattrmflagnm" ref="/root/send/fstlattrmflagnm" visibility="hidden" style="left:265px; top:5px; width:45px; height:19px; "/>
- <input id="ipt_supinfqurtyynm" ref="/root/send/supinfqurtyynm" visibility="hidden" style="left:210px; top:5px; width:50px; height:19px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|