SMLPB00800_외부슬라이드반납.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLPB00800_외부슬라이드반납.xrw
  4. * 설 명 : 외부슬라이드반납 화면
  5. * 설 계 자 : (주)에이씨케이 - 유동철
  6. * 작 성 자 : (주)에이씨케이 - 유동철
  7. * 작 성 일 : 2007.11.19
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>외부슬라이드반납</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <slidinfo>
  20. <slidlist>
  21. <choi/>
  22. <instcd/>
  23. <ptno/>
  24. <dispptno/>
  25. <relaptno/>
  26. <reladispptno/>
  27. <acptdd/>
  28. <pid/>
  29. <patnm/>
  30. <sexage/>
  31. <spcacptdd/>
  32. <spcacptno/>
  33. <spcacptseqno/>
  34. <csteno/>
  35. <slidno/>
  36. <slidcnts/>
  37. <rtndd/>
  38. <rtntm/>
  39. <rtnid/>
  40. <rtnnm/>
  41. <imgrgstdd/>
  42. <imgno/>
  43. <dummy/>
  44. <appnm/>
  45. <appcntcno/>
  46. <rsltimg/>
  47. <bizflagcd/>
  48. </slidlist>
  49. </slidinfo>
  50. </main>
  51. <send/>
  52. <init>
  53. <ptnocode/>
  54. <fromyear/>
  55. <fromptno/>
  56. <toyear/>
  57. <toptno/>
  58. <sysdt>
  59. <sysdtinfo>
  60. <sysdd/>
  61. <systm/>
  62. </sysdtinfo>
  63. </sysdt>
  64. <ptnocd>
  65. <ptnocdlist>
  66. <instcd/>
  67. <ptnocd/>
  68. <ptnonm/>
  69. </ptnocdlist>
  70. </ptnocd>
  71. <refflagcd/>
  72. </init>
  73. <hidden>
  74. <acptfromdd/>
  75. <acpttodd/>
  76. <seameth>0</seameth>
  77. <seaval/>
  78. </hidden>
  79. <message/>
  80. </root>
  81. </instance>
  82. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  83. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  84. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  85. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  86. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  87. <script type="javascript" ev:event="xforms-ready">
  88. <![CDATA[
  89. fExeInitialize();
  90. ]]>
  91. </script>
  92. <submission id="TRLPZ00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/sysdt/sysdtinfo"/>
  93. <submission id="TRLPZ00109" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/ptnocd/ptnocdlist"/>
  94. <submission id="TRLPB00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/slidinfo/slidlist"/>
  95. <submission id="TXLPB00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/message"/>
  96. </model>
  97. <script type="javascript">
  98. <![CDATA[
  99. /* @group : 외부슬라이드반납 화면
  100. * @ver : 2007.11.19 (CMCDEV-0001)
  101. * @by : 유동철(ACK)
  102. * @-----------------------------------
  103. * @type : function
  104. * @access : public
  105. * @desc : 화면초기화 함수
  106. */
  107. function fExeInitialize() {
  108. var sCurDate = "";
  109. //--------------------------------------------------
  110. model.removeNodeset("/root/main/slidinfo/slidlist");
  111. //----------------
  112. // 시스템일자 조회
  113. model.removeNodeset("/root/send");
  114. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  115. submit("TRLPZ00102", false);
  116. submit("TRLPZ00109");
  117. //------------------------------------------------------------
  118. sCurDate = model.getValue("/root/init/sysdt/sysdtinfo/sysdd");
  119. //------------
  120. // 초기값 설정
  121. model.makeValue("/root/hidden/seaval", ""); // 검색값
  122. model.makeValue("/root/hidden/acptfromdd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd")); // 접수일자(From)
  123. model.makeValue("/root/hidden/acpttodd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd")); // 접수일자(To)
  124. model.makeValue("/root/hidden/seameth", "1"); // 검색방법(등록번호)
  125. model.makeValue("/root/init/refflagcd", "0"); // 조회구분(0:미반납, 1:반납)
  126. model.makeValue("/root/init/ptnocode", "");
  127. model.makeValue("/root/init/fromyear", sCurDate.substr(2,2));
  128. model.makeValue("/root/init/toyear", sCurDate.substr(2,2));
  129. model.makeValue("/root/init/fromptno", "");
  130. model.makeValue("/root/init/toptno", "");
  131. //-----------------------------------------
  132. grd_slidlist.fixedcellcheckbox(0,1) = true;
  133. //-------------
  134. model.refresh();
  135. }
  136. /* @group : 외부슬라이드반납 화면
  137. * @ver : 2007.11.19 (CMCDEV-0001)
  138. * @by : 유동철(ACK)
  139. * @-----------------------------------
  140. * @type : function
  141. * @access : public
  142. * @desc : 취소대상 접수자료 조회 처리 함수
  143. */
  144. function fGetSlidList() {
  145. var sTemp = "";
  146. var sFromDD = model.getValue("/root/hidden/acptfromdd");
  147. var sToDD = model.getValue("/root/hidden/acpttodd");
  148. //------------------------------------------------
  149. if (model.getValue("/root/init/ptnocode") != "") {
  150. //------------------------------------------------
  151. if (model.getValue("/root/init/fromyear") == "") {
  152. model.makeValue("/root/init/fromyear", sFromDD.substr(2,2));
  153. } else {
  154. sTemp = model.getValue("/root/init/fromyear");
  155. model.makeValue("/root/init/fromyear", sTemp.getLeftPad(2, "0"));
  156. }
  157. //----------------------------------------------
  158. if (model.getValue("/root/init/toyear") == "") {
  159. model.makeValue("/root/init/toyear", sToDD.substr(2,2));
  160. } else {
  161. sTemp = model.getValue("/root/init/toyear");
  162. model.makeValue("/root/init/toyear", sTemp.getLeftPad(2, "0"));
  163. }
  164. //------------------------------------------------
  165. if (model.getValue("/root/init/fromptno") == "") {
  166. model.makeValue("/root/init/fromptno", "000000");
  167. } else {
  168. sTemp = model.getValue("/root/init/fromptno");
  169. model.makeValue("/root/init/fromptno", sTemp.getLeftPad(6, "0"));
  170. }
  171. //----------------------------------------------
  172. if (model.getValue("/root/init/toptno") == "") {
  173. model.makeValue("/root/init/toptno", "999999");
  174. } else {
  175. sTemp = model.getValue("/root/init/toptno");
  176. model.makeValue("/root/init/toptno", sTemp.getLeftPad(6, "0"));
  177. }
  178. }
  179. //--------------------------------------------
  180. sTemp = model.getValue("/root/init/ptnocode");
  181. //--------------------------------
  182. model.removeNodeset("/root/send");
  183. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  184. model.makeValue("/root/send/acptfromdd", model.getValue("/root/hidden/acptfromdd"));
  185. model.makeValue("/root/send/acpttodd", model.getValue("/root/hidden/acpttodd"));
  186. model.makeValue("/root/send/refmthd", model.getValue("/root/hidden/seameth"));
  187. model.makeValue("/root/send/refval", model.getValue("/root/hidden/seaval"));
  188. model.makeValue("/root/send/ptnocode", sTemp.replace("-", ""));
  189. model.makeValue("/root/send/fromyear", model.getValue("/root/init/fromyear"));
  190. model.makeValue("/root/send/fromptno", model.getValue("/root/init/fromptno"));
  191. model.makeValue("/root/send/toyear", model.getValue("/root/init/toyear"));
  192. model.makeValue("/root/send/toptno", model.getValue("/root/init/toptno"));
  193. model.makeValue("/root/send/refflagcd", model.getValue("/root/init/refflagcd"));
  194. //-------------------
  195. submit("TRLPB00801");
  196. }
  197. /* @group : 외부슬라이드반납
  198. * @ver : 2007.11.19 (CMCDEV-0001)
  199. * @by : 유동철(ACK)
  200. * @-----------------------------------
  201. * @type : function
  202. * @access : public
  203. * @desc : 외부슬라이드반납 Excel저장 처리 Function
  204. */
  205. function fExeSaveToExcel() {
  206. var sTitle = "외부 슬라이드 미반납";
  207. //-------------------------------------------------------------------------------
  208. if (model.getValue("/root/init/refflagcd") == "1") sTitle = "외부 슬라이드 반납";
  209. //---------------------------------------------------------------------------------
  210. grd_slidlist.saveExcel("C:\\SMLPB00800_외부슬라이드반납.xls", sTitle, false, true);
  211. messageBox("C:\\SMLPB00800_외부슬라이드현황.xls 파일이 생성이 ", "I002");
  212. }
  213. /* @group : 외부슬라이드반납
  214. * @ver : 2007.11.19 (CMCDEV-0001)
  215. * @by : 유동철(ACK)
  216. * @-----------------------------------
  217. * @type : function
  218. * @access : public
  219. * @desc : 검색값을 입력하고 Enter키를 누를 경우 처리 Function
  220. */
  221. function fExeInputKey() {
  222. if(event.keyCode == 13) {
  223. model.makeValue("/root/hidden/seaval", ipt_seaval.currentText);
  224. ipt_seaval.refresh();
  225. //-------------
  226. fGetSlidList();
  227. }
  228. }
  229. /* @group : 외부슬라이드반납
  230. * @ver : 2007.11.19 (CMCDEV-0001)
  231. * @by : 유동철(ACK)
  232. * @-----------------------------------
  233. * @type : function
  234. * @access : public
  235. * @desc : 조회구분 변경 처리 Function
  236. */
  237. function fExeRefFlagChng() {
  238. //--------------------------------------------------
  239. if (model.getValue("/root/init/refflagcd") == "0") {
  240. cap_refdd.text = "접수일자 : ";
  241. btn_cncl.visible = false;
  242. btn_save.visible = true;
  243. } else {
  244. cap_refdd.text = "반환일자 : ";
  245. btn_cncl.visible = true;
  246. btn_save.visible = false;
  247. }
  248. //------------------
  249. cap_refdd.refresh();
  250. }
  251. /* @group : 외부슬라이드반납
  252. * @ver : 2007.11.20 (CMCDEV-0001)
  253. * @by : 유동철(ACK)
  254. * @-----------------------------------
  255. * @type : function
  256. * @access : public
  257. * @desc : 슬라이드 그리드 선택 처리 Function
  258. */
  259. function fExeSlidGridChoi() {
  260. //if(grd_slidlist.row > 0 && grd_slidlist.isCell(event.target) && grd_slidlist.row >= grd_slidlist.fixedRows) {
  261. fExeSlidChoi(grd_slidlist.row);
  262. //}
  263. }
  264. /* @group : 외부슬라이드반납
  265. * @ver : 2007.11.20 (CMCDEV-0001)
  266. * @by : 유동철(ACK)
  267. * @-----------------------------------
  268. * @type : function
  269. * @access : public
  270. * @desc : 슬라이드 선택 처리 Function
  271. */
  272. function fExeSlidChoi(pRow) {
  273. var sNode = "/root/main/slidinfo/slidlist";
  274. var iSNo = 1;
  275. var iENo = getNodesetCount(sNode);
  276. //----------------------
  277. if (Number(pRow) > 0) {
  278. iSNo = Number(pRow);
  279. iENo = Number(pRow);
  280. }
  281. //--------------------------------------------
  282. // 반납 슬라이드는 반환일시를 설정하지 않는다.
  283. if (model.getValue("/root/init/refflagcd") == "1") return false;
  284. //--------------------------------------
  285. for (var iNo=iSNo; iNo <= iENo; iNo++) {
  286. model.makeValue(sNode+"["+iNo+"]/rtndd", getCurrentDate());
  287. model.makeValue(sNode+"["+iNo+"]/rtntm", getCurrentTime());
  288. model.makeValue(sNode+"["+iNo+"]/rtnid", getUserInfo("userid"));
  289. model.makeValue(sNode+"["+iNo+"]/rtnnm", getUserInfo("usernm"));
  290. }
  291. //---------------------
  292. grd_slidlist.refresh();
  293. }
  294. /* @group : 외부슬라이드반납
  295. * @ver : 2007.11.20 (CMCDEV-0001)
  296. * @by : 유동철(ACK)
  297. * @-----------------------------------
  298. * @type : function
  299. * @access : public
  300. * @desc : 외부 슬라이드 반납 저장 처리 Function
  301. */
  302. function fExeSave(pBizFlagCd) {
  303. var sNode = "/root/main/slidinfo/slidlist";
  304. //-------------------------
  305. grd_slidlist.clearStatus();
  306. for (var iNo=1; iNo <= getNodesetCount(sNode); iNo++) {
  307. //----------------------------------------------------
  308. if (model.getValue(sNode+"["+iNo+"]/choi") == "true") {
  309. grd_slidlist.addStatus(iNo, "insert");
  310. model.makeValue(sNode+"["+iNo+"]/dummy", pBizFlagCd);
  311. }
  312. }
  313. //--------------------------------
  314. model.removeNodeset("/root/send");
  315. model.makeValue("/root/send/slidlist", grd_slidlist.getUpdateData());
  316. if (submit("TXLPB00801")) {
  317. model.removeNodeset(sNode+"[choi='true']");
  318. }
  319. //---------------------
  320. grd_slidlist.refresh();
  321. }
  322. ]]>
  323. </script>
  324. </xhtml:head>
  325. <xhtml:body>
  326. <group id="grp_btn" style="left:0px; top:13; width:1195px; height:27px; ">
  327. <line id="line10" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
  328. <button id="button13" class="btn6_letter5" navindex="12" style="left:5px; top:3px; width:92px; height:22px; ">
  329. <caption>EXCEL저장</caption>
  330. <script type="javascript" ev:event="DOMActivate">
  331. <![CDATA[
  332. fExeSaveToExcel();
  333. ]]>
  334. </script>
  335. </button>
  336. <button id="btn_save" class="btn4_letter2" navindex="15" style="left:1138px; top:3px; width:56px; height:22px; ">
  337. <caption>저장</caption>
  338. <script type="javascript" ev:event="DOMActivate">
  339. <![CDATA[
  340. fExeSave("1");
  341. ]]>
  342. </script>
  343. </button>
  344. <button id="btn_cncl" class="btn4_letter2" navindex="15" visibility="hidden" style="left:1080px; top:3px; width:56px; height:22px; ">
  345. <caption>취소</caption>
  346. <script type="javascript" ev:event="DOMActivate">
  347. <![CDATA[
  348. fExeSave("2");
  349. ]]>
  350. </script>
  351. </button>
  352. </group>
  353. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  354. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:220px; height:14px; ">외부 슬라이드반납</caption>
  355. </group>
  356. <group id="grp_biz" style="left:0; top:40; width:1195; height:744; ">
  357. <caption id="caption4" class="tit_2" style="left:5px; top:55px; width:146px; height:14px; ">슬라이드목록</caption>
  358. <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  359. <group id="group2" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
  360. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  361. <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  362. <input id="ipt_seaval" ref="/root/hidden/seaval" class="input_search" navindex="6" maxlength="10" style="left:512px; top:8px; width:73px; height:19px; ">
  363. <script type="javascript" ev:event="onkeypress">
  364. <![CDATA[
  365. fExeInputKey();
  366. ]]>
  367. </script>
  368. </input>
  369. <caption id="caption3" class="search_name" style="left:421px; top:9px; width:86px; height:17px; ">등록번호 :</caption>
  370. <caption id="caption5" class="search_no_b" style="left:979px; top:8px; width:12px; height:17px; ">~</caption>
  371. <button id="btn_sea" class="btn1_letter2" navindex="10" style="left:1123px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  372. <caption>조회</caption>
  373. <script type="javascript" ev:event="DOMActivate">
  374. <![CDATA[
  375. fGetSlidList();
  376. ]]>
  377. </script>
  378. </button>
  379. <input id="ipt_cnclfromdd" ref="/root/hidden/acptfromdd" class="input_s_essential" navindex="8" inputtype="date" format="yyyy-mm-dd" mask="exclude" showmask="true" style="left:876px; top:8px; width:100px; height:19px; "/>
  380. <input id="ipt_cncltodd" ref="/root/hidden/acpttodd" class="input_s_essential" navindex="9" inputtype="date" format="yyyy-mm-dd" mask="exclude" showmask="true" style="left:995px; top:8px; width:100px; height:19px; "/>
  381. <select1 id="cbo_ptnocd" ref="/root/init/ptnocode" navindex="1" appearance="minimal" editmode="search" style="left:109px; top:8px; width:111px; height:19px; ">
  382. <choices>
  383. <itemset nodeset="/root/init/ptnocd/ptnocdlist">
  384. <label ref="ptnonm"/>
  385. <value ref="ptnocd"/>
  386. </itemset>
  387. </choices>
  388. </select1>
  389. <input id="ipt_fromptno" ref="/root/init/fromptno" class="text_center" navindex="3" maxlength="6" style="left:253px; top:8px; width:50px; height:19px; "/>
  390. <caption id="caption1" class="search_name" style="left:15px; top:9px; width:90px; height:17px; ">병리번호 :</caption>
  391. <caption id="caption7" class="search_no_b" style="left:306px; top:8px; width:12px; height:17px; ">~</caption>
  392. <input id="input1" ref="/root/init/toptno" class="text_center" navindex="5" maxlength="6" style="left:351px; top:8px; width:50px; height:19px; "/>
  393. <input id="input2" ref="/root/init/toyear" class="text_center" navindex="4" maxlength="2" style="left:321px; top:8px; width:27px; height:19px; "/>
  394. <input id="ipt_fromyear" ref="/root/init/fromyear" class="text_center" navindex="2" maxlength="2" style="left:223px; top:8px; width:27px; height:19px; "/>
  395. <caption id="caption8" class="search_name" style="left:610px; top:9px; width:86px; height:17px; ">조회구분 :</caption>
  396. <select1 id="cbo_refflagcd" ref="/root/init/refflagcd" navindex="7" appearance="minimal" style="left:701px; top:8px; width:69px; height:19px; ">
  397. <choices>
  398. <item>
  399. <label>미반납</label>
  400. <value>0</value>
  401. </item>
  402. <item>
  403. <label>반납</label>
  404. <value>1</value>
  405. </item>
  406. </choices>
  407. <script type="javascript" ev:event="xforms-value-changed">
  408. <![CDATA[
  409. fExeRefFlagChng();
  410. ]]>
  411. </script>
  412. </select1>
  413. <caption id="cap_refdd" class="search_name" style="left:787px; top:9px; width:93px; height:17px; ">접수일자 :</caption>
  414. </group>
  415. <datagrid id="grd_slidlist" nodeset="/root/main/slidinfo/slidlist" class="datagrid2" caption="선&#xA;택^기관코드^병리번호^병리번호^관련병리번호^관련병리번호^접수일자^등록번호^환자명^성별&#xA;나이^spcacptdd^spcacptno^검체&#xA;번호^블럭&#xA;번호^슬라이드&#xA;번호^슬라이드 내용^반환일자^반환시간^반환자ID^반환자^이미지&#xA;등록일자^이미지번호^^신청자^신청자 연락처^이미지^이미지&#xA;업무구분코드" colsep="^" colwidth="50, 0, 0, 80, 0, 80, 80, 80, 80, 60, 0, 0, 50, 50, 70, 219, 80, 70, 0, 103, 0, 0, 0, 0, 0, 0, 0" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" navindex="11" style="left:0px; top:75px; width:1194px; height:653px; ">
  416. <col ref="choi" type="checkbox"/>
  417. <col ref="instcd"/>
  418. <col ref="ptno"/>
  419. <col class="text_center" ref="dispptno"/>
  420. <col ref="relaptno"/>
  421. <col class="text_center" ref="reladispptno"/>
  422. <col class="text_center" ref="acptdd" format="yyyy-mm-dd" mask="exclude" showmask="true"/>
  423. <col class="text_center" ref="pid"/>
  424. <col class="text_center" ref="patnm"/>
  425. <col class="text_center" ref="sexage"/>
  426. <col class="text_center" ref="spcacptdd" format="yyyy-mm-dd" mask="exclude" showmask="true"/>
  427. <col class="text_center" ref="spcacptno" format="yyyy-mm-dd" mask="exclude" showmask="true"/>
  428. <col class="text_center" ref="spcacptseqno"/>
  429. <col class="text_center" ref="csteno"/>
  430. <col class="text_center" ref="slidno"/>
  431. <col ref="slidcnts"/>
  432. <col class="text_center" ref="rtndd" format="yyyy-mm-dd" mask="exclude" showmask="true"/>
  433. <col class="text_center" ref="rtntm" format="hh:nn:ss" mask="exclude" showmask="true"/>
  434. <col ref="rtnid"/>
  435. <col class="text_center" ref="rtnnm"/>
  436. <col ref="imgrgstdd"/>
  437. <col class="text_center" ref="imgno"/>
  438. <col ref="dummy" style="background-image:../../../com/commonweb/images/icon_search.gif; background-position:center; "/>
  439. <col ref="appnm" type="input"/>
  440. <col class="text_center" ref="appcntcno" type="input"/>
  441. <col ref="rsltimg"/>
  442. <col ref="bizflagcd"/>
  443. <script type="javascript" ev:event="onaftersort">
  444. <![CDATA[
  445. grd_slidlist.gridToInstance();
  446. ]]>
  447. </script>
  448. <script type="javascript" ev:event="xforms-select">
  449. <![CDATA[
  450. fExeSlidGridChoi();
  451. ]]>
  452. </script>
  453. </datagrid>
  454. </group>
  455. </xhtml:body>
  456. </xhtml:html>