123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535 |
- <?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="">
- <main>
- <updategood>
- <goodlist>
- <ifid/>
- <sel/>
- <chggubn/>
- <chggubnnm/>
- <fromdd/>
- <condd/>
- <goodcd/>
- <oldcd/>
- <bnscd/>
- <edicd/>
- <goodnm/>
- <goodhngnm/>
- <goodengnm/>
- <goodspec/>
- <com/>
- <comnm/>
- <lrgcd/>
- <lrgnm/>
- <mdlcd/>
- <mdlnm/>
- <smlcd/>
- <smlnm/>
- <welfprt/>
- <welfprtnm/>
- <prodcmpycd/>
- <prodcmpynm/>
- <suppcustcd/>
- <suppcustnm/>
- <maincustlastsuplplce/>
- <maincustlastsuplplcenm/>
- <asetflag/>
- <winacnt/>
- <winacntnm/>
- <amtacnt/>
- <amtacntnm/>
- <hospdrguvol/>
- <hospdrguunit/>
- <prcpqty/>
- <prcpunit/>
- <cntsqty/>
- <cntsunit/>
- <specvol/>
- <specunit/>
- <gnrlspcl/>
- <prcpexchqty/>
- <calcmthdcd/>
- <grupsnglflag/>
- <exchqty/>
- <deliveunit/>
- <purcunit/>
- <insucost/>
- <estmamt/>
- <goodunitcost/>
- <goodpurccost/>
- <gnrlspclnm/>
- <keepmthd/>
- <keepmthdnm/>
- <pemtkeepmthd/>
- <todd/>
- <nonusetretresn/>
- <cmt/>
- <purcqty/>
- <specldrug/>
- <drugkind/>
- <allsizeyn/>
- <drugtoddhis/>
- <ifstatus/>
- </goodlist>
- </updategood>
- </main>
- <send>
- <srchinfo>
- <fromdd/>
- <todd/>
- <goodcd/>
- <chggubn/>
- </srchinfo>
- <drugdata>
- <druginfo/>
- </drugdata>
- <save>
- <gooddetlist/>
- <setyn>N</setyn>
- <mastercheckflag>Y</mastercheckflag>
- <historyflag>Y</historyflag>
- </save>
- </send>
- <init>
- <P0133list/>
- <P0142list/>
- <R0356list/>
- </init>
- <hidden>
- <item/>
- </hidden>
- <cnt/>
- <asetflag/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //오늘날짜를 기준으로 1주일로 검색 구간 설정
- setDate();
- //MIS.RSCDGIUD : 품목마스터 변경내역 전달테이블
- //grd_data.rowHeight(0) = 50;
- grd_data.fixedcellcheckbox(0,1) = true;
-
- misfComboComCdListMulti("R0043","cmb_asetflag"); //자산구분 콤보 리스트
- zbcfGetCodeList( new Array("P0133","P0142","R0356")
- , new Array("/root/init/P0133list","/root/init/P0142list", "/root/init/R0356list")
- , true); //수가계산방법, 그룹코드 리스트
-
- model.setValue("/root/send/srchinfo/chggubn","A");
- fGetGoodList();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- // 현재일자를 적용일자로 설정하여 과거일자로의 변경을 막기 위함 2008-12-10
- //var gv_fromdd = "";
-
-
- function fGetGoodList(){
-
- submit("TRRSC08301");
- model.setValue("/root/cnt", model.getXPathValue("count(/root/main/updategood/goodlist)"));
-
- output1.refresh();
- caption5.attribute("visibility")="visible";
- }
- ]]>
- </script>
- <submission id="TRRSC08301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/updategood"/>
- <submission id="TXRSC08301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/drugdata" replace="instance" resultref="/root/hidden"/>
- <submission id="TXRSC08302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.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/stringHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function setDate()
- {
- var curdate = getCurrentDate();
-
- var curyear = parseInt(curdate.substr(0,4));
- var curmonth = curdate.substr(4,2);
- var curday = curdate.substr(6,2);
-
- var preyear = curyear;
- var nextyear = curyear;
-
- var premonth = null;
- var nextmonth = null;
-
- //10월 이하이면 숫자만 추출
- if ( curmonth.substr(0,1) == "0" )
- curmonth = parseInt(curmonth.substr(1,2));
- else
- curmonth = parseInt(curmonth.substr(0,2));
-
- //10일 이하이면 숫자만 추출
- if ( curday.substr(0,1) == "0" )
- curday = parseInt(curday.substr(1,2));
- else
- curday = parseInt(curday.substr(0,2));
-
- var preday = curday;
- var nextday = curday;
-
- if ( curmonth == 1 )
- {
- preyear = preyear - 1;
- premonth = 12;
- nextmonth = curmonth + 1;
- }
- else if ( curmonth == 12 )
- {
- nextyear = nextyear + 1;
- nextmonth = 1;
- premonth = curmonth - 1;
- }
- else
- {
- premonth = curmonth - 1;
- nextmonth = curmonth + 1;
- }
-
- if ( premonth == 2 && curday > 28 )
- preday = 28;
-
- if ( nextmonth == 2 && curday > 28 )
- nextday = 28;
-
- if ( preday != 28 && curday < 10 )
- preday = "0" + curday;
-
- if ( nextday != 28 && curday < 10 )
- nextday = "0" + curday;
-
- if ( premonth < 10 )
- premonth = "0" + premonth;
-
- if ( nextmonth < 10 )
- nextmonth = "0" + nextmonth;
-
- predate = preyear+""+premonth+""+preday;
- nextdate = nextyear+""+nextmonth+""+nextday;
- // alert("predate:"+predate);
- // alert("nextdate:"+nextdate);
- model.setValue("/root/send/srchinfo/fromdd", predate);
- model.setValue("/root/send/srchinfo/todd", nextdate);
- ipt_fromdd.refresh();
- ipt_todd.refresh();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body class="radio_search" pagewidth="1000" pageheight="500" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:50px; width:965px; height:400px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:35px; x2:965px; y2:35px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:16px; width:100px; height:14px; ">통합내용갱신</caption>
- <button id="btn_excsave" class="btn2_letter4" style="left:900px; top:10px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var files = window.fileDialog("save", "|", true, "", "", "Excel Files(*.xls)|*.xls");
- grd_data.saveExcel( files, "sheetname:sheet1;colhiddenextend:false;");
- ]]>
- </script>
- </button>
- <datagrid id="grd_data" nodeset="/root/main/updategood/goodlist" class="datagrid2" scroll="auto" autoresize="true" caption="인터페이스 id^^구분
코드^구분^적용일자^물류적용일자^현재기관
적용일자^약품코드^약품대표코드^연번^중복제외
대표코드^구코드^도매상코드^EDI코드^물품명^한글명^영문명^goodspec^성분코드^성분명^대분류코드^대분류^중분류코드^중분류^소분류코드^소분류^welfprt^복지부분류^제조회사코드^제조회사^판매회사코드^판매회사^주거래처코드^주거래처^자산구분^입고계정코드^입고계정^비용계정코드^비용계정^함량용량^함량단위^규격수량^규격단위^병원용량^병원단위^처방수량^처방단위^gnrlspcl^처방환산^수가계산방법^그룹여부^낱개수량^낱개단위^포장단위^보험단가^처방단가^상한가^구입단가^구입가^일반/전문^keepmthd^실제보관법^허가보관방법^불용일^변경사유^비고^포장수량^특별약품^약품종류^all size 유무^drugtoddhis^ifstatus^prefromdd^conflag^mngtcls^purccls^통계구분(약품)^EDI단위(약품)^EDI환산수량(약품)" colsep="^" colwidth="14, 24, 25, 18, 100, 100, 83, 88, 80, 76, 12, 100, 21, 80, 150, 100, 100, 100, 67, 150, 35, 60, 35, 130, 35, 150, 40, 200, 100, 100, 100, 100, 100, 100, 100, 100, 80, 100, 80, 35, 35, 35, 35, 30, 30, 30, 30, 40, 57, 100, 100, 100, 100, 100, 80, 80, 100, 80, 80, 70, 30, 70, 200, 100, 200, 200, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" frozencols="9" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" navindex="6" style="left:0px; top:40px; width:965px; height:360px; ">
- <col ref="ifid" visibility="hidden"/>
- <col checkvalue="Y,N" key="false" ref="sel" type="checkbox"/>
- <col ref="chggubn" visibility="hidden"/>
- <col ref="chggubnnm" visibility="hidden"/>
- <col ref="fromdd" type="inputdate" format="yyyy-mm-dd" maxlength="8" style="text-align:center; "/>
- <col ref="condd" type="inputdate" visibility="hidden" format="yyyy-mm-dd" maxlength="8" style="text-align:center; "/>
- <col ref="instfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="goodcd" style="text-align:center; "/>
- <col ref="reprgoodcd" style="text-align:center; "/>
- <col ref="asisgoodcd" style="text-align:center; "/>
- <col ref="dupexpgoodcd" visibility="hidden"/>
- <col ref="oldcd"/>
- <col ref="bnscd" visibility="hidden"/>
- <col ref="edicd" style="text-align:center; "/>
- <col ref="goodnm"/>
- <col ref="goodhngnm" visibility="hidden"/>
- <col ref="goodengnm"/>
- <col ref="goodspec" visibility="hidden"/>
- <col ref="com"/>
- <col ref="comnm"/>
- <col ref="lrgcd" visibility="hidden"/>
- <col ref="lrgnm" style="text-align:center; "/>
- <col ref="mdlcd" visibility="hidden"/>
- <col ref="mdlnm"/>
- <col ref="smlcd" visibility="hidden"/>
- <col ref="smlnm"/>
- <col ref="welfprt" visibility="hidden"/>
- <col ref="welfprtnm"/>
- <col ref="prodcmpycd" visibility="hidden"/>
- <col ref="prodcmpynm"/>
- <col ref="suppcustcd"/>
- <col ref="suppcustnm"/>
- <col ref="maincustlastsuplplce"/>
- <col ref="maincustlastsuplplcenm"/>
- <col ref="asetflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/comcd/R00430/R00430">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="winacnt"/>
- <col ref="winacntnm"/>
- <col ref="amtacnt"/>
- <col ref="amtacntnm"/>
- <col ref="cntsqty"/>
- <col ref="cntsunit"/>
- <col ref="specvol"/>
- <col ref="specunit"/>
- <col ref="hospdrguvol"/>
- <col ref="hospdrguunit"/>
- <col ref="prcpqty"/>
- <col ref="prcpunit"/>
- <col ref="gnrlspcl" visibility="hidden"/>
- <col ref="prcpexchqty" style="text-align:right; "/>
- <col disabled="true" ref="calcmthdcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0133list/P0133">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="grupsnglflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0142list/P0142">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="exchqty"/>
- <col ref="deliveunit"/>
- <col ref="purcunit"/>
- <col ref="insucost" format="#,###" style="text-align:right; "/>
- <col ref="estmamt" format="#,###" style="text-align:right; "/>
- <col ref="upperlimit" format="#,###" style="text-align:right; "/>
- <col ref="goodunitcost" format="#,###" style="text-align:right; "/>
- <col ref="goodpurccost" format="#,###" style="text-align:right; "/>
- <col ref="gnrlspclnm" style="text-align:center; "/>
- <col ref="keepmthd" visibility="hidden"/>
- <col ref="keepmthdnm" style="text-align:center; "/>
- <col ref="pemtkeepmthd"/>
- <col ref="todd" visibility="hidden"/>
- <col disabled="true" ref="nonusetretresn" type="combo">
- <choices>
- <itemset nodeset="/root/init/R0356list/R0356">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="cmt"/>
- <col ref="purcqty" visibility="hidden"/>
- <col ref="specldrug" visibility="hidden"/>
- <col ref="drugkind" visibility="hidden"/>
- <col ref="allsizeyn" visibility="hidden"/>
- <col ref="drugtoddhis" visibility="hidden"/>
- <col ref="ifstatus" visibility="hidden"/>
- <col ref="prefromdd" visibility="hidden"/>
- <col ref="conflag" visibility="hidden"/>
- <col ref="mngtcls" visibility="hidden"/>
- <col ref="purccls" visibility="hidden"/>
- <col ref="statsflag" visibility="hidden"/>
- <col ref="ediunit" visibility="hidden"/>
- <col ref="ediexchqty" visibility="hidden"/>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
-
- // '체크상태' 변화에 따른 status값 변경
- if((grd_data.row == 0) && (grd_data.col== grd_data.colRef("sel"))){
- for(var i = grd_data.fixedRows; i < grd_data.rows; i++){
- grd_data.addStatus(parseInt(i), "update");
- }
- }else if((grd_data.row != 0) && (grd_data.col== grd_data.colRef("sel"))){
- grd_data.addStatus(parseInt(grd_data.row), "update");
- }
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-deselect">
- <![CDATA[
- // '체크상태' 변화에 따른 status값 변경
- if((grd_data.row == 0) && (grd_data.col== grd_data.colRef("sel"))){
- for(var i = grd_data.fixedRows; i < grd_data.rows; i++){
- grd_data.removeStatus(parseInt(i), "update");
- }
- }else if((grd_data.row != 0) && (grd_data.col== grd_data.colRef("sel"))){
- grd_data.removeStatus(parseInt(grd_data.row), "update");
- }
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- grd_data.rebuildStyle();
- grd_data.focusColor= "#ffffff";
- if(grd_data.col == grd_data.colRef("fromdd")){
- var CompFromdd = model.getValue("/root/main/updategood/goodlist["+grd_data.row+"]/prefromdd");
- var sInstFromdd = model.getValue("/root/main/updategood/goodlist["+grd_data.row+"]/instfromdd");
- var sFromdd = model.getValue("/root/main/updategood/goodlist["+grd_data.row+"]/fromdd");
- if(sFromdd < sInstFromdd){
- messageBox("현재기관 적용일자보다 이전일자로 변경할수", "I004");
- model.setValue("/root/main/updategood/goodlist["+grd_data.row+"]/fromdd",CompFromdd);
- grd_data.refresh();
- return;
- }
- }
- if((grd_data.row != 0) && (grd_data.col== grd_data.colRef("drugfromdd"))){
- var drugfromdd = model.getValue("/root/main/updategood/goodlist["+grd_data.row+"]/drugfromdd");
- drugfromdd = drugfromdd.toDate("YYYYMMDD");
- model.setValue("/root/main/updategood/goodlist["+grd_data.row+"]/drugtoddhis", drugfromdd.getAddDate(-1).getDateFormat());
- model.refresh();
- }
- ]]>
- </script>
- </datagrid>
- <select1 id="cmb_asetflag" ref="/root/asetflag" visibility="hidden" appearance="minimal" style="left:835px; top:10px; width:30px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption6" style="left:115px; top:16px; width:708px; height:13px; font-weight:bold; color:#ff0000; ">* 주의사항 : 신규코드를 이 화면에서 등록한 경우 반드시 개별 코드 조회하여 재고관리기준을 입력 저장해야 합니다.</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:450px; width:965px; height:30px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:965px; y2:0px; "/>
- <button id="btn_insert" class="btn4_letter2" navindex="7" style="left:848px; top:7px; width:56px; height:22px; ">
- <caption>등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_data.rebuildStyle();
- var chk = messageBox("물류정보를 갱신", "S001");
- var cnt = 0;
- if(chk == 6){
-
- for(var i = grd_data.fixedRows; i < grd_data.rows; i++){ // 체크박스 선택 유무 판단
-
- if(model.getValue("/root/main/updategood/goodlist["+i+"]/sel") == 'Y') {
- var CompFromdd = model.getValue("/root/main/updategood/goodlist["+i+"]/prefromdd");
- var sInstFromdd = model.getValue("/root/main/updategood/goodlist["+i+"]/instfromdd");
- var sFromdd = model.getValue("/root/main/updategood/goodlist["+i+"]/fromdd");
-
- if(sFromdd < sInstFromdd){
- messageBox("기관 적용일자보다 이전일자로 변경할수", "I004");
- grd_data.row =i;
- grd_data.col = grd_data.colRef("fromdd");
- grd_data.focusColor = "#ffff00";
- return;
- }
- model.setValue("/root/main/updategood/goodlist["+i+"]/ifstatus","S"); //"S" 등록
- grd_data.addStatus(i,"update");
- cnt ++;
- }
- }
-
- if(cnt != 0){
- var updateData = grd_data.getUpdateData("update");
- model.setValue("/root/send/save/gooddetlist", updateData);
- model.setValue("/root/send/drugdata/druginfo", updateData);
-
- submit("TXRSC08301"); //물류갱신 테이블에 업데이트
- submit("TXRSC08302"); //물품정보 테이블에 해당 물품을 insert
-
- fGetGoodList();
-
- }else{
- messageBox("선택된 사항이","I004");
- }
- grd_data.rebuildStyle();
- grd_data.focusColor= "#ffffff";
- }
-
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_close" class="btn4_letter2" navindex="8" style="left:909px; top:7px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <output id="output1" ref="/root/cnt" style="left:0px; top:5px; width:30px; height:19px; text-align:right; "/>
- <caption id="caption5" visibility="hidden" style="left:31px; top:5px; width:219px; height:19px; ">건 조회 되었습니다.</caption>
- </group>
- <group id="group1" style="left:0px; top:10px; width:965px; height:40px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:965px; height:40px; "/>
- <caption id="caption2" class="search_name" style="left:5px; top:10px; width:143px; height:17px; ">적용일자 검색구간 :</caption>
- <input id="ipt_fromdd" ref="/root/send/srchinfo/fromdd" class="input_search" navindex="1" inputtype="date" style="left:150px; top:10px; width:100px; height:19px; "/>
- <input id="ipt_todd" ref="/root/send/srchinfo/todd" class="input_search" navindex="2" inputtype="date" style="left:265px; top:10px; width:100px; height:19px; "/>
- <caption id="caption3" class="search_name" style="left:380px; top:10px; width:90px; height:17px; ">약품코드 :</caption>
- <input id="ipt_goodcd" ref="/root/send/srchinfo/goodcd" class="input_search" navindex="3" style="left:470px; top:10px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_sea","DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption4" class="search_name" visibility="hidden" style="left:590px; top:12px; width:95px; height:17px; ">구 분 1 :</caption>
- <select1 id="rdo_chggubn" ref="/root/send/srchinfo/chggubn" navindex="4" visibility="hidden" overflow="visible" appearance="full" cols="3" rows="1" style="left:680px; top:13px; width:140px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>신규</label>
- <value>I</value>
- </item>
- <item>
- <label>변경</label>
- <value>U</value>
- </item>
- </choices>
- </select1>
- <button id="btn_sea" class="btn1_letter2" navindex="5" style="left:895px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fromdd = model.getValue("/root/send/srchinfo/fromdd");
- var todd = model.getValue("/root/send/srchinfo/todd");
- if(fromdd != "" || todd != ""){
- if(fromdd == ""){
- messageBox("검색구간을 입력하지","E007");
- model.setFocus("ipt_fromdd");
- return;
- }else if(todd == ""){
- messageBox("검색구간을 입력하지","E007");
- model.setFocus("ipt_todd");
- return;
- }
- }
- fGetGoodList();
- //model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption7" style="left:250px; top:10px; width:15px; height:20px; text-align:center; ">~</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|