123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <item>
- <name/>
- <name1>문경</name1>
- <name2>이상</name2>
- <name3>최경</name3>
- <name4>홍은</name4>
- </item>
- </main>
- <send>
- <report>
- <jobkindcd/>
- <posinstcd/>
- </report>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/rexpert30.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:106px; height:14px; ">사용자리스트</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:20px; width:1195px; height:764px; ">
- <caption id="caption1" class="search_name" style="left:16px; top:9px; width:64px; height:17px; ">이름:</caption>
- <input id="input2" ref="/root/main/item/name" class="input_s_essential" navindex="1" style="left:80px; top:8px; width:130px; height:19px; "/>
- <button id="button8" class="btn3_letter4" style="left:280px; top:6px; width:80px; height:22px; ">
- <caption>미리보기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var obj = new Object();
- obj.name = model.getValue("/root/main/item/name");
- var option = "open=1;save=1;directprint=0;print=1;zoom=0;width=900;height=900";
- exeReportPreview30(["RPTMP00101"],[obj], option);
-
-
- ]]>
- </script>
- </button>
- <button id="btn_print" class="btn6_letter2" style="left:221px; top:6px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var obj = new Object();
- obj.name = model.getValue("/root/main/item/name");
- var option = "open=1;save=1;directprint=1;print=1;zoom=0";
- exeReportPreview30(["RPTMP00101"],[obj], option);
- ]]>
- </script>
- </button>
- <button id="button1" class="btn3_letter8" style="left:280px; top:90px; width:128px; height:22px; ">
- <caption>멀티보고서보기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var params = new Array();
-
- for (var i=1;i<=4;i++)
- {
- var param = new Object();
- param.name = model.getValue("/root/main/item/name"+i);
- params.push(param);
- }
- var option = "open=1;save=1;directprint=0;print=1;zoom=0;width=1000;height=400;";
-
- exeReportPreview30(["RPTMP00101", "RPTMP00101", "RPTMP00101", "RPTMP00101"], params, option);
- ]]>
- </script>
- </button>
- <button id="button2" class="btn6_letter2" style="left:221px; top:90px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var params = new Array();
-
- for (var i=1;i<=4;i++)
- {
- var param = new Object();
- param.name = model.getValue("/root/main/item/name"+i);
- params.push(param);
- }
- var option = "open=1;save=1;directprint=0;print=1;zoom=0";
-
- exeReportPreview30(["RPTMP00101", "RPTMP00101", "RPTMP00101", "RPTMP00101"], params, option);
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:15px; top:95px; width:64px; height:17px; ">이름1:</caption>
- <input id="input1" ref="/root/main/item/name1" class="input_s_essential" navindex="1" style="left:79px; top:94px; width:130px; height:19px; "/>
- <caption id="caption3" class="search_name" style="left:15px; top:125px; width:64px; height:17px; ">이름2:</caption>
- <input id="input3" ref="/root/main/item/name2" class="input_s_essential" navindex="1" style="left:79px; top:124px; width:130px; height:19px; "/>
- <caption id="caption4" class="search_name" style="left:15px; top:155px; width:64px; height:17px; ">이름3:</caption>
- <input id="input4" ref="/root/main/item/name3" class="input_s_essential" navindex="1" style="left:79px; top:154px; width:130px; height:19px; "/>
- <caption id="caption5" class="search_name" style="left:15px; top:180px; width:64px; height:17px; ">이름4:</caption>
- <input id="input5" ref="/root/main/item/name4" class="input_s_essential" navindex="1" style="left:79px; top:179px; width:130px; height:19px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|