SMZHA00100_프로그램배포관리.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. <?xml version="1.0" encoding="UTF-8"?>
  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. <reqdesc>
  11. <depno/>
  12. <deptype/>
  13. <reqhngnm/>
  14. <reqdd/>
  15. <reqhopedd/>
  16. <reqserver/>
  17. <reqcomponent/>
  18. <reqcomment/>
  19. <dephngnm/>
  20. <depdd/>
  21. <educhkdd/>
  22. <educhkhngnm/>
  23. <educhkresult/>
  24. <remark/>
  25. </reqdesc>
  26. <reqList/>
  27. </main>
  28. <send>
  29. <reqhngnm/>
  30. <reqfromdd/>
  31. <reqtodd/>
  32. <reqcomponent/>
  33. <dephngnm/>
  34. <depfromdd/>
  35. <deptodd/>
  36. <reqList/>
  37. <delflag/>
  38. </send>
  39. <hidden>
  40. <selectedRow/>
  41. <isEdited/>
  42. </hidden>
  43. <init>
  44. </init>
  45. </root>
  46. </instance>
  47. <script type="javascript" ev:event="xforms-ready">
  48. <![CDATA[
  49. fInitialize();
  50. submit("TRZHA00101");
  51. ]]>
  52. </script>
  53. <submission id="TRZHA00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/reqList"/>
  54. <submission id="TXZHA00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/reqList"/>
  55. </model>
  56. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  58. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  59. <script type="javascript" src="../../commonweb/js/dateHelper.js"/>
  60. <script type="javascript" src="../../commonweb/js/utilHelper.js"/>
  61. <script type="javascript">
  62. <![CDATA[
  63. function fInitialize() {
  64. // 검색조건 초기화
  65. model.setValue("/root/send/reqhngnm", "");
  66. model.setValue("/root/send/reqfromdd", getCurrentDate());
  67. model.setValue("/root/send/reqtodd", getCurrentDate());
  68. model.setValue("/root/send/reqcomponent", "");
  69. model.setValue("/root/send/reqcomponent", "");
  70. model.setValue("/root/send/dephngnm", "");
  71. model.setValue("/root/send/depfromdd", "");
  72. model.setValue("/root/send/deptodd", "");
  73. // 상세내역 초기화
  74. model.setValue("/root/main/reqdesc/depno", "");
  75. model.setValue("/root/main/reqdesc/deptype", "");
  76. model.setValue("/root/main/reqdesc/reqhngnm", "");
  77. model.setValue("/root/main/reqdesc/reqdd", "");
  78. model.setValue("/root/main/reqdesc/reqhopedd", "");
  79. model.setValue("/root/main/reqdesc/reqserver", "");
  80. model.setValue("/root/main/reqdesc/reqcomponent", "");
  81. model.setValue("/root/main/reqdesc/reqcomment", "");
  82. model.setValue("/root/main/reqdesc/dephngnm", "");
  83. model.setValue("/root/main/reqdesc/depdd", "");
  84. model.setValue("/root/main/reqdesc/educhkdd", "");
  85. model.setValue("/root/main/reqdesc/educhkhngnm", "");
  86. model.setValue("/root/main/reqdesc/educhkresult", "");
  87. model.setValue("/root/main/reqdesc/remark", "");
  88. model.refresh();
  89. }
  90. function fSaveEdited() {
  91. var gridrow = model.getValue("/root/hidden/selectedRow");
  92. // not equals to Insert and not equals to Delete, Only Update
  93. if (grd_main.rowStatus(gridrow) != "1" || grd_main.rowStatus(gridrow) != "4") {
  94. grd_main.addStatus(gridrow, "update");
  95. model.setValue("/root/main/reqList[" + gridrow + "]/depno", model.getValue("/root/main/reqdesc/depno"));
  96. model.setValue("/root/main/reqList[" + gridrow + "]/deptype", model.getValue("/root/main/reqdesc/deptype"));
  97. model.setValue("/root/main/reqList[" + gridrow + "]/reqhngnm", model.getValue("/root/main/reqdesc/reqhngnm"));
  98. model.setValue("/root/main/reqList[" + gridrow + "]/reqdd", model.getValue("/root/main/reqdesc/reqdd"));
  99. model.setValue("/root/main/reqList[" + gridrow + "]/reqhopedd", model.getValue("/root/main/reqdesc/reqhopedd"));
  100. model.setValue("/root/main/reqList[" + gridrow + "]/reqserver", model.getValue("/root/main/reqdesc/reqserver"));
  101. model.setValue("/root/main/reqList[" + gridrow + "]/reqcomponent", model.getValue("/root/main/reqdesc/reqcomponent"));
  102. model.setValue("/root/main/reqList[" + gridrow + "]/reqcomment", model.getValue("/root/main/reqdesc/reqcomment"));
  103. model.setValue("/root/main/reqList[" + gridrow + "]/dephngnm", model.getValue("/root/main/reqdesc/dephngnm"));
  104. model.setValue("/root/main/reqList[" + gridrow + "]/depdd", model.getValue("/root/main/reqdesc/depdd"));
  105. model.setValue("/root/main/reqList[" + gridrow + "]/educhkdd", model.getValue("/root/main/reqdesc/educhkdd"));
  106. model.setValue("/root/main/reqList[" + gridrow + "]/educhkhngnm", model.getValue("/root/main/reqdesc/educhkhngnm"));
  107. model.setValue("/root/main/reqList[" + gridrow + "]/educhkresult", model.getValue("/root/main/reqdesc/educhkresult"));
  108. model.setValue("/root/main/reqList[" + gridrow + "]/remark", model.getValue("/root/main/reqdesc/remark"));
  109. model.refresh();
  110. }
  111. }
  112. // 필수항목 입력체크
  113. function fValidateList() {
  114. var hasEmpty = false;
  115. var errMsg = "필수항목이 비어있습니다. \r\n";
  116. if (isNull(model.getValue("/root/main/reqdesc/reqhngnm"))) {
  117. hasEmpty = true;
  118. errMsg += "요청자 \r\n";
  119. };
  120. if (isNull(model.getValue("/root/main/reqdesc/reqdd"))) {
  121. hasEmpty = true;
  122. errMsg += "요청일 \r\n";
  123. }
  124. if (isNull(model.getValue("/root/main/reqdesc/reqhopedd"))) {
  125. hasEmpty = true;
  126. errMsg += "희망일 \r\n";
  127. }
  128. if (isNull(model.getValue("/root/main/reqdesc/reqserver"))) {
  129. hasEmpty = true;
  130. errMsg += "배포요청서버 \r\n";
  131. }
  132. if (isNull(model.getValue("/root/main/reqdesc/reqcomponent"))) {
  133. hasEmpty = true;
  134. errMsg += "컴포넌트 \r\n";
  135. }
  136. //model.getValue("/root/main/reqdesc/reqcomment");
  137. if (isNull(model.getValue("/root/main/reqdesc/dephngnm"))) {
  138. hasEmpty = true;
  139. errMsg += "조치자 \r\n";
  140. }
  141. if (isNull(model.getValue("/root/main/reqdesc/depdd"))) {
  142. hasEmpty = true;
  143. errMsg += "조치일 \r\n";
  144. }
  145. if (isNull(model.getValue("/root/main/reqdesc/educhkdd"))) {
  146. hasEmpty = true;
  147. errMsg += "테스트확인일 \r\n";
  148. }
  149. if (isNull(model.getValue("/root/main/reqdesc/educhkhngnm"))) {
  150. hasEmpty = true;
  151. errMsg += "확인자 \r\n";
  152. }
  153. if (isNull(model.getValue("/root/main/reqdesc/educhkresult"))) {
  154. hasEmpty = true;
  155. errMsg += "확인결과 \r\n";
  156. }
  157. //model.getValue("/root/main/reqdesc/remark");
  158. if (hasEmpty) {
  159. alert(errMsg);
  160. return false;
  161. }
  162. return true;
  163. }
  164. // 수정시 열상태 설정
  165. function fSetStatus() {
  166. var gridrow = model.getValue("/root/hidden/selectedRow");
  167. grd_main.addStatus(gridrow, "update");
  168. }
  169. ]]>
  170. </script>
  171. </xhtml:head>
  172. <xhtml:body guideline="1,1211;2,789;">
  173. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:124px; height:14px; vertical-align:middle; ">프로그램배포 관리</caption>
  174. <datagrid id="grd_main" nodeset="/root/main/reqList" caption="배포번호^배포구분^요청자^요청일^희망일^배포요청서버^컴포넌트^요청사유^조치자^조치일시^교육서버확인일^확인자^확인결과^비고" colsep="^" colwidth="70, 65, 80, 80, 80, 100, 168, 200, 80, 80, 100, 100, 100, 160" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:10px; top:110px; width:1190px; height:265px; ">
  175. <col ref="depno"/>
  176. <col disabled="true" ref="deptype" type="combo">
  177. <choices>
  178. <item>
  179. <label>정규</label>
  180. <value>1</value>
  181. </item>
  182. <item>
  183. <label>긴급</label>
  184. <value>2</value>
  185. </item>
  186. </choices>
  187. </col>
  188. <col ref="reqhngnm"/>
  189. <col ref="reqdd" format="yyyy-mm-dd"/>
  190. <col ref="reqhopedd" format="yyyy-mm-dd"/>
  191. <col ref="reqserver"/>
  192. <col ref="reqcomponent"/>
  193. <col ref="reqcomment"/>
  194. <col ref="dephngnm"/>
  195. <col ref="depdd" format="yyyy-mm-dd hh-mm"/>
  196. <col ref="educhkdd" format="yyyy-mm-dd"/>
  197. <col ref="educhkhngnm"/>
  198. <col disabled="true" ref="educhkresult" type="combo">
  199. <choices>
  200. <item>
  201. <label>이상유</label>
  202. <value>true</value>
  203. </item>
  204. <item>
  205. <label>이상무</label>
  206. <value>false</value>
  207. </item>
  208. </choices>
  209. </col>
  210. <col ref="remark"/>
  211. <script type="javascript" ev:event="ondblclick">
  212. <![CDATA[
  213. // 선택된 행의 정보를 저장
  214. model.setValue("/root/hidden/selectedRow", grd_main.row);
  215. // 배포리스트 선택(더블클릭)시 세부내용 표시
  216. model.setValue("/root/main/reqdesc/depno", model.getValue("/root/main/reqList[" + grd_main.row + "]/depno"));
  217. model.setValue("/root/main/reqdesc/deptype", model.getValue("/root/main/reqList[" + grd_main.row + "]/deptype"));
  218. model.setValue("/root/main/reqdesc/reqhngnm", model.getValue("/root/main/reqList[" + grd_main.row + "]/reqhngnm"));
  219. model.setValue("/root/main/reqdesc/reqdd", model.getValue("/root/main/reqList[" + grd_main.row + "]/reqdd"));
  220. model.setValue("/root/main/reqdesc/reqhopedd", model.getValue("/root/main/reqList[" + grd_main.row + "]/reqhopedd"));
  221. model.setValue("/root/main/reqdesc/reqserver", model.getValue("/root/main/reqList[" + grd_main.row + "]/reqserver"));
  222. model.setValue("/root/main/reqdesc/reqcomponent", model.getValue("/root/main/reqList[" + grd_main.row + "]/reqcomponent"));
  223. model.setValue("/root/main/reqdesc/reqcomment", model.getValue("/root/main/reqList[" + grd_main.row + "]/reqcomment"));
  224. model.setValue("/root/main/reqdesc/dephngnm", model.getValue("/root/main/reqList[" + grd_main.row + "]/dephngnm"));
  225. model.setValue("/root/main/reqdesc/depdd", model.getValue("/root/main/reqList[" + grd_main.row + "]/depdd"));
  226. model.setValue("/root/main/reqdesc/educhkdd", model.getValue("/root/main/reqList[" + grd_main.row + "]/educhkdd"));
  227. model.setValue("/root/main/reqdesc/educhkhngnm", model.getValue("/root/main/reqList[" + grd_main.row + "]/educhkhngnm"));
  228. model.setValue("/root/main/reqdesc/educhkresult", model.getValue("/root/main/reqList[" + grd_main.row + "]/educhkresult"));
  229. model.setValue("/root/main/reqdesc/remark", model.getValue("/root/main/reqList[" + grd_main.row + "]/remark"));
  230. model.refresh();
  231. ]]>
  232. </script>
  233. <script type="javascript" ev:event="onrowchanged">
  234. <![CDATA[
  235. // when changed grid_data's selected row
  236. ]]>
  237. </script>
  238. </datagrid>
  239. <caption id="caption2" class="cell_1" style="left:10px; top:433px; width:100px; height:20px; ">배포요청서버</caption>
  240. <caption id="caption3" class="cell_1" style="left:467px; top:412px; width:100px; height:20px; ">요청자</caption>
  241. <input id="input2" ref="/root/main/reqdesc/reqhngnm" navindex="10" imemode="hangul" style="left:569px; top:412px; width:140px; height:19px; "/>
  242. <caption id="caption4" class="cell_1" style="left:712px; top:412px; width:100px; height:20px; ">요청일</caption>
  243. <input id="input3" ref="/root/main/reqdesc/reqdd" navindex="11" inputtype="date" style="left:814px; top:412px; width:140px; height:19px; "/>
  244. <caption id="caption5" class="cell_1" style="left:958px; top:412px; width:100px; height:20px; ">희망일</caption>
  245. <input id="input4" ref="/root/main/reqdesc/reqhopedd" navindex="12" inputtype="date" style="left:1060px; top:412px; width:140px; height:19px; "/>
  246. <caption id="caption6" class="cell_1" style="left:257px; top:412px; width:100px; height:20px; ">배포구분</caption>
  247. <input id="input5" ref="/root/main/reqdesc/depno" editable="false" style="left:113px; top:412px; width:140px; height:19px; "/>
  248. <caption id="caption7" class="cell_1" style="left:10px; top:454px; width:100px; height:206px; ">컴포넌트</caption>
  249. <caption id="caption8" class="cell_1" style="left:377px; top:434px; width:100px; height:226px; ">요청사유</caption>
  250. <input id="input8" ref="/root/main/reqdesc/dephngnm" navindex="16" imemode="hangul" style="left:112px; top:661px; width:140px; height:19px; "/>
  251. <caption id="caption9" class="cell_1" style="left:10px; top:661px; width:100px; height:20px; ">조치자</caption>
  252. <input id="input9" ref="/root/main/reqdesc/depdd" navindex="17" inputtype="date" format="yyyy-mm-dd hh:ss" style="left:357px; top:661px; width:140px; height:19px; "/>
  253. <caption id="caption10" class="cell_1" style="left:255px; top:661px; width:100px; height:20px; ">조치일시</caption>
  254. <caption id="caption11" class="cell_1" style="left:10px; top:682px; width:100px; height:70px; ">비고</caption>
  255. <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:10px; top:25px; width:1190px; height:50px; "/>
  256. <caption id="caption13" class="tit_2" style="left:20px; top:389px; width:100px; height:13px; ">세부내용</caption>
  257. <caption id="caption14" class="tit_2" style="left:20px; top:87px; width:100px; height:13px; ">배포리스트</caption>
  258. <line id="line1" class="line_1" style="x1:10px; y1:105px; x2:1200px; y2:105px; "/>
  259. <caption id="caption15" class="search_name" style="left:19px; top:40px; width:70px; height:17px; ">요청자</caption>
  260. <line id="line6" class="line_3" style="x1:10px; y1:754px; x2:1200px; y2:754px; "/>
  261. <line id="line2" class="line_1" style="x1:10px; y1:407px; x2:1200px; y2:407px; "/>
  262. <input id="input11" ref="/root/send/reqhngnm" navindex="1" imemode="hangul" style="left:88px; top:40px; width:70px; height:19px; "/>
  263. <input id="input12" ref="/root/send/reqfromdd" class="input_essential" navindex="2" inputtype="date" style="left:237px; top:40px; width:90px; height:19px; "/>
  264. <caption id="caption16" class="search_name" style="left:167px; top:40px; width:70px; height:17px; ">요청일</caption>
  265. <input id="input13" ref="/root/send/reqcomponent" navindex="4" imemode="alpha" style="left:527px; top:40px; width:120px; height:19px; "/>
  266. <caption id="caption17" class="search_name" style="left:447px; top:40px; width:76px; height:17px; ">컴포넌트</caption>
  267. <input id="input14" ref="/root/send/dephngnm" navindex="5" imemode="hangul" style="left:726px; top:40px; width:70px; height:19px; "/>
  268. <caption id="caption18" class="search_name" style="left:656px; top:40px; width:76px; height:17px; ">조치자</caption>
  269. <input id="input15" ref="/root/send/reqtodd" class="input_essential" navindex="3" inputtype="date" style="left:346px; top:40px; width:90px; height:19px; "/>
  270. <caption id="caption19" style="left:328px; top:41px; width:15px; height:20px; text-align:center; ">~</caption>
  271. <input id="input16" ref="/root/send/depfromdd" navindex="6" inputtype="date" style="left:875px; top:40px; width:90px; height:19px; "/>
  272. <input id="input17" ref="/root/send/deptodd" navindex="7" inputtype="date" style="left:982px; top:40px; width:90px; height:19px; "/>
  273. <caption id="caption20" class="search_name" style="left:805px; top:40px; width:70px; height:17px; ">조치일</caption>
  274. <caption id="caption21" style="left:965px; top:41px; width:15px; height:20px; text-align:center; ">~</caption>
  275. <button id="button1" class="btn1_letter2" navindex="8" style="left:1135px; top:39px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  276. <caption>검색</caption>
  277. <script type="javascript" ev:event="DOMActivate">
  278. <![CDATA[
  279. submit("TRZHA00101");
  280. ]]>
  281. </script>
  282. </button>
  283. <textarea id="textarea1" ref="/root/main/reqdesc/reqcomponent" navindex="14" imemode="alpha" style="left:112px; top:454px; width:262px; height:206px; "/>
  284. <textarea id="textarea2" ref="/root/main/reqdesc/reqcomment" navindex="15" imemode="hangul" style="left:479px; top:434px; width:721px; height:225px; "/>
  285. <button id="button2" class="btn2_letter3" disable.background-image="../../../com/commonweb/images/dis_btn2_letter3.gif" style="left:1075px; top:85px; width:53px; height:19px; background-image:../../../com/commonweb/images/btn2_letter3.gif; ">
  286. <caption>행추가</caption>
  287. <script type="javascript" ev:event="DOMActivate">
  288. <![CDATA[
  289. grd_main.addRow(true);
  290. ]]>
  291. </script>
  292. </button>
  293. <button id="button3" class="btn2_letter3" disable.background-image="../../../com/commonweb/images/dis_btn2_letter3.gif" style="left:1133px; top:85px; width:53px; height:19px; background-image:../../../com/commonweb/images/btn2_letter3.gif; ">
  294. <caption>행삭제</caption>
  295. <script type="javascript" ev:event="DOMActivate">
  296. <![CDATA[
  297. var selectedRows = grd_main.selectedRows;
  298. if (selectedRows != "") {
  299. // grd_main.deleteRow(selectedRows, false);
  300. grd_main.addStatus(selectedRows, "delete");
  301. } else {
  302. messageBox("삭제할 행을 선택해 주십시요!");
  303. }
  304. ]]>
  305. </script>
  306. </button>
  307. <button id="button5" class="btn4_letter3" navindex="24" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:1125px; top:760px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
  308. <caption>초기화</caption>
  309. <script type="javascript" ev:event="DOMActivate">
  310. <![CDATA[
  311. fInitialize();
  312. ]]>
  313. </script>
  314. </button>
  315. <button id="button6" class="btn4_letter4" navindex="23" disable.background-image="../../../com/commonweb/images/dis_btn4_letter4.gif" style="left:1040px; top:760px; width:80px; height:22px; background-image:../../../com/commonweb/images/btn4_letter4.gif; ">
  316. <caption>최종저장</caption>
  317. <script type="javascript" ev:event="DOMActivate">
  318. <![CDATA[
  319. model.setValue("/root/send/reqList", grd_main.getUpdateData());
  320. if (submit("TXZHA00102")) {
  321. fInitialize();
  322. }
  323. ]]>
  324. </script>
  325. </button>
  326. <input id="input7" ref="/root/main/reqdesc/educhkdd" navindex="18" inputtype="date" style="left:600px; top:661px; width:140px; height:19px; "/>
  327. <caption id="caption12" class="cell_1" style="left:499px; top:661px; width:100px; height:20px; ">교육서버확인일</caption>
  328. <input id="input10" ref="/root/main/reqdesc/educhkhngnm" navindex="19" imemode="hangul" style="left:845px; top:661px; width:140px; height:19px; "/>
  329. <caption id="caption22" class="cell_1" style="left:742px; top:661px; width:100px; height:20px; ">확인자</caption>
  330. <textarea id="textarea3" ref="/root/main/reqdesc/remark" navindex="21" imemode="hangul" style="left:112px; top:682px; width:1088px; height:70px; "/>
  331. <select id="checkbox1" ref="/root/main/reqdesc/reqserver" navindex="13" overflow="visible" appearance="full" cols="4" style="left:115px; top:435px; width:260px; height:20px; border-style:none; ">
  332. <choices>
  333. <item>
  334. <label>HIS031</label>
  335. <value>HIS031</value>
  336. </item>
  337. <item>
  338. <label>HIS032</label>
  339. <value>HIS032</value>
  340. </item>
  341. <item>
  342. <label>MIS030</label>
  343. <value>MIS030</value>
  344. </item>
  345. <item>
  346. <label>CRM030</label>
  347. <value>CRM030</value>
  348. </item>
  349. </choices>
  350. </select>
  351. <caption id="caption23" class="cell_1" style="left:988px; top:660px; width:100px; height:20px; ">확인결과</caption>
  352. <select1 id="radio1" ref="/root/main/reqdesc/educhkresult" navindex="20" appearance="full" cols="2" overflow="visible" style="left:1098px; top:661px; width:100px; height:20px; border-style:none; ">
  353. <choices>
  354. <item>
  355. <label>OK</label>
  356. <value>true</value>
  357. </item>
  358. <item>
  359. <label>NG</label>
  360. <value>false</value>
  361. </item>
  362. </choices>
  363. </select1>
  364. <button id="button4" class="btn4_letter6" navindex="22" disable.background-image="../../../com/commonweb/images/dis_btn4_letter6.gif" style="left:1095px; top:380px; width:104px; height:22px; background-image:../../../com/commonweb/images/btn4_letter6.gif; ">
  365. <caption>수정내용적용</caption>
  366. <script type="javascript" ev:event="DOMActivate">
  367. <![CDATA[
  368. if(fValidateList()) {
  369. fSaveEdited();
  370. }
  371. ]]>
  372. </script>
  373. </button>
  374. <select id="checkbox2" ref="/root/send/delflag" overflow="visible" appearance="full" style="left:1082px; top:42px; width:45px; height:15px; border-style:none; ">
  375. <choices>
  376. <item>
  377. <label>삭제</label>
  378. <value>true</value>
  379. </item>
  380. </choices>
  381. </select>
  382. <caption id="caption24" class="cell_1" style="left:11px; top:412px; width:100px; height:20px; ">배포번호</caption>
  383. <select1 id="radio2" ref="/root/main/reqdesc/deptype" navindex="9" appearance="full" cols="2" overflow="visible" style="left:369px; top:414px; width:100px; height:20px; border-style:none; ">
  384. <choices>
  385. <item>
  386. <label>정규</label>
  387. <value>1</value>
  388. </item>
  389. <item>
  390. <label>긴급</label>
  391. <value>2</value>
  392. </item>
  393. </choices>
  394. </select1>
  395. </xhtml:body>
  396. </xhtml:html>