SMRSI02702_(수리)입고금액 결재처리.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>(수리)입고금액 결재처리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <rsihdpaplist1/>
  11. <rsihdpapwinlist/>
  12. </main>
  13. <send>
  14. <instcd/>
  15. <goodflag/>
  16. <fromdd/>
  17. <todd/>
  18. <sanctyn/>
  19. <windd/>
  20. <winno/>
  21. <suplplcecd/>
  22. <goodflag_det/>
  23. <winpsn/>
  24. <winpsnnm/>
  25. <subsuplplcenm/>
  26. <subsuplplcecd/>
  27. <fixtrseqmtflag/>
  28. <paycond/>
  29. <purcaprvyn/>
  30. <custcd/>
  31. <custnm/>
  32. <acptflag/>
  33. <repflag/>
  34. </send>
  35. <init>
  36. <purcaprvyn>
  37. <label>전체</label>
  38. <value/>
  39. <label>결재</label>
  40. <value>Y</value>
  41. <label>미결재</label>
  42. <value>N</value>
  43. </purcaprvyn>
  44. <fixtrseqmflag>
  45. <label>의료수선비</label>
  46. <value>E</value>
  47. <label>비품수리비</label>
  48. <value>G</value>
  49. </fixtrseqmflag>
  50. <calcdocukind>
  51. <label>세금계산서</label>
  52. <value>1</value>
  53. <label>계산서</label>
  54. <value>2</value>
  55. <label>간이영수증</label>
  56. <value>3</value>
  57. <label>검수증</label>
  58. <value>4</value>
  59. </calcdocukind>
  60. </init>
  61. <temp/>
  62. </root>
  63. </instance>
  64. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  66. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  67. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  68. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  70. <script type="javascript" ev:event="xforms-ready">
  71. <![CDATA[
  72. fInitialize();
  73. ]]>
  74. </script>
  75. <script type="javascript">
  76. <![CDATA[
  77. function fInitialize()
  78. {
  79. misfGridInit(grd_rsihdpaplist);
  80. // 사용자별 청구 기관 List
  81. rszfUserReqInstList(cmb_instcd,getUserInfo("userid"),"1","B");
  82. // 사용자별 물품 구분
  83. // rszfUserGoodFlagList(cmb_goodflag,getUserInfo("userid"));
  84. // addComboItem( "cmb_goodflag", "전체", "", "above");
  85. // misfComboComCdList("R0067", cmb_fixtrseqmtflag);
  86. // addComboItem("cmb_fixtrseqmtflag", "전체", "", "above");
  87. // misfComboComCdListMulti("Z0007,R0025,R0025,R0109","cmb_instcd,cmb_goodflag,grd_rsihdpaplist.goodflag,grd_rsihdpaplist.calcdocukind");
  88. misfComboComCdListMulti("R0109","grd_rsihdpaplist.calcdocukind");
  89. //misfComboCopyItemSet(cmb_goodflag, "", grd_rsihdpaplist, "goodflag"); // 물품구분
  90. cmb_instcd.value = getUserInfo("dutplceinstcd");
  91. cmb_fixtrseqmtflag.select(1);
  92. //현재날짜에서 3개월 전까지 세팅
  93. // var reqdate = getCurrentDate().toDate("YYYYMMDD");
  94. // model.setValue(ipt_fromdd.attribute("ref"), reqdate.getAddDate(-3, "M").getDateFormat("YYYYMMDD") );
  95. // model.setValue(ipt_todd.attribute("ref"), getCurrentDate());
  96. //이번달 1일 과 마지막일을 셋팅하는 부분
  97. var curdate = getCurrentDate();
  98. var cvtdate = curdate.toDate("YYYYMMDD");
  99. model.setValue(ipt_fromdd.attribute("ref") , curdate.substr(0,6)+"01" );
  100. model.setValue(ipt_todd.attribute("ref") , curdate.substr(0,6)+cvtdate.getMonthDay());
  101. misfMsterDetailSet(grd_rsihdpaplist, null, "TRRSI02703", "Y");
  102. //misfMsterDetailSet(grd_rsihdpapwinlist, null, "TRRSI02702", "N");
  103. model.refresh();
  104. }
  105. ]]>
  106. </script>
  107. <submission id="TRRSI02702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/rsihdpapwinlist"/>
  108. <submission id="TRRSI02703" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/rsihdpaplist1"/>
  109. <submission id="TXRSI02705" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/rsihdpaplist1" resultref="/root/temp"/>
  110. </model>
  111. </xhtml:head>
  112. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  113. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  114. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:131px; height:14px; ">(수리)입고금액 결재처리</caption>
  115. </group>
  116. <group id="grp_biz" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
  117. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:85px; vertical-align:top; ">
  118. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1190px; height:85px; background-color:#fffbf2; border-color:#ffd799; "/>
  119. <caption id="cap_instcd" class="search_name" style="left:15px; top:9; width:99px; height:17px; ">기관코드 :</caption>
  120. <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" appearance="minimal" style="left:104px; top:8px; width:221px; height:19px; text-align:center; ">
  121. <choices>
  122. <itemset>
  123. <label/>
  124. <value/>
  125. </itemset>
  126. </choices>
  127. </select1>
  128. <line id="line30" class="line_4" style="x1:1110px; y1:6px; x2:1110px; y2:53px; "/>
  129. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:17px; width:56px; height:22px; ">
  130. <caption>조회</caption>
  131. <script type="javascript" ev:event="DOMActivate">
  132. <![CDATA[
  133. if(!isRequiredControls("cmb_instcd"))return;
  134. //if(!isRequiredControls("ipt_fromdd"))return;
  135. //if(!isRequiredControls("ipt_todd"))return;
  136. submit("TRRSI02703");
  137. grd_rsihdpaplist.dispatch("onrowchanged");
  138. ]]>
  139. </script>
  140. </button>
  141. <caption id="cap_fromdd" class="search_name" style="left:15px; top:36px; width:88px; height:17px; ">계산일자 :</caption>
  142. <input id="ipt_todd" ref="/root/send/todd" class="input_s_essential" inputtype="date" style="left:225px; top:34px; width:100px; height:19px; text-align:center; ">
  143. <script type="javascript" ev:event="xforms-value-changed">
  144. <![CDATA[
  145. btn_search.dispatch("DOMActivate");
  146. ]]>
  147. </script>
  148. </input>
  149. <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_s_essential" inputtype="date" style="left:105px; top:34px; width:100px; height:19px; text-align:center; ">
  150. <script type="javascript" ev:event="xforms-value-changed">
  151. <![CDATA[
  152. btn_search.dispatch("DOMActivate");
  153. ]]>
  154. </script>
  155. </input>
  156. <caption id="caption23" style="left:209px; top:33px; width:15px; height:20px; font-weight:bold; vertical-align:middle; ">~</caption>
  157. <caption id="cap_sanctyn" class="search_name" style="left:405px; top:35px; width:86px; height:17px; ">결재여부 :</caption>
  158. <select1 id="cmb_purcaprvyn" ref="/root/send/purcaprvyn" class="combo_search" appearance="minimal" style="left:495px; top:34px; width:141px; height:19px; text-align:center; ">
  159. <choices>
  160. <itemset nodeset="/root/init/purcaprvyn">
  161. <label ref="label"/>
  162. <value ref="value"/>
  163. </itemset>
  164. </choices>
  165. </select1>
  166. <caption id="cap_winpsn" class="search_name" style="left:700px; top:10px; width:86px; height:17px; ">입 고 자 :</caption>
  167. <button id="btn_winpsn" class="icon_search" style="left:890px; top:10px; width:16px; height:16px; ">
  168. <caption/>
  169. <script type="javascript" ev:event="DOMActivate">
  170. <![CDATA[
  171. misfOpenPopUpList("01", ipt_winpsn, "", "winpsn,winpsnnm");
  172. model.refresh();
  173. ]]>
  174. </script>
  175. </button>
  176. <input id="ipt_winpsn" ref="/root/send/winpsn" class="input_search" style="left:789px; top:10px; width:97px; height:19px; text-align:center; ">
  177. <script type="javascript" ev:event="xfroms-value-changed">
  178. <![CDATA[
  179. if(ipt_winpsn.value.length == 0)
  180. {
  181. ipt_winpsnnm.value = "";
  182. }else{
  183. misfValidationCheck("01-1", "", "winpsn,winpsnnm");
  184. }
  185. model.refresh();
  186. ]]>
  187. </script>
  188. </input>
  189. <input id="ipt_winpsnnm" ref="/root/send/winpsnnm" class="input_search" appearance="output" style="left:910px; top:10px; width:125px; height:19px; text-align:center; ">
  190. <script type="javascript" ev:event="xforms-value-changed">
  191. <![CDATA[
  192. if(ipt_winpsnnm.value.length == 0)
  193. {
  194. ipt_winpsn.value = "";
  195. }else {
  196. misfValidationCheck("01-2", "", "winpsn,winpsnnm");
  197. }
  198. model.refresh();
  199. ]]>
  200. </script>
  201. </input>
  202. <caption id="caption2" class="search_name" style="left:700px; top:35px; width:86px; height:17px; ">거 래 처 :</caption>
  203. <input id="ipt_custcd" ref="/root/send/custcd" class="input_search" style="left:789px; top:34px; width:97px; height:19px; ">
  204. <script type="javascript" ev:event="xforms-value-changed">
  205. <![CDATA[
  206. if(ipt_custcd.value != ""){
  207. rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
  208. model.getValue(cmb_instcd.attribute("ref")) +",," + model.getValue(ipt_custcd.attribute("ref"))
  209. ,"","custcd,custnm" ,ipt_custcd,"SPRSD00220","instcd","cmb_instcd", "Y");
  210. }else{
  211. ipt_custnm.value = "";
  212. }
  213. model.refresh();
  214. ]]>
  215. </script>
  216. </input>
  217. <button id="btn_custcd" class="icon_search" style="left:890px; top:36px; width:16px; height:16px; ">
  218. <caption/>
  219. <script type="javascript" ev:event="DOMActivate">
  220. <![CDATA[
  221. rszfOpenPopUpListByWndName(ipt_custcd,"","custcd,custnm","SPRSD00220","instcd","cmb_instcd", "Y");
  222. model.refresh();
  223. ]]>
  224. </script>
  225. </button>
  226. <input id="ipt_custnm" ref="/root/send/custnm" class="input_search" style="left:910px; top:34px; width:125px; height:19px; ">
  227. <script type="javascript" ev:event="xforms-value-changed">
  228. <![CDATA[
  229. if(ipt_custnm.value != ""){
  230. rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
  231. model.getValue(cmb_instcd.attribute("ref")) +",custnm," + model.getValue(ipt_custnm.attribute("ref"))
  232. ,"","custcd,custnm" ,ipt_custcd,"SPRSD00220","instcd","cmb_instcd", "Y");
  233. }else{
  234. ipt_custcd.value = "";
  235. }
  236. model.refresh();
  237. ]]>
  238. </script>
  239. </input>
  240. <select1 id="cmb_fixtrseqmtflag" ref="/root/send/fixtrseqmtflag" class="combo_s_essential" appearance="minimal" style="left:495px; top:8px; width:145px; height:19px; text-align:center; ">
  241. <choices>
  242. <itemset nodeset="/root/init/fixtrseqmflag">
  243. <label ref="label"/>
  244. <value ref="value"/>
  245. </itemset>
  246. </choices>
  247. </select1>
  248. <caption id="cap_fixtrseqmtflag" class="search_name" style="left:405px; top:9px; width:86px; height:17px; ">자산구분 :</caption>
  249. <caption id="cap_paycond" class="search_name" style="left:15px; top:62px; width:88px; height:17px; ">지 불 필 :</caption>
  250. <select1 id="rdo_paycond" ref="/root/send/paycond" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:105px; top:62px; width:225px; height:20px; border-style:none; ">
  251. <choices>
  252. <item>
  253. <label>전체</label>
  254. <value/>
  255. </item>
  256. <item>
  257. <label>정상</label>
  258. <value>1</value>
  259. </item>
  260. <item>
  261. <label>지불 필</label>
  262. <value>2</value>
  263. </item>
  264. </choices>
  265. </select1>
  266. <caption id="caption1" class="search_name" style="left:405px; top:62px; width:88px; height:17px; ">접수구분 :</caption>
  267. <select1 id="rdo_acptflag" ref="/root/send/acptflag" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:495px; top:62px; width:180px; height:20px; border-style:none; ">
  268. <choices>
  269. <item>
  270. <label>전체</label>
  271. <value/>
  272. </item>
  273. <item>
  274. <label>수리</label>
  275. <value>1</value>
  276. </item>
  277. <item>
  278. <label>예방</label>
  279. <value>2</value>
  280. </item>
  281. </choices>
  282. </select1>
  283. <select1 id="rdo_repflag" ref="/root/send/repflag" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:789px; top:62px; width:180px; height:20px; border-style:none; ">
  284. <choices>
  285. <item>
  286. <label>전체</label>
  287. <value/>
  288. </item>
  289. <item>
  290. <label>공사</label>
  291. <value>2</value>
  292. </item>
  293. <item>
  294. <label>구축물</label>
  295. <value>4</value>
  296. </item>
  297. </choices>
  298. </select1>
  299. <caption id="caption3" class="search_name" style="left:700px; top:62px; width:88px; height:17px; ">수리구분 :</caption>
  300. </group>
  301. <caption id="cap_title" class="tit_2" style="left:5px; top:114px; width:157px; height:13px; ">수리 내역 List</caption>
  302. <line id="line2" class="line_1" style="x1:0px; y1:134px; x2:1192px; y2:134px; "/>
  303. <datagrid id="grd_rsihdpaplist" nodeset="/root/main/rsihdpaplist1" caption="물품구분명^거래처 코드^거래처명^자산(장비)코드^품명^모델^수리내역^사용부서^계산서일자^수리금액^결재^결재일자^결재자^수리일자^입고일자^입고번호^계산서유형^건수^입금은행^은행계좌^전표일자^전표번호" colsep="^" colwidth="82, 80, 150, 88, 150, 90, 110, 80, 75, 70, 50, 75, 65, 75, 75, 60, 90, 76, 133, 138, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:139px; width:1190px; height:541px; ">
  304. <col disabled="true" ref="fixtrseqmtflag" type="combo" style="text-align:center; ">
  305. <choices>
  306. <itemset nodeset="/root/init/fixtrseqmflag">
  307. <label ref="label"/>
  308. <value ref="value"/>
  309. </itemset>
  310. </choices>
  311. </col>
  312. <col ref="custcd"/>
  313. <col ref="custnm"/>
  314. <col ref="fixasetcd"/>
  315. <col ref="fixasetnm"/>
  316. <col ref="goodmodel"/>
  317. <col ref="rpirspec"/>
  318. <col ref="mngtdeptnm"/>
  319. <col ref="accountdd" format="yyyy-mm-dd" style="text-align:center; "/>
  320. <col ref="rpiramt" format="#,###" style="text-align:right; "/>
  321. <col checkvalue="Y,N" ref="purcaprvyn" type="checkbox"/>
  322. <col ref="purcaprvdd" format="yyyy-mm-dd" style="text-align:center; "/>
  323. <col ref="purcaprvpsnnm" style="text-align:center; "/>
  324. <col ref="rpirdd" format="yyyy-mm-dd" _key="true" style="text-align:center; "/>
  325. <col ref="windd" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
  326. <col ref="winno" visibility="hidden" style="text-align:right; "/>
  327. <col disabled="true" ref="calcdocukind" type="combo" style="text-align:center; ">
  328. <choices>
  329. <itemset nodeset="/root/init/calcdocukind">
  330. <label ref="label"/>
  331. <value ref="value"/>
  332. </itemset>
  333. </choices>
  334. </col>
  335. <col ref="wincnt" visibility="hidden" format="#,###" style="text-align:right; "/>
  336. <col ref="banknm" style="text-align:center; "/>
  337. <col ref="aactno" style="text-align:center; "/>
  338. <col ref="slipdd" format="yyyy-mm-dd" style="text-align:center; "/>
  339. <col ref="slipno" style="text-align:right; "/>
  340. <col ref="sanctpsn" visibility="hidden"/>
  341. <col ref="instcd" visibility="hidden"/>
  342. <col ref="wintaxamt" visibility="hidden"/>
  343. <col ref="winsupamt" visibility="hidden"/>
  344. <col ref="acntcd" visibility="hidden"/>
  345. <col ref="paycond" visibility="hidden"/>
  346. <col ref="reqdd" visibility="hidden"/>
  347. <col ref="reqno" visibility="hidden"/>
  348. <col ref="purcaprvpsnid" visibility="hidden"/>
  349. <col ref="acptflag" visibility="hidden"/>
  350. <script type="javascript" ev:event="xforms-value-changed">
  351. <![CDATA[
  352. if(grd_rsihdpaplist.col == grd_rsihdpaplist.colRef("purcaprvyn"))
  353. {
  354. if(grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("purcaprvyn")) == 'Y' )
  355. {
  356. grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("purcaprvpsnid")) = getUserInfo("userid");
  357. grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("purcaprvpsnnm")) = getUserInfo("usernm");
  358. grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("purcaprvdd")) = getCurrentDate();
  359. }else
  360. {
  361. grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("purcaprvpsnid")) = '';
  362. grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("purcaprvpsnnm")) = '';
  363. grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("purcaprvdd")) = '';
  364. }
  365. }
  366. ]]>
  367. </script>
  368. <script type="javascript" ev:event="onrowchanged">
  369. <![CDATA[
  370. model.setValue("/root/send/windd",grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("windd"))) ;
  371. model.setValue("/root/send/winno",grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("winno"))) ;
  372. model.setValue("/root/send/suplplcecd",grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("suplplcecd")));
  373. // model.setValue("/root/send/goodflag_det",grd_rsihdpaplist.valueMatrix(grd_rsihdpaplist.row, grd_rsihdpaplist.colRef("goodflag")));
  374. // submit("TRRSI02702");
  375. grd_rsihdpaplist.dispatch("onmouseup");
  376. ]]>
  377. </script>
  378. <script type="javascript" ev:event="onaftersort">
  379. <![CDATA[
  380. grd_rsihdpaplist.gridToInstance();
  381. ]]>
  382. </script>
  383. </datagrid>
  384. <button id="btn_excel" class="btn5_letter3" style="left:1135px; top:114px; width:53px; height:19px; ">
  385. <caption>Excel</caption>
  386. <script type="javascript" ev:event="DOMActivate">
  387. <![CDATA[
  388. var fileName = window.fileDialog("save", ",", false, "수리내역", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  389. if (fileName != "")
  390. {
  391. grd_rsihdpaplist.saveExcel(fileName, "수리내역List",true,true, "");
  392. }
  393. ]]>
  394. </script>
  395. </button>
  396. </group>
  397. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  398. <line id="line19" class="line_2" style="x1:0; y1:25; x2:1195; y2:25; "/>
  399. <line id="line22" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  400. <button id="btm_init" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  401. <caption>초기화</caption>
  402. <script type="javascript" ev:event="DOMActivate">
  403. <![CDATA[
  404. fInitialize();
  405. ]]>
  406. </script>
  407. </button>
  408. <button id="btn_sabe" class="btn4_letter2" style="left:1069px; top:3px; width:56px; height:22px; ">
  409. <caption>저장</caption>
  410. <script type="javascript" ev:event="DOMActivate">
  411. <![CDATA[
  412. if(getGridUpdateData(grd_rsihdpaplist) == "")
  413. {
  414. messageBox("변경된 데이터가","I004");
  415. return;
  416. }
  417. misfSave("TXRSI02705");
  418. ]]>
  419. </script>
  420. </button>
  421. </group>
  422. </xhtml:body>
  423. </xhtml:html>