123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509 |
- <?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>이의신청 정산의뢰 현황</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send>
- <data1>
- <chkflag/>
- <judgdg/>
- <clamno/>
- <acptno/>
- <docuseqno/>
- <clamym1/>
- <clamym2/>
- <fromdd/>
- <todd/>
- <srchflag/>
- <obtappflag>10</obtappflag>
- <insukind/>
- </data1>
- <data2>
- <judgdg/>
- <clamno/>
- <acptno/>
- <docuseqno/>
- <obtappflag/>
- </data2>
- <list1>
- <obtm/>
- </list1>
- </send>
- <main>
- <list1>
- <obtm/>
- <obtmsum/>
- <obtmcntsum/>
- </list1>
- <list2>
- <obtd/>
- </list2>
- </main>
- <init>
- <!-- 보험유형 -->
- <P0008list>
- <P0008>
- <cdnm/>
- <cdid/>
- </P0008>
- </P0008list>
- <!-- 이신구분 -->
- <P0264list>
- <P0264>
- <cdid/>
- <cdnm/>
- </P0264>
- </P0264list>
- <hosplist>
- <list/>
- </hosplist>
- <ptrinfo>
- <docuno/>
- <setno/>
- <judgdg/>
- <arrdd/>
- <usernm/>
- </ptrinfo>
- </init>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 0. 데이터 초기화
- model.removenode("/root/main/list1");
- model.removenode("/root/main/list2");
- model.makeNode("/root/main/list1");
- model.makeNode("/root/main/list2");
-
- // 1. 공통코드 초기화 (보험유형, 이신구분)
- zbcfGetCodeList(
- new Array("P0008", "P0264"),
- new Array("/root/init/P0008list", "/root/init/P0264list")
- );
-
- // ---------------------------------------------------------------
- // 진료과 주치의 초기화
- // ---------------------------------------------------------------
- /*
- submit("TRPID20309", false);
- model.makeNode("root/hidden/tmp/orddeptcd");
- model.makeNode("root/hidden/tmp/orddeptcd2");
- model.makeNode("root/hidden/tmp/orddrid");
- model.makeNode("root/hidden/tmp/orddrid2");
-
- model.removeNodeset("root/init/orddeptcd");
- model.removeNodeset("root/init/orddeptcd2");
- model.removeNodeset("root/init/orddrid");
- model.removeNodeset("root/init/orddrid2");
- model.makeNode("root/init/orddeptcd");
- model.makeNode("root/init/orddeptcd2");
- model.makeNode("root/init/orddrid");
- model.makeNode("root/init/orddrid2");
- model.copyNode("root/init/orddeptcd", "root/hidden/tmp/orddeptcd");
- model.copyNode("root/init/orddeptcd2", "root/hidden/tmp/orddeptcd2");
- model.copyNode("root/init/orddrid", "root/hidden/tmp/orddrid");
- model.copyNode("root/init/orddrid2", "root/hidden/tmp/orddrid2");
-
- model.removeNodeset("root/hidden/tmp/orddeptcd");
- model.removeNodeset("root/hidden/tmp/orddeptcd2");
- model.removeNodeset("root/hidden/tmp/orddrid");
- model.removeNodeset("root/hidden/tmp/orddrid2");
-
- model.refreshpart("/root/send/item1/orddeptcd");
- model.refreshpart("/root/send/item1/orddeptcd2");
- model.refreshpart("/root/send/item1/orddrid");
- model.refreshpart("/root/send/item1/orddrid2");
- */
-
-
- // 청구월 셋팅
- var gCurrentym = getCurrentDate().toDate().getDateFormat("YYYYMM");
- model.setValue("/root/send/data1/clamym1", gCurrentym);
- model.setValue("/root/send/data1/clamym2", gCurrentym);
-
- var nowdate = getCurrentDate().toDate().getDateFormat("YYYYMMDD");
- model.setValue("/root/send/data1/fromdd", nowdate);
- model.setValue("/root/send/data1/todd", nowdate);
- // 조회조건 셋팅
- model.setValue("/root/send/data1/srchflag", "1");
- ipt_fromdd.disabled = true;
- ipt_todd.disabled = true;
-
- // 2. 이의신청 명세서를 조회한다.
- if (model.getValue("/root/send/data1/acptno") != "") {
- model.setValue("/root/send/data1/chkflag", "1"); // 정산의뢰생성 화면에서 팝업으로 개인별로 조회할때 chkflag = "1"
- submit("TRPIR31009");
- }
-
- //보험구분 세팅 by 박영우 2011.04.26
- model.setValue("/root/send/data1/insukind", "A");
-
- //출력물 병원정보 조회 by 박영우 2011.04.21
- submit("TRPIR31010");
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPIR31009" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main/list1"/>
- <submission id="TRPIR31008" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" resultref="/root/main/list2"/>
- <submission id="TXPIR31003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/list1" resultref="/root/temp"/>
- <submission id="TXPIR31004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/list1" resultref="/root/temp"/>
- <submission id="TRPID20309" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/item1/ioflag" resultref="root/hidden/tmp"/>
- <submission id="TRPIR31010" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/hosplist"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.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"/>
- </xhtml:head>
- <xhtml:body pagewidth="1170" pageheight="730" guideline="1,1070;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:805px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; ">이의신청 정산의뢰 현황</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:55px; width:1150px; height:637px; ">
- <datagrid id="grd_obtmlist" nodeset="/root/main/list1/obtm" class="datagrid2" caption="선택^청구월^환자번호^환자명^입원일자^진료개시일^진료과^심사자^접수번호^심사차수^청구번호^명일련^묶음번호^보험유형^메모^이의신청일자^이의신청액^결정회신일자^결정액^이의신청문서번호^결정회신문서번호^이신구분" colsep="^" colwidth="30, 60, 72, 72, 72, 76, 86, 64, 55, 55, 70, 50, 55, 60, 205, 88, 80, 88, 80, 100, 100, 100" frozencols="9" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:26px; width:1150px; height:604px; ">
- <col ref="chksel" type="checkbox" visibility="hidden"/>
- <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="ordfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="orddeptcd" style="text-align:left; "/>
- <col ref="judgrid" style="text-align:center; "/>
- <col ref="acptno" style="text-align:center; "/>
- <col ref="judgdg" style="text-align:center; "/>
- <col ref="clamno" style="text-align:center; "/>
- <col ref="docuseqno" style="text-align:center; "/>
- <col ref="setno" style="text-align:center; "/>
- <col disabled="true" ref="insukind" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="obtapprem"/>
- <col ref="obtappdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="obtappamt" format="#,###" style="text-align:right; "/>
- <col ref="decirepldd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="deciamt" format="#,###" style="text-align:right; "/>
- <col ref="obtappdocuno" visibility="hidden"/>
- <col ref="decidocuno" visibility="hidden"/>
- <col disabled="true" ref="obtappflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0264list/P0264">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- /*
- var row = grd_obtmlist.row;
- var judgdg = model.getValue("/root/main/list1/obtm["+row+"]/judgdg");
- var clamno = model.getValue("/root/main/list1/obtm["+row+"]/clamno");
- var acptno = model.getValue("/root/main/list1/obtm["+row+"]/acptno");
- var docuseqno = model.getValue("/root/main/list1/obtm["+row+"]/docuseqno");
- var obtappflag = model.getValue("/root/main/list1/obtm["+row+"]/obtappflag");
-
- if (judgdg != "" && clamno != "" && acptno != "" && docuseqno != "" && obtappflag != "") {
-
- // 1. 이의신청 처방을 조회할 데이터를 담는다.
- model.makeValue("/root/send/data2/judgdg", judgdg);
- model.makeValue("/root/send/data2/clamno", clamno);
- model.makeValue("/root/send/data2/acptno", acptno);
- model.makeValue("/root/send/data2/docuseqno", docuseqno);
- model.makeValue("/root/send/data2/obtappflag", obtappflag);
-
- // 2. 선택한 이의신청 명세서의 이의신청 처방내역을 조회한다.
- model.removenode("/root/main/list2");
- model.makeNode("/root/main/list2");
- submit("TRPIR31008");
-
- }
- */
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:160px; height:14px; ">이의신청 명세서</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:22px; x2:1150px; y2:22px; "/>
- <caption id="caption5" style="left:562px; top:5px; width:250px; height:17px; ">정산의뢰일자 = 정산의뢰한 시스템일자</caption>
- </group>
- <button id="btn_excelsave" class="btn2_letter4" _auth="P" style="left:1082px; top:57px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if (grd_obtmlist.rows > 1) {
- var isSave = false;
- for (var i = grd_obtmlist.fixedRows; i < grd_obtmlist.rows; i ++ ) {
- if (grd_obtmlist.rowHidden(i) == false) {
- isSave = true;
- i = grd_obtmlist.rows;
- }
- }
- if (isSave == false) {
- messageBox("처방 필터를 변경하세요. 엑셀저장할 처방이", "I004"); ///처방 필터를 변경하세요. 엑셀저장할 처방이 없습니다.
- return;
- }
- var fileName = window.fileDialog("save", "", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != "") {
- //datagrid.saveExcel의 7번째 인자 값(boolean) : 그리드의 col type=combo일 경우 엑셀저장내용이 lable 또는 value로 설정 함
- grd_obtmlist.saveExcel(fileName, "sheetname:;colhiddenextend:false;rowhiddenextend:false;", true, true, "", "", true);
- }
- } else {
- messageBox("엑셀저장할 처방이", "I004"); ///엑셀저장할 처방이 없습니다.
- }
- ]]>
- </script>
- </button>
- <button id="btn_close" class="btn3_letter2" navindex="7" style="left:1085px; top:700px; width:56px; height:22px; ">
- <caption>종료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <group id="grp_sea" style="left:0px; top:14px; width:1150px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1150px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line13" class="line_4" style="x1:1069px; y1:5px; x2:1069px; y2:27px; "/>
- <button id="btn_search" class="btn1_letter2" navindex="6" style="left:1081px; top:6px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/data1/chkflag", "2"); // 청구월, 정산의뢰일자별로 조회버튼 누를때 chkflag = "2"
- model.setValue("/root/send/data1/judgdg", model.getValue("/root/send/data2/judgdg"));
- model.setValue("/root/send/data1/clamno", model.getValue("/root/send/data2/clamno"));
- model.setValue("/root/send/data1/acptno", model.getValue("/root/send/data2/acptno"));
- model.setValue("/root/send/data1/docuseqno", model.getValue("/root/send/data2/docuseqno"));
- submit("TRPIR31009");
-
- grd_obtmlist.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption30" class="search_name" style="left:268px; top:10px; width:85px; height:17px; ">청구년월</caption>
- <input id="ipt_clamym1" ref="/root/send/data1/clamym1" class="input_search" navindex="1" inputtype="date" format="yyyy-mm" style="left:349px; top:9px; width:69px; height:19px; text-align:center; "/>
- <caption id="caption11" style="left:424px; top:13px; width:15px; height:14px; ">~</caption>
- <input id="ipt_clamym2" ref="/root/send/data1/clamym2" class="input_search" navindex="1" inputtype="date" format="yyyy-mm" style="left:443px; top:9px; width:69px; height:19px; text-align:center; "/>
- <caption id="cap_title" class="search_name" style="left:516px; top:10px; width:102px; height:17px; ">정산의뢰일자</caption>
- <caption id="caption4" style="left:714px; top:13px; width:15px; height:14px; ">~</caption>
- <input id="ipt_todd" ref="/root/send/data1/todd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:732px; top:9px; width:85px; height:19px; text-align:center; "/>
- <input id="ipt_fromdd" ref="/root/send/data1/fromdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:625px; top:9px; width:85px; height:19px; text-align:center; "/>
- <select1 id="rdo_srchflag" ref="/root/send/data1/srchflag" navindex="1" overflow="visible" appearance="full" cellspacing="5" cols="3" rows="1" style="left:12px; top:9px; width:258px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>청구월</label>
- <value>1</value>
- </item>
- <item>
- <label>정산의뢰일자</label>
- <value>2</value>
- </item>
- <item>
- <label>이의신청일자</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var srchflag = model.getValue("/root/send/data1/srchflag");
- if (srchflag == "1") {
- ipt_clamym1.disabled = false;
- ipt_clamym2.disabled = false;
-
- ipt_fromdd.disabled = true;
- ipt_todd.disabled = true;
- } else {
- ipt_clamym1.disabled = true;
- ipt_clamym2.disabled = true;
-
- ipt_fromdd.disabled = false;
- ipt_todd.disabled = false;
- }
-
- if (srchflag == "2") {
- cap_title.attribute("text") = "정산의뢰일자";
- } else if (srchflag == "3") {
- cap_title.attribute("text") = "이의신청일자";
- }
- ]]>
- </script>
- </select1>
- <caption id="caption7" class="search_name" style="left:821px; top:10px; width:112px; height:17px; ">이신구분 :</caption>
- <select1 id="cmb_depoyn" ref="/root/send/data1/obtappflag" class="combo_search" visibility="visible" appearance="minimal" style="left:912px; top:9px; width:75px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>정산의뢰</label>
- <value>10</value>
- </item>
- <item>
- <label>자격의뢰</label>
- <value>11</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- /*
- model.removenode("/root/main/list01");
- model.removenode("/root/main/list02");
- model.removenode("/root/main/list04");
-
- model.setValue("/root/send/send01/assocd","");
-
- model.removenode("/root/init/U0002list");
-
- model.setvalue("/root/send/send01/srchgubun", "6");
-
- submit("TRPIF30413"); // 시군구조회
-
- model.refresh();
-
- if(cmb_assocd.length > 0) {
- addComboItem("cmb_assocd"," ");
- model.setFocus("cmb_assocd");
- submit("TRPIF31501"); //조회시작
- } else {
- submit("TRPIF31501"); //조회시작
- }
- */
- ]]>
- </script>
- </select1>
- <select1 id="cmb_insukind" ref="/root/send/data1/insukind" class="combo_search" appearance="minimal" style="left:990px; top:9px; width:70px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>건강보험</label>
- <value>1</value>
- </item>
- <item>
- <label>의료급여</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- </group>
- <button id="button93" class="btn6_letter2" style="left:10px; top:700px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(grd_obtmlist.rows > 1) {
-
- exeReportPreview("RPPIR30507", "XMLSTR");
- }
- ]]>
- </script>
- </button>
- <button id="btn_ptr" class="btn6_letter5" style="left:70px; top:700px; width:56px; height:22px; ">
- <caption>의뢰서출력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(grd_obtmlist.rows > 1) {
- model.setValue("/root/init/ptrinfo/docuno", "");
- model.setValue("/root/init/ptrinfo/setno", "");
- model.setValue("/root/init/ptrinfo/judgdg", "");
- model.setValue("/root/init/ptrinfo/arrdd", "");
- model.setValue("/root/init/ptrinfo/usernm", "");
-
- if(group5.visible == false) {
- group5.visible = true;
- } else {
- group5.visible = false;
- }
- }
- ]]>
- </script>
- </button>
- <group id="group5" visibility="hidden" style="left:485px; top:290px; width:225px; height:155px; background-color:#87CEFA; ">
- <caption id="caption8" class="tit_2" style="left:0px; top:5px; width:188px; height:14px; ">출력정보를 입력하세요.</caption>
- <input id="ipt_docuno" ref="/root/init/ptrinfo/docuno" class="input_default" style="left:125px; top:25px; width:93px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_prtlabel", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_prtrex" class="btn5_letter2" style="left:130px; top:129px; width:42px; height:19px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(grd_obtmlist.rows > 1) {
- exeReportPreview("RPPIR30508", "XMLSTR");
- group5.visible = false;
- }
- ]]>
- </script>
- </button>
- <button id="button3" class="btn5_letter2" style="left:175px; top:129px; width:42px; height:19px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/init/ptrinfo/docuno", "");
- model.setValue("/root/init/ptrinfo/setno", "");
- model.setValue("/root/init/ptrinfo/judgdg", "");
- model.setValue("/root/init/ptrinfo/arrdd", "");
- model.setValue("/root/init/ptrinfo/usernm", "");
- group5.visible = false;
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="tit_2" style="left:10px; top:27px; width:115px; height:13px; ">문서번호</caption>
- <caption id="caption3" class="tit_2" style="left:10px; top:47px; width:113px; height:13px; ">묶음번호</caption>
- <caption id="caption9" class="tit_2" style="left:10px; top:67px; width:113px; height:13px; ">심사차수</caption>
- <caption id="caption10" class="tit_2" style="left:10px; top:87px; width:113px; height:13px; ">통보서도달일자</caption>
- <input id="ipt_setno" ref="/root/init/ptrinfo/setno" class="input_default" style="left:125px; top:45px; width:93px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_prtlabel", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_judgdg" ref="/root/init/ptrinfo/judgdg" class="input_default" style="left:125px; top:65px; width:93px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_prtlabel", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_arrdd" ref="/root/init/ptrinfo/arrdd" class="input_default" style="left:125px; top:85px; width:93px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_prtlabel", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption12" class="tit_2" style="left:10px; top:107px; width:113px; height:13px; ">신청인</caption>
- <input id="input1" ref="/root/init/ptrinfo/usernm" class="input_default" style="left:125px; top:105px; width:93px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_prtlabel", "DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- </xhtml:body>
- </xhtml:html>
|