123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>문제은행채용실기문항등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <tmpitempool>
- <itempoollist/>
- </tmpitempool>
- <itempoollist>
- <question/>
- <answer/>
- </itempoollist>
- </main>
- <send>
- <req>
- <trngflag/>
- <denty/>
- </req>
- </send>
- <init>
- </init>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TRRTC01801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/tmpitempool/itempoollist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //사용자 권한
- misfGridInit(grd_itempoollist);
-
- misfComboComCdListMulti("R0151,R0239", "cmb_trngflag,cmb_denty");
-
- misfMsterDetailSet(grd_itempoollist, null, "TRRTC01801", "Y");
-
- cmb_denty.select(0);
- cmb_trngflag.select(0);
-
-
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
- //========================================================================================
- function fCheckAuth() {
- btn_search.disabled =!checkAuth("R") ;
- btn_save.disabled = !checkAuth("X") ;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="font-size:14pt; margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">문제은행채용면접실기</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <group id="group3" visibility="hidden" style="left:0px; top:45px; width:1105; height:440; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:1105; height:440; "/>
- <caption id="caption223" class="tit_5" style="left:528px; top:3px; width:138px; height:30px; font-size:20pt; ">질 문 내 용</caption>
- <line id="line1" class="line_1" style="x1:2; y1:34px; x2:1100; y2:34px; "/>
- <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; "/>
- </group>
- <group id="group4" visibility="visible" style="left:0px; top:10; width:1195; height:35; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" visibility="hidden" style="left:1125px; top:6px; width:56px; height:22px; ">
- <caption>선택</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfMsterDetailRetrieve();
-
- if(grd_itempoollist.rows - grd_itempoollist.fixedRows == 0)
- {
- messageBox("남은 문제가 ","I004");
- return;
- }
- grup_info.visible = false;
- group5.visible = false;
- group3.visible = true;
- button1.visible = true;
- btn_init.visible = true;
-
- tar_question.value = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("question"));
- tar_answer.value = grd_itempoollist.valueMatrix(grd_itempoollist.row, grd_itempoollist.colRef("answer"));
-
- btn_search.value = "다음";
- model.refresh();
-
- ]]>
- </script>
- </button>
- <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; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_trngflag" class="search_name" style="left:11px; top:9px; width:90px; height:17px; ">수련 구분:</caption>
- <select1 id="cmb_denty" ref="/root/send/req/denty" class="combo_s_essential" appearance="minimal" style="left:100px; top:9px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- </group>
- <group id="group5" visibility="hidden" style="left:0px; top:485; width:1105; height:250; ">
- <shape id="roundrect3" visibility="visible" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:1105; height:250; "/>
- <caption id="cap_answer" class="tit_3" visibility="visible" style="left:565px; top:3px; width:65px; height:30px; font-size:20pt; ">정 답</caption>
- <button id="button2" class="btn2_letter4" style="left:1035; top:8; width:64px; height:19px; ">
- <caption>정답닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- group5.visible = false;
- group4.visible = true;
- button1.visible = true;
-
- group3.attribute("top") = 45;
- ]]>
- </script>
- </button>
- <line id="line2" class="line_1" visibility="visible" style="x1:2; y1:34px; x2:1105; y2:34px; "/>
- <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; "/>
- </group>
- <button id="button1" class="btn2_letter4" visibility="hidden" style="left:1035; top:493; width:64px; height:19px; ">
- <caption>정답보기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- group5.visible = true;
- button1.visible = false;
- ]]>
- </script>
- </button>
- <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; ">
- <caption>처음 화면</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grup_info.visible = true;
- group5.visible = false;
- group3.visible = false;
- button1.visible = false;
- btn_init.visible = false;
- ]]>
- </script>
- </button>
- <shape id="roundrect5" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:1105px; top:45px; width:87px; height:435px; "/>
- <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; ">
- <caption>16</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>17</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>1</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>18</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>3</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>19</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>6</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>7</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>8</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>9</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>10</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>20</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>4</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>14</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>15</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>5</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>2</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>12</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>11</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <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; ">
- <caption>13</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- </group>
- <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; ">
- <col ref="question"/>
- <col ref="answer"/>
- </datagrid>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="button8" class="btn3_letter4" visibility="hidden" style="left:0px; top:3px; width:80px; height:22px; ">
- <caption>화면이동</caption>
- </button>
- <line id="line11" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- <group id="grup_info" visibility="visible" style="left:0px; top:185px; width:1090px; height:270px; ">
- <shape id="roundrect4" visibility="visible" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:7px; top:14px; width:1073px; height:241px; border-width:5; "/>
- <caption id="caption37" style="left:11px; top:25px; width:1049px; height:215px; font-size:20; font-weight:bold; text-align:center; vertical-align:middle; ">
- <![CDATA[실기 문제는 20문제가 RANDOM 하게 선정되오니
- 지원자께서는 오른쪽 숫자 1 ~ 20 중 하나를 선택하여 주시기 바랍니다.]]>
- </caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|