123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <tmplcodelist>
- <tmplcode>
- <chk/>
- <sortno/>
- <tmplcd/>
- <tmplnm/>
- <tmplflag/>
- <tmplcdflag/>
- </tmplcode>
- </tmplcodelist>
- <tmpldatalist>
- <tmpldata/>
- </tmpldatalist>
- </main>
- <send>
- <tmplcdflag>B</tmplcdflag>
- <globalinstance>
- <instance1/>
- </globalinstance>
- <popdata>
- <pid/>
- <hngnm/>
- <sex/>
- </popdata>
- <tmplcd/>
- </send>
- <init/>
- <hidden/>
- </root>
- </instance>
- <submission id="TRAEB01001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/tmplcodelist"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- aezfSetSuppDeptcd();
- submit("TRAEB01001");
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEA0002.js"/>
- <submission id="TRAEA01906" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/tmpldatalist"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="450" pageheight="600">
- <group id="group1" style="left:12px; top:5px; width:428px; height:590px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:105px; x2:420px; y2:105px; "/>
- <caption id="caption4" class="tit_2" style="left:0px; top:90px; width:100px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">예문코드</caption>
- <caption id="caption7" class="tit_1" style="left:0px; top:0px; width:102px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">예약예문 출력</caption>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:20px; width:420px; height:60px; "/>
- <button id="button1" class="btn1_letter2" style="left:360px; top:550px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- for(var i =1; i < grd_tmplcodelist.rows; i++) {
-
- if(model.getValue("/root/main/tmplcodelist/tmplcode[" + i + "]/chk") == "Y") {
-
- model.setValue("/root/send/tmplcd", model.getValue("/root/main/tmplcodelist/tmplcode[" + i + "]/tmplcd"));
- submit("TRAEA01906");
-
- var tmpldata = model.getValue("/root/main/tmpldatalist/tmpldata");
- var pid = model.getValue("/root/send/popdata/pid");
- var hngnm = model.getValue("/root/send/popdata/hngnm");
- var sex = model.getValue("/root/send/popdata/sex");
-
- fPrntRsrvTmpl(tmpldata, pid, hngnm, sex);
- }
- }
-
- ]]>
- </script>
- </button>
- <output id="ipt_pid" ref="/root/send/popdata/pid" class="input_search" appearance="output" style="left:105px; top:25px; width:96px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:50px; width:100px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">성 별 :</caption>
- <caption id="caption3" class="search_name" style="left:14px; top:25px; width:91px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">등록번호 :</caption>
- <caption id="caption5" class="search_name" style="left:210px; top:25px; width:99px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">이 름 :</caption>
- <datagrid id="grd_tmplcodelist" nodeset="/root/main/tmplcodelist/tmplcode" caption="선택^순번^코드^Templet명^구분^caption1" colsep="^" colwidth="39, 37, 85, 235, 76, 100" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:110px; width:420px; height:430px; ">
- <col checkvalue="Y,N" ref="chk" type="checkbox"/>
- <col ref="sortno" type="output" format="#"/>
- <col ref="tmplcd" type="output" maxlength="12" _chartype="upper" _key="true"/>
- <col ref="tmplnm" type="output"/>
- <col class="gridcombo" ref="tmplflag" type="combo" style="background-image:../../../com/commonweb/images/combo_btn.gif; ">
- <choices>
- <item>
- <label>한글</label>
- <value>H</value>
- </item>
- <item>
- <label>영문</label>
- <value>E</value>
- </item>
- </choices>
- </col>
- <col ref="tmplcdflag" visibility="hidden"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- ]]>
- </script>
- </datagrid>
- <output id="input1" ref="/root/send/popdata/hngnm" class="input_search" appearance="output" style="left:305px; top:25px; width:96px; height:19px; "/>
- <output id="input3" ref="/root/send/popdata/sex" class="input_search" appearance="output" style="left:105px; top:50px; width:96px; height:19px; "/>
- <object id="rtfviewer" clsid="{a4bf7e18-5f67-4868-a726-eed421632374}" visibility="hidden" style="left:45px; top:220px; width:155px; height:115px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|