SMRTC01800_채용면접실기관리.xrw 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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. <tmpitempool>
  11. <itempoollist/>
  12. </tmpitempool>
  13. <itempoollist>
  14. <question/>
  15. <answer/>
  16. </itempoollist>
  17. </main>
  18. <send>
  19. <req>
  20. <trngflag/>
  21. <denty/>
  22. </req>
  23. </send>
  24. <init>
  25. </init>
  26. <temp>
  27. </temp>
  28. </root>
  29. </instance>
  30. <submission id="TRRTC01801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/tmpitempool/itempoollist"/>
  31. </model>
  32. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  36. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  37. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  38. <script type="javascript" src="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
  39. <script type="javascript" ev:event="xforms-ready">
  40. <![CDATA[
  41. //사용자 권한
  42. misfGridInit(grd_itempoollist);
  43. misfComboComCdListMulti("R0151,R0239", "cmb_trngflag,cmb_denty");
  44. misfMsterDetailSet(grd_itempoollist, null, "TRRTC01801", "Y");
  45. cmb_denty.select(0);
  46. cmb_trngflag.select(0);
  47. model.refresh();
  48. ]]>
  49. </script>
  50. <script type="javascript">
  51. <![CDATA[
  52. //========================================================================================
  53. //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
  54. //========================================================================================
  55. function fCheckAuth() {
  56. btn_search.disabled =!checkAuth("R") ;
  57. btn_save.disabled = !checkAuth("X") ;
  58. }
  59. ]]>
  60. </script>
  61. </xhtml:head>
  62. <xhtml:body style="font-size:14pt; margin-left:8; margin-right:8; ">
  63. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  64. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">문제은행채용면접실기</caption>
  65. </group>
  66. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  67. <group id="group3" visibility="hidden" style="left:0px; top:45px; width:1105; height:440; ">
  68. <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:1105; height:440; "/>
  69. <caption id="caption223" class="tit_5" style="left:528px; top:3px; width:138px; height:30px; font-size:20pt; ">질 문 내 용</caption>
  70. <line id="line1" class="line_1" style="x1:2; y1:34px; x2:1100; y2:34px; "/>
  71. <textarea id="tar_question" ref="/root/main/itempoollist/question" disabled="false" navindex="7" editable="false" style="left:2; top:40px; width:1100; height:395; font-size:14pt; padding-top:5; "/>
  72. </group>
  73. <group id="group4" visibility="visible" style="left:0px; top:10; width:1195; height:35; ">
  74. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  75. <button id="btn_search" class="btn1_letter2" visibility="hidden" style="left:1125px; top:6px; width:56px; height:22px; ">
  76. <caption>선택</caption>
  77. <script type="javascript" ev:event="DOMActivate">
  78. <![CDATA[
  79. misfMsterDetailRetrieve();
  80. if(grd_itempoollist.rows - grd_itempoollist.fixedRows == 0)
  81. {
  82. messageBox("남은 문제가 ","I004");
  83. return;
  84. }
  85. grup_info.visible = false;
  86. group5.visible = false;
  87. group3.visible = true;
  88. button1.visible = true;
  89. btn_init.visible = true;
  90. tar_question.value = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("question"));
  91. tar_answer.value = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("answer"));
  92. btn_search.value = "다음";
  93. model.refresh();
  94. ]]>
  95. </script>
  96. </button>
  97. <select1 id="cmb_trngflag" ref="/root/send/req/trngflag" class="combo_s_essential" navindex="2" appearance="minimal" style="left:205px; top:9px; width:100px; height:19px; ">
  98. <choices>
  99. <itemset>
  100. <label/>
  101. <value/>
  102. </itemset>
  103. </choices>
  104. </select1>
  105. <caption id="cap_trngflag" class="search_name" style="left:11px; top:9px; width:90px; height:17px; ">수련 구분:</caption>
  106. <select1 id="cmb_denty" ref="/root/send/req/denty" class="combo_s_essential" appearance="minimal" style="left:100px; top:9px; width:100px; height:19px; ">
  107. <choices>
  108. <itemset>
  109. <label/>
  110. <value/>
  111. </itemset>
  112. </choices>
  113. </select1>
  114. </group>
  115. <group id="group5" visibility="hidden" style="left:0px; top:485; width:1105; height:250; ">
  116. <shape id="roundrect3" visibility="visible" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:1105; height:250; "/>
  117. <caption id="cap_answer" class="tit_3" visibility="visible" style="left:565px; top:3px; width:65px; height:30px; font-size:20pt; ">정 답</caption>
  118. <button id="button2" class="btn2_letter4" style="left:1035; top:8; width:64px; height:19px; ">
  119. <caption>정답닫기</caption>
  120. <script type="javascript" ev:event="DOMActivate">
  121. <![CDATA[
  122. group5.visible = false;
  123. group4.visible = true;
  124. button1.visible = true;
  125. group3.attribute("top") = 45;
  126. ]]>
  127. </script>
  128. </button>
  129. <line id="line2" class="line_1" visibility="visible" style="x1:2; y1:34px; x2:1105; y2:34px; "/>
  130. <textarea id="tar_answer" ref="/root/main/itempoollist/answer" disabled="false" navindex="9" visibility="visible" editable="false" style="left:2; top:40px; width:1100; height:205; padding-top:5; "/>
  131. </group>
  132. <button id="button1" class="btn2_letter4" visibility="hidden" style="left:1035; top:493; width:64px; height:19px; ">
  133. <caption>정답보기</caption>
  134. <script type="javascript" ev:event="DOMActivate">
  135. <![CDATA[
  136. group5.visible = true;
  137. button1.visible = false;
  138. ]]>
  139. </script>
  140. </button>
  141. <button id="btn_init" visibility="hidden" style="left:1105px; top:485px; width:90; height:250px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,#ffd799,white,1); cursor:hand; focus-rect:visible; ">
  142. <caption>처음 화면</caption>
  143. <script type="javascript" ev:event="DOMActivate">
  144. <![CDATA[
  145. grup_info.visible = true;
  146. group5.visible = false;
  147. group3.visible = false;
  148. button1.visible = false;
  149. btn_init.visible = false;
  150. ]]>
  151. </script>
  152. </button>
  153. <shape id="roundrect5" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:1105px; top:45px; width:87px; height:435px; "/>
  154. <button id="button15" style="left:1150px; top:265px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  155. <caption>16</caption>
  156. <script type="javascript" ev:event="DOMActivate">
  157. <![CDATA[
  158. btn_search.dispatch("DOMActivate");
  159. ]]>
  160. </script>
  161. </button>
  162. <button id="button16" style="left:1150px; top:308px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  163. <caption>17</caption>
  164. <script type="javascript" ev:event="DOMActivate">
  165. <![CDATA[
  166. btn_search.dispatch("DOMActivate");
  167. ]]>
  168. </script>
  169. </button>
  170. <button id="button17" style="left:1107; top:50px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  171. <caption>1</caption>
  172. <script type="javascript" ev:event="DOMActivate">
  173. <![CDATA[
  174. btn_search.dispatch("DOMActivate");
  175. ]]>
  176. </script>
  177. </button>
  178. <button id="button18" style="left:1150px; top:351px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  179. <caption>18</caption>
  180. <script type="javascript" ev:event="DOMActivate">
  181. <![CDATA[
  182. btn_search.dispatch("DOMActivate");
  183. ]]>
  184. </script>
  185. </button>
  186. <button id="button3" style="left:1107; top:136px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  187. <caption>3</caption>
  188. <script type="javascript" ev:event="DOMActivate">
  189. <![CDATA[
  190. btn_search.dispatch("DOMActivate");
  191. ]]>
  192. </script>
  193. </button>
  194. <button id="button19" style="left:1150px; top:394px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  195. <caption>19</caption>
  196. <script type="javascript" ev:event="DOMActivate">
  197. <![CDATA[
  198. btn_search.dispatch("DOMActivate");
  199. ]]>
  200. </script>
  201. </button>
  202. <button id="button4" style="left:1107; top:265px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  203. <caption>6</caption>
  204. <script type="javascript" ev:event="DOMActivate">
  205. <![CDATA[
  206. btn_search.dispatch("DOMActivate");
  207. ]]>
  208. </script>
  209. </button>
  210. <button id="button5" style="left:1107; top:308px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  211. <caption>7</caption>
  212. <script type="javascript" ev:event="DOMActivate">
  213. <![CDATA[
  214. btn_search.dispatch("DOMActivate");
  215. ]]>
  216. </script>
  217. </button>
  218. <button id="button6" style="left:1107; top:351px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  219. <caption>8</caption>
  220. <script type="javascript" ev:event="DOMActivate">
  221. <![CDATA[
  222. btn_search.dispatch("DOMActivate");
  223. ]]>
  224. </script>
  225. </button>
  226. <button id="button7" style="left:1107; top:394px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  227. <caption>9</caption>
  228. <script type="javascript" ev:event="DOMActivate">
  229. <![CDATA[
  230. btn_search.dispatch("DOMActivate");
  231. ]]>
  232. </script>
  233. </button>
  234. <button id="button9" style="left:1107; top:437px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  235. <caption>10</caption>
  236. <script type="javascript" ev:event="DOMActivate">
  237. <![CDATA[
  238. btn_search.dispatch("DOMActivate");
  239. ]]>
  240. </script>
  241. </button>
  242. <button id="button20" style="left:1150px; top:437px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  243. <caption>20</caption>
  244. <script type="javascript" ev:event="DOMActivate">
  245. <![CDATA[
  246. btn_search.dispatch("DOMActivate");
  247. ]]>
  248. </script>
  249. </button>
  250. <button id="button10" style="left:1107; top:179px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  251. <caption>4</caption>
  252. <script type="javascript" ev:event="DOMActivate">
  253. <![CDATA[
  254. btn_search.dispatch("DOMActivate");
  255. ]]>
  256. </script>
  257. </button>
  258. <button id="button21" style="left:1150px; top:179px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  259. <caption>14</caption>
  260. <script type="javascript" ev:event="DOMActivate">
  261. <![CDATA[
  262. btn_search.dispatch("DOMActivate");
  263. ]]>
  264. </script>
  265. </button>
  266. <button id="button22" style="left:1150px; top:222px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  267. <caption>15</caption>
  268. <script type="javascript" ev:event="DOMActivate">
  269. <![CDATA[
  270. btn_search.dispatch("DOMActivate");
  271. ]]>
  272. </script>
  273. </button>
  274. <button id="button11" style="left:1107; top:222px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  275. <caption>5</caption>
  276. <script type="javascript" ev:event="DOMActivate">
  277. <![CDATA[
  278. btn_search.dispatch("DOMActivate");
  279. ]]>
  280. </script>
  281. </button>
  282. <button id="button12" style="left:1107; top:93px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  283. <caption>2</caption>
  284. <script type="javascript" ev:event="DOMActivate">
  285. <![CDATA[
  286. btn_search.dispatch("DOMActivate");
  287. ]]>
  288. </script>
  289. </button>
  290. <button id="button23" style="left:1150px; top:93px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  291. <caption>12</caption>
  292. <script type="javascript" ev:event="DOMActivate">
  293. <![CDATA[
  294. btn_search.dispatch("DOMActivate");
  295. ]]>
  296. </script>
  297. </button>
  298. <button id="button13" style="left:1150px; top:50px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  299. <caption>11</caption>
  300. <script type="javascript" ev:event="DOMActivate">
  301. <![CDATA[
  302. btn_search.dispatch("DOMActivate");
  303. ]]>
  304. </script>
  305. </button>
  306. <button id="button14" style="left:1150px; top:136px; width:40px; height:39px; font-family:바탕; font-size:12pt; font-weight:bold; text-align:center; background-color:#00ffff; border-color:#333333; border-style:outset; gradient:linear(0,0,100%,100%,skyblue,white,1); cursor:hand; focus-rect:visible; ">
  307. <caption>13</caption>
  308. <script type="javascript" ev:event="DOMActivate">
  309. <![CDATA[
  310. btn_search.dispatch("DOMActivate");
  311. ]]>
  312. </script>
  313. </button>
  314. </group>
  315. <datagrid id="grd_itempoollist" nodeset="/root/main/tmpitempool/itempoollist" visibility="hidden" caption="caption1^caption2" colsep="^" colwidth="100, 100" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:775px; top:140px; width:275px; height:55px; ">
  316. <col ref="question"/>
  317. <col ref="answer"/>
  318. </datagrid>
  319. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  320. <button id="button8" class="btn3_letter4" visibility="hidden" style="left:0px; top:3px; width:80px; height:22px; ">
  321. <caption>화면이동</caption>
  322. </button>
  323. <line id="line11" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  324. </group>
  325. <group id="grup_info" visibility="visible" style="left:0px; top:185px; width:1090px; height:270px; ">
  326. <shape id="roundrect4" visibility="visible" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:7px; top:14px; width:1073px; height:241px; border-width:5; "/>
  327. <caption id="caption37" style="left:11px; top:25px; width:1049px; height:215px; font-size:20; font-weight:bold; text-align:center; vertical-align:middle; ">
  328. <![CDATA[실기 문제는 20문제가 RANDOM 하게 선정되오니
  329. 지원자께서는 오른쪽 숫자 1 ~ 20 중 하나를 선택하여 주시기 바랍니다.]]>
  330. </caption>
  331. </group>
  332. </xhtml:body>
  333. </xhtml:html>