SMAEB00301_판독예문관리.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  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. <exmptmpllist>
  11. <exmptmpl>
  12. <basecd/>
  13. <basecdcnts/>
  14. <sortno/>
  15. <basecdflagdesc/>
  16. <basesuppdeptcd/>
  17. <basecdflag>U</basecdflag>
  18. <seq/>
  19. <dispnm/>
  20. </exmptmpl>
  21. </exmptmpllist>
  22. <sendcontens/>
  23. </main>
  24. <send>
  25. <globalinstance>
  26. <instance1/>
  27. </globalinstance>
  28. <data>
  29. <basecdflagdesc/>
  30. <basecdflag>U</basecdflag>
  31. </data>
  32. <savedata/>
  33. </send>
  34. <hidden>
  35. <comprod>1000008513</comprod>
  36. </hidden>
  37. <init/>
  38. <temp/>
  39. </root>
  40. </instance>
  41. <script type="javascript" ev:event="xforms-ready">
  42. <![CDATA[
  43. aezfSetSuppDeptcd();
  44. fSetInit();
  45. fGetInitList();
  46. ]]>
  47. </script>
  48. <submission id="TRZBC00101"/>
  49. <submission id="TRAEB00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/exmptmpllist"/>
  50. <submission id="TXAEB00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" replace="instance" resultref="/root/temp"/>
  51. <submission id="TRAAA00001"/>
  52. </model>
  53. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  57. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  58. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  59. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  60. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  61. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  62. <script type="javascript" src="../../../emr/medirecweb/js/MMRCommon.js"/>
  63. <script type="javascript" src="../../../ast/examcureweb/js/combolist.js"/>
  64. <script type="javascript">
  65. <![CDATA[
  66. /* @group : 결과예문관리(내시경)
  67. * @ver : 2007.06.14
  68. * @by : 장준원
  69. * @-----------------------------------
  70. * @type : function
  71. * @access : public
  72. * @desc : 결과예문관리 초기화 Function
  73. */
  74. function fSetInit() {
  75. fGetComProd();
  76. model.refresh();
  77. }
  78. /* @group : 결과예문관리(내시경)
  79. * @ver : 2007.06.14
  80. * @by : 장준원
  81. * @-----------------------------------
  82. * @type : function
  83. * @access : public
  84. * @desc : 결과예문관리 초기화-내시경코드 Function
  85. */
  86. function fGetComProd() {
  87. //model.removeNodeset("/root/hidden/comprod");
  88. //2011.06.13 com공통코드에서 ast공통코드로 수정(핵체내 판독예문 추가로 인해) - 박재영
  89. //zbcfGetCodeList( new Array("A0434"), new Array("/root/hidden/comprod") );
  90. //submit("TRZBC00101", false);
  91. astGetComboList( new Array("A0434"), new Array("/root/hidden/comprod") );
  92. submit("TRAAA00001", false);
  93. model.removeNodeset("/root/hidden/comprod/A0434[" + 1 + "]");
  94. //rdo_comprod.attribute("overflow")= "visible";
  95. if(checkOpener()) //opener 검사
  96. {
  97. var tmplcd = opener.model.getValue("/root/send/reqattachlist/tmplcd");
  98. if(tmplcd != ""){
  99. model.setValue("/root/hidden/comprod",tmplcd);
  100. }
  101. }
  102. rdo_comprod.attribute("cols")= 12;
  103. rdo_comprod.refresh();
  104. }
  105. function fSendContents() {
  106. //alert("IN");
  107. if(checkOpener()) //opener 검사
  108. {//alert("sendcontents==>"+model.getValue("/root/main/sendcontens"));
  109. // alert(model.getValue("/root/main/exmptmpllist/exmptmpl["+grd_exmptmpl.row+"]/basecdcnts"));
  110. //opener.ivw_loader.window.javascript.fSetRecItemCnts_MMR01100(36, model.getValue("/root/main/exmptmpllist/exmptmpl["+grd_exmptmpl.row+"]/basecdcnts"));
  111. var itemVal = new ITEMVAL();
  112. itemVal.reccnts = model.getValue("/root/main/exmptmpllist/exmptmpl["+grd_exmptmpl.row+"]/basecdcnts");
  113. var basecd = model.getValue("/root/main/exmptmpllist/exmptmpl["+grd_exmptmpl.row+"]/basecd");
  114. var basecdflagdesc = model.getValue("/root/send/data/basecdflagdesc");
  115. if(basecdflagdesc == "1000008513"){ //상부
  116. if(basecd.substring(0,5) == "ESOPH"){
  117. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0006517", itemVal, true);
  118. }else if(basecd.substring(0,5) == "STOMA"){
  119. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0003404", itemVal, true);
  120. }else if(basecd.substring(0,5) == "DUODE"){
  121. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0008581", itemVal, true);
  122. }else if(basecd.substring(0,5) == "SEDAT"){
  123. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0007020", itemVal, true);
  124. }else if(basecd.substring(0,5) == "IMPRE"){
  125. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0001019", itemVal, true);
  126. }else if(basecd.substring(0,5) == "PROCE"){
  127. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0005298", itemVal, true);
  128. }else if(basecd.substring(0,5) == "RECOM"){
  129. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0007168", itemVal, true);
  130. }
  131. }else if(basecdflagdesc == "1000008523"){ //하부
  132. if(basecd.substring(0,5) == "TERMI"){
  133. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0027879", itemVal, true);
  134. }else if(basecd.substring(0,5) == "COLON"){
  135. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0002385", itemVal, true);
  136. }else if(basecd.substring(0,5) == "ANORE"){
  137. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0030394", itemVal, true);
  138. }else if(basecd.substring(0,5) == "SEDAT"){
  139. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0007020", itemVal, true);
  140. }else if(basecd.substring(0,5) == "IMPRE"){
  141. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0001019", itemVal, true);
  142. }else if(basecd.substring(0,5) == "PROCE"){
  143. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0005298", itemVal, true);
  144. }else if(basecd.substring(0,5) == "RECOM"){
  145. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0007168", itemVal, true);
  146. }
  147. }else if(basecdflagdesc == "1000008515"){ //ERCP
  148. if(basecd.substring(0,5) == "DUODE"){
  149. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0021659.0030399", itemVal, true);
  150. }else if(basecd.substring(0,5) == "MAJOR"){
  151. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0021659.0030400", itemVal, true);
  152. }else if(basecd.substring(0,5) == "MINOR"){
  153. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0021659.0030401", itemVal, true);
  154. }else if(basecd.substring(0,5) == "CHOLA"){
  155. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0030402.0030403", itemVal, true);
  156. }else if(basecd.substring(0,2) == "GB"){
  157. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0030402.0016095", itemVal, true);
  158. }else if(basecd.substring(0,5) == "PANCR"){
  159. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0030404", itemVal, true);
  160. }else if(basecd.substring(0,5) == "OTHER"){
  161. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0000146", itemVal, true);
  162. }else if(basecd.substring(0,5) == "SEDAT"){
  163. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0007020", itemVal, true);
  164. }else if(basecd.substring(0,5) == "IMPRE"){
  165. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0001019", itemVal, true);
  166. }else if(basecd.substring(0,5) == "PROCE"){
  167. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0005298", itemVal, true);
  168. }else if(basecd.substring(0,5) == "RECOM"){
  169. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0007168", itemVal, true);
  170. }
  171. }else if(basecdflagdesc == "1000008514"){ //EUS
  172. if(basecd.substring(0,5) == "ESOPH"){
  173. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0006517", itemVal, true);
  174. }else if(basecd.substring(0,5) == "STOMA"){
  175. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0003404", itemVal, true);
  176. }else if(basecd.substring(0,5) == "PANCR"){
  177. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0030398", itemVal, true);
  178. }else if(basecd.substring(0,5) == "SEDAT"){
  179. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0007020", itemVal, true);
  180. }else if(basecd.substring(0,5) == "IMPRE"){
  181. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0001019", itemVal, true);
  182. }else if(basecd.substring(0,5) == "PROCE"){
  183. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0005298", itemVal, true);
  184. }else if(basecd.substring(0,5) == "RECOM"){
  185. opener.ivw_loader.ivw_base.window.javascript.setFormItemValue("0007168", itemVal, true);
  186. }
  187. }
  188. }else {
  189. messageBox("Parent 창[결과관리]이 변경되었습니다.","I999");
  190. return;
  191. }
  192. //2011.04.13 주석처리
  193. //window.close();
  194. }
  195. /* @group : 판독예문관리
  196. * @ver : 2007.06.14
  197. * @by : 장준원
  198. * @-----------------------------------
  199. * @type : function
  200. * @access : public
  201. * @desc : 예문 조회를 위한 Function
  202. */
  203. function fGetInitList() {
  204. model.removeNodeset("/root/main/exmptmpllist/exmptmpl");
  205. var index = rdo_comprod.focusIndex+1;
  206. //alert('index-->'+index);
  207. model.setValue("/root/send/data/basecdflagdesc", model.getValue("/root/hidden/comprod/A0434["+index+"]/cdid"));
  208. var sortno = 0;
  209. if (submit("TRAEB00302")) {
  210. for ( var i = 1; i <= grd_exmptmpl.rows; i++ ) {
  211. grd_exmptmpl.rowstyle( i , "data" , "background-color" ) = "#FFFFFF";
  212. grd_exmptmpl.rowstyle( i , "data" , "color" ) = "#000000";
  213. sortno = grd_exmptmpl.valueMatrix(i, grd_exmptmpl.colRef("sortno"));
  214. if ( sortno.isNumber()) {
  215. if (sortno < 19 ) {
  216. grd_exmptmpl.rowstyle( i , "data" , "background-color" ) = "#FFE4C4";
  217. }
  218. }
  219. }
  220. model.refresh();
  221. }
  222. }
  223. function fGetTmplList() {
  224. for ( var i = 0 ; i < grd_exmptmpl.rows ; i++) {
  225. grd_exmptmpl.rowstatus(i) = 0;
  226. }
  227. model.removeNodeset("/root/main/exmptmpllist/exmptmpl");
  228. var index = rdo_comprod.focusIndex+1;
  229. //alert('index-->'+index);
  230. model.setValue("/root/send/data/basecdflagdesc", model.getValue("/root/hidden/comprod/A0434["+index+"]/cdid"));
  231. var sortno = 0;
  232. if (submit("TRAEB00302")) {
  233. for ( var i = 1; i <= grd_exmptmpl.rows; i++ ) {
  234. grd_exmptmpl.rowstyle( i , "data" , "background-color" ) = "#FFFFFF";
  235. grd_exmptmpl.rowstyle( i , "data" , "color" ) = "#000000";
  236. sortno = grd_exmptmpl.valueMatrix(i, grd_exmptmpl.colRef("sortno"));
  237. if ( sortno.isNumber()) {
  238. if (sortno < 11 ) {
  239. grd_exmptmpl.rowstyle( i , "data" , "background-color" ) = "#FFE4C4";
  240. }
  241. }
  242. }
  243. model.refresh();
  244. }
  245. }
  246. /* @group : 판독예문관리
  247. * @ver : 2007.06.14
  248. * @by : 장준원
  249. * @-----------------------------------
  250. * @type : function
  251. * @access : public
  252. * @desc : 예문 저장/수정/삭제를 위한 Function
  253. */
  254. function fExeTmpl() {
  255. var row = grd_exmptmpl.row;
  256. if ( model.getValue("/root/main/sendcontens") == "" ) {
  257. messageBox("결과예문 내용이 존재하지 않습니다.","I999");
  258. return true;
  259. }
  260. model.setValue("/root/main/exmptmpllist/exmptmpl["+row+"]/basecdcnts", model.getValue("/root/main/sendcontens"));
  261. grd_exmptmpl.addStatus(row, "update");
  262. //alert(model.getValue("/root/main/exmptmpllist/exmptmpl["+row+"]/basecdcnts"));
  263. if ( messageBox("","Q002")==6 ) {
  264. var update = getGridUpdateData(grd_exmptmpl);
  265. if(update == ""){
  266. messageBox("업데이트 정보가 없습니다.", "I");
  267. return;
  268. } else {
  269. //alert(update);
  270. model.setValue("/root/send/savedata", update);
  271. submit("TXAEB00302");
  272. }
  273. }
  274. fGetTmplList();
  275. }
  276. ]]>
  277. </script>
  278. </xhtml:head>
  279. <xhtml:body pagewidth="1000" pageheight="620">
  280. <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:217px; height:14px; vertical-align:middle; ">예문관리(판독)</caption>
  281. <group id="grp_sea" style="left:1px; top:20px; width:994px; height:35px; ">
  282. <shape id="roundrect1" appearance="roundrect" style="left:1px; top:0px; width:989px; height:35px; "/>
  283. <button id="button1" class="btn1_letter2" style="left:923px; top:7px; width:56px; height:22px; ">
  284. <caption>조회</caption>
  285. <script type="javascript" ev:event="DOMActivate">
  286. <![CDATA[
  287. fGetTmplList();
  288. ]]>
  289. </script>
  290. </button>
  291. <line id="line13" class="line_4" style="x1:907px; y1:7px; x2:907px; y2:29px; "/>
  292. </group>
  293. <select1 id="rdo_comprod" ref="/root/hidden/comprod" class="radio_search" appearance="full" style="left:10px; top:29px; width:890px; height:25px; font-weight:bold; ">
  294. <choices>
  295. <itemset nodeset="/root/hidden/comprod/A0434">
  296. <label ref="cdnm"/>
  297. <value ref="cdid"/>
  298. </itemset>
  299. </choices>
  300. <script type="javascript" ev:event="xforms-value-changed">
  301. <![CDATA[
  302. fGetTmplList();
  303. ]]>
  304. </script>
  305. </select1>
  306. <group id="group1" style="left:0px; top:55px; width:995px; height:520px; ">
  307. <button id="button4" class="btn2_letter3" style="left:326px; top:20px; width:53px; height:19px; ">
  308. <caption>행삭제</caption>
  309. <script type="javascript" ev:event="DOMActivate">
  310. <![CDATA[
  311. deleteSelectedRows(grd_exmptmpl, true);
  312. ]]>
  313. </script>
  314. </button>
  315. <button id="button5" class="btn2_letter3" style="left:271px; top:20px; width:53px; height:19px; ">
  316. <caption>행추가</caption>
  317. <script type="javascript" ev:event="DOMActivate">
  318. <![CDATA[
  319. grd_exmptmpl.addRow();
  320. // 행추가 시 bottomRow 사용하지 마세요!! 꼭
  321. //grd_exmptmpl.row = grd_exmptmpl.bottomRow;
  322. grd_exmptmpl.topRow = grd_exmptmpl.row;
  323. model.setValue("/root/main/exmptmpllist/exmptmpl["+ grd_exmptmpl.row +"]/basesuppdeptcd",model.getValue("/root/send/globalinstance/instance1"));
  324. var index = rdo_comprod.focusIndex+1;
  325. model.setValue("/root/main/exmptmpllist/exmptmpl["+ grd_exmptmpl.row +"]/basecdflagdesc",model.getValue("/root/hidden/comprod/A0434["+index+"]/cdid"));
  326. model.setValue("/root/main/exmptmpllist/exmptmpl["+ grd_exmptmpl.row +"]/basecdflag", model.getValue("/root/send/data/basecdflag"));
  327. ]]>
  328. </script>
  329. </button>
  330. <caption id="caption3" class="tit_2" style="left:5px; top:25px; width:146px; height:13px; ">예문 현황</caption>
  331. <datagrid id="grd_exmptmpl" nodeset="/root/main/exmptmpllist/exmptmpl" caption="코드^제목^내용^순번^basecdflagdesc^basesuppdeptcd^basecdflag^seq" colsep="^" colwidth="60, 242, 250, 35, 0, 0, 0, 0" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:4px; top:46px; width:377px; height:471px; ">
  332. <col ref="basecd" type="input"/>
  333. <col ref="dispnm" type="input"/>
  334. <col ref="basecdcnts" type="input" visibility="hidden" style="left:80px; top:23px; width:250px; height:23px; "/>
  335. <col ref="sortno" type="input"/>
  336. <col ref="basecdflagdesc"/>
  337. <col ref="basesuppdeptcd"/>
  338. <col ref="basecdflag"/>
  339. <col ref="seq"/>
  340. <script type="javascript" ev:event="onaftersort">
  341. <![CDATA[
  342. // Sort 된 Grid 상의 Data 순서와 Instance Node 상의 Data 순서를 동일하게 맞춰준다.
  343. grd_exmptmpl.gridToInstance();
  344. ]]>
  345. </script>
  346. <script type="javascript" ev:event="onclick">
  347. <![CDATA[
  348. // model.setValue("/root/main/sendcontens", model.getValue("/root/main/examlist/contents"));
  349. //model.setValue("/root/main/sendcontens", "Premedication (algiron 5mg) 주사 후 2% Lidocaine viscous로 인두마취를 하고 위내시경을 시행함.\n식도 : 정상 \n위 :\nAdvanced gastric Ca.\n1) Gross type\n Borrmann 3\n2) Location of cancer : antrum, body, fundus, cardia\n3) Size : x cm\n4) Upper margin of cancer : \n Z-line 하방 cm, Angle 하방\n5) Lower margin of cancer :\n Pyloric ring 상부\n6) Depth of cancer : Pm, SS, SS 이상으로 추정됨.");
  350. var row = grd_exmptmpl.row;
  351. // alert(row);
  352. model.setValue("/root/main/sendcontens", model.getValue("/root/main/exmptmpllist/exmptmpl["+row+"]/basecdcnts"));
  353. model.refresh();
  354. ]]>
  355. </script>
  356. </datagrid>
  357. <line id="line2" class="line_1" style="x1:4px; y1:41px; x2:381px; y2:41px; "/>
  358. <button id="button6" visibility="hidden" style="left:165px; top:10px; width:100px; height:20px; ">
  359. <caption>button6</caption>
  360. <script type="javascript" ev:event="onclick">
  361. <![CDATA[
  362. var iRow = grd_exmptmpl.row ;
  363. alert(grd_exmptmpl.rowstatus(iRow));
  364. grd_exmptmpl.rowstatus(iRow) = 0;
  365. alert(grd_exmptmpl.rowstatus(iRow));
  366. ]]>
  367. </script>
  368. </button>
  369. <button id="button17" class="btn2_letter2" visibility="visible" style="left:225px; top:20px; width:42px; height:19px; ">
  370. <caption>엑셀</caption>
  371. <script type="javascript" ev:event="DOMActivate">
  372. <![CDATA[
  373. var file = window.fileDialog("save","","false","","xls","Excel Files(*.xls)|*.xls");
  374. grd_exmptmpl.saveExcel(file);
  375. ]]>
  376. </script>
  377. </button>
  378. <caption id="caption4" style="left:10px; top:0px; width:892px; height:20px; color:#ff6600; ">*명명규칙 : 예문코드는 해당 보고서에 대한 각각의 소분류의 첫 5자리(대문자)로 구분을 해야됩니다. (단 소분류가 5자리보다 작을경우 소분류 자릿수로 그대로 사용)</caption>
  379. </group>
  380. <caption id="caption1" class="tit_2" style="left:390px; top:81px; width:146px; height:13px; ">예문내용</caption>
  381. <line id="line1" class="line_1" style="x1:388px; y1:96px; x2:993px; y2:96px; "/>
  382. <textarea id="textarea1" ref="/root/main/sendcontens" style="left:388px; top:101px; width:605px; height:471px; "/>
  383. <group id="group2" style="left:0px; top:580px; width:995px; height:35px; ">
  384. <button id="button2" class="btn4_letter2" style="left:265px; top:5px; width:56px; height:22px; ">
  385. <caption>저장</caption>
  386. <script type="javascript" ev:event="DOMActivate">
  387. <![CDATA[
  388. fExeTmpl();
  389. ]]>
  390. </script>
  391. </button>
  392. <button id="btn_cls" class="btn4_letter2" style="left:323px; top:5px; width:56px; height:22px; ">
  393. <caption>닫기</caption>
  394. <close ev:event="DOMActivate"/>
  395. </button>
  396. <button id="button3" class="btn4_letter2" style="left:205px; top:5px; width:56px; height:22px; ">
  397. <caption>선택</caption>
  398. <script type="javascript" ev:event="DOMActivate">
  399. <![CDATA[
  400. if ( grd_exmptmpl.row < 1 ) return;
  401. //alert(model.getValue("/root/main/sendcontens"));
  402. fSendContents();
  403. ]]>
  404. </script>
  405. </button>
  406. </group>
  407. </xhtml:body>
  408. </xhtml:html>