123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <?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>
- <![CDATA[]]>
- <xhtml:title>신청서및출력양식</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <aaa>
- <instcd>012</instcd>
- <printname>RPAAA02801</printname>
- <systeminstnm/>
- </aaa>
- </main>
- <send>
- </send>
- <init>
- </init>
- </root>
- </instance>
- <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" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- //fRefAppfrmPrnt();
- makeReportPreview(0,0,1180,700);
- //instcd 클라이언트 에서 세션, 값 가져오기...
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- /**========================================================================================================================================
- * 화면 오픈시
- =========================================================================================================================================*/
- function fInit()
- {
- var systeminstnm = getUserInfo('systeminstnm'); //로그인한 시스템 병원명
- model.setValue("/root/main/aaa/systeminstnm",systeminstnm);
-
- model.refresh();
- }
- function fRefAppfrmPrnt()
- {
- var srch = cmb_stats.value;
- exeReportPreview(srch, "XMLSTR");
- };
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1180px; height:13px; ">
- <caption id="caption6" class="tit_1" visibility="visible" style="left:0px; top:0px; width:160px; height:14px; ">신청서 및 양식출력</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:60px; width:1180px; height:710px; "/>
- <group id="group1" style="left:0px; top:15px; width:1180px; height:40px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:2px; width:1180px; height:35px; "/>
- <button id="button2" class="btn1_letter2" style="left:1089px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fRefAppfrmPrnt();
-
- ]]>
- </script>
- </button>
- <line id="line1" class="line_4" style="x1:1071px; y1:7px; x2:1071px; y2:29px; "/>
- <select1 id="cmb_stats" ref="/root/main/aaa/printname" class="combo_search" appearance="minimal" style="left:110px; top:11px; width:265px; height:19px; ">
- <choices>
- <!--item>
- <label>일반자원봉사자신청서</label>
- <value>RPAAA02801</value>
- </item>
- <item>
- <label>학생봉사자신청서</label>
- <value>RPAAA02802</value>
- </item>
- <item>
- <label>교직원봉사자신청서</label>
- <value>RPAAA02803</value>
- </item>
- <item>
- <label>휴가신청서</label>
- <value>RPAAA02804</value>
- </item>
- <item>
- <label>탈단신청서</label>
- <value>RPAAA02805</value>
- </item>
- <item>
- <label>업무일지</label>
- <value>RPAAA02806</value>
- </item>
- <item>
- <label>회의록</label>
- <value>RPAAA02807</value>
- </item>
- <item>
- <label>학생자원봉사자개인활동일지</label>
- <value>RPAAA02002</value>
- </item-->
- <item>
- <label>자원봉사활동신청서</label>
- <value>RPAAA02809</value>
- </item>
- <item>
- <label>호스피스봉사활동신청서</label>
- <value>RPAAA02810</value>
- </item>
- <item>
- <label>호스피스자원봉사자활동일지</label>
- <value>RPAAA02811</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fRefAppfrmPrnt();
- ]]>
- </script>
- </select1>
- <caption id="out_search" class="search_name" style="left:14px; top:11px; width:96px; height:17px; ">양식 출력 :</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|