SMMNP07300_팀별메모.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  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. <cond>
  11. <wardcd/>
  12. <recdd/>
  13. </cond>
  14. <paminfo/>
  15. </main>
  16. <send>
  17. <reqdata/>
  18. </send>
  19. <hidden>
  20. <rexmemoinfo/>
  21. <memoinfo/>
  22. <teamid>-</teamid>
  23. <teamlist>
  24. <item>
  25. <label>전체</label>
  26. <value>-</value>
  27. </item>
  28. <item>
  29. <label>병동메모</label>
  30. <value>0</value>
  31. </item>
  32. <item>
  33. <label>1팀</label>
  34. <value>1</value>
  35. </item>
  36. <item>
  37. <label>2팀</label>
  38. <value>2</value>
  39. </item>
  40. <item>
  41. <label>3팀</label>
  42. <value>3</value>
  43. </item>
  44. <item>
  45. <label>4팀</label>
  46. <value>4</value>
  47. </item>
  48. <!-- 5팀추가_20110214_SMY -->
  49. <item>
  50. <label>5팀</label>
  51. <value>5</value>
  52. </item>
  53. <item>
  54. <label>추가1</label>
  55. <value>6</value>
  56. </item>
  57. <item>
  58. <label>추가2</label>
  59. <value>7</value>
  60. </item>
  61. <item>
  62. <label>추가3</label>
  63. <value>8</value>
  64. </item>
  65. </teamlist>
  66. <srchflag>R</srchflag>
  67. </hidden>
  68. <init>
  69. <wardlist>
  70. <dept/>
  71. </wardlist>
  72. </init>
  73. </root>
  74. </instance>
  75. <script type="javascript" ev:event="xforms-ready">
  76. <![CDATA[
  77. fInitialize();
  78. ]]>
  79. </script>
  80. <submission id="TRMNB00206" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/memoinfo"/>
  81. <submission id="TXMNB00206" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/memoinfo"/>
  82. <submission id="TRZSU10105" mediatype="application/x-www-form-urlencoded" method="post"/>
  83. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  84. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/init"/>
  85. <script type="javascript">
  86. <![CDATA[
  87. function fInitialize()
  88. {
  89. var cdgrupid = "'U24'"
  90. var dept = "2470000000" //getUserInfo("dutplcecd");
  91. model.makeValue("/root/send/reqdata/cdgrupid", cdgrupid);
  92. model.makeValue("/root/send/reqdata/srchdd", getCurrentDate());
  93. model.makeNode("/root/temp/codeinfo");
  94. submit("TRMNW00001");
  95. copyNodesetType("/root/temp/codeinfo", "/root/init/codeinfo");
  96. var deptcd = model.getValue("/root/init/codeinfo/codelist[cdgrupid='U24' and cdid='" + dept + "']/cdid");
  97. var deptnm = model.getValue("/root/init/codeinfo/codelist[cdgrupid='U24' and cdid='" + dept + "']/cdnm");
  98. var supcdid;
  99. if(dept != null && dept != "") {
  100. addComboItem("cmb_wardcd", deptnm, deptcd, "above");
  101. cmb_wardcd.refresh();
  102. cmb_wardcd.value = deptcd;
  103. supcdid = model.getValue("/root/init/codeinfo/codelist[cdgrupid='U24' and cdid='" + dept + "']/supcdid");
  104. var supcdid = "'" + supcdid + "'";
  105. model.makeValue("/root/send/reqdata/cdgrupid", supcdid);
  106. model.makeValue("/root/send/reqdata/srchdd", getCurrentDate());
  107. submit("TRMNW00001");
  108. var firstControl = document.controls("output1");
  109. for(var i = grd_codelist.fixedRows; i < grd_codelist.rows; i++) {
  110. cntrl = document.controls("cap_" + grd_codelist.valueMatrix(i, grd_codelist.colRef("cdid")) + "team");
  111. cntrl.value = grd_codelist.valueMatrix(i, grd_codelist.colRef("cdnm"));
  112. }
  113. addComboItem("cmb_team", "전체", "-", "above");
  114. } else {
  115. zbcfGetDeptCodeList(getUserInfo("dutplceinstcd"),"orduseyn","W","/root/init/wardlist", "depthngnm", "asc"); // 병동정보
  116. var sPamInfo = getGlobalVariable("paminfo");
  117. setCSVToNode("/root/main/paminfo",sPamInfo,"pamlist");
  118. var sWardCd = model.getValue("/root/main/paminfo/pamlist/wardcd");
  119. model.setValue("/root/main/cond/wardcd", sWardCd);
  120. cmb_wardcd.refresh();
  121. }
  122. model.setValue("/root/main/cond/recdd", getCurrentDate());
  123. ipt_orddd.refresh();
  124. if(cmb_wardcd.label != ""){
  125. fSearch();
  126. }
  127. else
  128. {
  129. model.setValue("/root/main/cond/wardcd","");
  130. }
  131. model.refresh();
  132. }
  133. function fSearch()
  134. {
  135. if ( !fChkData() )
  136. return;
  137. model.removenode("/root/send/reqdata");
  138. model.makeValue("/root/send/reqdata/wardcd", model.getValue("/root/main/cond/wardcd"));
  139. if ( model.getValue("/root/hidden/srchflag") == "P" ) //조회구분이 과거이면 업무일자로 조회, 아니면 최근 메모 조회
  140. {
  141. model.makeValue("/root/send/reqdata/recdd", model.getValue("/root/main/cond/recdd"));
  142. }
  143. submit("TRMNB00206", false);
  144. var totcnt = model.getXPathValue("count(/root/main/memoinfo/memolist)");
  145. for ( i=0; i<9; i++ )
  146. {
  147. if (model.getXPathValue("count(/root/main/memoinfo/memolist[teamid='"+i+"'])") == 0 )
  148. {
  149. totcnt++;
  150. model.makeNode("/root/main/memoinfo/memolist["+totcnt+"]");
  151. model.makeValue("/root/main/memoinfo/memolist["+totcnt+"]/teamid", i);
  152. model.makeNode("/root/main/memoinfo/memolist["+totcnt+"]/memocnts");
  153. }
  154. }
  155. }
  156. function fChkData()
  157. {
  158. if ( model.getValue("/root/main/cond/wardcd") == "" )
  159. {
  160. messageBox("병동을 선택 해 주세요.", "I");
  161. return false;
  162. }
  163. else if ( model.getValue("/root/main/cond/recdd") == "" )
  164. {
  165. messageBox("업무일자를 선택 해 주세요.", "I");
  166. return false;
  167. }
  168. return true;
  169. }
  170. function fSaveMemo( teamid )
  171. {
  172. model.copyNode("/root/send/reqdata", "/root/main/cond");
  173. model.makeValue("/root/send/reqdata/memocnts", model.getValue("/root/main/memoinfo/memolist[teamid='"+teamid+"']/memocnts"));
  174. model.makeValue("/root/send/reqdata/teamid", teamid);
  175. var text = model.getValue("/root/send/reqdata/memocnts");
  176. var arr = text.split("\n");
  177. if(arr.length < 76){
  178. if ( submit("TXMNB00206", false))
  179. {
  180. model.copyNode("/root/main/memoinfo/memolist[teamid='"+teamid+"']", "/root/hidden/memoinfo/memolist");
  181. model.removeNodeset("/root/hidden/memoinfo");
  182. model.refresh();
  183. messageBox("저장되었습니다","I");
  184. }
  185. }else{
  186. messageBox("줄수가 초과 되었습니다.","C");
  187. }
  188. }
  189. ]]>
  190. </script>
  191. <submission id="TRMNW00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/codeinfo"/>
  192. </model>
  193. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  194. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  195. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  196. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  197. <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
  198. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  199. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  200. </xhtml:head>
  201. <xhtml:body overflow="visible" pagewidth="880" pageheight="730" guideline="1,1194;" style="margin-left:4; margin-top:0; margin-right:4; margin-bottom:0; ">
  202. <group id="grp_memo" scroll="auto" style="left:0px; top:0px; width:875px; height:725px; ">
  203. <datagrid id="grd_codelist" nodeset="/root/init/codeinfo/codelist" visibility="hidden" caption="caption1^caption2" colsep="^" colwidth="100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:500px; top:150px; width:350px; height:150px; ">
  204. <col ref="cdid"/>
  205. <col ref="cdnm"/>
  206. </datagrid>
  207. <group id="group2" style="left:0px; top:0px; width:855px; height:32px; vertical-align:top; ">
  208. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:855px; height:30px; "/>
  209. <caption id="caption2" class="search_name" style="left:10px; top:7px; width:60px; height:17px; ">병동:</caption>
  210. <button id="btn_search" class="btn1_letter2" style="left:732px; top:4px; width:56px; height:22px; ">
  211. <caption>조회</caption>
  212. <script type="javascript" ev:event="DOMActivate">
  213. <![CDATA[
  214. fSearch();
  215. model.refresh();
  216. ]]>
  217. </script>
  218. </button>
  219. <select1 id="cmb_wardcd" ref="/root/main/cond/wardcd" class="combo_search" appearance="minimal" style="left:65px; top:6px; width:105px; height:19px; ">
  220. <choices>
  221. <itemset nodeset="/root/init/wardlist/dept">
  222. <label ref="depthngnm"/>
  223. <value ref="deptcd"/>
  224. </itemset>
  225. </choices>
  226. <script type="javascript" ev:event="xforms-value-changed">
  227. <![CDATA[
  228. btn_search.dispatch("DOMActivate");
  229. ]]>
  230. </script>
  231. </select1>
  232. <line id="line9" class="line_4" style="x1:727px; y1:4px; x2:727px; y2:26px; "/>
  233. <caption id="caption20" class="search_name" style="left:382px; top:8px; width:86px; height:17px; ">업무일자:</caption>
  234. <input id="ipt_orddd" ref="/root/main/cond/recdd" class="input_search" disabled="true" inputtype="date" style="left:467px; top:6px; width:90px; height:19px; "/>
  235. <button id="button1" class="btn1_letter2" style="left:792px; top:4px; width:56px; height:22px; ">
  236. <caption>출력</caption>
  237. <script type="javascript" ev:event="DOMActivate">
  238. <![CDATA[
  239. if ( !fChkData() )
  240. return;
  241. model.removeNodeset("/root/hidden/rexmemoinfo");
  242. var teamid = model.getValue("/root/hidden/teamid");
  243. var teamnm = model.getValue("/root/hidden/teamlist/item[value='"+teamid+"']/label");
  244. if ( teamid != "-" )
  245. {
  246. if ( model.getValue("/root/hidden/srchflag") == "P" ) {
  247. model.makeValue("/root/hidden/rexmemoinfo/memolist[1]/recdd", model.getValue("/root/send/reqdata/recdd"));
  248. }
  249. model.makeValue("/root/hidden/rexmemoinfo/memolist[1]/wardnm",cmb_wardcd.label);
  250. model.makeValue("/root/hidden/rexmemoinfo/memolist[1]/teamid",teamnm);
  251. model.makeValue("/root/hidden/rexmemoinfo/memolist[1]/memocnts",model.getValue("/root/main/memoinfo/memolist[teamid='"+teamid+"']/memocnts"));
  252. }
  253. else if ( teamid == "-" )
  254. {
  255. if ( model.getValue("/root/hidden/srchflag") == "P" ) {
  256. model.makeValue("/root/hidden/rexmemoinfo/memolist[1]/recdd", model.getValue("/root/send/reqdata/recdd"));
  257. }
  258. model.makeValue("/root/hidden/rexmemoinfo/memolist[1]/wardnm",cmb_wardcd.label);
  259. var cntrl;
  260. for(var i = 1; i <= 9; i++) {
  261. cntrl = document.controls("cap_" + (i-1) + "team");
  262. model.makeValue("/root/hidden/rexmemoinfo/memolist[" + i + "]/teamid",cntrl.label);
  263. model.makeValue("/root/hidden/rexmemoinfo/memolist[" + i + "]/memocnts",model.getValue("/root/main/memoinfo/memolist[teamid='" + (i-1) + "']/memocnts"));
  264. }
  265. // model.makeValue("/root/hidden/rexmemoinfo/memolist[1]/teamid",cmb_wardcd.label + "메모");
  266. // model.makeValue("/root/hidden/rexmemoinfo/memolist[1]/memocnts",model.getValue("/root/main/memoinfo/memolist[teamid='0']/memocnts"));
  267. // model.makeNode("/root/hidden/rexmemoinfo/memolist[2]");
  268. // model.copyNode("/root/hidden/rexmemoinfo/memolist[2]", "/root/main/memoinfo/memolist[teamid='1']");
  269. // model.makeNode("/root/hidden/rexmemoinfo/memolist[3]");
  270. // model.copyNode("/root/hidden/rexmemoinfo/memolist[3]", "/root/main/memoinfo/memolist[teamid='2']");
  271. // model.makeNode("/root/hidden/rexmemoinfo/memolist[4]");
  272. // model.copyNode("/root/hidden/rexmemoinfo/memolist[4]", "/root/main/memoinfo/memolist[teamid='3']");
  273. // model.makeNode("/root/hidden/rexmemoinfo/memolist[5]");
  274. // model.copyNode("/root/hidden/rexmemoinfo/memolist[5]", "/root/main/memoinfo/memolist[teamid='4']");
  275. // //5팀추가_20110214_SMY
  276. // model.makeNode("/root/hidden/rexmemoinfo/memolist[6]");
  277. // model.copyNode("/root/hidden/rexmemoinfo/memolist[6]", "/root/main/memoinfo/memolist[teamid='5']");
  278. //
  279. // model.makeValue("/root/hidden/rexmemoinfo/memolist[7]/teamid","추가1");
  280. // model.makeValue("/root/hidden/rexmemoinfo/memolist[7]/memocnts",model.getValue("/root/main/memoinfo/memolist[teamid='6']/memocnts"));
  281. //
  282. // model.makeValue("/root/hidden/rexmemoinfo/memolist[8]/teamid","추가2");
  283. // model.makeValue("/root/hidden/rexmemoinfo/memolist[8]/memocnts",model.getValue("/root/main/memoinfo/memolist[teamid='7']/memocnts"));
  284. //
  285. // model.makeValue("/root/hidden/rexmemoinfo/memolist[9]/teamid","추가3");
  286. // model.makeValue("/root/hidden/rexmemoinfo/memolist[9]/memocnts",model.getValue("/root/main/memoinfo/memolist[teamid='8']/memocnts"));
  287. }
  288. exeReportPreview("RPMNB00201", "XMLSTR", "", "", "false", "", "", "", "", "false", "", "", "", "","","","","","","/root/hidden/rexmemoinfo/memolist");
  289. ]]>
  290. </script>
  291. </button>
  292. <caption id="caption5" class="search_name" style="left:569px; top:8px; width:61px; height:17px; ">팀별 :</caption>
  293. <select1 id="cmb_team" ref="/root/hidden/teamid" class="combo_search" appearance="minimal" style="left:632px; top:6px; width:87px; height:19px; ">
  294. <choices>
  295. <itemset nodeset="/root/init/codeinfo/codelist">
  296. <label ref="cdnm"/>
  297. <value ref="cdid"/>
  298. </itemset>
  299. </choices>
  300. <script type="javascript" ev:event="xforms-value-changed">
  301. <![CDATA[
  302. var teamid = model.getValue("/root/hidden/teamid");
  303. if ( teamid == "-" )
  304. {
  305. var height = 187;
  306. var top = new Array(44,234,424,614,804,994,1184,1374,1564); //5팀추가_20110214_SMY
  307. for(i=0; i<9; i++)
  308. {
  309. eval("cap_"+i+"team").visible = true;
  310. eval("tex_"+i+"team").visible = true;
  311. eval("btn_"+i+"team").visible = true;
  312. eval("btn_"+i+"team").attribute("top") = parseInt(top[i]) + 2;
  313. eval("tex_"+i+"team").attribute("top") = top[i];
  314. eval("cap_"+i+"team").attribute("top") = top[i];
  315. eval("tex_"+i+"team").attribute("height") = 187;
  316. eval("cap_"+i+"team").attribute("height") = 187;
  317. eval("line_"+i+"team").visible = true;
  318. }
  319. grp_memo.attribute("overflow") = "scroll";
  320. }
  321. else
  322. {
  323. grp_memo.attribute("overflow") = "hidden";
  324. for(i=0; i<9; i++)
  325. {
  326. if ( i == teamid)
  327. {
  328. eval("cap_"+i+"team").visible = true;
  329. eval("tex_"+i+"team").visible = true;
  330. eval("btn_"+i+"team").visible = true;
  331. eval("btn_"+i+"team").attribute("top") = 46;
  332. eval("cap_"+i+"team").attribute("top") = 44;
  333. eval("tex_"+i+"team").attribute("top") = 44;
  334. eval("cap_"+i+"team").attribute("height") = 670;
  335. eval("tex_"+i+"team").attribute("height") = 670;
  336. }
  337. else
  338. {
  339. eval("cap_"+i+"team").visible = false;
  340. eval("tex_"+i+"team").visible = false;
  341. eval("btn_"+i+"team").visible = false;
  342. }
  343. eval("line_"+i+"team").visible = false;
  344. }
  345. }
  346. ]]>
  347. </script>
  348. </select1>
  349. <caption id="caption1" class="search_name" style="left:182px; top:8px; width:86px; height:17px; ">조회구분 :</caption>
  350. <select1 id="radio1" ref="/root/hidden/srchflag" appearance="full" cols="2" overflow="visible" style="left:271px; top:8px; width:95px; height:20px; border-style:none; ">
  351. <choices>
  352. <item>
  353. <label>최근</label>
  354. <value>R</value>
  355. </item>
  356. <item>
  357. <label>과거</label>
  358. <value>P</value>
  359. </item>
  360. </choices>
  361. <script type="javascript" ev:event="xforms-value-changed">
  362. <![CDATA[
  363. if ( model.getValue("/root/hidden/srchflag") == "P" )
  364. ipt_orddd.disabled = false;
  365. else
  366. ipt_orddd.disabled = true;
  367. ]]>
  368. </script>
  369. </select1>
  370. </group>
  371. <caption id="cap_1team" class="cell_1" style="left:0px; top:234px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  372. <textarea id="tex_1team" ref="/root/main/memoinfo/memolist[teamid='1']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:234px; width:773px; height:187px; "/>
  373. <caption id="cap_2team" class="cell_1" style="left:0px; top:424px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  374. <textarea id="tex_2team" ref="/root/main/memoinfo/memolist[teamid='2']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:424px; width:773px; height:187px; "/>
  375. <caption id="cap_3team" class="cell_1" style="left:0px; top:614px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  376. <textarea id="tex_3team" ref="/root/main/memoinfo/memolist[teamid='3']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:614px; width:773px; height:187px; "/>
  377. <caption id="cap_4team" class="cell_1" style="left:0px; top:804px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  378. <textarea id="tex_4team" ref="/root/main/memoinfo/memolist[teamid='4']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:804px; width:773px; height:187px; "/>
  379. <caption id="cap_5team" class="cell_1" style="left:0px; top:994px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  380. <textarea id="tex_5team" ref="/root/main/memoinfo/memolist[teamid='5']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:994px; width:773px; height:187px; "/>
  381. <caption id="cap_6team" class="cell_1" style="left:0px; top:1184px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  382. <textarea id="tex_6team" ref="/root/main/memoinfo/memolist[teamid='6']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:1184px; width:773px; height:187px; "/>
  383. <caption id="cap_7team" class="cell_1" style="left:0px; top:1374px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  384. <textarea id="tex_7team" ref="/root/main/memoinfo/memolist[teamid='7']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:1374px; width:773px; height:187px; "/>
  385. <caption id="cap_8team" class="cell_1" style="left:0px; top:1564px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  386. <textarea id="tex_8team" ref="/root/main/memoinfo/memolist[teamid='8']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:1564px; width:773px; height:184px; "/>
  387. <line id="line_0team" class="line_2" style="x1:0px; y1:42px; x2:853px; y2:42px; "/>
  388. <line id="line1" class="line_1" style="x1:0px; y1:38px; x2:855px; y2:38px; "/>
  389. <line id="line_2team" class="line_2" style="x1:0px; y1:422px; x2:858px; y2:422px; "/>
  390. <line id="line_3team" class="line_2" style="x1:0px; y1:612px; x2:858px; y2:612px; "/>
  391. <line id="line_4team" class="line_2" style="x1:0px; y1:802px; x2:858px; y2:802px; "/>
  392. <line id="line_5team" class="line_2" style="x1:0px; y1:992px; x2:858px; y2:992px; "/>
  393. <line id="line_6team" class="line_2" style="x1:0px; y1:1182px; x2:858px; y2:1182px; "/>
  394. <line id="line_7team" class="line_2" style="x1:0px; y1:1372px; x2:858px; y2:1372px; "/>
  395. <line id="line_8team" class="line_2" style="x1:0px; y1:1562px; x2:858px; y2:1562px; "/>
  396. <button id="btn_1team" class="btn5_letter2" style="left:2px; top:236px; width:42px; height:19px; ">
  397. <caption>저장</caption>
  398. <script type="javascript" ev:event="DOMActivate">
  399. <![CDATA[
  400. fSaveMemo("1");
  401. ]]>
  402. </script>
  403. </button>
  404. <button id="btn_2team" class="btn5_letter2" style="left:2px; top:426px; width:42px; height:19px; ">
  405. <caption>저장</caption>
  406. <script type="javascript" ev:event="DOMActivate">
  407. <![CDATA[
  408. fSaveMemo("2");
  409. ]]>
  410. </script>
  411. </button>
  412. <button id="btn_4team" class="btn5_letter2" style="left:2px; top:806px; width:42px; height:19px; ">
  413. <caption>저장</caption>
  414. <script type="javascript" ev:event="DOMActivate">
  415. <![CDATA[
  416. fSaveMemo("4");
  417. ]]>
  418. </script>
  419. </button>
  420. <button id="btn_3team" class="btn5_letter2" style="left:2px; top:616px; width:42px; height:19px; ">
  421. <caption>저장</caption>
  422. <script type="javascript" ev:event="DOMActivate">
  423. <![CDATA[
  424. fSaveMemo("3");
  425. ]]>
  426. </script>
  427. </button>
  428. <button id="btn_5team" class="btn5_letter2" style="left:2px; top:996px; width:42px; height:19px; ">
  429. <caption>저장</caption>
  430. <script type="javascript" ev:event="DOMActivate">
  431. <![CDATA[
  432. fSaveMemo("5");
  433. ]]>
  434. </script>
  435. </button>
  436. <caption id="cap_0team" class="cell_1" style="left:0px; top:44px; width:79px; height:187px; text-align:center; vertical-align:middle; "/>
  437. <line id="line_1team" class="line_2" style="x1:0px; y1:232px; x2:858px; y2:232px; "/>
  438. <textarea id="tex_0team" ref="/root/main/memoinfo/memolist[teamid='0']/memocnts" scroll="autovscroll" imemode="hangul" maxlength="1332" style="left:82px; top:44px; width:773px; height:187px; "/>
  439. <button id="btn_0team" class="btn5_letter2" style="left:2px; top:46px; width:42px; height:19px; ">
  440. <caption>저장</caption>
  441. <script type="javascript" ev:event="DOMActivate">
  442. <![CDATA[
  443. fSaveMemo("0");
  444. ]]>
  445. </script>
  446. </button>
  447. <button id="btn_6team" class="btn5_letter2" style="left:2px; top:1186px; width:42px; height:19px; ">
  448. <caption>저장</caption>
  449. <script type="javascript" ev:event="DOMActivate">
  450. <![CDATA[
  451. fSaveMemo("6");
  452. ]]>
  453. </script>
  454. </button>
  455. <button id="btn_7team" class="btn5_letter2" style="left:2px; top:1376px; width:42px; height:19px; ">
  456. <caption>저장</caption>
  457. <script type="javascript" ev:event="DOMActivate">
  458. <![CDATA[
  459. fSaveMemo("7");
  460. ]]>
  461. </script>
  462. </button>
  463. <button id="btn_8team" class="btn5_letter2" style="left:2px; top:1566px; width:42px; height:19px; ">
  464. <caption>저장</caption>
  465. <script type="javascript" ev:event="DOMActivate">
  466. <![CDATA[
  467. fSaveMemo("8");
  468. ]]>
  469. </script>
  470. </button>
  471. </group>
  472. </xhtml:body>
  473. </xhtml:html>