SPPMB01200_의사진료일정조회.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <orddrid/>
  11. <orddeptcd/>
  12. <subdeptcd/>
  13. <orddd/>
  14. <drordsche>
  15. <drordschelist/>
  16. </drordsche>
  17. <result>
  18. <calendarinfo>
  19. <calendarinfolist/>
  20. </calendarinfo>
  21. </result>
  22. <todayrgstcnt/>
  23. <outrgst>
  24. <outrgstlist/>
  25. </outrgst>
  26. </main>
  27. <send>
  28. <orddrid/>
  29. <orddeptcd/>
  30. <orddd/>
  31. <date/>
  32. <subdeptcd/>
  33. </send>
  34. <init>
  35. <P0033list>
  36. <P0033>
  37. <cdnm/>
  38. <cdid/>
  39. </P0033>
  40. </P0033list>
  41. <P0037list>
  42. <P0037>
  43. <cdnm/>
  44. <cdid/>
  45. </P0037>
  46. </P0037list>
  47. <orddeptcd>
  48. <orddeptcdlist>
  49. <cd/>
  50. <nm/>
  51. </orddeptcdlist>
  52. </orddeptcd>
  53. <orddrid>
  54. <orddridlist>
  55. <cd/>
  56. <nm/>
  57. <dp/>
  58. <sp/>
  59. </orddridlist>
  60. </orddrid>
  61. <newElement/>
  62. <P0021list>
  63. <P0021>
  64. <cdnm/>
  65. <cdid/>
  66. </P0021>
  67. </P0021list>
  68. <P0341list>
  69. <P0341>
  70. <cdnm/>
  71. <cdid/>
  72. </P0341>
  73. </P0341list>
  74. <P0022list>
  75. <P0022>
  76. <cdnm/>
  77. <cdid/>
  78. </P0022>
  79. </P0022list>
  80. </init>
  81. <hidden>
  82. </hidden>
  83. <temp>
  84. <tmpnode/>
  85. </temp>
  86. </root>
  87. </instance>
  88. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  89. <submission id="TRPAM00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/hidden/tmp"/>
  90. <submission id="TRPMB01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/drordsche"/>
  91. <script type="javascript" ev:event="xforms-ready">
  92. <![CDATA[
  93. if ( !checkOpener() ) {
  94. group1.visible = false;
  95. }
  96. zbcfGetCodeList(new Array("P0033", "P0037", "P0341", "P0021", "P0022"), new Array("/root/init/P0033list", "/root/init/P0037list", "/root/init/P0341list", "/root/init/P0021list", "/root/init/P0022list"));
  97. //부서코드 의사ID 조회
  98. pamGetDeptCDDrIDList();
  99. //초기화 및 날짜 데이터 세팅
  100. fInitialize();
  101. var orddd = model.getValue("/root/temp/tmpnode/orddd");
  102. var orddrid = model.getValue("/root/temp/tmpnode/orddrid");
  103. var orddeptcd = model.getValue("/root/temp/tmpnode/orddeptcd");
  104. var subdeptcd = model.getValue("/root/temp/tmpnode/subdeptcd");
  105. if( orddd != "" && orddrid != "" && orddeptcd !="" ){
  106. model.setValue("/root/main/orddeptcd", orddeptcd);
  107. cmb_orddept.dispatch("xforms-value-changed");
  108. model.setValue("/root/main/subdeptcd", subdeptcd);
  109. model.setValue("/root/main/orddrid", orddrid);
  110. model.setValue("/root/main/orddd", orddd);
  111. model.setValue("/root/hidden/calendar/year", orddd.substring(0, 4) );
  112. //alert( model.getValue("/root/hidden/calendar/year"));
  113. model.setValue("/root/hidden/calendar/month", orddd.substring(4, 6) );
  114. //alert( model.getValue("/root/hidden/calendar/month"));
  115. //model.refresh();
  116. fSearchOrdSche();
  117. fGetCalendarData();
  118. }
  119. ]]>
  120. </script>
  121. <submission id="TRPMO00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/result"/>
  122. <submission id="TRPMO00204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/outrgst"/>
  123. </model>
  124. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  125. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  126. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  127. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  128. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  129. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  130. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  131. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  132. <script type="javascript">
  133. <![CDATA[
  134. function fInitialize(){
  135. //model.resetInstanceNode("/root/send");
  136. //model.resetInstanceNode("/root/main/desc");
  137. //model.resetInstanceNode("/root/main/Insucd/insucdlist");
  138. //날자 입력 항목에 오늘 날자 세팅
  139. var curDate = getCurrentDate();
  140. model.setValue("/root/main/orddd", curDate);
  141. //model.setValue("/root/send/todd", curDate);
  142. //model.refresh();
  143. }
  144. //달력을 클릭(선택) 했을 때
  145. function fClickOnCalendar(){
  146. var calRow = grd_calendar.row;
  147. var calCol = grd_calendar.col;
  148. if( calRow > 0 ){
  149. //선택된 셀 표시
  150. setCellColor(calRow, calCol);
  151. calCol = calCol % 7;
  152. var isDay = grd_calendar.valueMatrix(calRow, calCol);
  153. if( isDay != "" ){
  154. if( isDay.length == 1 ) isDay = "0" + isDay;
  155. var dd = ( (model.getValue("/root/hidden/calendar/year")).concat(model.getValue("/root/hidden/calendar/month")) ).concat(isDay);
  156. //model.makeNode("/root/main/selecteddd");
  157. model.setValue("/root/main/orddd", dd);
  158. ipt_orddd.refresh();
  159. if( model.getValue("/root/main/orddrid") != "" && model.getValue("/root/main/orddeptcd") != ""
  160. && model.getValue("/root/main/orddd") != ""){
  161. fSearchOrdSche();
  162. }
  163. }
  164. }
  165. }
  166. function fSearchOrdSche(){
  167. var orddd = model.getValue("/root/main/orddd");
  168. var orddrid = model.getValue("/root/main/orddrid");
  169. var orddeptcd = model.getValue("/root/main/orddeptcd");
  170. var subdeptcd = model.getValue("/root/main/subdeptcd");
  171. if( orddd != "" && orddrid != "" && orddeptcd != ""){
  172. model.setValue("/root/send/orddd", orddd );
  173. model.setValue("/root/send/orddrid", orddrid );
  174. model.setValue("/root/send/orddeptcd", orddeptcd );
  175. model.setValue("/root/send/subdeptcd", subdeptcd );
  176. // 2014/11/21 이정택 (날짜 변경시 스타일 초기화 되도록 프로그램 수정)
  177. grd_outrgst.rebuildStyle();
  178. // 2014/11/21 이정택 (날짜 변경시 스타일 초기화 되도록 프로그램 수정)
  179. if(submit("TRPMO00204")){
  180. model.setValue("/root/main/todayrgstcnt", model.getValue("/root/main/drordsche/drordschelist/tdayrgst"));
  181. setRowStyle("grd_outrgst", "4^4^4", "F^D^4", "fsexamflag");
  182. //협력의뢰센터의 예약 Capacity(생산능력)일 경우에는 색상 변경(2016/09/05 이정택)
  183. setRowStyle("grd_outrgst", "12", "A", "etcrsrvflag");
  184. //협력의뢰센터의 예약 카퍼일 경우에는 색상 변경(2016/09/05 이정택)
  185. //심층진료 예약 Capacity(생산능력)일 경우에는 색상 변경(2017/12/01 이정택)
  186. setRowStyle("grd_outrgst", "10", "B", "etcrsrvflag");
  187. //심층진료 예약 Capacity(생산능력)일 경우에는 색상 변경(2017/12/01 이정택)
  188. model.refresh();
  189. }
  190. }else{
  191. messageBox("진료일자, 진료부사, 진료의사 데이터가 정확히 입력 되었는지 확인해 주십시요.", "E999", "");
  192. }
  193. }
  194. function fGetCalendarData(){
  195. model.setValue("/root/send/orddeptcd", model.getValue("/root/main/orddeptcd"));
  196. model.setValue("/root/send/orddrid", model.getValue("/root/main/orddrid"));
  197. model.setValue("/root/send/date", model.getValue("/root/hidden/calendar/year") + model.getValue("/root/hidden/calendar/month"));
  198. model.resetInstanceNode("/root/main/result");
  199. model.makeNode("/root/main/result/calendarinfo");
  200. var isMonth = model.getValue("/root/hidden/calendar/month");
  201. var isYear = model.getValue("/root/hidden/calendar/year");
  202. var isDate = (isYear+isMonth+1).toDate();
  203. if(submit("TRPMO00203")){
  204. if( getNodesetCount("/root/main/result/calendarinfo/calendarinfolist") > 0 ){
  205. //기존 인스턴스 삭제
  206. model.removeNodeset("/root/hidden/calendarinfo");
  207. //기존 인스턴스 새로 생성
  208. model.makeNode("/root/hidden/calendarinfo");
  209. model.copyNode("/root/hidden/calendarinfo", "/root/main/result/calendarinfo");
  210. setCalendar2(isDate);
  211. }else{
  212. setCalendar(isDate);
  213. }
  214. }
  215. }
  216. ]]>
  217. </script>
  218. </xhtml:head>
  219. <xhtml:body pagewidth="950" pageheight="650" guideline="1,900;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  220. <group id="group3" scroll="auto" style="left:0px; top:10px; width:900px; height:543px; ">
  221. <group id="group2" style="left:0px; top:5px; width:900px; height:35px; vertical-align:top; ">
  222. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:900px; height:35px; "/>
  223. <caption id="caption2" class="search_name" style="left:15px; top:8px; width:86px; height:17px; ">진료일자 :</caption>
  224. <button id="btn_search" class="btn1_letter2" style="left:828px; top:7px; width:56px; height:22px; ">
  225. <caption>조회</caption>
  226. <script type="javascript" ev:event="DOMActivate">
  227. <![CDATA[
  228. fSearchOrdSche();
  229. fGetCalendarData();
  230. ]]>
  231. </script>
  232. </button>
  233. <line id="line13" class="line_4" style="x1:815px; y1:7px; x2:815px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  234. <input id="ipt_orddd" ref="/root/main/orddd" class="input_search" inputtype="date" style="left:104px; top:8px; width:100px; height:19px; "/>
  235. <caption id="caption3" class="search_name" style="left:229px; top:8px; width:86px; height:17px; ">진료부서 :</caption>
  236. <select1 id="cmb_orddept" ref="/root/main/orddeptcd" class="combo_search" appearance="minimal" style="left:321px; top:8px; width:125px; height:19px; ">
  237. <choices>
  238. <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
  239. <label ref="nm"/>
  240. <value ref="cd"/>
  241. </itemset>
  242. </choices>
  243. <script type="javascript" ev:event="xforms-value-changed">
  244. <![CDATA[
  245. cmb_orddept.refresh();
  246. cmb_orddr.choices.itemset.attribute("nodeset") = "/root/init/orddrid/orddridlist[dp = '" + cmb_orddept.value + "']";
  247. model.setValue("/root/main/orddrid", "");
  248. cmb_orddr.refresh();
  249. cmb_subdeptcd.choices.itemset.attribute("nodeset") = "/root/init/subdeptcd/subdeptcdlist[dp = '" + cmb_orddept.value + "' or dp = '-']";
  250. model.setValue("/root/main/subdeptcd", "-");
  251. ]]>
  252. </script>
  253. </select1>
  254. <select1 id="cmb_orddr" ref="/root/main/orddrid" class="combo_search" appearance="minimal" style="left:675px; top:8px; width:100px; height:19px; ">
  255. <choices>
  256. <itemset nodeset="/root/init/orddrid/orddridlist">
  257. <label ref="nmsp"/>
  258. <value ref="cd"/>
  259. </itemset>
  260. </choices>
  261. <script type="javascript" ev:event="xforms-value-changed">
  262. <![CDATA[
  263. fSearchOrdSche();
  264. fGetCalendarData();
  265. ]]>
  266. </script>
  267. </select1>
  268. <caption id="caption4" class="search_name" style="left:585px; top:8px; width:86px; height:17px; ">진료의사 :</caption>
  269. <select1 id="cmb_subdeptcd" ref="/root/main/subdeptcd" class="combo_search" appearance="minimal" style="left:449px; top:8px; width:109px; height:19px; ">
  270. <choices>
  271. <itemset nodeset="/root/init/subdeptcd/subdeptcdlist">
  272. <label ref="nm"/>
  273. <value ref="cd"/>
  274. </itemset>
  275. </choices>
  276. <script type="javascript" ev:event="xforms-value-changed">
  277. <![CDATA[
  278. cmb_subdeptcd.refresh();
  279. if( cmb_subdeptcd.value != '-' ){
  280. cmb_orddr.choices.itemset.attribute("nodeset") = "/root/init/orddrid/orddridlist[dp = '" + cmb_subdeptcd.value + "']";
  281. model.setValue("/root/main/orddrid", "");
  282. cmb_orddr.refresh();
  283. }else{
  284. cmb_orddr.choices.itemset.attribute("nodeset") = "/root/init/orddrid/orddridlist[dp = '" + cmb_orddept.value + "']";
  285. model.setValue("/root/main/orddrid", "");
  286. cmb_orddr.refresh();
  287. }
  288. ]]>
  289. </script>
  290. </select1>
  291. </group>
  292. <line id="line1" class="line_1" style="x1:400px; y1:70px; x2:900px; y2:70px; "/>
  293. <caption id="caption5" class="tit_2" style="left:403px; top:54px; width:121px; height:14px; ">외래등록내역</caption>
  294. <import id="import1" src="../../../pam/pambaseinfomngtweb/xrw/SPPMB01001_병원달력.xrw" style="left:0px; top:69px; width:388px; height:471px; "/>
  295. <caption id="caption8" style="left:885px; top:47px; width:15px; height:20px; text-align:right; ">건</caption>
  296. <output id="output2" ref="/root/main/todayrgstcnt" style="left:836px; top:47px; width:50px; height:19px; text-align:right; "/>
  297. <caption id="caption1" style="left:773px; top:47px; width:60px; height:20px; ">당일등록 :</caption>
  298. <datagrid id="grd_outrgst" nodeset="/root/main/outrgst/outrgstlist" backcoloralternate="transparent" caption="시간^등록번호^환자명^예약구분^진료구분^최초접수시간^초재진구분^etcrsrvflag" colsep="^" colwidth="60, 76, 90, 120, 120, 0, 0, 0" defaultrows="2" extendlastcol="scroll" rowheader="seq" rowheight="23" rowsep="|" style="left:400px; top:75px; width:500px; height:465px; ">
  299. <col ref="ordtm" format="hh:nn"/>
  300. <col ref="pid"/>
  301. <col ref="hngnm"/>
  302. <col disabled="true" ref="rsrvflag" type="combo">
  303. <choices>
  304. <itemset nodeset="/root/init/P0341list/P0341">
  305. <label ref="cdnm"/>
  306. <value ref="cdid"/>
  307. </itemset>
  308. </choices>
  309. </col>
  310. <col disabled="true" ref="etcordflag" type="combo">
  311. <choices>
  312. <itemset nodeset="/root/init/P0022list/P0022">
  313. <label ref="cdnm"/>
  314. <value ref="cdid"/>
  315. </itemset>
  316. </choices>
  317. </col>
  318. <col ref="fstacptdt" visibility="hidden" format="yyyy-mm-dd hh:nn:ss"/>
  319. <col ref="fsexamflag" type="combo" visibility="hidden">
  320. <choices>
  321. <itemset nodeset="/root/init/P0021list/P0021">
  322. <label ref="cdnm"/>
  323. <value ref="cdid"/>
  324. </itemset>
  325. </choices>
  326. </col>
  327. <col ref="etcrsrvflag" visibility="hidden"/>
  328. <script type="javascript" ev:event="onclick">
  329. <![CDATA[
  330. /*
  331. if( ! isDataCell() ){
  332. return false;
  333. }
  334. var cur_row = grd_outrgst.row;
  335. var cur_col = grd_outrgst.col;
  336. if(cur_row > 0 && cur_col >= 0){
  337. //model.setValue("/root/main/reservation/ordtm", model.getValue("/root/main/outrgst/outrgstlist[" + cur_row + "]/ordtm"));
  338. //model.setValue("/root/main/reservation/orddd", model.getValue("/root/main/outrgst/outrgstlist[" + cur_row + "]/orddd"));
  339. model.refresh();
  340. }
  341. */
  342. ]]>
  343. </script>
  344. <script type="javascript" ev:event="ondblclick">
  345. <![CDATA[
  346. if ( checkOpener() ) {
  347. if( ! isDataCell() ){
  348. return false;
  349. }
  350. btn_confirm.dispatch("DOMActivate");
  351. }
  352. ]]>
  353. </script>
  354. </datagrid>
  355. </group>
  356. <group id="group1" scroll="auto" style="left:0px; top:593px; width:900px; height:27px; ">
  357. <button id="btn_confirm" class="btn4_letter2" style="left:785px; top:5px; width:56px; height:22px; ">
  358. <caption>확인</caption>
  359. <script type="javascript" ev:event="DOMActivate">
  360. <![CDATA[
  361. if ( checkOpener() ) {
  362. var cur_row = grd_outrgst.row;
  363. var cur_col = grd_outrgst.col;
  364. if( cur_row > 0 && cur_col > 0){
  365. var orddd = model.getValue("/root/main/orddd");
  366. var ordtm = model.getValue("/root/main/outrgst/outrgstlist[" + cur_row + "]/ordtm");
  367. var orddrid = model.getValue("/root/main/orddrid");
  368. var orddeptcd = model.getValue("/root/main/orddeptcd");
  369. var subdeptcd = model.getValue("/root/main/subdeptcd");
  370. //opener.model.setValue("/root/main/otpt/otpt_orddd", orddd);
  371. //opener.model.setValue("/root/main/otpt/otpt_ordtm", ordtm);
  372. //opener.model.setValue("/root/main/otpt/otpt_orddrid", orddrid);
  373. //opener.model.setValue("/root/main/otpt/otpt_orddeptcd", orddeptcd);
  374. //파라미터로 리턴
  375. opener.javascript.setParameter("SPPMB01200_RTN", 'Y');
  376. opener.javascript.setParameter("SPPMB01200_orddd", orddd);
  377. opener.javascript.setParameter("SPPMB01200_ordtm", ordtm);
  378. opener.javascript.setParameter("SPPMB01200_orddrid", orddrid);
  379. opener.javascript.setParameter("SPPMB01200_orddeptcd", orddeptcd);
  380. opener.javascript.setParameter("SPPMB01200_subdeptcd", subdeptcd);
  381. //2017/12/11 심층진료관련 추가(이정택)
  382. var etcrsrvflag = grd_outrgst.valueMatrix(grd_outrgst.row, grd_outrgst.colRef("etcrsrvflag"));
  383. if(etcrsrvflag=="B"){
  384. opener.javascript.setParameter("SPPMB01200_etcordflag", "U");
  385. }else{
  386. opener.javascript.setParameter("SPPMB01200_etcordflag", "-");
  387. }
  388. //2017/12/11 심층진료관련 추가(이정택)
  389. //opener.model.refresh();
  390. }else{
  391. opener.javascript.setParameter("SPPMB01200_RTN", 'N');
  392. }
  393. window.close();
  394. }
  395. ]]>
  396. </script>
  397. </button>
  398. <button id="btn_cancel" class="btn4_letter2" style="left:844px; top:5px; width:56px; height:22px; ">
  399. <caption>취소</caption>
  400. <script type="javascript" ev:event="DOMActivate">
  401. <![CDATA[
  402. opener.javascript.setParameter("SPPMB01200_RTN", 'N');
  403. window.close();
  404. ]]>
  405. </script>
  406. </button>
  407. <caption id="caption19" style="left:600px; top:5px; width:15px; height:15px; vertical-align:top; background-color:#b9e5fb; "/>
  408. <caption id="caption9" style="left:615px; top:5px; width:30px; height:20px; vertical-align:top; ">초진</caption>
  409. <caption id="caption10" style="left:660px; top:5px; width:30px; height:20px; vertical-align:top; ">사망</caption>
  410. <caption id="caption12" style="left:645px; top:5px; width:15px; height:15px; vertical-align:top; background-color:#969696; "/>
  411. <caption id="caption13" style="left:705px; top:5px; width:30px; height:20px; vertical-align:top; ">협력</caption>
  412. <caption id="caption14" style="left:690px; top:5px; width:15px; height:15px; vertical-align:top; background-color:#fd97b7ff; "/>
  413. <caption id="caption15" style="left:750px; top:5px; width:30px; height:20px; vertical-align:top; ">심층</caption>
  414. <caption id="caption16" style="left:735px; top:5px; width:15px; height:15px; vertical-align:top; background-color:#9fc93cff; "/>
  415. </group>
  416. <group id="group4" style="left:0px; top:0px; width:800px; height:13px; ">
  417. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:254px; height:14px; ">의사별 상세일정 조회</caption>
  418. </group>
  419. <caption id="caption11" class="cell_1" style="left:0px; top:555px; width:67px; height:38px; text-align:center; vertical-align:middle; ">
  420. <![CDATA[초진
  421. 특이사항]]>
  422. </caption>
  423. <textarea id="input2" ref="/root/main/result/orddrfild/orddrfildlist/fstexamrem" class="input_default" editable="false" maxlength="100" appearance="textarea" style="left:65px; top:555px; width:385px; height:36px; "/>
  424. <caption id="caption7" class="cell_1" style="left:450px; top:555px; width:67px; height:38px; text-align:center; vertical-align:middle; ">
  425. <![CDATA[재진
  426. 특이사항]]>
  427. </caption>
  428. <textarea id="textarea1" ref="/root/main/result/orddrfild/orddrfildlist/reexamrem" class="input_default" editable="false" maxlength="100" appearance="textarea" style="left:515px; top:555px; width:385px; height:36px; "/>
  429. </xhtml:body>
  430. </xhtml:html>