SMRAR01500_월감가상각조회.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>월감가상각조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <maindatalist>
  11. <instcd/>
  12. <acntcd/>
  13. <acntnm/>
  14. <fixasetcd/>
  15. <goodflaghngnm/>
  16. <goodspec/>
  17. <fixasetunit/>
  18. <qty/>
  19. <possnamt/>
  20. <possndd/>
  21. <mngtdeptnm/>
  22. <suplplcenm/>
  23. <cntsyearno/>
  24. <goodmodel/>
  25. <yyyymm/>
  26. <basejsak/>
  27. <bbaseksckeum/>
  28. <danggisangak/>
  29. <baseksckeum/>
  30. <janjonsak/>
  31. </maindatalist>
  32. </main>
  33. <send>
  34. <fixasetlist>
  35. <instcd_search/>
  36. <fixasetcd_search/>
  37. <fixasetnm_search/>
  38. <lrgcd_search/>
  39. <before_yyyymm/>
  40. <excute_yyyymm/>
  41. <goodflag_search/>
  42. <mngtdeptcd_search/>
  43. <mngtdeptnm_search/>
  44. <acntcd_search/>
  45. <page_search/>
  46. <installplcecd_search/>
  47. <installplcenm_search/>
  48. </fixasetlist>
  49. <sendlist>
  50. <instcd_search/>
  51. <fixasetcd_search/>
  52. <fixasetnm_search/>
  53. <lrgcd_search/>
  54. <before_yyyymm/>
  55. <excute_yyyymm/>
  56. <goodflag_search/>
  57. <mngtdeptcd_search/>
  58. <mngtdeptnm_search/>
  59. </sendlist>
  60. </send>
  61. <init>
  62. <goodflag>
  63. <cdnm/>
  64. <cdid/>
  65. </goodflag>
  66. <instcd>
  67. <cdnm/>
  68. <cdid/>
  69. </instcd>
  70. <be_yyyymm>
  71. <yyyymm/>
  72. </be_yyyymm>
  73. <acntlist>
  74. <acntnm>--전체--</acntnm>
  75. <acntcd/>
  76. </acntlist>
  77. <pagelist>
  78. <label/>
  79. <value/>
  80. </pagelist>
  81. </init>
  82. <temp/>
  83. </root>
  84. </instance>
  85. <script type="javascript" ev:event="xforms-ready">
  86. <![CDATA[
  87. fInitialize();
  88. ]]>
  89. </script>
  90. <script type="javascript">
  91. <![CDATA[
  92. function fInitialize()
  93. {
  94. misfComboComCdList("Z0007", cmb_instcd_search, "N"); //기관코드
  95. model.setValue(cmb_instcd_search.attribute("ref"), getUserInfo("dutplceinstcd"));
  96. rszfGoodFlagListByPgmGubn(cmb_goodflag_search,"2","N"); //유형자산구분
  97. cmb_goodflag_search.select(0);
  98. rszfLMSComboList(model.getValue(cmb_goodflag_search.attribute("ref")), "", "", "cmb_lrgcd_search", "", "L"); //대분류 코드 콤보 설정.
  99. addComboItem("cmb_goodflag_search","--전체--","","above");
  100. addComboItem("cmb_lrgcd_search","--전체--","","above");
  101. fGetPageList();
  102. model.refresh();
  103. }
  104. //조회
  105. function fGetMainDataList() {
  106. if (ipt_yyyymm.value == ""){
  107. messageBox("작업년월을 ","C001");
  108. return false;
  109. }
  110. if ( (ipt_yyyymm.value).length != 6 ){
  111. messageBox("작업년월을 6 자리로","C001");
  112. return false;
  113. }
  114. return true;
  115. }
  116. //정렬 순서로 sort함.
  117. function fGetSortSeq(){
  118. var num = grd_main.rows- 1;
  119. if(rdo_seq.value == 1){
  120. grd_main.sort(1, 2, num, 2) = "asc";
  121. }else{
  122. grd_main.sort(1, 3, num, 3) = "asc";
  123. }
  124. model.refresh();
  125. }
  126. //출력물순서 저장
  127. //엑셀 입력
  128. function fInputExcel(pGrid) {
  129. var fileName = window.fileDialog("open", ",", false, "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  130. if(fileName != "") {
  131. pGrid.loadExcel(fileName, 1, true);
  132. // pGrid.deleteRow(1);
  133. for(i = 1; i < pGrid.rows; i++) {
  134. pGrid.rowStatus(i) = 1;
  135. }
  136. pGrid.refresh();
  137. }
  138. }
  139. //계정과목 조회
  140. function fGetAcntcdList() {
  141. if(ipt_yyyymm.value.length == 6){
  142. submit("TRRAR01502");
  143. addComboItem("cmb_acntcd_search","--전체--","","above");
  144. if(cmb_acntcd_search.label.length == 0){
  145. cmb_acntcd_search.select(0);
  146. }
  147. }
  148. cmb_acntcd_search.refresh();
  149. }
  150. function fGetPageList() {
  151. if(ipt_yyyymm.value.length == 6){
  152. submit("TRRAR01503");
  153. }
  154. if(ipt_yyyymm.value.length != 6 || cmb_page_search.length == 1){
  155. model.resetInstanceNode("/root/init/pagelist");
  156. model.setValue("/root/init/pagelist/label","--전체--");
  157. }
  158. cmb_page_search.refresh();
  159. cmb_page_search.select(0);
  160. }
  161. ]]>
  162. </script>
  163. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  164. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  165. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  166. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  167. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  168. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  169. <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
  170. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  171. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  172. <submission id="TRRAR01501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/sendlist" resultref="/root/main/maindatalist"/>
  173. <submission id="TRRAR01502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/fixasetlist" resultref="/root/init/acntlist"/>
  174. <submission id="TRRAR01503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/fixasetlist" resultref="/root/init/pagelist"/>
  175. <bind id="bind_cpt_gaamtsum" ref="/root/hidden/apsl/sumgaamt" calculate="sum(/root/main/search/maindatalist/gaamt)"/>
  176. </model>
  177. </xhtml:head>
  178. <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  179. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  180. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">월 감가상각 조회</caption>
  181. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  182. </group>
  183. <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  184. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:85px; vertical-align:top; ">
  185. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:85px; background-color:#fffbf2; border-color:#ffd799; "/>
  186. <line id="line5" class="line_4" style="x1:1122px; y1:8px; x2:1122px; y2:55px; border-color:#ffe4bb; border-left-style:solid; "/>
  187. <button id="button2" class="btn1_letter2" navindex="13" style="left:1133px; top:21px; width:56px; height:22px; text-align:left; ">
  188. <caption>조회</caption>
  189. <script type="javascript" ev:event="DOMActivate">
  190. <![CDATA[
  191. if( fGetMainDataList() ) {
  192. setAlertOn();
  193. model.copyNode ("/root/send/sendlist", "/root/send/fixasetlist");
  194. submit("TRRAR01501");
  195. /* if(cmb_page_search.length == 1){
  196. grd_main.seqRowHeader = 1;
  197. }else{
  198. grd_main.seqRowHeader = cmb_page_search.value - 10000 + 1;
  199. } */
  200. model.refresh();
  201. }
  202. ]]>
  203. </script>
  204. </button>
  205. <select1 id="cmb_instcd_search" ref="/root/send/fixasetlist/instcd_search" class="combo_s_essential" disabled="true" navindex="1" appearance="minimal" style="left:100px; top:10px; width:150px; height:19px; ">
  206. <choices>
  207. <itemset>
  208. <label/>
  209. <value/>
  210. </itemset>
  211. </choices>
  212. <script type="javascript" ev:event="xforms-value-changed">
  213. <![CDATA[
  214. fGetPageList();
  215. ]]>
  216. </script>
  217. </select1>
  218. <input id="ipt_yyyymm" ref="/root/send/fixasetlist/excute_yyyymm" class="input_s_essential" navindex="5" maxlength="6" format="9999-99" style="left:350px; top:35px; width:100px; height:19px; ">
  219. <script type="javascript" ev:event="xforms-value-changed">
  220. <![CDATA[
  221. fGetAcntcdList();
  222. fGetPageList();
  223. ]]>
  224. </script>
  225. </input>
  226. <input id="ipt_fixasetcd_search" ref="/root/send/fixasetlist/fixasetcd_search" class="input_search" navindex="9" visibility="visible" style="left:807px; top:33px; width:95px; height:19px; ">
  227. <script type="javascript" ev:event="xforms-value-changed">
  228. <![CDATA[
  229. if(ipt_fixasetcd_search.value != "")
  230. {
  231. rszfValidationCheck("TRRSD00241", "rfcmfacdlist", "instcd,requirementcd,requirementnm,goodflag",
  232. cmb_instcd_search.value +",fixasetcd," + ipt_fixasetcd_search.value +"," + cmb_goodflag_search.value,
  233. "", "fixasetcd_search,fixasetnm_search", ipt_fixasetcd_search, "SPRSD00240",
  234. "instcd,goodflag","cmb_instcd_search,cmb_goodflag_search");
  235. }else{
  236. ipt_fixasetnm_search.value = '';
  237. }
  238. fGetPageList();
  239. grp_sea.refresh();
  240. ]]>
  241. </script>
  242. </input>
  243. <input id="ipt_fixasetnm_search" ref="/root/send/fixasetlist/fixasetnm_search" class="input_search" disabled="true" navindex="10" style="left:925px; top:33px; width:185px; height:19px; "/>
  244. <caption id="caption2" class="search_name" style="left:461px; top:11px; width:89px; height:17px; ">대 분 류 :</caption>
  245. <button id="btn_fixasetcd" class="icon_search" navindex="-1" style="left:906px; top:35px; width:16px; height:16px; ">
  246. <caption/>
  247. <script type="javascript" ev:event="DOMActivate">
  248. <![CDATA[
  249. rszfOpenPopUpListByWndName(ipt_fixasetcd_search, "", "fixasetcd_search,fixasetnm_search","SPRSD00240","instcd,goodflag","cmb_instcd_search,cmb_goodflag_search");
  250. grp_sea.refresh();
  251. ]]>
  252. </script>
  253. </button>
  254. <caption id="caption3" class="search_name" style="left:11px; top:10px; width:89px; height:17px; ">기관코드 :</caption>
  255. <select1 id="cmb_lrgcd_search" ref="/root/send/fixasetlist/lrgcd_search" navindex="4" visibility="visible" appearance="minimal" style="left:550px; top:10px; width:150px; height:19px; ">
  256. <choices>
  257. <itemset>
  258. <label/>
  259. <value/>
  260. </itemset>
  261. </choices>
  262. <script type="javascript" ev:event="xforms-value-changed">
  263. <![CDATA[
  264. fGetAcntcdList();
  265. fGetPageList();
  266. ]]>
  267. </script>
  268. </select1>
  269. <select1 id="cmb_goodflag_search" ref="/root/send/fixasetlist/goodflag_search" class="input_s_essential" navindex="2" appearance="minimal" style="left:350px; top:10px; width:100px; height:19px; ">
  270. <choices>
  271. <itemset nodeset="/root/init/goodflag">
  272. <label ref="label"/>
  273. <value ref="value"/>
  274. </itemset>
  275. </choices>
  276. <script type="javascript" ev:event="xforms-value-changed">
  277. <![CDATA[
  278. // 대분류 코드 콤보 설정.
  279. rszfLMSComboList(model.getValue(cmb_goodflag_search.attribute("ref")), "", "", "cmb_lrgcd_search", "", "L");
  280. addComboItem("cmb_lrgcd_search","--전체--","","above");
  281. cmb_lrgcd_search.dispatch("xforms-value-changed");
  282. fGetPageList();
  283. ]]>
  284. </script>
  285. </select1>
  286. <caption id="cap_codeflag" class="search_name" style="left:260px; top:35px; width:90px; height:17px; ">상각년월 :</caption>
  287. <caption id="caption8" class="search_name" style="left:260px; top:10px; width:90px; height:17px; ">자산구분 :</caption>
  288. <caption id="caption9" class="search_name" style="left:715px; top:34px; width:110px; height:17px; ">자산코드 :</caption>
  289. <input id="ipt_mngtdeptcd_search" ref="/root/send/fixasetlist/mngtdeptcd_search" class="input_search" navindex="7" style="left:807px; top:8px; width:95px; height:19px; ">
  290. <script type="javascript" ev:event="xforms-value-changed">
  291. <![CDATA[
  292. if(ipt_mngtdeptcd_search.value.length == 0)
  293. ipt_mngtdeptnm_search.value = "";
  294. else
  295. rszfValidationCheck("TRRPZ00201", "deptcodelist", "refcond,deptcd",
  296. "deptcd," + ipt_mngtdeptcd_search.value, "", "mngtdeptcd_search,mngtdeptnm_search",
  297. ipt_mngtdeptcd_search, "SPRPZ00200", "","");
  298. fGetPageList();
  299. grp_sea.refresh();
  300. ]]>
  301. </script>
  302. </input>
  303. <caption id="cap_installplcecd" class="search_name" style="left:715px; top:9px; width:92px; height:17px; ">사용부서 :</caption>
  304. <button id="btn_mngtdeptcd_search" class="icon_search" navindex="-1" style="left:906px; top:8px; width:16px; height:16px; ">
  305. <caption/>
  306. <script type="javascript" ev:event="DOMActivate">
  307. <![CDATA[
  308. misfOpenPopUpList("02", ipt_mngtdeptcd_search,"","mngtdeptcd_search,mngtdeptnm_search");
  309. grp_sea.refresh();
  310. ]]>
  311. </script>
  312. </button>
  313. <input id="ipt_mngtdeptnm_search" ref="/root/send/fixasetlist/mngtdeptnm_search" class="input_search" disabled="true" navindex="8" appearance="input" style="left:925px; top:8px; width:185px; height:19px; "/>
  314. <select1 id="cmb_acntcd_search" ref="/root/send/fixasetlist/acntcd_search" navindex="6" visibility="visible" appearance="minimal" style="left:550px; top:35px; width:150px; height:19px; ">
  315. <choices>
  316. <itemset nodeset="/root/init/acntlist">
  317. <label ref="acntnm"/>
  318. <value ref="acntcd"/>
  319. </itemset>
  320. </choices>
  321. <script type="javascript" ev:event="xforms-value-changed">
  322. <![CDATA[
  323. fGetPageList();
  324. ]]>
  325. </script>
  326. </select1>
  327. <caption id="caption5" class="search_name" style="left:460px; top:35px; width:90px; height:17px; ">계정과목 :</caption>
  328. <caption id="caption10" class="search_name" style="left:11px; top:35px; width:89px; height:17px; ">조회범위 :</caption>
  329. <select1 id="cmb_page_search" ref="/root/send/fixasetlist/page_search" class="input_s_essential" navindex="3" appearance="minimal" style="left:100px; top:35px; width:150px; height:19px; ">
  330. <choices>
  331. <itemset nodeset="/root/init/pagelist">
  332. <label ref="label"/>
  333. <value ref="value"/>
  334. </itemset>
  335. </choices>
  336. </select1>
  337. <caption id="caption11" class="search_name" style="left:715px; top:59px; width:95px; height:17px; ">설치장소 :</caption>
  338. <input id="ipt_installplcecd" ref="/root/send/fixasetlist/installplcecd_search" class="input_search" navindex="11" visibility="visible" appearance="input" style="left:807px; top:58px; width:95px; height:19px; ">
  339. <script type="javascript" ev:event="xforms-value-changed">
  340. <![CDATA[
  341. if(ipt_installplcecd.value.length == 0)
  342. ipt_installplcenm.value = "";
  343. else
  344. rszfValidationCheck("TRRAC90701", "custlist", "refcond,retrnm",
  345. "deptcd," + ipt_installplcecd.value, "", "installplcecd_search,installplcenm_search",
  346. ipt_installplcecd, "PPRAC00700", "","");
  347. grp_sea.refresh();
  348. ]]>
  349. </script>
  350. </input>
  351. <button id="btn_installplcecd" class="icon_search" visibility="visible" style="left:906px; top:58px; width:16px; height:16px; ">
  352. <caption/>
  353. <script type="javascript" ev:event="DOMActivate">
  354. <![CDATA[
  355. misfOpenPopUpList("19", ipt_installplcecd,"", "installplcecd_search,installplcenm_search", model.getValue(cmb_instcd_search.attribute("ref")),"instcd");
  356. grp_sea.refresh();
  357. ]]>
  358. </script>
  359. </button>
  360. <input id="ipt_installplcenm" ref="/root/send/fixasetlist/installplcenm_search" class="input_search" disabled="true" navindex="12" visibility="visible" appearance="input" style="left:925px; top:58px; width:185px; height:19px; "/>
  361. </group>
  362. <line id="line3" class="line_1" style="x1:0px; y1:125px; x2:1194px; y2:125px; "/>
  363. <button id="btn_excel" class="btn5_letter5" navindex="14" style="left:1115px; top:102px; width:75px; height:19px; ">
  364. <caption>Excel 저장</caption>
  365. <script type="javascript" ev:event="DOMActivate">
  366. <![CDATA[
  367. if( grd_main.rows - grd_main.fixedRows > 0 ) {
  368. var fileName ="";
  369. if(cmb_page_search.length == 1){
  370. fileName = "월감가상각조회List_" + getCurrentDate();
  371. }else{
  372. fileName = "월감가상각조회List_" + getCurrentDate() + "_" + cmb_page_search.label.replace("/","of");
  373. }
  374. var fileName = window.fileDialog("save", ",", false, fileName, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  375. grd_main.saveExcel(fileName, "Sheet");
  376. } else {
  377. messageBox("저장 데이터가","I004");
  378. }
  379. ]]>
  380. </script>
  381. </button>
  382. <datagrid id="grd_main" nodeset="/root/main/maindatalist" caption="기관코드^계정코드^계정명^자산코드^자산명^규격^단위^수량^구입금액^구입일^사용부서^설치장소^공급처^내용년수^모델명^상각년월^취득금액^전기말누계액^당기상각액^감가누계^미상각잔액^상계여부" colsep="^" colwidth="0, 0, 112, 99, 180, 100, 60, 50, 90, 80, 100, 100, 120, 70, 120, 70, 90, 100, 100, 90, 80" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="16" rowsep="|" tooltip="true" navindex="15" style="left:0px; top:130px; width:1194px; height:585px; ">
  383. <col ref="instcd" style="text-align:right; "/>
  384. <col ref="acntcd" style="left:106px; top:23px; width:128px; height:23px; "/>
  385. <col ref="acntnm" style="text-align:left; "/>
  386. <col ref="fixasetcd"/>
  387. <col ref="goodflaghngnm" format="yyyy-mm-dd" style="left:904px; top:23px; width:100px; height:23px; text-align:left; "/>
  388. <col ref="goodspec" style="text-align:left; "/>
  389. <col ref="fixasetunit" style="text-align:center; "/>
  390. <col ref="qty" style="text-align:center; "/>
  391. <col ref="possnamt" format="(-)#,###" style="text-align:right; "/>
  392. <col ref="possndd" format="yyyy-mm-dd" style="text-align:center; "/>
  393. <col ref="mngtdeptnm"/>
  394. <col ref="installplcenm"/>
  395. <col ref="suplplcenm"/>
  396. <col ref="cntsyearno" style="text-align:center; "/>
  397. <col ref="goodmodel" style="left:1045px; top:23px; width:100px; height:23px; "/>
  398. <col ref="yyyymm" style="text-align:center; "/>
  399. <col ref="basejsak" format="(-)#,###" style="text-align:right; "/>
  400. <col ref="bbaseksckeum" format="(-)#,###" style="text-align:right; "/>
  401. <col ref="danggisangak" format="(-)#,###" style="text-align:right; "/>
  402. <col ref="baseksckeum" format="(-)#,###" style="text-align:right; "/>
  403. <col ref="janjonsak" format="(-)#,###" style="left:1651px; top:23px; width:80px; height:23px; text-align:right; "/>
  404. <script type="javascript" ev:event="onaftersort">
  405. <![CDATA[
  406. grd_main.gridToInstance();
  407. ]]>
  408. </script>
  409. </datagrid>
  410. <caption id="caption21" class="tit_2" style="left:5px; top:107px; width:131px; height:13px; ">출력 목록</caption>
  411. <caption id="caption7" style="left:85px; top:107px; width:560px; height:14px; ">(* 10,000건 이상인 경우 10,000건만 조회가 됩니다. 조회범위 조건을 입력 하신후 조회하세요.)</caption>
  412. </group>
  413. <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  414. <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  415. </group>
  416. <caption id="caption1" class="cell_1" visibility="hidden" style="left:134px; top:757px; width:120px; height:23px; text-align:center; vertical-align:middle; ">가수금합계</caption>
  417. <caption id="cpt_gaamtsum" ref="/root/hidden/apsl/sumgaamt" visibility="hidden" format="(-)#,###" style="left:255px; top:757px; width:151px; height:23px; text-align:right; vertical-align:middle; background-color:#ffcccc; "/>
  418. </xhtml:body>
  419. </xhtml:html>