123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <?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="">
- <send>
- <savedata/>
- </send>
- <main>
- <aaa>
- <issrem/>
- <isscnts/>
- <status/>
- <actstatflag/>
- <joinorgseqno/>
- <voluntrfromdd/>
- <voluntrtodd/>
- <no/>
- </aaa>
- <returnsts>
- <statusinfo>
- <restatus/>
- <voluntrid/>
- <actstatflag/>
- </statusinfo>
- </returnsts>
- </main>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TXAAA02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/main/returnsts"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.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="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <script type="javascript">
- <![CDATA[
- var sParamMsg = "";
- // 초기값
- function fInit()
- {
- if(checkOpener()){
- sParamMsg = opener.javascript.getParameter("SMAAA01700_Param");
- //alert("여기는 타냐!");
- }
- //alert("sParamMsg : ", sParamMsg);
- if(sParamMsg == "Y"){//교직원봉사자신청화면에서 Open한경우-kys-20091005
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- caption2.visible = true;
- cap_fromtodd.visible = true;
- model.makeValue("/root/main/aaa/voluntrfromdd", "20080101");//디폴트 20080101
- ipt_fromdd.refresh();
- }
- }
-
- //확인
- function fSendParam()
- {
- opener.model.makeValue("/root/main/aaa/report/issrem",model.getValue("/root/main/aaa/issrem"));
- opener.model.makeValue("/root/main/aaa/report/isscnts",model.getValue("/root/main/aaa/isscnts"));
- opener.model.makeValue("/root/main/aaa/report/no",model.getValue("/root/main/aaa/no"));
-
- opener.model.makeValue("/root/main/aaa/report/status","i");
- //20091005-kys-이력조회기간추가(교직원봉사자신청화면에서 Open한경우)
- if(sParamMsg == "Y"){
- if(model.getValue("/root/main/aaa/voluntrfromdd")=="" || model.getValue("/root/main/aaa/voluntrtodd")=="") {
- messageBox("조회기간은", "I003", "");
- return;
- }
- opener.model.makeValue("/root/send/reqdata/voluntrfromdd",model.getValue("/root/main/aaa/voluntrfromdd"));
- opener.model.makeValue("/root/send/reqdata/voluntrtodd",model.getValue("/root/main/aaa/voluntrtodd"));
- }
- model.refresh();
- window.close();
-
- }
- ]]>
- </script>
- <xhtml:body pagewidth="465" pageheight="260" guideline="1,499;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_btn" scroll="auto" style="left:0px; top:139px; width:425px; height:30px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:423px; y2:0px; "/>
- <button id="btn_confirm" class="btn4_letter2" navindex="3" style="left:308px; top:5px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSendParam();
- //model.close();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" navindex="4" style="left:367px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.model.removeNodeset("/root/main/aaa/report/status");
- model.refresh();
- model.close();
- ]]>
- </script>
- </button>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:35px; width:425px; height:100px; ">
- <line id="line8" class="line_2" style="x1:0px; y1:42px; x2:423px; y2:42px; "/>
- <caption id="caption7" class="cell_1" style="left:0px; top:63px; width:85px; height:35px; vertical-align:middle; ">담당자</caption>
- <textarea id="tar_rem" ref="/root/main/aaa/issrem" navindex="2" maxlength="25" style="left:88px; top:65px; width:332px; height:33px; "/>
- <textarea id="textarea1" ref="/root/main/aaa/isscnts" navindex="1" maxlength="25" style="left:88px; top:27px; width:332px; height:35px; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:27px; width:85px; height:35px; vertical-align:middle; ">내용</caption>
- <caption id="caption3" class="cell_1" style="left:0px; top:2px; width:85px; height:24px; vertical-align:middle; ">서류번호</caption>
- <input id="input1" ref="/root/main/aaa/no" navindex="0" style="left:88px; top:4px; width:332px; height:19px; "/>
- </group>
- <caption id="caption2" visibility="hidden" style="left:224px; top:8px; width:15px; height:15px; ">~</caption>
- <input id="ipt_todd" ref="/root/main/aaa/voluntrtodd" class="input_search" visibility="hidden" inputtype="date" style="left:243px; top:8px; width:90px; height:19px; "/>
- <input id="ipt_fromdd" ref="/root/main/aaa/voluntrfromdd" class="input_search" visibility="hidden" inputtype="date" style="left:128px; top:8px; width:90px; height:19px; "/>
- <caption id="cap_fromtodd" class="search_name" visibility="hidden" style="left:7px; top:8px; width:113px; height:17px; ">이력조회기간 :</caption>
- </xhtml:body>
- </xhtml:html>
|