123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569 |
- <?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="">
- <item>
- <chargenurse>
- <nurselist>
- <userid/>
- <usernm/>
- </nurselist>
- </chargenurse>
- <church>
- <churchlist>
- </churchlist>
- </church>
- <endreason/>
- <endtype/>
- <endstat/>
- <endtypelist/>
- </item>
- <main>
- <cond>
- <year/>
- <month/>
- <orddeptcd/>
- <orddrid/>
- <pid/>
- <hngnm/>
- <fromdd/>
- <todd/>
- <prid/>
- <orddeptnm/>
- <orddridnm/>
- <prestimportid/>
- </cond>
- <patlist>
- <visitdd/>
- <firtvisit/>
- <endvisit/>
- <ongvisit/>
- </patlist>
- <caretm>
- <caretmnrs>
- <hngnm/>
- <totsum/>
- <totcnt/>
- <nurseavg/>
- </caretmnrs>
- <caretmmove>
- <hngnm/>
- <totmove/>
- <totcnt/>
- <moveavg/>
- </caretmmove>
- </caretm>
- <caredept>
- <titleinfo>
- <visitdd/>
- <user1/>
- <user2/>
- <user3/>
- <user4/>
- <user5/>
- <user6/>
- <user7/>
- <user8/>
- <user9/>
- <total/>
- </titleinfo>
- <caredeptinfo>
- <visitdd/>
- <user1/>
- <user2/>
- <user3/>
- <user4/>
- <user5/>
- <user6/>
- <user7/>
- <user8/>
- <user9/>
- <total/>
- </caredeptinfo>
- </caredept>
- <daily>
- <titleinfo>
- <visitdd/>
- <user1/>
- <user2/>
- <user3/>
- <user4/>
- <user5/>
- <user6/>
- <user7/>
- <user8/>
- <user9/>
- <total/>
- </titleinfo>
- <dailyinfo>
- <visitdd/>
- <user1/>
- <user2/>
- <user3/>
- <user4/>
- <user5/>
- <user6/>
- <user7/>
- <user8/>
- <user9/>
- <total/>
- </dailyinfo>
- </daily>
- <nursecare>
- <hngnm/>
- <gubun/>
- <basiccare/>
- <actcare/>
- <educoncare/>
- <cdiscare/>
- <cnsltcare/>
- <total/>
- </nursecare>
- </main>
- <hidden/>
- <init>
- <userlist/>
- <orddept/>
- <P0017/>
- <erreglyn/>
- </init>
- <send>
- <fromdd/>
- <todd/>
- <careflag>H</careflag>
- <churchcd>-</churchcd>
- <chrgnursid>%</chrgnursid>
- <kindflag/>
- <pid/>
- <inptdt/>
- <instcd/>
- <patflag>1</patflag>
- <kind/>
- <savedata/>
- <patcareflag/>
- </send>
- <temp>
- <visitdd/>
- <user1>고미영</user1>
- <user2>이경화</user2>
- <user3>손성훈</user3>
- <user4>0</user4>
- <total/>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- model.setValue("/root/send/fromdd", getCurrentDate());
- model.setValue("/root/send/todd" , getCurrentDate());
-
- model.refresh();
- btn_daily.dispatch("onclick");
-
- // -- 가정간호 간호사 조회 -----------------
-
- model.setValue("/root/send/kind", "1"); // 병원 세팅
- model.setValue("/root/send/patflag", "1" );
- model.setValue("/root/send/churchcd", '-');
-
- submit("TRMNF00106", false);
- model.refresh();
- //김홍점 20080124 세션에서 정보를 읽어온다.
- var userid = getUserId();
- if ( instance1.selectSingleNode("/root/item/chargenurse/nurselist[userid = '"+ userid +"']") == null ) {
- model.setValue("/root/send/chrgnursid", '%');
- model.setValue("/root/send/churchcd",'-');
- }else{
- model.setValue("/root/send/chrgnursid", userid );
- model.setValue("/root/send/churchcd", getUserInfo("dutplcecd"));
- }
- // -------------------
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMNF00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/item/chargenurse"/>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- //group1.visible = false;
- ]]>
- </script>
- <submission id="TRMNF00850" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/patlist"/>
- <submission id="TRMNF00840" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/nursecare"/>
- <submission id="TRMNF00830" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/caretm"/>
- <submission id="TRMNF00820" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/caredept"/>
- <submission id="TRMNF00810" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/daily"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fNurseSch(chk){
-
- if (chk == "all"){
-
- combo1.value = "%" ;
- combo1.disabled = true;
-
- }else{
- combo1.disabled = false;
- }
- }
- ]]>
- </script>
- <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/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/SPMMO09000.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/ENRSignEngine.js"/>
- <script type="javascript" src="../../../emr/homecareweb/js/SMMNF00100.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="750" pageheight="650" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <caption id="cpt_title" class="tit_1" style="left:0px; top:0px; width:110px; height:13px; ">가정간호 통계</caption>
- <shape id="roundrect5" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:727px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption5" class="search_name" style="left:5px; top:31px; width:90px; height:17px; ">집계기간 :</caption>
- <caption id="caption6" class="search_name" style="left:295px; top:31px; width:105px; height:17px; ">담당간호사 :</caption>
- <line id="line3" style="x1:653px; y1:26px; x2:653px; y2:55px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_req" class="btn1_letter2" style="left:662px; top:30px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- switch(model.getValue("/root/main/cond/prestimportid")) {
- case "daily":
- submit("TRMNF00810");
-
- var path = "/root/main/daily/titleinfo";
- var data;
-
- for(var i = 1; i < 10; i++) {
-
- var user = "user" + i
-
- grd_daily.valueMatrix(0, grd_daily.colRef(user)) = model.getValue(path + "/" + user);
-
- model.getValue(path + "/" + user);
-
- data = model.getValue( path + "/user" +i);
- if(data == 0) {
- grd_daily.colHidden(grd_daily.colRef("user" + i))= true;
- } else {
- grd_daily.colHidden(grd_daily.colRef("user" + i))= false;
- }
-
- }
- break;
- case "dept":
- submit("TRMNF00820");
-
- var path = "/root/main/caredept/titleinfo";
-
- var data;
-
- for(var i = 1; i < 10; i++) {
-
- var user = "user" + i
-
- grd_dept.valueMatrix(0, grd_dept.colRef(user)) = model.getValue(path + "/" + user);
-
- model.getValue(path + "/" + user);
-
- data = model.getValue( path + "/user" +i);
- if(data == 0) {
- grd_dept.colHidden(grd_dept.colRef("user" + i))= true;
- } else {
- grd_dept.colHidden(grd_dept.colRef("user" + i))= false;
- }
-
- }
-
- break;
- case "caretm":
- submit("TRMNF00830");
- break;
- case "care":
- submit("TRMNF00840");
- grd_nursecare.mergeCells = "bycol";
- break;
- case "pat":
- submit("TRMNF00850");
- break;
- }
-
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/send/fromdd" inputtype="date" style="left:95px; top:30px; width:85px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- <input id="input2" ref="/root/send/todd" inputtype="date" style="left:196px; top:30px; width:85px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- <caption id="caption2" style="left:183px; top:31px; width:20px; height:20px; ">~</caption>
- <button id="button3" class="btn2_letter4" style="left:580px; top:30px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //엑셀저장
- var title;
-
- switch(model.getValue("/root/main/cond/prestimportid")) {
- case "daily":
- title = "일자별 현황";
- var fileName = window.fileDialog("save", ",", false, title , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_daily.saveExcel(fileName, "SheetName", true, true, "", "", true);
- }
- break;
- case "dept":
- title = "과별 현황";
- var fileName = window.fileDialog("save", ",", false, title , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_dept.saveExcel(fileName, "SheetName", true, true, "", "", true);
- }
- break;
- // case "caretm":
- // title = "간호시간";
- // title2 = '교통시간";
- //
- // var fileName = window.fileDialog("save", ",", false, title , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- // var fileName = window.fileDialog("save", ",", false, title2 , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- // if (fileName != ""){
- // grd_caretm.saveExcel(fileName, "SheetName", true, true, "", "", true);
- // grd_caremove.saveExcel(fileName, "SheetName", true, true, "", "", true);
- // }
- // break;
- case "care":
- title = "간호활동";
- var fileName = window.fileDialog("save", ",", false, title , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_nursecare.saveExcel(fileName, "SheetName", true, true, "", "", true);
- }
- break;
- case "pat":
- title = "관리환자 현황";
- var fileName = window.fileDialog("save", ",", false, title , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_pat.saveExcel(fileName, "SheetName", true, true, "", "", true);
- }
- break;
- }
-
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <button id="button4" class="btn2_letter2" visibility="hidden" style="left:530px; top:30px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- ]]>
- </script>
- </button>
- <switch id="switch1" style="left:0px; top:90px; width:727px; height:490px; ">
- <case id="case2">
- <datagrid id="grd_dept" nodeset="/root/main/caredept/caredeptinfo" caption="조회 일자 ^user1^user2^user3^user4^user5^user6^user7^user8^user9^계" colsep="^" colwidth="140, 80, 80, 80, 80, 80, 80, 80, 80, 80, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:10px; top:10px; width:706px; height:470px; font-weight:normal; ">
- <col ref="visitdd"/>
- <col ref="user1" visibility="hidden" style="text-align:right; "/>
- <col ref="user2" visibility="hidden" style="text-align:right; "/>
- <col ref="user3" visibility="hidden" style="text-align:right; "/>
- <col ref="user4" visibility="hidden" style="text-align:right; "/>
- <col ref="user5" visibility="hidden" style="text-align:right; "/>
- <col ref="user6" visibility="hidden" style="text-align:right; "/>
- <col ref="user7" visibility="hidden" style="text-align:right; "/>
- <col ref="user8" visibility="hidden" style="text-align:right; "/>
- <col ref="user9" visibility="hidden" style="text-align:right; "/>
- <col ref="total" style="font-weight:bold; text-align:right; "/>
- </datagrid>
- <line id="line5" class="line_1" style="x1:9px; y1:5px; x2:715px; y2:5px; "/>
- </case>
- <case id="case3">
- <datagrid id="grd_caretm" nodeset="/root/main/caretm/caretmnrs" caption="간호사 명^총 간호 시간(분)^일수^일일 평균 간호시간(분)" colsep="^" colwidth="120, 150, 100, 200" mergecellsfixedrows="bycolrec" rowsep="|" style="left:10px; top:39px; width:705px; height:176px; font-weight:normal; ">
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="totsum" style="text-align:right; "/>
- <col ref="totcnt" style="text-align:right; "/>
- <col ref="nurseavg" style="font-weight:bold; text-align:right; "/>
- </datagrid>
- <caption id="caption22" class="tit_2" style="left:10px; top:19px; width:120px; height:13px; ">
- <![CDATA[< 간호시간 >]]>
- </caption>
- <line id="line1" class="line_1" style="x1:10px; y1:34px; x2:715px; y2:34px; "/>
- <line id="line2" class="line_1" style="x1:0px; y1:298px; x2:704px; y2:298px; "/>
- <caption id="caption3" class="tit_2" style="left:10px; top:283px; width:120px; height:13px; ">
- <![CDATA[< 교통시간 >]]>
- </caption>
- <datagrid id="grd_caremove" nodeset="/root/main/caretm/caretmmove" caption="간호사 명^총 교통소요 시간(분)^일수^일일 평균 교통소요 시간(분)" colsep="^" colwidth="120, 150, 100, 200" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:305px; width:705px; height:176px; font-weight:normal; ">
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="totmove" style="text-align:right; "/>
- <col ref="totcnt" style="text-align:right; "/>
- <col ref="moveavg" style="font-weight:bold; text-align:right; "/>
- </datagrid>
- <button id="button2" class="btn2_letter4" style="left:135px; top:10px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //엑셀저장
- var fileName = window.fileDialog("save", ",", false, "간호시간" , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_caretm.saveExcel(fileName, "SheetName", true, true, "", "", true);
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <button id="button5" class="btn2_letter4" style="left:135px; top:275px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //엑셀저장
- var fileName = window.fileDialog("save", ",", false, "교통시간" , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_caremove.saveExcel(fileName, "SheetName", true, true, "", "", true);
- model.refresh();
- }
- ]]>
- </script>
- </button>
- </case>
- <case id="case4">
- <datagrid id="grd_nursecare" nodeset="/root/main/nursecare" caption="간호사 명^구분^기본적 간호^처치적 간호^교육 및 상담^검체^연계 및 의뢰^계" colsep="^" colwidth="120, 60, 90, 90, 107, 90, 90, 50" mergecellsfixedrows="bycolrec" rowsep="|" style="left:9px; top:10px; width:706px; height:470px; font-weight:normal; ">
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="gubun" style="text-align:right; "/>
- <col ref="basiccare" style="text-align:right; "/>
- <col ref="actcare" style="text-align:right; "/>
- <col ref="educoncare" style="text-align:right; "/>
- <col ref="cdiscare" style="text-align:right; "/>
- <col ref="cnsltcare" style="text-align:right; "/>
- <col ref="total" style="font-weight:bold; text-align:center; "/>
- </datagrid>
- <line id="line6" class="line_1" style="x1:9px; y1:5px; x2:715; y2:5px; "/>
- </case>
- <case id="case5">
- <datagrid id="grd_pat" nodeset="/root/main/patlist" caption="일자 ^신규 등록자^종결자^관리환자" colsep="^" colwidth="150, 120, 120, 120" mergecellsfixedrows="bycolrec" rowsep="|" style="left:9px; top:10px; width:706px; height:470px; font-weight:normal; ">
- <col ref="visitdd" style="font-weight:bold; text-align:center; "/>
- <col ref="firtvisit" style="font-weight:bold; text-align:right; "/>
- <col ref="endvisit" style="font-weight:bold; text-align:right; "/>
- <col ref="ongvisit" style="font-weight:bold; text-align:right; word-wrap:hard; "/>
- </datagrid>
- <line id="line7" class="line_1" style="x1:9px; y1:5px; x2:715; y2:5px; "/>
- </case>
- <case id="case1" selected="true">
- <line id="line4" class="line_1" style="x1:9px; y1:5px; x2:715; y2:5px; "/>
- <datagrid id="grd_daily" nodeset="/root/main/daily/dailyinfo" caption="조회 일자 ^user1^user2^user3^user4^user5^user6^user7^user8^user9^계" colsep="^" colwidth="140, 80, 80, 80, 80, 80, 80, 80, 80, 80, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:9px; top:10px; width:706px; height:470px; font-weight:normal; ">
- <col ref="visitdd"/>
- <col ref="user1" visibility="hidden" style="text-align:right; "/>
- <col ref="user2" visibility="hidden" style="text-align:right; "/>
- <col ref="user3" visibility="hidden" style="text-align:right; "/>
- <col ref="user4" visibility="hidden" style="text-align:right; "/>
- <col ref="user5" visibility="hidden" style="text-align:right; "/>
- <col ref="user6" visibility="hidden" style="text-align:right; "/>
- <col ref="user7" visibility="hidden" style="text-align:right; "/>
- <col ref="user8" visibility="hidden" style="text-align:right; "/>
- <col ref="user9" visibility="hidden" style="text-align:right; "/>
- <col ref="total" style="font-weight:bold; text-align:right; "/>
- </datagrid>
- </case>
- </switch>
- <button id="btn_daily" class="btn_sw" group="tab" style="left:0px; top:69px; width:105px; height:22px; ">
- <caption>일자별 현황</caption>
- <toggle case="case1" ev:event="onclick"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fNurseSch("all");
- model.setValue("/root/main/cond/prestimportid", "daily");
-
- ]]>
- </script>
- </button>
- <button id="btn_dept" class="btn_sw" group="tab" style="left:105px; top:69px; width:105px; height:22px; ">
- <caption>과별 현황</caption>
- <toggle case="case2" ev:event="onclick"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fNurseSch("all");
- model.setValue("/root/main/cond/prestimportid", "dept");
- ]]>
- </script>
- </button>
- <button id="btn_caretm" class="btn_sw" group="tab" style="left:210px; top:69px; width:110px; height:22px; ">
- <caption>교통 및 간호시간</caption>
- <toggle case="case3" ev:event="onclick"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fNurseSch("ind");
- model.setValue("/root/main/cond/prestimportid", "caretm");
- ]]>
- </script>
- </button>
- <button id="btn_care" class="btn_sw" group="tab" style="left:320px; top:69px; width:105px; height:22px; ">
- <caption>간호 활동</caption>
- <toggle case="case4" ev:event="onclick"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fNurseSch("ind");
- model.setValue("/root/main/cond/prestimportid", "care");
- ]]>
- </script>
- </button>
- <button id="btn_pat" class="btn_sw" group="tab" style="left:425px; top:69px; width:105px; height:22px; ">
- <caption>관리환자 현황</caption>
- <toggle case="case5" ev:event="onclick"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fNurseSch("all");
- model.setValue("/root/main/cond/prestimportid", "pat");
- ]]>
- </script>
- </button>
- <select1 id="combo1" ref="/root/send/chrgnursid" disabled="true" appearance="minimal" style="left:400px; top:30px; width:95px; height:19px; vertical-align:top; ">
- <choices>
- <itemset nodeset="/root/item/chargenurse/nurselist">
- <label ref="usernm"/>
- <value ref="userid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </select1>
- <button id="button1" class="btn2_letter6" style="left:635px; top:65px; width:86px; height:19px; ">
- <caption>진료내역조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SMMNF00801", "1","150", "150") //, "SMMNF00801", "/root/source", "/root/send");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|