SPCIT00500_설문지구성관리.xrw 182 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SPCIT00400_만족도설문지구성관리
  4. * Summary : 만족도 설문지 구성관리
  5. * Programmer : 황현석
  6. * Date Written : 2010.08.03
  7. * History :
  8. * Remark :
  9. -->
  10. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>설문지 구성관리</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <qestitem>
  19. <qestmngt>
  20. <qestitemgrupcnt/>
  21. <humtrafactposcd/>
  22. <qpaprseqno/>
  23. <kindcd>B</kindcd>
  24. </qestmngt>
  25. <buttonmode>S</buttonmode>
  26. <qestgruplist>
  27. <qestitemgrupnmlist>
  28. <qestitemgrupnm1/>
  29. <qestitemgrupnm2/>
  30. <qestitemgrupnm3/>
  31. <qestitemgrupnm4/>
  32. <qestitemgrupnm5/>
  33. <qestitemgrupnm6/>
  34. <qestitemgrupnm7/>
  35. <qestitemgrupnm8/>
  36. <qestitemgrupnm9/>
  37. <qestitemgrupnm10/>
  38. <qestitemgrupnm11/>
  39. <qestitemgrupnm12/>
  40. <qestitemgrupnm13/>
  41. <qestitemgrupnm14/>
  42. </qestitemgrupnmlist>
  43. <qestitemcntlist>
  44. <qestitemcnt1/>
  45. <qestitemcnt2/>
  46. <qestitemcnt3/>
  47. <qestitemcnt4/>
  48. <qestitemcnt5/>
  49. <qestitemcnt6/>
  50. <qestitemcnt7/>
  51. <qestitemcnt8/>
  52. <qestitemcnt9/>
  53. <qestitemcnt10/>
  54. <qestitemcnt11/>
  55. <qestitemcnt12/>
  56. <qestitemcnt13/>
  57. <qestitemcnt14/>
  58. </qestitemcntlist>
  59. <qestuseynlist>
  60. <qestuseyn1/>
  61. <qestuseyn2/>
  62. <qestuseyn3/>
  63. <qestuseyn4/>
  64. <qestuseyn5/>
  65. <qestuseyn6/>
  66. <qestuseyn7/>
  67. <qestuseyn8/>
  68. <qestuseyn9/>
  69. <qestuseyn10/>
  70. <qestuseyn11/>
  71. <qestuseyn12/>
  72. <qestuseyn13/>
  73. <qestuseyn14/>
  74. </qestuseynlist>
  75. <qestitemgrupdesclist>
  76. <qestitemgrupdesc1/>
  77. <qestitemgrupdesc2/>
  78. <qestitemgrupdesc3/>
  79. <qestitemgrupdesc4/>
  80. <qestitemgrupdesc5/>
  81. <qestitemgrupdesc6/>
  82. <qestitemgrupdesc7/>
  83. <qestitemgrupdesc8/>
  84. <qestitemgrupdesc9/>
  85. <qestitemgrupdesc10/>
  86. <qestitemgrupdesc11/>
  87. <qestitemgrupdesc12/>
  88. <qestitemgrupdesc13/>
  89. <qestitemgrupdesc14/>
  90. </qestitemgrupdesclist>
  91. <qpaprseqno/>
  92. <baseqestgrupyn/>
  93. <qestitemgrupseqno/>
  94. </qestgruplist>
  95. <gruplistgrid/>
  96. <satsfctqestlist>
  97. <qestitemgrupcnt/>
  98. <humtrafactposcd/>
  99. </satsfctqestlist>
  100. </qestitem>
  101. </main>
  102. <send>
  103. <qpaprseqno/>
  104. </send>
  105. <temp>
  106. <qestgruplist/>
  107. <save>
  108. <qpaprseqno/>
  109. <qestitemgrupseqno/>
  110. </save>
  111. <gruplist>
  112. <qpaprseqno/>
  113. <qestitemgrupseqno/>
  114. <qestitemgrupnm/>
  115. <qestitemcnt/>
  116. <qestuseyn/>
  117. <qestitemgrupdesc/>
  118. </gruplist>
  119. </temp>
  120. <init>
  121. <C0108list/>
  122. </init>
  123. </root>
  124. </instance>
  125. <submission id="TRCIT00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/satsfctqestlist"/>
  126. <submission id="TRCIT00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp/qestgruplist"/>
  127. <submission id="TXCIT00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/qestitem"/>
  128. <submission id="TXCIT00502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/temp/save"/>
  129. </model>
  130. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  131. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  132. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  133. <script type="javascript" ev:event="xforms-ready">
  134. <![CDATA[
  135. // 공통코드
  136. zbcfGetCodeList( new Array("C0108"), new Array("/root/init/C0108list"));
  137. // 그리드 초기화
  138. model.removeNodeset(grd_gruplist.attribute("nodeset"));
  139. // 부모창의 파람값을 가져온다.
  140. var qpaprseqno = opener.window.javascript.getParameter("qpaprseqno");
  141. model.setValue("/root/send/qpaprseqno", qpaprseqno);
  142. model.setValue("/root/main/qestitem/qestgruplist/qpaprseqno", qpaprseqno);
  143. model.setValue("/root/main/qestitem/qestmngt/qpaprseqno", qpaprseqno);
  144. // 화면 로드시 기초설문을 부모창의 값으로 설정
  145. var humtrafactposcd = opener.window.javascript.getParameter("humtrafactposcd");
  146. model.setValue("/root/main/qestitem/qestmngt/humtrafactposcd", humtrafactposcd);
  147. // var poscd = model.getValue("/root/main/qestitem/qestmngt/humtrafactposcd");
  148. // 화면 로드시 문항 그룹수를 부모창의 값으로 설정
  149. var qestitemgrupcnt = opener.window.javascript.getParameter("qestitemgrupcnt");
  150. if (qestitemgrupcnt == "0") {
  151. model.setValue("/root/main/qestitem/qestmngt/qestitemgrupcnt", "1");
  152. } else {
  153. model.setValue("/root/main/qestitem/qestmngt/qestitemgrupcnt", qestitemgrupcnt);
  154. }
  155. var kindcd = model.getValue("/root/main/qestitem/qestmngt/qestitemgrupcnt");
  156. // 설문지 구성을 조회 한다.
  157. if (submit("TRCIT00302")){
  158. for ( i = 0; i <= qestitemgrupcnt; i++) {
  159. var k = i + 1;
  160. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemgrupnm"));
  161. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestuseyn"));
  162. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemgrupdesc"));
  163. model.setValue("/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemcnt"));
  164. }
  165. }
  166. // 화면 오픈시의 활성화여부
  167. var stinqestcnt = opener.window.javascript.getParameter("stinqestcnt");
  168. if (stinqestcnt == 0) {
  169. btn_itemmngt1.disabled = true;
  170. btn_itemmngt2.disabled = true;
  171. } else {
  172. fSetButtons();
  173. }
  174. for ( var i = 1; i <= 65; i++ ) {
  175. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i);
  176. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i);
  177. qestitemgrupnm.disabled = true;
  178. qestitemgrupdesc.disabled = true;
  179. }
  180. cmb_qestitemgrupcnt.disabled = true;
  181. cmb_humtrafactposcd.disabled = true;
  182. fSetQestKind(kindcd); // 문항 그룹수에 따른 화면전환
  183. model.refresh();
  184. ]]>
  185. </script>
  186. <script type="javascript">
  187. <![CDATA[
  188. // 수정모드시 활성화 여부
  189. function fSetButtons() {
  190. var buttonmode = model.getValue("/root/main/qestitem/buttonmode");
  191. var poscd = model.getValue("/root/main/qestitem/qestmngt/humtrafactposcd");
  192. if (buttonmode == "S") {
  193. for( var i = 1; i <=65; i++) {
  194. var itemmngt = document.controls("btn_itemmngt" + i) ;
  195. var qestuseyn = document.controls("chk_qestuseyn" + i);
  196. itemmngt.disabled = false; // 문항관리
  197. qestuseyn.disabled = true; // 설명사용여부
  198. }
  199. btn_bfqpapr.disabled = true; // 이전설문가져오기
  200. btn_updt.disabled = false; // 수정모드
  201. btn_save.disabled = true; // 저장
  202. } else if (buttonmode == "U") {
  203. for( var i = 1; i <=65; i++) {
  204. var itemmngt = document.controls("btn_itemmngt" + i) ;
  205. var qestuseyn = document.controls("chk_qestuseyn" + i);
  206. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i);
  207. itemmngt.disabled = true; // 문항관리
  208. qestuseyn.disabled = false; // 설명사용여부
  209. qestitemgrupnm.disabled = false; // 문항그룹명
  210. }
  211. btn_bfqpapr.disabled = false; // 이전설문가져오기
  212. btn_updt.disabled = true; // 수정모드
  213. btn_save.disabled = false; // 저장
  214. fSetPosKind(poscd);
  215. fSetUseYN();
  216. cmb_qestitemgrupcnt.disabled = false;
  217. cmb_humtrafactposcd.disabled = false;
  218. }
  219. }
  220. // 기초설문 위치에 대한 기초설문 활성 여부
  221. function fSetPosKind(poscd) {
  222. if (poscd == "0") {
  223. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1", "");
  224. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1", "");
  225. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1", "");
  226. for( var i = 1; i <= 65; i++) {
  227. if (i == "1") {
  228. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  229. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  230. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  231. qestitemgrupdesc.disabled = true;
  232. qestuseyn.disabled = true;
  233. qestitemgrupnm.disabled = true;
  234. } else if (i == "3") {
  235. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  236. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  237. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  238. qestitemgrupdesc.disabled = true;
  239. qestuseyn.disabled = true;
  240. qestitemgrupnm.disabled = true;
  241. } else if (i == "6") {
  242. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  243. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  244. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  245. qestitemgrupdesc.disabled = true;
  246. qestuseyn.disabled = true;
  247. qestitemgrupnm.disabled = true;
  248. } else if (i == "10") {
  249. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  250. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  251. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  252. qestitemgrupdesc.disabled = true;
  253. qestuseyn.disabled = true;
  254. qestitemgrupnm.disabled = true;
  255. } else if (i == "15") {
  256. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  257. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  258. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  259. qestitemgrupdesc.disabled = true;
  260. qestuseyn.disabled = true;
  261. qestitemgrupnm.disabled = true;
  262. } else if (i == "21") {
  263. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  264. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  265. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  266. qestitemgrupdesc.disabled = true;
  267. qestuseyn.disabled = true;
  268. qestitemgrupnm.disabled = true;
  269. } else if (i == "28") {
  270. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  271. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  272. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  273. qestitemgrupdesc.disabled = true;
  274. qestuseyn.disabled = true;
  275. qestitemgrupnm.disabled = true;
  276. } else if (i == "36") {
  277. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  278. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  279. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  280. qestitemgrupdesc.disabled = true;
  281. qestuseyn.disabled = true;
  282. qestitemgrupnm.disabled = true;
  283. } else if (i == "45") {
  284. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  285. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  286. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  287. qestitemgrupdesc.disabled = true;
  288. qestuseyn.disabled = true;
  289. qestitemgrupnm.disabled = true;
  290. } else if (i == "55") {
  291. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  292. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  293. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i) ;
  294. qestitemgrupdesc.disabled = true;
  295. qestuseyn.disabled = true;
  296. qestitemgrupnm.disabled = true;
  297. }
  298. }
  299. } else {
  300. for( var i = 1; i <= 65; i++) {
  301. if (i == "1") {
  302. var name = document.controls("group" + i);
  303. name.attribute("visibility") = "visible";
  304. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  305. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  306. qestuseyn.disabled = false;
  307. qestitemgrupnm.disabled = false;
  308. } else if (i == "3") {
  309. var name = document.controls("group" + i);
  310. name.attribute("visibility") = "visible";
  311. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  312. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  313. qestuseyn.disabled = false;
  314. qestitemgrupnm.disabled = false;
  315. } else if (i == "6") {
  316. var name = document.controls("group" + i);
  317. name.attribute("visibility") = "visible";
  318. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  319. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  320. qestuseyn.disabled = false;
  321. qestitemgrupnm.disabled = false;
  322. } else if (i == "10") {
  323. var name = document.controls("group" + i);
  324. name.attribute("visibility") = "visible";
  325. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  326. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  327. qestuseyn.disabled = false;
  328. qestitemgrupnm.disabled = false;
  329. } else if (i == "15") {
  330. var name = document.controls("group" + i);
  331. name.attribute("visibility") = "visible";
  332. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  333. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  334. qestuseyn.disabled = false;
  335. qestitemgrupnm.disabled = false;
  336. } else if (i == "21") {
  337. var name = document.controls("group" + i);
  338. name.attribute("visibility") = "visible";
  339. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  340. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  341. qestuseyn.disabled = false;
  342. qestitemgrupnm.disabled = false;
  343. } else if (i == "28") {
  344. var name = document.controls("group" + i);
  345. name.attribute("visibility") = "visible";
  346. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  347. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  348. qestuseyn.disabled = false;
  349. qestitemgrupnm.disabled = false;
  350. } else if (i == "36") {
  351. var name = document.controls("group" + i);
  352. name.attribute("visibility") = "visible";
  353. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  354. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  355. qestuseyn.disabled = false;
  356. qestitemgrupnm.disabled = false;
  357. } else if (i == "45") {
  358. var name = document.controls("group" + i);
  359. name.attribute("visibility") = "visible";
  360. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  361. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  362. qestuseyn.disabled = false;
  363. qestitemgrupnm.disabled = false;
  364. } else if (i == "55") {
  365. var name = document.controls("group" + i);
  366. name.attribute("visibility") = "visible";
  367. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i) ;
  368. var qestuseyn = document.controls("chk_qestuseyn" + i) ;
  369. qestuseyn.disabled = false;
  370. qestitemgrupnm.disabled = false;
  371. }
  372. }
  373. }
  374. model.refresh();
  375. }
  376. // 문항 그룹수에 따른 화면 전환
  377. function fSetQestKind(kindcd) {
  378. var poscd = model.getValue("/root/main/qestitem/qestmngt/humtrafactposcd");
  379. if (kindcd == "0") {
  380. // 해당되지 않은 그룹은 숨긴다.
  381. for (var i = 1; i<=65; i++ ) {
  382. var name = document.controls("group" + i);
  383. name.attribute("visibility") = "hidden";
  384. }
  385. if (poscd != "0") {
  386. var name = document.controls("group1");
  387. name.attribute("visibility") = "visible";
  388. }
  389. }else if(kindcd == "1") {
  390. // 해당되지 않은 그룹은 숨긴다.
  391. for (var i = 1; i<=2; i++ ) {
  392. var name = document.controls("group" + i);
  393. name.attribute("visibility") = "visible";
  394. }
  395. // 해당되지 않은 인스턴스 초기화
  396. for (var j = 3; j<=14; j++) {
  397. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  398. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  399. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  400. }
  401. model.toggle("case1");
  402. } else if (kindcd == "2" ) {
  403. // 해당되지 않은 그룹은 숨긴다.
  404. for (var i = 1; i<=5; i++ ) {
  405. var name = document.controls("group" + i);
  406. name.attribute("visibility") = "visible";
  407. }
  408. // 해당되지 않은 인스턴스 초기화
  409. for (var j = 4; j<=14; j++) {
  410. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  411. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  412. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  413. }
  414. model.toggle("case2");
  415. } else if (kindcd == "3") {
  416. // 해당되지 않은 그룹은 숨긴다.
  417. for (var i = 1; i<=9; i++ ) {
  418. var name = document.controls("group" + i);
  419. name.attribute("visibility") = "visible";
  420. }
  421. // 해당되지 않은 인스턴스 초기화
  422. for (var j = 5; j<=14; j++) {
  423. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  424. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  425. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  426. }
  427. model.toggle("case3");
  428. } else if (kindcd == "4") {
  429. // 해당되지 않은 그룹은 숨긴다.
  430. for (var i = 1; i<=14; i++ ) {
  431. var name = document.controls("group" + i);
  432. name.attribute("visibility") = "visible";
  433. }
  434. // 해당되지 않은 인스턴스 초기화
  435. for (var j = 6; j<=14; j++) {
  436. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  437. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  438. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  439. }
  440. model.toggle("case4");
  441. } else if (kindcd == "5") {
  442. // 해당되지 않은 그룹은 숨긴다.
  443. for (var i = 1; i<=20; i++ ) {
  444. var name = document.controls("group" + i);
  445. name.attribute("visibility") = "visible";
  446. }
  447. // 해당되지 않은 인스턴스 초기화
  448. for (var j = 7; j<=14; j++) {
  449. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  450. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  451. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  452. }
  453. model.toggle("case5");
  454. } else if (kindcd == "6") {
  455. // 해당되지 않은 그룹은 숨긴다.
  456. for (var i = 1; i<=27; i++ ) {
  457. var name = document.controls("group" + i);
  458. name.attribute("visibility") = "visible";
  459. }
  460. // 해당되지 않은 인스턴스 초기화
  461. for (var j = 8; j<=14; j++) {
  462. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  463. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  464. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  465. }
  466. model.toggle("case6");
  467. } else if (kindcd == "7") {
  468. // 해당되지 않은 그룹은 숨긴다.
  469. for (var i = 1; i<=35; i++ ) {
  470. var name = document.controls("group" + i);
  471. name.attribute("visibility") = "visible";
  472. }
  473. // 해당되지 않은 인스턴스 초기화
  474. for (var j = 9; j<=14; j++) {
  475. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  476. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  477. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  478. }
  479. model.toggle("case7");
  480. } else if (kindcd == "8") {
  481. // 해당되지 않은 그룹은 숨긴다.
  482. for (var i = 1; i<=44; i++ ) {
  483. var name = document.controls("group" + i);
  484. name.attribute("visibility") = "visible";
  485. }
  486. // 해당되지 않은 인스턴스 초기화
  487. for (var j = 10; j<=14; j++) {
  488. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  489. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  490. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  491. }
  492. model.toggle("case8");
  493. } else if (kindcd == "9") {
  494. // 해당되지 않은 그룹은 숨긴다.
  495. for (var i = 1; i<=54; i++ ) {
  496. var name = document.controls("group" + i);
  497. name.attribute("visibility") = "visible";
  498. }
  499. // 해당되지 않은 인스턴스 초기화
  500. for (var j = 11; j<=14; j++) {
  501. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  502. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  503. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  504. }
  505. model.toggle("case9");
  506. } else if (kindcd == "10") {
  507. // 해당되지 않은 그룹은 숨긴다.
  508. for (var i = 1; i<=65; i++ ) {
  509. var name = document.controls("group" + i);
  510. name.attribute("visibility") = "visible";
  511. }
  512. // 해당되지 않은 인스턴스 초기화
  513. for (var j = 12; j<=14; j++) {
  514. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  515. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  516. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  517. }
  518. model.toggle("case10");
  519. } else if (kindcd == "11") {
  520. // 해당되지 않은 그룹은 숨긴다.
  521. for (var i = 1; i<=65; i++ ) {
  522. var name = document.controls("group" + i);
  523. name.attribute("visibility") = "visible";
  524. }
  525. // 해당되지 않은 인스턴스 초기화
  526. for (var j = 13; j<=14; j++) {
  527. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ j, "");
  528. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ j, "");
  529. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ j, "");
  530. }
  531. model.toggle("case11");
  532. } else if (kindcd == "12") {
  533. // 해당되지 않은 그룹은 숨긴다.
  534. for (var i = 1; i<=65; i++ ) {
  535. var name = document.controls("group" + i);
  536. name.attribute("visibility") = "visible";
  537. }
  538. // 해당되지 않은 인스턴스 초기화
  539. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm14", "");
  540. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn14", "");
  541. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc14", "");
  542. model.toggle("case12");
  543. } else if (kindcd == "13") {
  544. // 해당되지 않은 그룹은 숨긴다.
  545. for (var i = 1; i<=65; i++ ) {
  546. var name = document.controls("group" + i);
  547. name.attribute("visibility") = "visible";
  548. }
  549. model.toggle("case13");
  550. }
  551. // 그룹수 변경시 설명사용 체크박스를 확인
  552. var mode = model.getValue("/root/main/qestitem/buttonmode");
  553. if (mode == "U") {
  554. fSetUseYN();
  555. }
  556. model.refresh();
  557. }
  558. // 설명사용 값에 대한 활성화여부
  559. function fSetUseYN() {
  560. var humtrafactposcd = model.getValue("/root/main/qestitem/qestmngt/humtrafactposcd");
  561. var qestitemgrupcnt = model.getValue("/root/main/qestitem/qestmngt/qestitemgrupcnt");
  562. var j =0;
  563. if (qestitemgrupcnt == 0 && humtrafactposcd != 0) {
  564. j = j+1;
  565. } else {
  566. for(var m = 1; m <= qestitemgrupcnt; m++) {
  567. j = j+m;
  568. }
  569. }
  570. for (var i = 0 ; i <= qestitemgrupcnt; i++) {
  571. k = i + 1;
  572. var qestuseyn = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn" + k);
  573. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + j);
  574. if (qestuseyn == "Y") {
  575. qestitemgrupdesc.disabled = false;
  576. }
  577. j = j + 1;
  578. }
  579. }
  580. // 설문가져오기시 화면 조회
  581. function fSetRelod() {
  582. var qestitemgrupcnt = model.getValue("/root/main/qestitem/qestmngt/qestitemgrupcnt");
  583. var kindcd = model.getValue("/root/main/qestitem/qestmngt/qestitemgrupcnt");
  584. for (var i=0; i<=qestitemgrupcnt; i++) {
  585. var k = i + 1;
  586. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ k, "");
  587. model.setValue("/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt"+ k, "");
  588. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ k, "");
  589. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ k, "");
  590. }
  591. // 설문지 구성을 조회 한다.
  592. if (submit("TRCIT00302")){
  593. for ( i = 0; i <= qestitemgrupcnt; i++) {
  594. var k = i + 1;
  595. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemgrupnm"));
  596. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestuseyn"));
  597. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemgrupdesc"));
  598. model.setValue("/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemcnt"));
  599. }
  600. }
  601. // 화면 활성화여부
  602. for ( var i = 1; i <= 65; i++ ) {
  603. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i);
  604. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i);
  605. qestitemgrupnm.disabled = true;
  606. qestitemgrupdesc.disabled = true;
  607. }
  608. cmb_qestitemgrupcnt.disabled = true;
  609. cmb_humtrafactposcd.disabled = true;
  610. model.refresh();
  611. model.setValue("/root/main/qestitem/buttonmode", "S");
  612. fSetButtons();
  613. fSetQestKind(kindcd);
  614. }
  615. // 입력 부분
  616. function fSaveQPapr() {
  617. var qestitemgrupcnt = model.getValue("/root/main/qestitem/qestmngt/qestitemgrupcnt");
  618. var humtrafactposcd = model.getValue("/root/main/qestitem/qestmngt/humtrafactposcd");
  619. // 그리드에 값을 저장한다음에 그리드 데이터를 전송한다.
  620. for (var i=0; i<=qestitemgrupcnt; i++) {
  621. var k = i+1;
  622. // 설문지 일련번호
  623. var qpaprseqno = new Array(model.getValue(("/root/main/qestitem/qestgruplist/qpaprseqno")));
  624. // 설문지 문항 그룹 일련번호
  625. var humtrafactposcd = model.getValue("/root/main/qestitem/qestmngt/humtrafactposcd");
  626. // 설문지문항그룹일련번호
  627. var qestitemgrupseqno = k;
  628. // 문항 그룹명
  629. var qestitemgrupnm = new Array("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm" + k);
  630. // 설문 개수
  631. var qestitemcnt = new Array("/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt" + k);
  632. // 설명사용 여부
  633. var qestuseyn = new Array("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn" + k);
  634. // 설명 내용
  635. var qestitemgrupdesc = new Array("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc" + k);
  636. // 기초설문 그룹설문 구분 Y = 기초설문
  637. var baseqestgrupyn = new Array("/root/main/qestitem/qestgruplist/baseqestgrupyn");
  638. grd_gruplist.additem(false);
  639. qestitemgrupnm = model.getValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm" + k);
  640. qestitemcnt = model.getValue("/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt" + k);
  641. qestuseyn = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn" + k);
  642. qestitemgrupdesc = model.getValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc" + k);
  643. model.setValue("/root/temp/gruplist[" + grd_gruplist.row + " ]/qpaprseqno", qpaprseqno);
  644. model.setValue("/root/temp/gruplist[" + grd_gruplist.row + " ]/qestitemgrupseqno", qestitemgrupseqno);
  645. model.setValue("/root/temp/gruplist[" + grd_gruplist.row + " ]/qestitemgrupnm", qestitemgrupnm);
  646. model.setValue("/root/temp/gruplist[" + grd_gruplist.row + " ]/qestitemcnt", qestitemcnt);
  647. model.setValue("/root/temp/gruplist[" + grd_gruplist.row + " ]/qestuseyn", qestuseyn);
  648. model.setValue("/root/temp/gruplist[" + grd_gruplist.row + " ]/qestitemgrupdesc", qestitemgrupdesc);
  649. }
  650. // 입력시 히든 그리드 파리채로 날리기
  651. var updt_list = getGridUpdateData(grd_gruplist);
  652. if (updt_list != "") {
  653. model.setValue("/root/main/qestitem/gruplistgrid", grd_gruplist.getUpdateData());
  654. }
  655. var rtn = messageBox("설문지 구성을", "Q002");
  656. if (rtn == 6) {
  657. submit("TXCIT00501");
  658. messageBox("설문지 문항이 저장이", "I002");
  659. } else if (rtn == 7) {
  660. model.removeNodeset("/root/tmep/gruplist");
  661. }
  662. // 저장된 값 제 조회
  663. if (submit("TRCIT00302")){
  664. for ( i = 0; i <= qestitemgrupcnt; i++) {
  665. var k = i + 1;
  666. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemgrupnm"));
  667. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestuseyn"));
  668. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemgrupdesc"));
  669. model.setValue("/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemcnt"));
  670. }
  671. }
  672. var kindcd = model.getValue("/root/main/qestitem/qestmngt/qestitemgrupcnt");
  673. // 화면 활성화여부
  674. for ( var i = 1; i <= 65; i++ ) {
  675. var qestitemgrupnm = document.controls("ipt_qestitemgrupnm" + i);
  676. var qestitemgrupdesc = document.controls("tar_qestitemgrupdesc" + i);
  677. qestitemgrupnm.disabled = true;
  678. qestitemgrupdesc.disabled = true;
  679. }
  680. cmb_qestitemgrupcnt.disabled = true;
  681. cmb_humtrafactposcd.disabled = true;
  682. model.refresh();
  683. model.setValue("/root/main/qestitem/buttonmode", "S");
  684. fSetButtons();
  685. fSetQestKind(kindcd);
  686. }
  687. // 문항관리 팝업 화면오픈시 넘어갈 값 지정.
  688. function fViewCell(refNm, refSeqNo, refGrupNo) {
  689. var qpaprseqno = model.getValue(refSeqNo);
  690. var qestitemgrupseqno = model.getValue(refGrupNo);
  691. var qestitemgrupnm = model.getValue(refNm);
  692. var qestitemgrupcnt = model.getValue("/root/main/qestitem/qestmngt/qestitemgrupcnt");
  693. setParameter("qpaprseqno", qpaprseqno);
  694. setParameter("qestitemgrupseqno", qestitemgrupseqno);
  695. setParameter("qestitemgrupnm", qestitemgrupnm);
  696. model.setValue("/root/temp/save/qpaprseqno", qpaprseqno);
  697. model.setValue("/root/temp/save/qestitemgrupseqno", qestitemgrupseqno);
  698. modal("SPCIT00600");
  699. // 설문문항개수 업데이트
  700. submit("TXCIT00502");
  701. // 그룹정보 제 조회
  702. if (submit("TRCIT00302")){
  703. for ( i = 0; i <= qestitemgrupcnt; i++) {
  704. var k = i + 1;
  705. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemgrupnm"));
  706. model.setValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestuseyn"));
  707. model.setValue("/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemgrupdesc"));
  708. model.setValue("/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt"+ k, model.getValue("/root/temp/qestgruplist[" + k + "]/qestitemcnt"));
  709. }
  710. }
  711. clearParameter("qpaprseqno");
  712. clearParameter("qestitemgrupseqno");
  713. clearParameter("qestitemgrupnm");
  714. model.refresh();
  715. }
  716. ]]>
  717. </script>
  718. </xhtml:head>
  719. <xhtml:body pagewidth="700" pageheight="505" style="border-color:#c0c0c0; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  720. <line id="line3" class="line_1" style="x1:0px; y1:26px; x2:680px; y2:26px; "/>
  721. <button id="btn_bfqpapr" class="btn2_letter10" style="left:438px; top:5px; width:130px; height:19px; ">
  722. <caption>이전 설문지 가져오기</caption>
  723. <script type="javascript" ev:event="DOMActivate">
  724. <![CDATA[
  725. var receive_qestitemgrupcnt_path = "/root/main/qestitem/qestmngt/qestitemgrupcnt";
  726. var receive_humtrafactposcd_path = "/root/main/qestitem/qestmngt/humtrafactposcd";
  727. var qpaprseqno = model.getValue("/root/main/qestitem/qestmngt/qpaprseqno");
  728. var kindcd = model.getValue("/root/main/qestitem/qestmngt/kindcd");
  729. setParameter("receive_qestitemgrupcnt_path", receive_qestitemgrupcnt_path);
  730. setParameter("receive_humtrafactposcd_path", receive_humtrafactposcd_path);
  731. setParameter("qpaprseqno", qpaprseqno);
  732. setParameter("kindcd", kindcd);
  733. modal("SPCIT00700");
  734. clearParameter("receive_humtrafactposcd_path");
  735. clearParameter("receive_humtrafactposcd_path");
  736. clearParameter("qpaprseqno");
  737. clearParameter("kindcd");
  738. model.refresh();
  739. ]]>
  740. </script>
  741. </button>
  742. <button id="btn_updt" class="btn2_letter4" style="left:571px; top:5px; width:64px; height:19px; ">
  743. <caption>수정모드</caption>
  744. <script type="javascript" ev:event="DOMActivate">
  745. <![CDATA[
  746. // 버튼에 변수를 넣어주고 클릭 여부에 따라 활성화 여부를 나타낸다. S : 상태 , U : 수정
  747. model.setValue("/root/main/qestitem/buttonmode", "U");
  748. fSetButtons();
  749. ]]>
  750. </script>
  751. </button>
  752. <button id="btn_save" class="btn5_letter2" style="left:638px; top:5px; width:42px; height:19px; ">
  753. <caption>저장</caption>
  754. <script type="javascript" ev:event="DOMActivate">
  755. <![CDATA[
  756. fSaveQPapr();
  757. ]]>
  758. </script>
  759. </button>
  760. <caption id="caption11" class="cell_1" style="left:0px; top:31px; width:100px; height:23px; ">문항 그룹수</caption>
  761. <select1 id="cmb_qestitemgrupcnt" ref="/root/main/qestitem/qestmngt/qestitemgrupcnt" appearance="minimal" style="left:103px; top:32px; width:240px; height:19px; ">
  762. <choices>
  763. <item>
  764. <label>없음</label>
  765. <value>0</value>
  766. </item>
  767. <item>
  768. <label>1</label>
  769. <value>1</value>
  770. </item>
  771. <item>
  772. <label>2</label>
  773. <value>2</value>
  774. </item>
  775. <item>
  776. <label>3</label>
  777. <value>3</value>
  778. </item>
  779. <item>
  780. <label>4</label>
  781. <value>4</value>
  782. </item>
  783. <item>
  784. <label>5</label>
  785. <value>5</value>
  786. </item>
  787. <item>
  788. <label>6</label>
  789. <value>6</value>
  790. </item>
  791. <item>
  792. <label>7</label>
  793. <value>7</value>
  794. </item>
  795. <item>
  796. <label>8</label>
  797. <value>8</value>
  798. </item>
  799. <item>
  800. <label>9</label>
  801. <value>9</value>
  802. </item>
  803. <item>
  804. <label>10</label>
  805. <value>10</value>
  806. </item>
  807. </choices>
  808. <script type="javascript" ev:event="xforms-value-changed">
  809. <![CDATA[
  810. var kindcd = model.getValue("/root/main/qestitem/qestmngt/qestitemgrupcnt");
  811. fSetQestKind(kindcd);
  812. //fNewQestCntMsg();
  813. ]]>
  814. </script>
  815. </select1>
  816. <caption id="caption12" class="cell_1" style="left:347px; top:31px; width:100px; height:23px; ">기초설문 위치</caption>
  817. <select1 id="cmb_humtrafactposcd" ref="/root/main/qestitem/qestmngt/humtrafactposcd" appearance="minimal" style="left:450px; top:32px; width:230px; height:19px; ">
  818. <choices>
  819. <itemset nodeset="/root/init/C0108list/C0108">
  820. <label ref="cdnm"/>
  821. <value ref="cdid"/>
  822. </itemset>
  823. </choices>
  824. <script type="javascript" ev:event="xforms-value-changed">
  825. <![CDATA[
  826. var poscd = model.getValue("/root/main/qestitem/qestmngt/humtrafactposcd");
  827. fSetPosKind(poscd);
  828. ]]>
  829. </script>
  830. </select1>
  831. <switch id="switch1" visibility="visible" style="left:0px; top:55px; width:680px; height:402px; ">
  832. <case id="case1" selected="true">
  833. <group id="group1" style="left:0px; top:0px; width:660px; height:66; ">
  834. <line id="line46" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  835. <caption id="caption135" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  836. <input id="ipt_qestitemgrupnm1" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" style="left:103px; top:1px; width:338px; height:19px; "/>
  837. <caption id="caption136" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  838. <input id="ipt_qestitemcnt1" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  839. <caption id="caption137" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  840. <button id="btn_itemmngt1" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  841. <caption>문항관리</caption>
  842. <script type="javascript" ev:event="DOMActivate">
  843. <![CDATA[
  844. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  845. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  846. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  847. fViewCell(refNm, refSeqNo, refGrupNo);
  848. ]]>
  849. </script>
  850. </button>
  851. <select id="chk_qestuseyn1" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  852. <choices>
  853. <item>
  854. <label>설명사용</label>
  855. <value>Y</value>
  856. </item>
  857. </choices>
  858. <script type="javascript" ev:event="xforms-value-changed">
  859. <![CDATA[
  860. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  861. if (descuse == "Y") {
  862. tar_qestitemgrupdesc1.disabled = false;
  863. } else {
  864. tar_qestitemgrupdesc1.disabled = true;
  865. }
  866. ]]>
  867. </script>
  868. </select>
  869. <textarea id="tar_qestitemgrupdesc1" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  870. </group>
  871. <group id="group2" style="left:0px; top:67px; width:660px; height:66px; ">
  872. <line id="line57" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  873. <caption id="caption168" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  874. <input id="ipt_qestitemgrupnm2" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  875. <caption id="caption169" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  876. <input id="input154" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  877. <caption id="caption170" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  878. <button id="btn_itemmngt2" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  879. <caption>문항관리</caption>
  880. <script type="javascript" ev:event="DOMActivate">
  881. <![CDATA[
  882. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  883. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  884. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  885. fViewCell(refNm, refSeqNo, refGrupNo);
  886. ]]>
  887. </script>
  888. </button>
  889. <select id="chk_qestuseyn2" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  890. <choices>
  891. <item>
  892. <label>설명사용</label>
  893. <value>Y</value>
  894. </item>
  895. </choices>
  896. <script type="javascript" ev:event="xforms-value-changed">
  897. <![CDATA[
  898. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  899. if (descuse == "Y") {
  900. tar_qestitemgrupdesc2.disabled = false;
  901. } else {
  902. tar_qestitemgrupdesc2.disabled = true;
  903. }
  904. ]]>
  905. </script>
  906. </select>
  907. <textarea id="tar_qestitemgrupdesc2" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  908. </group>
  909. </case>
  910. <case id="case2">
  911. <group id="group3" style="left:0px; top:0px; width:660px; height:66; ">
  912. <line id="line1" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  913. <caption id="caption1" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  914. <input id="ipt_qestitemgrupnm3" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" style="left:103px; top:1px; width:338px; height:19px; "/>
  915. <caption id="caption2" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  916. <input id="ipt_qestitemcnt2" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  917. <caption id="caption3" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  918. <button id="btn_itemmngt3" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  919. <caption>문항관리</caption>
  920. <script type="javascript" ev:event="DOMActivate">
  921. <![CDATA[
  922. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  923. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  924. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  925. fViewCell(refNm, refSeqNo, refGrupNo);
  926. ]]>
  927. </script>
  928. </button>
  929. <select id="chk_qestuseyn3" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  930. <choices>
  931. <item>
  932. <label>설명사용</label>
  933. <value>Y</value>
  934. </item>
  935. </choices>
  936. <script type="javascript" ev:event="xforms-value-changed">
  937. <![CDATA[
  938. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  939. if (descuse == "Y") {
  940. tar_qestitemgrupdesc3.disabled = false;
  941. } else {
  942. tar_qestitemgrupdesc3.disabled = true;
  943. }
  944. ]]>
  945. </script>
  946. </select>
  947. <textarea id="tar_qestitemgrupdesc3" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  948. </group>
  949. <group id="group4" style="left:0px; top:67px; width:660px; height:66px; ">
  950. <line id="line2" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  951. <caption id="caption4" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  952. <input id="ipt_qestitemgrupnm4" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  953. <caption id="caption5" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  954. <input id="input4" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  955. <caption id="caption6" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  956. <button id="btn_itemmngt4" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  957. <caption>문항관리</caption>
  958. <script type="javascript" ev:event="DOMActivate">
  959. <![CDATA[
  960. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  961. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  962. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  963. fViewCell(refNm, refSeqNo, refGrupNo);
  964. ]]>
  965. </script>
  966. </button>
  967. <select id="chk_qestuseyn4" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  968. <choices>
  969. <item>
  970. <label>설명사용</label>
  971. <value>Y</value>
  972. </item>
  973. </choices>
  974. <script type="javascript" ev:event="xforms-value-changed">
  975. <![CDATA[
  976. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  977. if (descuse == "Y") {
  978. tar_qestitemgrupdesc4.disabled = false;
  979. } else {
  980. tar_qestitemgrupdesc4.disabled = true;
  981. }
  982. ]]>
  983. </script>
  984. </select>
  985. <textarea id="tar_qestitemgrupdesc4" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  986. </group>
  987. <group id="group5" style="left:0px; top:134px; width:660px; height:66px; ">
  988. <line id="line7" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  989. <caption id="caption18" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  990. <input id="ipt_qestitemgrupnm5" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  991. <caption id="caption19" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  992. <input id="input12" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:459px; top:1px; width:30px; height:19px; "/>
  993. <caption id="caption20" style="left:493px; top:2px; width:23px; height:20px; ">건 )</caption>
  994. <button id="btn_itemmngt5" class="btn2_letter4" style="left:518px; top:1px; width:64px; height:19px; ">
  995. <caption>문항관리</caption>
  996. <script type="javascript" ev:event="DOMActivate">
  997. <![CDATA[
  998. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  999. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  1000. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  1001. fViewCell(refNm, refSeqNo, refGrupNo);
  1002. ]]>
  1003. </script>
  1004. </button>
  1005. <select id="chk_qestuseyn5" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:585px; top:3px; width:70px; height:13px; border-style:none; ">
  1006. <choices>
  1007. <item>
  1008. <label>설명사용</label>
  1009. <value>Y</value>
  1010. </item>
  1011. </choices>
  1012. <script type="javascript" ev:event="xforms-value-changed">
  1013. <![CDATA[
  1014. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  1015. if (descuse == "Y") {
  1016. tar_qestitemgrupdesc5.disabled = false;
  1017. } else {
  1018. tar_qestitemgrupdesc5.disabled = true;
  1019. }
  1020. ]]>
  1021. </script>
  1022. </select>
  1023. <textarea id="tar_qestitemgrupdesc5" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  1024. </group>
  1025. </case>
  1026. <case id="case3">
  1027. <group id="group6" style="left:0px; top:0px; width:660px; height:66; ">
  1028. <line id="line4" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  1029. <caption id="caption7" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  1030. <input id="ipt_qestitemgrupnm6" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" style="left:103px; top:1px; width:338px; height:19px; "/>
  1031. <caption id="caption8" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1032. <input id="ipt_qestitemcnt3" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1033. <caption id="caption9" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1034. <button id="btn_itemmngt6" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1035. <caption>문항관리</caption>
  1036. <script type="javascript" ev:event="DOMActivate">
  1037. <![CDATA[
  1038. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  1039. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  1040. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  1041. fViewCell(refNm, refSeqNo, refGrupNo);
  1042. ]]>
  1043. </script>
  1044. </button>
  1045. <select id="chk_qestuseyn6" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1046. <choices>
  1047. <item>
  1048. <label>설명사용</label>
  1049. <value>Y</value>
  1050. </item>
  1051. </choices>
  1052. <script type="javascript" ev:event="xforms-value-changed">
  1053. <![CDATA[
  1054. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  1055. if (descuse == "Y") {
  1056. tar_qestitemgrupdesc6.disabled = false;
  1057. } else {
  1058. tar_qestitemgrupdesc6.disabled = true;
  1059. }
  1060. ]]>
  1061. </script>
  1062. <script type="javascript" ev:event="xforms-select">
  1063. <![CDATA[
  1064. ]]>
  1065. </script>
  1066. <script type="javascript" ev:event="xforms-deselect">
  1067. <![CDATA[
  1068. ]]>
  1069. </script>
  1070. </select>
  1071. <textarea id="tar_qestitemgrupdesc6" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  1072. </group>
  1073. <group id="group7" style="left:0px; top:67px; width:660px; height:66px; ">
  1074. <line id="line5" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1075. <caption id="caption10" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  1076. <input id="ipt_qestitemgrupnm7" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  1077. <caption id="caption13" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1078. <input id="input9" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1079. <caption id="caption14" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1080. <button id="btn_itemmngt7" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1081. <caption>문항관리</caption>
  1082. <script type="javascript" ev:event="DOMActivate">
  1083. <![CDATA[
  1084. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  1085. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  1086. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  1087. fViewCell(refNm, refSeqNo, refGrupNo);
  1088. ]]>
  1089. </script>
  1090. </button>
  1091. <select id="chk_qestuseyn7" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1092. <choices>
  1093. <item>
  1094. <label>설명사용</label>
  1095. <value>Y</value>
  1096. </item>
  1097. </choices>
  1098. <script type="javascript" ev:event="xforms-value-changed">
  1099. <![CDATA[
  1100. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  1101. if (descuse == "Y") {
  1102. tar_qestitemgrupdesc7.disabled = false;
  1103. } else {
  1104. tar_qestitemgrupdesc7.disabled = true;
  1105. }
  1106. ]]>
  1107. </script>
  1108. </select>
  1109. <textarea id="tar_qestitemgrupdesc7" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  1110. </group>
  1111. <group id="group8" style="left:0px; top:134px; width:660px; height:66px; ">
  1112. <line id="line9" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1113. <caption id="caption24" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  1114. <input id="ipt_qestitemgrupnm8" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  1115. <caption id="caption25" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1116. <input id="input19" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1117. <caption id="caption26" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1118. <button id="btn_itemmngt8" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1119. <caption>문항관리</caption>
  1120. <script type="javascript" ev:event="DOMActivate">
  1121. <![CDATA[
  1122. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  1123. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  1124. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  1125. fViewCell(refNm, refSeqNo, refGrupNo);
  1126. ]]>
  1127. </script>
  1128. </button>
  1129. <select id="chk_qestuseyn8" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1130. <choices>
  1131. <item>
  1132. <label>설명사용</label>
  1133. <value>Y</value>
  1134. </item>
  1135. </choices>
  1136. <script type="javascript" ev:event="xforms-value-changed">
  1137. <![CDATA[
  1138. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  1139. if (descuse == "Y") {
  1140. tar_qestitemgrupdesc8.disabled = false;
  1141. } else {
  1142. tar_qestitemgrupdesc8.disabled = true;
  1143. }
  1144. ]]>
  1145. </script>
  1146. </select>
  1147. <textarea id="tar_qestitemgrupdesc8" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  1148. </group>
  1149. <group id="group9" style="left:0px; top:201px; width:660px; height:66px; ">
  1150. <line id="line10" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1151. <caption id="caption27" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 3</caption>
  1152. <input id="ipt_qestitemgrupnm9" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4" style="left:103px; top:1px; width:338px; height:19px; "/>
  1153. <caption id="caption28" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1154. <input id="input22" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt4" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1155. <caption id="caption29" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1156. <button id="btn_itemmngt9" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1157. <caption>문항관리</caption>
  1158. <script type="javascript" ev:event="DOMActivate">
  1159. <![CDATA[
  1160. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4";
  1161. var refSeqNo = "/root/temp/qestgruplist["+ 4 + "]/qpaprseqno";
  1162. var refGrupNo = "/root/temp/qestgruplist["+ 4 + "]/qestitemgrupseqno";
  1163. fViewCell(refNm, refSeqNo, refGrupNo);
  1164. ]]>
  1165. </script>
  1166. </button>
  1167. <select id="chk_qestuseyn9" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1168. <choices>
  1169. <item>
  1170. <label>설명사용</label>
  1171. <value>Y</value>
  1172. </item>
  1173. </choices>
  1174. <script type="javascript" ev:event="xforms-value-changed">
  1175. <![CDATA[
  1176. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4");
  1177. if (descuse == "Y") {
  1178. tar_qestitemgrupdesc9.disabled = false;
  1179. } else {
  1180. tar_qestitemgrupdesc9.disabled = true;
  1181. }
  1182. ]]>
  1183. </script>
  1184. </select>
  1185. <textarea id="tar_qestitemgrupdesc9" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc4" style="left:103px; top:22px; width:557px; height:40px; "/>
  1186. </group>
  1187. </case>
  1188. <case id="case4">
  1189. <group id="group10" style="left:0px; top:0px; width:660px; height:66; ">
  1190. <line id="line6" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  1191. <caption id="caption15" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  1192. <input id="ipt_qestitemgrupnm10" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" disabled="false" style="left:103px; top:1px; width:338px; height:19px; "/>
  1193. <caption id="caption16" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1194. <input id="ipt_qestitemcnt4" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1195. <caption id="caption17" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1196. <button id="btn_itemmngt10" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1197. <caption>문항관리</caption>
  1198. <script type="javascript" ev:event="DOMActivate">
  1199. <![CDATA[
  1200. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  1201. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  1202. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  1203. fViewCell(refNm, refSeqNo, refGrupNo);
  1204. ]]>
  1205. </script>
  1206. </button>
  1207. <select id="chk_qestuseyn10" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1208. <choices>
  1209. <item>
  1210. <label>설명사용</label>
  1211. <value>Y</value>
  1212. </item>
  1213. </choices>
  1214. <script type="javascript" ev:event="xforms-value-changed">
  1215. <![CDATA[
  1216. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  1217. if (descuse == "Y") {
  1218. tar_qestitemgrupdesc10.disabled = false;
  1219. } else {
  1220. tar_qestitemgrupdesc10.disabled = true;
  1221. }
  1222. ]]>
  1223. </script>
  1224. </select>
  1225. <textarea id="tar_qestitemgrupdesc10" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  1226. </group>
  1227. <group id="group11" style="left:0px; top:67px; width:660px; height:66px; ">
  1228. <line id="line8" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1229. <caption id="caption21" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  1230. <input id="ipt_qestitemgrupnm11" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  1231. <caption id="caption22" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1232. <input id="input17" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1233. <caption id="caption23" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1234. <button id="btn_itemmngt11" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1235. <caption>문항관리</caption>
  1236. <script type="javascript" ev:event="DOMActivate">
  1237. <![CDATA[
  1238. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  1239. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  1240. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  1241. fViewCell(refNm, refSeqNo, refGrupNo);
  1242. ]]>
  1243. </script>
  1244. </button>
  1245. <select id="chk_qestuseyn11" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1246. <choices>
  1247. <item>
  1248. <label>설명사용</label>
  1249. <value>Y</value>
  1250. </item>
  1251. </choices>
  1252. <script type="javascript" ev:event="xforms-value-changed">
  1253. <![CDATA[
  1254. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  1255. if (descuse == "Y") {
  1256. tar_qestitemgrupdesc11.disabled = false;
  1257. } else {
  1258. tar_qestitemgrupdesc11.disabled = true;
  1259. }
  1260. ]]>
  1261. </script>
  1262. </select>
  1263. <textarea id="tar_qestitemgrupdesc11" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  1264. </group>
  1265. <group id="group12" style="left:0px; top:134px; width:660px; height:66px; ">
  1266. <line id="line13" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1267. <caption id="caption36" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  1268. <input id="ipt_qestitemgrupnm12" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  1269. <caption id="caption37" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1270. <input id="input30" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1271. <caption id="caption38" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1272. <button id="btn_itemmngt12" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1273. <caption>문항관리</caption>
  1274. <script type="javascript" ev:event="DOMActivate">
  1275. <![CDATA[
  1276. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  1277. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  1278. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  1279. fViewCell(refNm, refSeqNo, refGrupNo);
  1280. ]]>
  1281. </script>
  1282. </button>
  1283. <select id="chk_qestuseyn12" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1284. <choices>
  1285. <item>
  1286. <label>설명사용</label>
  1287. <value>Y</value>
  1288. </item>
  1289. </choices>
  1290. <script type="javascript" ev:event="xforms-value-changed">
  1291. <![CDATA[
  1292. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  1293. if (descuse == "Y") {
  1294. tar_qestitemgrupdesc12.disabled = false;
  1295. } else {
  1296. tar_qestitemgrupdesc12.disabled = true;
  1297. }
  1298. ]]>
  1299. </script>
  1300. </select>
  1301. <textarea id="tar_qestitemgrupdesc12" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  1302. </group>
  1303. <group id="group13" style="left:0px; top:201px; width:660px; height:66px; ">
  1304. <line id="line14" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1305. <caption id="caption39" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 3</caption>
  1306. <input id="ipt_qestitemgrupnm13" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4" style="left:103px; top:1px; width:338px; height:19px; "/>
  1307. <caption id="caption40" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1308. <input id="input33" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt4" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1309. <caption id="caption41" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1310. <button id="btn_itemmngt13" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1311. <caption>문항관리</caption>
  1312. <script type="javascript" ev:event="DOMActivate">
  1313. <![CDATA[
  1314. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4";
  1315. var refSeqNo = "/root/temp/qestgruplist["+ 4 + "]/qpaprseqno";
  1316. var refGrupNo = "/root/temp/qestgruplist["+ 4 + "]/qestitemgrupseqno";
  1317. fViewCell(refNm, refSeqNo, refGrupNo);
  1318. ]]>
  1319. </script>
  1320. </button>
  1321. <select id="chk_qestuseyn13" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1322. <choices>
  1323. <item>
  1324. <label>설명사용</label>
  1325. <value>Y</value>
  1326. </item>
  1327. </choices>
  1328. <script type="javascript" ev:event="xforms-value-changed">
  1329. <![CDATA[
  1330. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4");
  1331. if (descuse == "Y") {
  1332. tar_qestitemgrupdesc13.disabled = false;
  1333. } else {
  1334. tar_qestitemgrupdesc13.disabled = true;
  1335. }
  1336. ]]>
  1337. </script>
  1338. </select>
  1339. <textarea id="tar_qestitemgrupdesc13" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc4" style="left:103px; top:22px; width:557px; height:40px; "/>
  1340. </group>
  1341. <group id="group14" style="left:0px; top:268px; width:660px; height:66px; ">
  1342. <line id="line15" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1343. <caption id="caption42" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 4</caption>
  1344. <input id="ipt_qestitemgrupnm14" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5" style="left:103px; top:1px; width:338px; height:19px; "/>
  1345. <caption id="caption43" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1346. <input id="input36" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt5" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1347. <caption id="caption44" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1348. <button id="btn_itemmngt14" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1349. <caption>문항관리</caption>
  1350. <script type="javascript" ev:event="DOMActivate">
  1351. <![CDATA[
  1352. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5";
  1353. var refSeqNo = "/root/temp/qestgruplist["+ 5 + "]/qpaprseqno";
  1354. var refGrupNo = "/root/temp/qestgruplist["+ 5 + "]/qestitemgrupseqno";
  1355. fViewCell(refNm, refSeqNo, refGrupNo);
  1356. ]]>
  1357. </script>
  1358. </button>
  1359. <select id="chk_qestuseyn14" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1360. <choices>
  1361. <item>
  1362. <label>설명사용</label>
  1363. <value>Y</value>
  1364. </item>
  1365. </choices>
  1366. <script type="javascript" ev:event="xforms-value-changed">
  1367. <![CDATA[
  1368. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5");
  1369. if (descuse == "Y") {
  1370. tar_qestitemgrupdesc14.disabled = false;
  1371. } else {
  1372. tar_qestitemgrupdesc14.disabled = true;
  1373. }
  1374. ]]>
  1375. </script>
  1376. </select>
  1377. <textarea id="tar_qestitemgrupdesc14" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc5" style="left:103px; top:22px; width:557px; height:40px; "/>
  1378. </group>
  1379. </case>
  1380. <case id="case5">
  1381. <group id="group15" style="left:0px; top:0px; width:660px; height:66; ">
  1382. <line id="line11" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  1383. <caption id="caption30" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  1384. <input id="ipt_qestitemgrupnm15" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" disabled="false" style="left:103px; top:1px; width:338px; height:19px; "/>
  1385. <caption id="caption31" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1386. <input id="ipt_qestitemcnt5" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1387. <caption id="caption32" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1388. <button id="btn_itemmngt15" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1389. <caption>문항관리</caption>
  1390. <script type="javascript" ev:event="DOMActivate">
  1391. <![CDATA[
  1392. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  1393. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  1394. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  1395. fViewCell(refNm, refSeqNo, refGrupNo);
  1396. ]]>
  1397. </script>
  1398. </button>
  1399. <select id="chk_qestuseyn15" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1400. <choices>
  1401. <item>
  1402. <label>설명사용</label>
  1403. <value>Y</value>
  1404. </item>
  1405. </choices>
  1406. <script type="javascript" ev:event="xforms-value-changed">
  1407. <![CDATA[
  1408. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  1409. if (descuse == "Y") {
  1410. tar_qestitemgrupdesc15.disabled = false;
  1411. } else {
  1412. tar_qestitemgrupdesc15.disabled = true;
  1413. }
  1414. ]]>
  1415. </script>
  1416. </select>
  1417. <textarea id="tar_qestitemgrupdesc15" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  1418. </group>
  1419. <group id="group16" style="left:0px; top:67px; width:660px; height:66px; ">
  1420. <line id="line12" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1421. <caption id="caption33" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  1422. <input id="ipt_qestitemgrupnm16" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  1423. <caption id="caption34" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1424. <input id="input28" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1425. <caption id="caption35" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1426. <button id="btn_itemmngt16" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1427. <caption>문항관리</caption>
  1428. <script type="javascript" ev:event="DOMActivate">
  1429. <![CDATA[
  1430. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  1431. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  1432. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  1433. fViewCell(refNm, refSeqNo, refGrupNo);
  1434. ]]>
  1435. </script>
  1436. </button>
  1437. <select id="chk_qestuseyn16" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1438. <choices>
  1439. <item>
  1440. <label>설명사용</label>
  1441. <value>Y</value>
  1442. </item>
  1443. </choices>
  1444. <script type="javascript" ev:event="xforms-value-changed">
  1445. <![CDATA[
  1446. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  1447. if (descuse == "Y") {
  1448. tar_qestitemgrupdesc16.disabled = false;
  1449. } else {
  1450. tar_qestitemgrupdesc16.disabled = true;
  1451. }
  1452. ]]>
  1453. </script>
  1454. </select>
  1455. <textarea id="tar_qestitemgrupdesc16" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  1456. </group>
  1457. <group id="group17" style="left:0px; top:134px; width:660px; height:66px; ">
  1458. <line id="line18" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1459. <caption id="caption51" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  1460. <input id="ipt_qestitemgrupnm17" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  1461. <caption id="caption52" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1462. <input id="input44" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1463. <caption id="caption53" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1464. <button id="btn_itemmngt17" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1465. <caption>문항관리</caption>
  1466. <script type="javascript" ev:event="DOMActivate">
  1467. <![CDATA[
  1468. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  1469. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  1470. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  1471. fViewCell(refNm, refSeqNo, refGrupNo);
  1472. ]]>
  1473. </script>
  1474. </button>
  1475. <select id="chk_qestuseyn17" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1476. <choices>
  1477. <item>
  1478. <label>설명사용</label>
  1479. <value>Y</value>
  1480. </item>
  1481. </choices>
  1482. <script type="javascript" ev:event="xforms-value-changed">
  1483. <![CDATA[
  1484. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  1485. if (descuse == "Y") {
  1486. tar_qestitemgrupdesc17.disabled = false;
  1487. } else {
  1488. tar_qestitemgrupdesc17.disabled = true;
  1489. }
  1490. ]]>
  1491. </script>
  1492. </select>
  1493. <textarea id="tar_qestitemgrupdesc17" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  1494. </group>
  1495. <group id="group18" style="left:0px; top:201px; width:660px; height:66px; ">
  1496. <line id="line19" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1497. <caption id="caption54" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 3</caption>
  1498. <input id="ipt_qestitemgrupnm18" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4" style="left:103px; top:1px; width:338px; height:19px; "/>
  1499. <caption id="caption55" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1500. <input id="input47" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt4" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1501. <caption id="caption56" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1502. <button id="btn_itemmngt18" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1503. <caption>문항관리</caption>
  1504. <script type="javascript" ev:event="DOMActivate">
  1505. <![CDATA[
  1506. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4";
  1507. var refSeqNo = "/root/temp/qestgruplist["+ 4 + "]/qpaprseqno";
  1508. var refGrupNo = "/root/temp/qestgruplist["+ 4 + "]/qestitemgrupseqno";
  1509. fViewCell(refNm, refSeqNo, refGrupNo);
  1510. ]]>
  1511. </script>
  1512. </button>
  1513. <select id="chk_qestuseyn18" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1514. <choices>
  1515. <item>
  1516. <label>설명사용</label>
  1517. <value>Y</value>
  1518. </item>
  1519. </choices>
  1520. <script type="javascript" ev:event="xforms-value-changed">
  1521. <![CDATA[
  1522. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4");
  1523. if (descuse == "Y") {
  1524. tar_qestitemgrupdesc18.disabled = false;
  1525. } else {
  1526. tar_qestitemgrupdesc18.disabled = true;
  1527. }
  1528. ]]>
  1529. </script>
  1530. </select>
  1531. <textarea id="tar_qestitemgrupdesc18" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc4" style="left:103px; top:22px; width:557px; height:40px; "/>
  1532. </group>
  1533. <group id="group19" style="left:0px; top:268px; width:660px; height:66px; ">
  1534. <line id="line20" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1535. <caption id="caption57" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 4</caption>
  1536. <input id="ipt_qestitemgrupnm19" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5" style="left:103px; top:1px; width:338px; height:19px; "/>
  1537. <caption id="caption58" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1538. <input id="input50" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt5" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1539. <caption id="caption59" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1540. <button id="btn_itemmngt19" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1541. <caption>문항관리</caption>
  1542. <script type="javascript" ev:event="DOMActivate">
  1543. <![CDATA[
  1544. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5";
  1545. var refSeqNo = "/root/temp/qestgruplist["+ 5 + "]/qpaprseqno";
  1546. var refGrupNo = "/root/temp/qestgruplist["+ 5 + "]/qestitemgrupseqno";
  1547. fViewCell(refNm, refSeqNo, refGrupNo);
  1548. ]]>
  1549. </script>
  1550. </button>
  1551. <select id="chk_qestuseyn19" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1552. <choices>
  1553. <item>
  1554. <label>설명사용</label>
  1555. <value>Y</value>
  1556. </item>
  1557. </choices>
  1558. <script type="javascript" ev:event="xforms-value-changed">
  1559. <![CDATA[
  1560. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5");
  1561. if (descuse == "Y") {
  1562. tar_qestitemgrupdesc19.disabled = false;
  1563. } else {
  1564. tar_qestitemgrupdesc19.disabled = true;
  1565. }
  1566. ]]>
  1567. </script>
  1568. </select>
  1569. <textarea id="tar_qestitemgrupdesc19" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc5" style="left:103px; top:22px; width:557px; height:40px; "/>
  1570. </group>
  1571. <group id="group20" style="left:0px; top:335px; width:660px; height:66px; ">
  1572. <line id="line21" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1573. <caption id="caption60" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 5</caption>
  1574. <input id="ipt_qestitemgrupnm20" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6" style="left:103px; top:1px; width:338px; height:19px; "/>
  1575. <caption id="caption61" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1576. <input id="input53" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt6" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1577. <caption id="caption62" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1578. <button id="btn_itemmngt20" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1579. <caption>문항관리</caption>
  1580. <script type="javascript" ev:event="DOMActivate">
  1581. <![CDATA[
  1582. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6";
  1583. var refSeqNo = "/root/temp/qestgruplist["+ 6 + "]/qpaprseqno";
  1584. var refGrupNo = "/root/temp/qestgruplist["+ 6 + "]/qestitemgrupseqno";
  1585. fViewCell(refNm, refSeqNo, refGrupNo);
  1586. ]]>
  1587. </script>
  1588. </button>
  1589. <select id="chk_qestuseyn20" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1590. <choices>
  1591. <item>
  1592. <label>설명사용</label>
  1593. <value>Y</value>
  1594. </item>
  1595. </choices>
  1596. <script type="javascript" ev:event="xforms-value-changed">
  1597. <![CDATA[
  1598. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6");
  1599. if (descuse == "Y") {
  1600. tar_qestitemgrupdesc20.disabled = false;
  1601. } else {
  1602. tar_qestitemgrupdesc20.disabled = true;
  1603. }
  1604. ]]>
  1605. </script>
  1606. </select>
  1607. <textarea id="tar_qestitemgrupdesc20" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc6" style="left:103px; top:22px; width:557px; height:40px; "/>
  1608. </group>
  1609. </case>
  1610. <case id="case6">
  1611. <group id="group21" style="left:0px; top:0px; width:660px; height:66; ">
  1612. <line id="line16" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  1613. <caption id="caption45" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  1614. <input id="ipt_qestitemgrupnm21" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" disabled="false" style="left:103px; top:1px; width:338px; height:19px; "/>
  1615. <caption id="caption46" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1616. <input id="ipt_qestitemcnt6" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1617. <caption id="caption47" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1618. <button id="btn_itemmngt21" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1619. <caption>문항관리</caption>
  1620. <script type="javascript" ev:event="DOMActivate">
  1621. <![CDATA[
  1622. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  1623. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  1624. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  1625. fViewCell(refNm, refSeqNo, refGrupNo);
  1626. ]]>
  1627. </script>
  1628. </button>
  1629. <select id="chk_qestuseyn21" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1630. <choices>
  1631. <item>
  1632. <label>설명사용</label>
  1633. <value>Y</value>
  1634. </item>
  1635. </choices>
  1636. <script type="javascript" ev:event="xforms-value-changed">
  1637. <![CDATA[
  1638. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  1639. if (descuse == "Y") {
  1640. tar_qestitemgrupdesc21.disabled = false;
  1641. } else {
  1642. tar_qestitemgrupdesc21.disabled = true;
  1643. }
  1644. ]]>
  1645. </script>
  1646. </select>
  1647. <textarea id="tar_qestitemgrupdesc21" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  1648. </group>
  1649. <group id="group22" style="left:0px; top:67px; width:660px; height:66px; ">
  1650. <line id="line17" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1651. <caption id="caption48" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  1652. <input id="ipt_qestitemgrupnm22" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  1653. <caption id="caption49" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1654. <input id="input42" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1655. <caption id="caption50" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1656. <button id="btn_itemmngt22" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1657. <caption>문항관리</caption>
  1658. <script type="javascript" ev:event="DOMActivate">
  1659. <![CDATA[
  1660. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  1661. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  1662. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  1663. fViewCell(refNm, refSeqNo, refGrupNo);
  1664. ]]>
  1665. </script>
  1666. </button>
  1667. <select id="chk_qestuseyn22" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1668. <choices>
  1669. <item>
  1670. <label>설명사용</label>
  1671. <value>Y</value>
  1672. </item>
  1673. </choices>
  1674. <script type="javascript" ev:event="xforms-value-changed">
  1675. <![CDATA[
  1676. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  1677. if (descuse == "Y") {
  1678. tar_qestitemgrupdesc22.disabled = false;
  1679. } else {
  1680. tar_qestitemgrupdesc22.disabled = true;
  1681. }
  1682. ]]>
  1683. </script>
  1684. </select>
  1685. <textarea id="tar_qestitemgrupdesc22" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  1686. </group>
  1687. <group id="group23" style="left:0px; top:134px; width:660px; height:66px; ">
  1688. <line id="line24" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1689. <caption id="caption69" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  1690. <input id="ipt_qestitemgrupnm23" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  1691. <caption id="caption70" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1692. <input id="input61" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1693. <caption id="caption71" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1694. <button id="btn_itemmngt23" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1695. <caption>문항관리</caption>
  1696. <script type="javascript" ev:event="DOMActivate">
  1697. <![CDATA[
  1698. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  1699. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  1700. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  1701. fViewCell(refNm, refSeqNo, refGrupNo);
  1702. ]]>
  1703. </script>
  1704. </button>
  1705. <select id="chk_qestuseyn23" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1706. <choices>
  1707. <item>
  1708. <label>설명사용</label>
  1709. <value>Y</value>
  1710. </item>
  1711. </choices>
  1712. <script type="javascript" ev:event="xforms-value-changed">
  1713. <![CDATA[
  1714. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  1715. if (descuse == "Y") {
  1716. tar_qestitemgrupdesc23.disabled = false;
  1717. } else {
  1718. tar_qestitemgrupdesc23.disabled = true;
  1719. }
  1720. ]]>
  1721. </script>
  1722. </select>
  1723. <textarea id="tar_qestitemgrupdesc23" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  1724. </group>
  1725. <group id="group24" style="left:0px; top:201px; width:660px; height:66px; ">
  1726. <line id="line25" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1727. <caption id="caption72" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 3</caption>
  1728. <input id="ipt_qestitemgrupnm24" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4" style="left:103px; top:1px; width:338px; height:19px; "/>
  1729. <caption id="caption73" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1730. <input id="input64" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt4" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1731. <caption id="caption74" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1732. <button id="btn_itemmngt24" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1733. <caption>문항관리</caption>
  1734. <script type="javascript" ev:event="DOMActivate">
  1735. <![CDATA[
  1736. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4";
  1737. var refSeqNo = "/root/temp/qestgruplist["+ 4 + "]/qpaprseqno";
  1738. var refGrupNo = "/root/temp/qestgruplist["+ 4 + "]/qestitemgrupseqno";
  1739. fViewCell(refNm, refSeqNo, refGrupNo);
  1740. ]]>
  1741. </script>
  1742. </button>
  1743. <select id="chk_qestuseyn24" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1744. <choices>
  1745. <item>
  1746. <label>설명사용</label>
  1747. <value>Y</value>
  1748. </item>
  1749. </choices>
  1750. <script type="javascript" ev:event="xforms-value-changed">
  1751. <![CDATA[
  1752. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4");
  1753. if (descuse == "Y") {
  1754. tar_qestitemgrupdesc24.disabled = false;
  1755. } else {
  1756. tar_qestitemgrupdesc24.disabled = true;
  1757. }
  1758. ]]>
  1759. </script>
  1760. </select>
  1761. <textarea id="tar_qestitemgrupdesc24" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc4" style="left:103px; top:22px; width:557px; height:40px; "/>
  1762. </group>
  1763. <group id="group25" style="left:0px; top:268px; width:660px; height:66px; ">
  1764. <line id="line26" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1765. <caption id="caption75" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 4</caption>
  1766. <input id="ipt_qestitemgrupnm25" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5" style="left:103px; top:1px; width:338px; height:19px; "/>
  1767. <caption id="caption76" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1768. <input id="input67" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt5" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1769. <caption id="caption77" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1770. <button id="btn_itemmngt25" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1771. <caption>문항관리</caption>
  1772. <script type="javascript" ev:event="DOMActivate">
  1773. <![CDATA[
  1774. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5";
  1775. var refSeqNo = "/root/temp/qestgruplist["+ 5 + "]/qpaprseqno";
  1776. var refGrupNo = "/root/temp/qestgruplist["+ 5 + "]/qestitemgrupseqno";
  1777. fViewCell(refNm, refSeqNo, refGrupNo);
  1778. ]]>
  1779. </script>
  1780. </button>
  1781. <select id="chk_qestuseyn25" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1782. <choices>
  1783. <item>
  1784. <label>설명사용</label>
  1785. <value>Y</value>
  1786. </item>
  1787. </choices>
  1788. <script type="javascript" ev:event="xforms-value-changed">
  1789. <![CDATA[
  1790. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5");
  1791. if (descuse == "Y") {
  1792. tar_qestitemgrupdesc25.disabled = false;
  1793. } else {
  1794. tar_qestitemgrupdesc25.disabled = true;
  1795. }
  1796. ]]>
  1797. </script>
  1798. </select>
  1799. <textarea id="tar_qestitemgrupdesc25" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc5" style="left:103px; top:22px; width:557px; height:40px; "/>
  1800. </group>
  1801. <group id="group26" style="left:0px; top:335px; width:660px; height:66px; ">
  1802. <line id="line27" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1803. <caption id="caption78" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 5</caption>
  1804. <input id="ipt_qestitemgrupnm26" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6" style="left:103px; top:1px; width:338px; height:19px; "/>
  1805. <caption id="caption79" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1806. <input id="input70" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt6" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1807. <caption id="caption80" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1808. <button id="btn_itemmngt26" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1809. <caption>문항관리</caption>
  1810. <script type="javascript" ev:event="DOMActivate">
  1811. <![CDATA[
  1812. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6";
  1813. var refSeqNo = "/root/temp/qestgruplist["+ 6+ "]/qpaprseqno";
  1814. var refGrupNo = "/root/temp/qestgruplist["+ 6 + "]/qestitemgrupseqno";
  1815. fViewCell(refNm, refSeqNo, refGrupNo);
  1816. ]]>
  1817. </script>
  1818. </button>
  1819. <select id="chk_qestuseyn26" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1820. <choices>
  1821. <item>
  1822. <label>설명사용</label>
  1823. <value>Y</value>
  1824. </item>
  1825. </choices>
  1826. <script type="javascript" ev:event="xforms-value-changed">
  1827. <![CDATA[
  1828. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6");
  1829. if (descuse == "Y") {
  1830. tar_qestitemgrupdesc26.disabled = false;
  1831. } else {
  1832. tar_qestitemgrupdesc26.disabled = true;
  1833. }
  1834. ]]>
  1835. </script>
  1836. </select>
  1837. <textarea id="tar_qestitemgrupdesc26" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc6" style="left:103px; top:22px; width:557px; height:40px; "/>
  1838. </group>
  1839. <group id="group27" style="left:0px; top:402px; width:660px; height:66px; ">
  1840. <line id="line28" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1841. <caption id="caption81" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 6</caption>
  1842. <input id="ipt_qestitemgrupnm27" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7" style="left:103px; top:1px; width:338px; height:19px; "/>
  1843. <caption id="caption82" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1844. <input id="input73" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt7" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1845. <caption id="caption83" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1846. <button id="btn_itemmngt27" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1847. <caption>문항관리</caption>
  1848. <script type="javascript" ev:event="DOMActivate">
  1849. <![CDATA[
  1850. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7";
  1851. var refSeqNo = "/root/temp/qestgruplist["+ 7 + "]/qpaprseqno";
  1852. var refGrupNo = "/root/temp/qestgruplist["+ 7 + "]/qestitemgrupseqno";
  1853. fViewCell(refNm, refSeqNo, refGrupNo);
  1854. ]]>
  1855. </script>
  1856. </button>
  1857. <select id="chk_qestuseyn27" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1858. <choices>
  1859. <item>
  1860. <label>설명사용</label>
  1861. <value>Y</value>
  1862. </item>
  1863. </choices>
  1864. <script type="javascript" ev:event="xforms-value-changed">
  1865. <![CDATA[
  1866. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7");
  1867. if (descuse == "Y") {
  1868. tar_qestitemgrupdesc27.disabled = false;
  1869. } else {
  1870. tar_qestitemgrupdesc27.disabled = true;
  1871. }
  1872. ]]>
  1873. </script>
  1874. </select>
  1875. <textarea id="tar_qestitemgrupdesc27" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc7" style="left:103px; top:22px; width:557px; height:40px; "/>
  1876. </group>
  1877. </case>
  1878. <case id="case7">
  1879. <group id="group28" style="left:0px; top:0px; width:660px; height:66; ">
  1880. <line id="line22" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  1881. <caption id="caption63" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  1882. <input id="ipt_qestitemgrupnm28" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" disabled="false" style="left:103px; top:1px; width:338px; height:19px; "/>
  1883. <caption id="caption64" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1884. <input id="ipt_qestitemcnt7" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1885. <caption id="caption65" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1886. <button id="btn_itemmngt28" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1887. <caption>문항관리</caption>
  1888. <script type="javascript" ev:event="DOMActivate">
  1889. <![CDATA[
  1890. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  1891. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  1892. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  1893. fViewCell(refNm, refSeqNo, refGrupNo);
  1894. ]]>
  1895. </script>
  1896. </button>
  1897. <select id="chk_qestuseyn28" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1898. <choices>
  1899. <item>
  1900. <label>설명사용</label>
  1901. <value>Y</value>
  1902. </item>
  1903. </choices>
  1904. <script type="javascript" ev:event="xforms-value-changed">
  1905. <![CDATA[
  1906. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  1907. if (descuse == "Y") {
  1908. tar_qestitemgrupdesc28.disabled = false;
  1909. } else {
  1910. tar_qestitemgrupdesc28.disabled = true;
  1911. }
  1912. ]]>
  1913. </script>
  1914. </select>
  1915. <textarea id="tar_qestitemgrupdesc28" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  1916. </group>
  1917. <group id="group29" style="left:0px; top:67px; width:660px; height:66px; ">
  1918. <line id="line23" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1919. <caption id="caption66" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  1920. <input id="ipt_qestitemgrupnm29" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  1921. <caption id="caption67" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1922. <input id="input59" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1923. <caption id="caption68" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1924. <button id="btn_itemmngt29" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1925. <caption>문항관리</caption>
  1926. <script type="javascript" ev:event="DOMActivate">
  1927. <![CDATA[
  1928. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  1929. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  1930. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  1931. fViewCell(refNm, refSeqNo, refGrupNo);
  1932. ]]>
  1933. </script>
  1934. </button>
  1935. <select id="chk_qestuseyn29" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1936. <choices>
  1937. <item>
  1938. <label>설명사용</label>
  1939. <value>Y</value>
  1940. </item>
  1941. </choices>
  1942. <script type="javascript" ev:event="xforms-value-changed">
  1943. <![CDATA[
  1944. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  1945. if (descuse == "Y") {
  1946. tar_qestitemgrupdesc29.disabled = false;
  1947. } else {
  1948. tar_qestitemgrupdesc29.disabled = true;
  1949. }
  1950. ]]>
  1951. </script>
  1952. </select>
  1953. <textarea id="tar_qestitemgrupdesc29" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  1954. </group>
  1955. <group id="group30" style="left:0px; top:134px; width:660px; height:66px; ">
  1956. <line id="line31" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1957. <caption id="caption90" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  1958. <input id="ipt_qestitemgrupnm30" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  1959. <caption id="caption91" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1960. <input id="input81" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1961. <caption id="caption92" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  1962. <button id="btn_itemmngt30" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  1963. <caption>문항관리</caption>
  1964. <script type="javascript" ev:event="DOMActivate">
  1965. <![CDATA[
  1966. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  1967. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  1968. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  1969. fViewCell(refNm, refSeqNo, refGrupNo);
  1970. ]]>
  1971. </script>
  1972. </button>
  1973. <select id="chk_qestuseyn30" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  1974. <choices>
  1975. <item>
  1976. <label>설명사용</label>
  1977. <value>Y</value>
  1978. </item>
  1979. </choices>
  1980. <script type="javascript" ev:event="xforms-value-changed">
  1981. <![CDATA[
  1982. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  1983. if (descuse == "Y") {
  1984. tar_qestitemgrupdesc30.disabled = false;
  1985. } else {
  1986. tar_qestitemgrupdesc30.disabled = true;
  1987. }
  1988. ]]>
  1989. </script>
  1990. </select>
  1991. <textarea id="tar_qestitemgrupdesc30" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  1992. </group>
  1993. <group id="group31" style="left:0px; top:201px; width:660px; height:66px; ">
  1994. <line id="line32" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  1995. <caption id="caption93" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 3</caption>
  1996. <input id="ipt_qestitemgrupnm31" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4" style="left:103px; top:1px; width:338px; height:19px; "/>
  1997. <caption id="caption94" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  1998. <input id="input84" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt4" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  1999. <caption id="caption95" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2000. <button id="btn_itemmngt31" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2001. <caption>문항관리</caption>
  2002. <script type="javascript" ev:event="DOMActivate">
  2003. <![CDATA[
  2004. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4";
  2005. var refSeqNo = "/root/temp/qestgruplist["+ 4 + "]/qpaprseqno";
  2006. var refGrupNo = "/root/temp/qestgruplist["+ 4 + "]/qestitemgrupseqno";
  2007. fViewCell(refNm, refSeqNo, refGrupNo);
  2008. ]]>
  2009. </script>
  2010. </button>
  2011. <select id="chk_qestuseyn31" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2012. <choices>
  2013. <item>
  2014. <label>설명사용</label>
  2015. <value>Y</value>
  2016. </item>
  2017. </choices>
  2018. <script type="javascript" ev:event="xforms-value-changed">
  2019. <![CDATA[
  2020. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4");
  2021. if (descuse == "Y") {
  2022. tar_qestitemgrupdesc31.disabled = false;
  2023. } else {
  2024. tar_qestitemgrupdesc31.disabled = true;
  2025. }
  2026. ]]>
  2027. </script>
  2028. </select>
  2029. <textarea id="tar_qestitemgrupdesc31" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc4" style="left:103px; top:22px; width:557px; height:40px; "/>
  2030. </group>
  2031. <group id="group32" style="left:0px; top:268px; width:660px; height:66px; ">
  2032. <line id="line33" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2033. <caption id="caption96" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 4</caption>
  2034. <input id="ipt_qestitemgrupnm32" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5" style="left:103px; top:1px; width:338px; height:19px; "/>
  2035. <caption id="caption97" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2036. <input id="input87" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt5" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2037. <caption id="caption98" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2038. <button id="btn_itemmngt32" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2039. <caption>문항관리</caption>
  2040. <script type="javascript" ev:event="DOMActivate">
  2041. <![CDATA[
  2042. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5";
  2043. var refSeqNo = "/root/temp/qestgruplist["+ 5 + "]/qpaprseqno";
  2044. var refGrupNo = "/root/temp/qestgruplist["+ 5 + "]/qestitemgrupseqno";
  2045. fViewCell(refNm, refSeqNo, refGrupNo);
  2046. ]]>
  2047. </script>
  2048. </button>
  2049. <select id="chk_qestuseyn32" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2050. <choices>
  2051. <item>
  2052. <label>설명사용</label>
  2053. <value>Y</value>
  2054. </item>
  2055. </choices>
  2056. <script type="javascript" ev:event="xforms-value-changed">
  2057. <![CDATA[
  2058. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5");
  2059. if (descuse == "Y") {
  2060. tar_qestitemgrupdesc32.disabled = false;
  2061. } else {
  2062. tar_qestitemgrupdesc32.disabled = true;
  2063. }
  2064. ]]>
  2065. </script>
  2066. </select>
  2067. <textarea id="tar_qestitemgrupdesc32" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc5" style="left:103px; top:22px; width:557px; height:40px; "/>
  2068. </group>
  2069. <group id="group33" style="left:0px; top:335px; width:660px; height:66px; ">
  2070. <line id="line34" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2071. <caption id="caption99" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 5</caption>
  2072. <input id="ipt_qestitemgrupnm33" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6" style="left:103px; top:1px; width:338px; height:19px; "/>
  2073. <caption id="caption100" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2074. <input id="input90" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt6" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2075. <caption id="caption101" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2076. <button id="btn_itemmngt33" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2077. <caption>문항관리</caption>
  2078. <script type="javascript" ev:event="DOMActivate">
  2079. <![CDATA[
  2080. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6";
  2081. var refSeqNo = "/root/temp/qestgruplist["+ 6 + "]/qpaprseqno";
  2082. var refGrupNo = "/root/temp/qestgruplist["+ 6 + "]/qestitemgrupseqno";
  2083. fViewCell(refNm, refSeqNo, refGrupNo);
  2084. ]]>
  2085. </script>
  2086. </button>
  2087. <select id="chk_qestuseyn33" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2088. <choices>
  2089. <item>
  2090. <label>설명사용</label>
  2091. <value>Y</value>
  2092. </item>
  2093. </choices>
  2094. <script type="javascript" ev:event="xforms-value-changed">
  2095. <![CDATA[
  2096. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6");
  2097. if (descuse == "Y") {
  2098. tar_qestitemgrupdesc33.disabled = false;
  2099. } else {
  2100. tar_qestitemgrupdesc33.disabled = true;
  2101. }
  2102. ]]>
  2103. </script>
  2104. </select>
  2105. <textarea id="tar_qestitemgrupdesc33" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc6" style="left:103px; top:22px; width:557px; height:40px; "/>
  2106. </group>
  2107. <group id="group34" style="left:0px; top:402px; width:660px; height:66px; ">
  2108. <line id="line35" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2109. <caption id="caption102" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 6</caption>
  2110. <input id="ipt_qestitemgrupnm34" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7" style="left:103px; top:1px; width:338px; height:19px; "/>
  2111. <caption id="caption103" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2112. <input id="input93" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt7" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2113. <caption id="caption104" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2114. <button id="btn_itemmngt34" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2115. <caption>문항관리</caption>
  2116. <script type="javascript" ev:event="DOMActivate">
  2117. <![CDATA[
  2118. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7";
  2119. var refSeqNo = "/root/temp/qestgruplist["+ 7 + "]/qpaprseqno";
  2120. var refGrupNo = "/root/temp/qestgruplist["+ 7 + "]/qestitemgrupseqno";
  2121. fViewCell(refNm, refSeqNo, refGrupNo);
  2122. ]]>
  2123. </script>
  2124. </button>
  2125. <select id="chk_qestuseyn34" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2126. <choices>
  2127. <item>
  2128. <label>설명사용</label>
  2129. <value>Y</value>
  2130. </item>
  2131. </choices>
  2132. <script type="javascript" ev:event="xforms-value-changed">
  2133. <![CDATA[
  2134. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7");
  2135. if (descuse == "Y") {
  2136. tar_qestitemgrupdesc34.disabled = false;
  2137. } else {
  2138. tar_qestitemgrupdesc34.disabled = true;
  2139. }
  2140. ]]>
  2141. </script>
  2142. </select>
  2143. <textarea id="tar_qestitemgrupdesc34" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc7" style="left:103px; top:22px; width:557px; height:40px; "/>
  2144. </group>
  2145. <group id="group35" style="left:0px; top:469px; width:660px; height:66px; ">
  2146. <line id="line36" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2147. <caption id="caption" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 7</caption>
  2148. <input id="ipt_qestitemgrupnm35" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm8" style="left:103px; top:1px; width:338px; height:19px; "/>
  2149. <caption id="caption106" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2150. <input id="input96" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt8" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2151. <caption id="caption107" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2152. <button id="btn_itemmngt35" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2153. <caption>문항관리</caption>
  2154. <script type="javascript" ev:event="DOMActivate">
  2155. <![CDATA[
  2156. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm8";
  2157. var refSeqNo = "/root/temp/qestgruplist["+ 8 + "]/qpaprseqno";
  2158. var refGrupNo = "/root/temp/qestgruplist["+ 8 + "]/qestitemgrupseqno";
  2159. fViewCell(refNm, refSeqNo, refGrupNo);
  2160. ]]>
  2161. </script>
  2162. </button>
  2163. <select id="chk_qestuseyn35" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn8" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2164. <choices>
  2165. <item>
  2166. <label>설명사용</label>
  2167. <value>Y</value>
  2168. </item>
  2169. </choices>
  2170. <script type="javascript" ev:event="xforms-value-changed">
  2171. <![CDATA[
  2172. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn8");
  2173. if (descuse == "Y") {
  2174. tar_qestitemgrupdesc35.disabled = false;
  2175. } else {
  2176. tar_qestitemgrupdesc35.disabled = true;
  2177. }
  2178. ]]>
  2179. </script>
  2180. </select>
  2181. <textarea id="tar_qestitemgrupdesc35" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc8" style="left:103px; top:22px; width:557px; height:40px; "/>
  2182. </group>
  2183. </case>
  2184. <case id="case8">
  2185. <group id="group36" style="left:0px; top:0px; width:660px; height:66; ">
  2186. <line id="line29" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  2187. <caption id="caption84" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  2188. <input id="ipt_qestitemgrupnm36" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" disabled="false" style="left:103px; top:1px; width:338px; height:19px; "/>
  2189. <caption id="caption85" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2190. <input id="ipt_qestitemcnt8" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2191. <caption id="caption86" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2192. <button id="btn_itemmngt36" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2193. <caption>문항관리</caption>
  2194. <script type="javascript" ev:event="DOMActivate">
  2195. <![CDATA[
  2196. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  2197. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  2198. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  2199. fViewCell(refNm, refSeqNo, refGrupNo);
  2200. ]]>
  2201. </script>
  2202. </button>
  2203. <select id="chk_qestuseyn36" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2204. <choices>
  2205. <item>
  2206. <label>설명사용</label>
  2207. <value>Y</value>
  2208. </item>
  2209. </choices>
  2210. <script type="javascript" ev:event="xforms-value-changed">
  2211. <![CDATA[
  2212. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  2213. if (descuse == "Y") {
  2214. tar_qestitemgrupdesc36.disabled = false;
  2215. } else {
  2216. tar_qestitemgrupdesc36.disabled = true;
  2217. }
  2218. ]]>
  2219. </script>
  2220. </select>
  2221. <textarea id="tar_qestitemgrupdesc36" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  2222. </group>
  2223. <group id="group37" style="left:0px; top:67px; width:660px; height:66px; ">
  2224. <line id="line30" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2225. <caption id="caption87" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  2226. <input id="ipt_qestitemgrupnm37" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  2227. <caption id="caption88" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2228. <input id="input79" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2229. <caption id="caption89" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2230. <button id="btn_itemmngt37" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2231. <caption>문항관리</caption>
  2232. <script type="javascript" ev:event="DOMActivate">
  2233. <![CDATA[
  2234. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  2235. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  2236. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  2237. fViewCell(refNm, refSeqNo, refGrupNo);
  2238. ]]>
  2239. </script>
  2240. </button>
  2241. <select id="chk_qestuseyn37" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2242. <choices>
  2243. <item>
  2244. <label>설명사용</label>
  2245. <value>Y</value>
  2246. </item>
  2247. </choices>
  2248. <script type="javascript" ev:event="xforms-value-changed">
  2249. <![CDATA[
  2250. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  2251. if (descuse == "Y") {
  2252. tar_qestitemgrupdesc37.disabled = false;
  2253. } else {
  2254. tar_qestitemgrupdesc37.disabled = true;
  2255. }
  2256. ]]>
  2257. </script>
  2258. </select>
  2259. <textarea id="tar_qestitemgrupdesc37" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  2260. </group>
  2261. <group id="group38" style="left:0px; top:134px; width:660px; height:66px; ">
  2262. <line id="line39" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2263. <caption id="caption114" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  2264. <input id="ipt_qestitemgrupnm38" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  2265. <caption id="caption115" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2266. <input id="input104" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2267. <caption id="caption116" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2268. <button id="btn_itemmngt38" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2269. <caption>문항관리</caption>
  2270. <script type="javascript" ev:event="DOMActivate">
  2271. <![CDATA[
  2272. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  2273. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  2274. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  2275. fViewCell(refNm, refSeqNo, refGrupNo);
  2276. ]]>
  2277. </script>
  2278. </button>
  2279. <select id="chk_qestuseyn38" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2280. <choices>
  2281. <item>
  2282. <label>설명사용</label>
  2283. <value>Y</value>
  2284. </item>
  2285. </choices>
  2286. <script type="javascript" ev:event="xforms-value-changed">
  2287. <![CDATA[
  2288. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  2289. if (descuse == "Y") {
  2290. tar_qestitemgrupdesc38.disabled = false;
  2291. } else {
  2292. tar_qestitemgrupdesc38.disabled = true;
  2293. }
  2294. ]]>
  2295. </script>
  2296. </select>
  2297. <textarea id="tar_qestitemgrupdesc38" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  2298. </group>
  2299. <group id="group39" style="left:0px; top:201px; width:660px; height:66px; ">
  2300. <line id="line40" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2301. <caption id="caption117" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 3</caption>
  2302. <input id="ipt_qestitemgrupnm39" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4" style="left:103px; top:1px; width:338px; height:19px; "/>
  2303. <caption id="caption118" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2304. <input id="input107" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt4" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2305. <caption id="caption119" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2306. <button id="btn_itemmngt39" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2307. <caption>문항관리</caption>
  2308. <script type="javascript" ev:event="DOMActivate">
  2309. <![CDATA[
  2310. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4";
  2311. var refSeqNo = "/root/temp/qestgruplist["+ 4 + "]/qpaprseqno";
  2312. var refGrupNo = "/root/temp/qestgruplist["+ 4 + "]/qestitemgrupseqno";
  2313. fViewCell(refNm, refSeqNo, refGrupNo);
  2314. ]]>
  2315. </script>
  2316. </button>
  2317. <select id="chk_qestuseyn39" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2318. <choices>
  2319. <item>
  2320. <label>설명사용</label>
  2321. <value>Y</value>
  2322. </item>
  2323. </choices>
  2324. <script type="javascript" ev:event="xforms-value-changed">
  2325. <![CDATA[
  2326. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4");
  2327. if (descuse == "Y") {
  2328. tar_qestitemgrupdesc39.disabled = false;
  2329. } else {
  2330. tar_qestitemgrupdesc39.disabled = true;
  2331. }
  2332. ]]>
  2333. </script>
  2334. </select>
  2335. <textarea id="tar_qestitemgrupdesc39" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc4" style="left:103px; top:22px; width:557px; height:40px; "/>
  2336. </group>
  2337. <group id="group40" style="left:0px; top:268px; width:660px; height:66px; ">
  2338. <line id="line41" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2339. <caption id="caption120" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 4</caption>
  2340. <input id="ipt_qestitemgrupnm40" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5" style="left:103px; top:1px; width:338px; height:19px; "/>
  2341. <caption id="caption121" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2342. <input id="input110" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt5" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2343. <caption id="caption122" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2344. <button id="btn_itemmngt40" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2345. <caption>문항관리</caption>
  2346. <script type="javascript" ev:event="DOMActivate">
  2347. <![CDATA[
  2348. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5";
  2349. var refSeqNo = "/root/temp/qestgruplist["+ 5 + "]/qpaprseqno";
  2350. var refGrupNo = "/root/temp/qestgruplist["+ 5 + "]/qestitemgrupseqno";
  2351. fViewCell(refNm, refSeqNo, refGrupNo);
  2352. ]]>
  2353. </script>
  2354. </button>
  2355. <select id="chk_qestuseyn40" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2356. <choices>
  2357. <item>
  2358. <label>설명사용</label>
  2359. <value>Y</value>
  2360. </item>
  2361. </choices>
  2362. <script type="javascript" ev:event="xforms-value-changed">
  2363. <![CDATA[
  2364. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5");
  2365. if (descuse == "Y") {
  2366. tar_qestitemgrupdesc40.disabled = false;
  2367. } else {
  2368. tar_qestitemgrupdesc40.disabled = true;
  2369. }
  2370. ]]>
  2371. </script>
  2372. </select>
  2373. <textarea id="tar_qestitemgrupdesc40" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc5" style="left:103px; top:22px; width:557px; height:40px; "/>
  2374. </group>
  2375. <group id="group41" style="left:0px; top:335px; width:660px; height:66px; ">
  2376. <line id="line42" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2377. <caption id="caption123" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 5</caption>
  2378. <input id="ipt_qestitemgrupnm41" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6" style="left:103px; top:1px; width:338px; height:19px; "/>
  2379. <caption id="caption124" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2380. <input id="input113" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt6" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2381. <caption id="caption125" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2382. <button id="btn_itemmngt41" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2383. <caption>문항관리</caption>
  2384. <script type="javascript" ev:event="DOMActivate">
  2385. <![CDATA[
  2386. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6";
  2387. var refSeqNo = "/root/temp/qestgruplist["+ 6 + "]/qpaprseqno";
  2388. var refGrupNo = "/root/temp/qestgruplist["+ 6 + "]/qestitemgrupseqno";
  2389. fViewCell(refNm, refSeqNo, refGrupNo);
  2390. ]]>
  2391. </script>
  2392. </button>
  2393. <select id="chk_qestuseyn41" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2394. <choices>
  2395. <item>
  2396. <label>설명사용</label>
  2397. <value>Y</value>
  2398. </item>
  2399. </choices>
  2400. <script type="javascript" ev:event="xforms-value-changed">
  2401. <![CDATA[
  2402. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6");
  2403. if (descuse == "Y") {
  2404. tar_qestitemgrupdesc41.disabled = false;
  2405. } else {
  2406. tar_qestitemgrupdesc41.disabled = true;
  2407. }
  2408. ]]>
  2409. </script>
  2410. </select>
  2411. <textarea id="tar_qestitemgrupdesc41" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc6" style="left:103px; top:22px; width:557px; height:40px; "/>
  2412. </group>
  2413. <group id="group42" style="left:0px; top:402px; width:660px; height:66px; ">
  2414. <line id="line43" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2415. <caption id="caption126" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 6</caption>
  2416. <input id="ipt_qestitemgrupnm42" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7" style="left:103px; top:1px; width:338px; height:19px; "/>
  2417. <caption id="caption127" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2418. <input id="input116" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt7" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2419. <caption id="caption128" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2420. <button id="btn_itemmngt42" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2421. <caption>문항관리</caption>
  2422. <script type="javascript" ev:event="DOMActivate">
  2423. <![CDATA[
  2424. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7";
  2425. var refSeqNo = "/root/temp/qestgruplist["+ 7 + "]/qpaprseqno";
  2426. var refGrupNo = "/root/temp/qestgruplist["+ 7 + "]/qestitemgrupseqno";
  2427. fViewCell(refNm, refSeqNo, refGrupNo);
  2428. ]]>
  2429. </script>
  2430. </button>
  2431. <select id="chk_qestuseyn42" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2432. <choices>
  2433. <item>
  2434. <label>설명사용</label>
  2435. <value>Y</value>
  2436. </item>
  2437. </choices>
  2438. <script type="javascript" ev:event="xforms-value-changed">
  2439. <![CDATA[
  2440. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7");
  2441. if (descuse == "Y") {
  2442. tar_qestitemgrupdesc42.disabled = false;
  2443. } else {
  2444. tar_qestitemgrupdesc42.disabled = true;
  2445. }
  2446. ]]>
  2447. </script>
  2448. </select>
  2449. <textarea id="tar_qestitemgrupdesc42" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc7" style="left:103px; top:22px; width:557px; height:40px; "/>
  2450. </group>
  2451. <group id="group43" style="left:0px; top:469px; width:660px; height:66px; ">
  2452. <line id="line44" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2453. <caption id="caption129" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 7</caption>
  2454. <input id="ipt_qestitemgrupnm43" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm8" style="left:103px; top:1px; width:338px; height:19px; "/>
  2455. <caption id="caption130" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2456. <input id="input119" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt8" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2457. <caption id="caption131" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2458. <button id="btn_itemmngt43" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2459. <caption>문항관리</caption>
  2460. <script type="javascript" ev:event="DOMActivate">
  2461. <![CDATA[
  2462. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm8";
  2463. var refSeqNo = "/root/temp/qestgruplist["+ 8 + "]/qpaprseqno";
  2464. var refGrupNo = "/root/temp/qestgruplist["+ 8 + "]/qestitemgrupseqno";
  2465. fViewCell(refNm, refSeqNo, refGrupNo);
  2466. ]]>
  2467. </script>
  2468. </button>
  2469. <select id="chk_qestuseyn43" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn8" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2470. <choices>
  2471. <item>
  2472. <label>설명사용</label>
  2473. <value>Y</value>
  2474. </item>
  2475. </choices>
  2476. <script type="javascript" ev:event="xforms-value-changed">
  2477. <![CDATA[
  2478. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn8");
  2479. if (descuse == "Y") {
  2480. tar_qestitemgrupdesc43.disabled = false;
  2481. } else {
  2482. tar_qestitemgrupdesc43.disabled = true;
  2483. }
  2484. ]]>
  2485. </script>
  2486. </select>
  2487. <textarea id="tar_qestitemgrupdesc43" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc8" style="left:103px; top:22px; width:557px; height:40px; "/>
  2488. </group>
  2489. <group id="group44" style="left:0px; top:536px; width:660px; height:66px; ">
  2490. <line id="line45" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2491. <caption id="caption132" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 8</caption>
  2492. <input id="ipt_qestitemgrupnm44" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm9" style="left:103px; top:1px; width:338px; height:19px; "/>
  2493. <caption id="caption133" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2494. <input id="input122" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt9" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2495. <caption id="caption134" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2496. <button id="btn_itemmngt44" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2497. <caption>문항관리</caption>
  2498. <script type="javascript" ev:event="DOMActivate">
  2499. <![CDATA[
  2500. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm9";
  2501. var refSeqNo = "/root/temp/qestgruplist["+ 9 + "]/qpaprseqno";
  2502. var refGrupNo = "/root/temp/qestgruplist["+ 9 + "]/qestitemgrupseqno";
  2503. fViewCell(refNm, refSeqNo, refGrupNo);
  2504. ]]>
  2505. </script>
  2506. </button>
  2507. <select id="chk_qestuseyn44" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn9" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2508. <choices>
  2509. <item>
  2510. <label>설명사용</label>
  2511. <value>Y</value>
  2512. </item>
  2513. </choices>
  2514. <script type="javascript" ev:event="xforms-value-changed">
  2515. <![CDATA[
  2516. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn9");
  2517. if (descuse == "Y") {
  2518. tar_qestitemgrupdesc44.disabled = false;
  2519. } else {
  2520. tar_qestitemgrupdesc44.disabled = true;
  2521. }
  2522. ]]>
  2523. </script>
  2524. </select>
  2525. <textarea id="tar_qestitemgrupdesc44" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc9" style="left:103px; top:22px; width:557px; height:40px; "/>
  2526. </group>
  2527. </case>
  2528. <case id="case9">
  2529. <group id="group45" style="left:0px; top:0px; width:660px; height:66; ">
  2530. <line id="line56" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  2531. <caption id="caption165" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  2532. <input id="ipt_qestitemgrupnm45" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" disabled="false" style="left:103px; top:1px; width:338px; height:19px; "/>
  2533. <caption id="caption166" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2534. <input id="ipt_qestitemcnt9" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2535. <caption id="caption167" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2536. <button id="btn_itemmngt45" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2537. <caption>문항관리</caption>
  2538. <script type="javascript" ev:event="DOMActivate">
  2539. <![CDATA[
  2540. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  2541. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  2542. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  2543. fViewCell(refNm, refSeqNo, refGrupNo);
  2544. ]]>
  2545. </script>
  2546. </button>
  2547. <select id="chk_qestuseyn45" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2548. <choices>
  2549. <item>
  2550. <label>설명사용</label>
  2551. <value>Y</value>
  2552. </item>
  2553. </choices>
  2554. <script type="javascript" ev:event="xforms-value-changed">
  2555. <![CDATA[
  2556. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  2557. if (descuse == "Y") {
  2558. tar_qestitemgrupdesc45.disabled = false;
  2559. } else {
  2560. tar_qestitemgrupdesc45.disabled = true;
  2561. }
  2562. ]]>
  2563. </script>
  2564. </select>
  2565. <textarea id="tar_qestitemgrupdesc45" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  2566. </group>
  2567. <group id="group46" style="left:0px; top:67px; width:660px; height:66px; ">
  2568. <line id="line48" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2569. <caption id="caption141" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  2570. <input id="ipt_qestitemgrupnm46" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  2571. <caption id="caption142" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2572. <input id="input130" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2573. <caption id="caption143" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2574. <button id="btn_itemmngt46" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2575. <caption>문항관리</caption>
  2576. <script type="javascript" ev:event="DOMActivate">
  2577. <![CDATA[
  2578. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  2579. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  2580. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  2581. fViewCell(refNm, refSeqNo, refGrupNo);
  2582. ]]>
  2583. </script>
  2584. </button>
  2585. <select id="chk_qestuseyn46" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2586. <choices>
  2587. <item>
  2588. <label>설명사용</label>
  2589. <value>Y</value>
  2590. </item>
  2591. </choices>
  2592. <script type="javascript" ev:event="xforms-value-changed">
  2593. <![CDATA[
  2594. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  2595. if (descuse == "Y") {
  2596. tar_qestitemgrupdesc46.disabled = false;
  2597. } else {
  2598. tar_qestitemgrupdesc46.disabled = true;
  2599. }
  2600. ]]>
  2601. </script>
  2602. </select>
  2603. <textarea id="tar_qestitemgrupdesc46" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  2604. </group>
  2605. <group id="group47" style="left:0px; top:134px; width:660px; height:66px; ">
  2606. <line id="line58" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2607. <caption id="caption171" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  2608. <input id="ipt_qestitemgrupnm47" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  2609. <caption id="caption172" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2610. <input id="input2" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2611. <caption id="caption173" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2612. <button id="btn_itemmngt47" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2613. <caption>문항관리</caption>
  2614. <script type="javascript" ev:event="DOMActivate">
  2615. <![CDATA[
  2616. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  2617. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  2618. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  2619. fViewCell(refNm, refSeqNo, refGrupNo);
  2620. ]]>
  2621. </script>
  2622. </button>
  2623. <select id="chk_qestuseyn47" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2624. <choices>
  2625. <item>
  2626. <label>설명사용</label>
  2627. <value>Y</value>
  2628. </item>
  2629. </choices>
  2630. <script type="javascript" ev:event="xforms-value-changed">
  2631. <![CDATA[
  2632. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  2633. if (descuse == "Y") {
  2634. tar_qestitemgrupdesc47.disabled = false;
  2635. } else {
  2636. tar_qestitemgrupdesc47.disabled = true;
  2637. }
  2638. ]]>
  2639. </script>
  2640. </select>
  2641. <textarea id="tar_qestitemgrupdesc47" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  2642. </group>
  2643. <group id="group48" style="left:0px; top:201px; width:660px; height:66px; ">
  2644. <line id="line49" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2645. <caption id="caption144" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 3</caption>
  2646. <input id="ipt_qestitemgrupnm48" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4" style="left:103px; top:1px; width:338px; height:19px; "/>
  2647. <caption id="caption145" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2648. <input id="input133" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt4" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2649. <caption id="caption146" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2650. <button id="btn_itemmngt48" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2651. <caption>문항관리</caption>
  2652. <script type="javascript" ev:event="DOMActivate">
  2653. <![CDATA[
  2654. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4";
  2655. var refSeqNo = "/root/temp/qestgruplist["+ 4 + "]/qpaprseqno";
  2656. var refGrupNo = "/root/temp/qestgruplist["+ 4 + "]/qestitemgrupseqno";
  2657. fViewCell(refNm, refSeqNo, refGrupNo);
  2658. ]]>
  2659. </script>
  2660. </button>
  2661. <select id="chk_qestuseyn48" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2662. <choices>
  2663. <item>
  2664. <label>설명사용</label>
  2665. <value>Y</value>
  2666. </item>
  2667. </choices>
  2668. <script type="javascript" ev:event="xforms-value-changed">
  2669. <![CDATA[
  2670. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4");
  2671. if (descuse == "Y") {
  2672. tar_qestitemgrupdesc48.disabled = false;
  2673. } else {
  2674. tar_qestitemgrupdesc48.disabled = true;
  2675. }
  2676. ]]>
  2677. </script>
  2678. </select>
  2679. <textarea id="tar_qestitemgrupdesc48" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc4" style="left:103px; top:22px; width:557px; height:40px; "/>
  2680. </group>
  2681. <group id="group49" style="left:0px; top:268px; width:660px; height:66px; ">
  2682. <line id="line50" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2683. <caption id="caption147" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 4</caption>
  2684. <input id="ipt_qestitemgrupnm49" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5" style="left:103px; top:1px; width:338px; height:19px; "/>
  2685. <caption id="caption148" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2686. <input id="input136" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt5" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2687. <caption id="caption149" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2688. <button id="btn_itemmngt49" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2689. <caption>문항관리</caption>
  2690. <script type="javascript" ev:event="DOMActivate">
  2691. <![CDATA[
  2692. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5";
  2693. var refSeqNo = "/root/temp/qestgruplist["+ 5 + "]/qpaprseqno";
  2694. var refGrupNo = "/root/temp/qestgruplist["+ 5 + "]/qestitemgrupseqno";
  2695. fViewCell(refNm, refSeqNo, refGrupNo);
  2696. ]]>
  2697. </script>
  2698. </button>
  2699. <select id="chk_qestuseyn49" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2700. <choices>
  2701. <item>
  2702. <label>설명사용</label>
  2703. <value>Y</value>
  2704. </item>
  2705. </choices>
  2706. <script type="javascript" ev:event="xforms-value-changed">
  2707. <![CDATA[
  2708. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5");
  2709. if (descuse == "Y") {
  2710. tar_qestitemgrupdesc49.disabled = false;
  2711. } else {
  2712. tar_qestitemgrupdesc49.disabled = true;
  2713. }
  2714. ]]>
  2715. </script>
  2716. </select>
  2717. <textarea id="tar_qestitemgrupdesc49" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc5" style="left:103px; top:22px; width:557px; height:40px; "/>
  2718. </group>
  2719. <group id="group50" style="left:0px; top:335px; width:660px; height:66px; ">
  2720. <line id="line51" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2721. <caption id="caption150" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 5</caption>
  2722. <input id="ipt_qestitemgrupnm50" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6" style="left:103px; top:1px; width:338px; height:19px; "/>
  2723. <caption id="caption151" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2724. <input id="input139" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt6" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2725. <caption id="caption152" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2726. <button id="btn_itemmngt50" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2727. <caption>문항관리</caption>
  2728. <script type="javascript" ev:event="DOMActivate">
  2729. <![CDATA[
  2730. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6";
  2731. var refSeqNo = "/root/temp/qestgruplist["+ 6 + "]/qpaprseqno";
  2732. var refGrupNo = "/root/temp/qestgruplist["+ 6 + "]/qestitemgrupseqno";
  2733. fViewCell(refNm, refSeqNo, refGrupNo);
  2734. ]]>
  2735. </script>
  2736. </button>
  2737. <select id="chk_qestuseyn50" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2738. <choices>
  2739. <item>
  2740. <label>설명사용</label>
  2741. <value>Y</value>
  2742. </item>
  2743. </choices>
  2744. <script type="javascript" ev:event="xforms-value-changed">
  2745. <![CDATA[
  2746. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6");
  2747. if (descuse == "Y") {
  2748. tar_qestitemgrupdesc50.disabled = false;
  2749. } else {
  2750. tar_qestitemgrupdesc50.disabled = true;
  2751. }
  2752. ]]>
  2753. </script>
  2754. </select>
  2755. <textarea id="tar_qestitemgrupdesc50" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc6" style="left:103px; top:22px; width:557px; height:40px; "/>
  2756. </group>
  2757. <group id="group51" style="left:0px; top:402px; width:660px; height:66px; ">
  2758. <line id="line52" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2759. <caption id="caption153" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 6</caption>
  2760. <input id="ipt_qestitemgrupnm51" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7" style="left:103px; top:1px; width:338px; height:19px; "/>
  2761. <caption id="caption154" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2762. <input id="input142" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt7" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2763. <caption id="caption155" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2764. <button id="btn_itemmngt51" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2765. <caption>문항관리</caption>
  2766. <script type="javascript" ev:event="DOMActivate">
  2767. <![CDATA[
  2768. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7";
  2769. var refSeqNo = "/root/temp/qestgruplist["+ 7 + "]/qpaprseqno";
  2770. var refGrupNo = "/root/temp/qestgruplist["+ 7 + "]/qestitemgrupseqno";
  2771. fViewCell(refNm, refSeqNo, refGrupNo);
  2772. ]]>
  2773. </script>
  2774. </button>
  2775. <select id="chk_qestuseyn51" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2776. <choices>
  2777. <item>
  2778. <label>설명사용</label>
  2779. <value>Y</value>
  2780. </item>
  2781. </choices>
  2782. <script type="javascript" ev:event="xforms-value-changed">
  2783. <![CDATA[
  2784. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7");
  2785. if (descuse == "Y") {
  2786. tar_qestitemgrupdesc51.disabled = false;
  2787. } else {
  2788. tar_qestitemgrupdesc51.disabled = true;
  2789. }
  2790. ]]>
  2791. </script>
  2792. </select>
  2793. <textarea id="tar_qestitemgrupdesc51" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc7" style="left:103px; top:22px; width:557px; height:40px; "/>
  2794. </group>
  2795. <group id="group52" style="left:0px; top:469px; width:660px; height:66px; ">
  2796. <line id="line53" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2797. <caption id="caption156" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 7</caption>
  2798. <input id="ipt_qestitemgrupnm52" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm8" style="left:103px; top:1px; width:338px; height:19px; "/>
  2799. <caption id="caption157" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2800. <input id="input145" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt8" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2801. <caption id="caption158" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2802. <button id="btn_itemmngt52" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2803. <caption>문항관리</caption>
  2804. <script type="javascript" ev:event="DOMActivate">
  2805. <![CDATA[
  2806. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm8";
  2807. var refSeqNo = "/root/temp/qestgruplist["+ 8 + "]/qpaprseqno";
  2808. var refGrupNo = "/root/temp/qestgruplist["+ 8 + "]/qestitemgrupseqno";
  2809. fViewCell(refNm, refSeqNo, refGrupNo);
  2810. ]]>
  2811. </script>
  2812. </button>
  2813. <select id="chk_qestuseyn52" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn8" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2814. <choices>
  2815. <item>
  2816. <label>설명사용</label>
  2817. <value>Y</value>
  2818. </item>
  2819. </choices>
  2820. <script type="javascript" ev:event="xforms-value-changed">
  2821. <![CDATA[
  2822. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn8");
  2823. if (descuse == "Y") {
  2824. tar_qestitemgrupdesc52.disabled = false;
  2825. } else {
  2826. tar_qestitemgrupdesc52.disabled = true;
  2827. }
  2828. ]]>
  2829. </script>
  2830. </select>
  2831. <textarea id="tar_qestitemgrupdesc52" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc8" style="left:103px; top:22px; width:557px; height:40px; "/>
  2832. </group>
  2833. <group id="group53" style="left:0px; top:536px; width:660px; height:66px; ">
  2834. <line id="line54" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2835. <caption id="caption159" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 8</caption>
  2836. <input id="ipt_qestitemgrupnm53" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm9" style="left:103px; top:1px; width:338px; height:19px; "/>
  2837. <caption id="caption160" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2838. <input id="input148" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt9" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2839. <caption id="caption161" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2840. <button id="btn_itemmngt53" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2841. <caption>문항관리</caption>
  2842. <script type="javascript" ev:event="DOMActivate">
  2843. <![CDATA[
  2844. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm9";
  2845. var refSeqNo = "/root/temp/qestgruplist["+ 9 + "]/qpaprseqno";
  2846. var refGrupNo = "/root/temp/qestgruplist["+ 9 + "]/qestitemgrupseqno";
  2847. fViewCell(refNm, refSeqNo, refGrupNo);
  2848. ]]>
  2849. </script>
  2850. </button>
  2851. <select id="chk_qestuseyn53" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn9" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2852. <choices>
  2853. <item>
  2854. <label>설명사용</label>
  2855. <value>Y</value>
  2856. </item>
  2857. </choices>
  2858. <script type="javascript" ev:event="xforms-value-changed">
  2859. <![CDATA[
  2860. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn9");
  2861. if (descuse == "Y") {
  2862. tar_qestitemgrupdesc53.disabled = false;
  2863. } else {
  2864. tar_qestitemgrupdesc53.disabled = true;
  2865. }
  2866. ]]>
  2867. </script>
  2868. </select>
  2869. <textarea id="tar_qestitemgrupdesc53" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc9" style="left:103px; top:22px; width:557px; height:40px; "/>
  2870. </group>
  2871. <group id="group54" style="left:0px; top:603px; width:660px; height:66px; ">
  2872. <line id="line55" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2873. <caption id="caption162" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 9</caption>
  2874. <input id="ipt_qestitemgrupnm54" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm10" style="left:103px; top:1px; width:338px; height:19px; "/>
  2875. <caption id="caption163" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2876. <input id="input151" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt10" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2877. <caption id="caption164" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2878. <button id="btn_itemmngt54" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2879. <caption>문항관리</caption>
  2880. <script type="javascript" ev:event="DOMActivate">
  2881. <![CDATA[
  2882. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm10";
  2883. var refSeqNo = "/root/temp/qestgruplist["+ 10 + "]/qpaprseqno";
  2884. var refGrupNo = "/root/temp/qestgruplist["+ 10 + "]/qestitemgrupseqno";
  2885. fViewCell(refNm, refSeqNo, refGrupNo);
  2886. ]]>
  2887. </script>
  2888. </button>
  2889. <select id="chk_qestuseyn54" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn10" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2890. <choices>
  2891. <item>
  2892. <label>설명사용</label>
  2893. <value>Y</value>
  2894. </item>
  2895. </choices>
  2896. <script type="javascript" ev:event="xforms-value-changed">
  2897. <![CDATA[
  2898. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn10");
  2899. if (descuse == "Y") {
  2900. tar_qestitemgrupdesc54.disabled = false;
  2901. } else {
  2902. tar_qestitemgrupdesc54.disabled = true;
  2903. }
  2904. ]]>
  2905. </script>
  2906. </select>
  2907. <textarea id="tar_qestitemgrupdesc54" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc10" style="left:103px; top:22px; width:557px; height:40px; "/>
  2908. </group>
  2909. </case>
  2910. <case id="case10">
  2911. <group id="group55" style="left:0px; top:0px; width:660px; height:66; ">
  2912. <line id="line37" class="line_2" style="x1:0px; y1:64px; x2:660px; y2:64px; "/>
  2913. <caption id="caption108" class="cell_1" style="left:0px; top:0px; width:100px; height:66; ">기초설문</caption>
  2914. <input id="ipt_qestitemgrupnm55" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1" disabled="false" style="left:103px; top:1px; width:338px; height:19px; "/>
  2915. <caption id="caption109" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2916. <input id="ipt_qestitemcnt10" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt1" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2917. <caption id="caption110" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2918. <button id="btn_itemmngt55" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2919. <caption>문항관리</caption>
  2920. <script type="javascript" ev:event="DOMActivate">
  2921. <![CDATA[
  2922. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm1";
  2923. var refSeqNo = "/root/temp/qestgruplist["+ 1 + "]/qpaprseqno";
  2924. var refGrupNo = "/root/temp/qestgruplist["+ 1 + "]/qestitemgrupseqno";
  2925. fViewCell(refNm, refSeqNo, refGrupNo);
  2926. ]]>
  2927. </script>
  2928. </button>
  2929. <select id="chk_qestuseyn55" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2930. <choices>
  2931. <item>
  2932. <label>설명사용</label>
  2933. <value>Y</value>
  2934. </item>
  2935. </choices>
  2936. <script type="javascript" ev:event="xforms-value-changed">
  2937. <![CDATA[
  2938. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn1");
  2939. if (descuse == "Y") {
  2940. tar_qestitemgrupdesc55.disabled = false;
  2941. } else {
  2942. tar_qestitemgrupdesc55.disabled = true;
  2943. }
  2944. ]]>
  2945. </script>
  2946. </select>
  2947. <textarea id="tar_qestitemgrupdesc55" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc1" style="left:103px; top:22px; width:557px; height:40px; "/>
  2948. </group>
  2949. <group id="group56" style="left:0px; top:67px; width:660px; height:66px; ">
  2950. <line id="line38" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2951. <caption id="caption111" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 1</caption>
  2952. <input id="ipt_qestitemgrupnm56" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2" style="left:103px; top:1px; width:338px; height:19px; "/>
  2953. <caption id="caption112" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2954. <input id="input125" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt2" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2955. <caption id="caption113" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2956. <button id="btn_itemmngt56" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2957. <caption>문항관리</caption>
  2958. <script type="javascript" ev:event="DOMActivate">
  2959. <![CDATA[
  2960. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm2";
  2961. var refSeqNo = "/root/temp/qestgruplist["+ 2 + "]/qpaprseqno";
  2962. var refGrupNo = "/root/temp/qestgruplist["+ 2 + "]/qestitemgrupseqno";
  2963. fViewCell(refNm, refSeqNo, refGrupNo);
  2964. ]]>
  2965. </script>
  2966. </button>
  2967. <select id="chk_qestuseyn56" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  2968. <choices>
  2969. <item>
  2970. <label>설명사용</label>
  2971. <value>Y</value>
  2972. </item>
  2973. </choices>
  2974. <script type="javascript" ev:event="xforms-value-changed">
  2975. <![CDATA[
  2976. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn2");
  2977. if (descuse == "Y") {
  2978. tar_qestitemgrupdesc56.disabled = false;
  2979. } else {
  2980. tar_qestitemgrupdesc56.disabled = true;
  2981. }
  2982. ]]>
  2983. </script>
  2984. </select>
  2985. <textarea id="tar_qestitemgrupdesc56" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc2" style="left:103px; top:22px; width:557px; height:40px; "/>
  2986. </group>
  2987. <group id="group57" style="left:0px; top:134px; width:660px; height:66px; ">
  2988. <line id="line47" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  2989. <caption id="caption138" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 2</caption>
  2990. <input id="ipt_qestitemgrupnm57" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3" style="left:103px; top:1px; width:338px; height:19px; "/>
  2991. <caption id="caption139" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  2992. <input id="input128" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt3" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  2993. <caption id="caption140" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  2994. <button id="btn_itemmngt57" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  2995. <caption>문항관리</caption>
  2996. <script type="javascript" ev:event="DOMActivate">
  2997. <![CDATA[
  2998. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm3";
  2999. var refSeqNo = "/root/temp/qestgruplist["+ 3 + "]/qpaprseqno";
  3000. var refGrupNo = "/root/temp/qestgruplist["+ 3 + "]/qestitemgrupseqno";
  3001. fViewCell(refNm, refSeqNo, refGrupNo);
  3002. ]]>
  3003. </script>
  3004. </button>
  3005. <select id="chk_qestuseyn57" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3006. <choices>
  3007. <item>
  3008. <label>설명사용</label>
  3009. <value>Y</value>
  3010. </item>
  3011. </choices>
  3012. <script type="javascript" ev:event="xforms-value-changed">
  3013. <![CDATA[
  3014. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn3");
  3015. if (descuse == "Y") {
  3016. tar_qestitemgrupdesc57.disabled = false;
  3017. } else {
  3018. tar_qestitemgrupdesc57.disabled = true;
  3019. }
  3020. ]]>
  3021. </script>
  3022. </select>
  3023. <textarea id="tar_qestitemgrupdesc57" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc3" style="left:103px; top:22px; width:557px; height:40px; "/>
  3024. </group>
  3025. <group id="group58" style="left:0px; top:201px; width:660px; height:66px; ">
  3026. <line id="line59" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  3027. <caption id="caption174" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 3</caption>
  3028. <input id="ipt_qestitemgrupnm58" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4" style="left:103px; top:1px; width:338px; height:19px; "/>
  3029. <caption id="caption175" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  3030. <input id="input7" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt4" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  3031. <caption id="caption176" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  3032. <button id="btn_itemmngt58" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  3033. <caption>문항관리</caption>
  3034. <script type="javascript" ev:event="DOMActivate">
  3035. <![CDATA[
  3036. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm4";
  3037. var refSeqNo = "/root/temp/qestgruplist["+ 4 + "]/qpaprseqno";
  3038. var refGrupNo = "/root/temp/qestgruplist["+ 4 + "]/qestitemgrupseqno";
  3039. fViewCell(refNm, refSeqNo, refGrupNo);
  3040. ]]>
  3041. </script>
  3042. </button>
  3043. <select id="chk_qestuseyn58" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3044. <choices>
  3045. <item>
  3046. <label>설명사용</label>
  3047. <value>Y</value>
  3048. </item>
  3049. </choices>
  3050. <script type="javascript" ev:event="xforms-value-changed">
  3051. <![CDATA[
  3052. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn4");
  3053. if (descuse == "Y") {
  3054. tar_qestitemgrupdesc58.disabled = false;
  3055. } else {
  3056. tar_qestitemgrupdesc58.disabled = true;
  3057. }
  3058. ]]>
  3059. </script>
  3060. </select>
  3061. <textarea id="tar_qestitemgrupdesc58" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc4" style="left:103px; top:22px; width:557px; height:40px; "/>
  3062. </group>
  3063. <group id="group59" style="left:0px; top:268px; width:660px; height:66px; ">
  3064. <line id="line60" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  3065. <caption id="caption177" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 4</caption>
  3066. <input id="ipt_qestitemgrupnm59" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5" style="left:103px; top:1px; width:338px; height:19px; "/>
  3067. <caption id="caption178" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  3068. <input id="input165" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt5" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  3069. <caption id="caption179" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  3070. <button id="btn_itemmngt59" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  3071. <caption>문항관리</caption>
  3072. <script type="javascript" ev:event="DOMActivate">
  3073. <![CDATA[
  3074. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm5";
  3075. var refSeqNo = "/root/temp/qestgruplist["+ 5 + "]/qpaprseqno";
  3076. var refGrupNo = "/root/temp/qestgruplist["+ 5 + "]/qestitemgrupseqno";
  3077. fViewCell(refNm, refSeqNo, refGrupNo);
  3078. ]]>
  3079. </script>
  3080. </button>
  3081. <select id="chk_qestuseyn59" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3082. <choices>
  3083. <item>
  3084. <label>설명사용</label>
  3085. <value>Y</value>
  3086. </item>
  3087. </choices>
  3088. <script type="javascript" ev:event="xforms-value-changed">
  3089. <![CDATA[
  3090. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn5");
  3091. if (descuse == "Y") {
  3092. tar_qestitemgrupdesc59.disabled = false;
  3093. } else {
  3094. tar_qestitemgrupdesc59.disabled = true;
  3095. }
  3096. ]]>
  3097. </script>
  3098. </select>
  3099. <textarea id="tar_qestitemgrupdesc59" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc5" style="left:103px; top:22px; width:557px; height:40px; "/>
  3100. </group>
  3101. <group id="group60" style="left:0px; top:335px; width:660px; height:66px; ">
  3102. <line id="line61" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  3103. <caption id="caption180" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 5</caption>
  3104. <input id="ipt_qestitemgrupnm60" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6" style="left:103px; top:1px; width:338px; height:19px; "/>
  3105. <caption id="caption181" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  3106. <input id="input168" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt6" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  3107. <caption id="caption182" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  3108. <button id="btn_itemmngt60" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  3109. <caption>문항관리</caption>
  3110. <script type="javascript" ev:event="DOMActivate">
  3111. <![CDATA[
  3112. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm6";
  3113. var refSeqNo = "/root/temp/qestgruplist["+ 6 + "]/qpaprseqno";
  3114. var refGrupNo = "/root/temp/qestgruplist["+ 6 + "]/qestitemgrupseqno";
  3115. fViewCell(refNm, refSeqNo, refGrupNo);
  3116. ]]>
  3117. </script>
  3118. </button>
  3119. <select id="chk_qestuseyn60" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3120. <choices>
  3121. <item>
  3122. <label>설명사용</label>
  3123. <value>Y</value>
  3124. </item>
  3125. </choices>
  3126. <script type="javascript" ev:event="xforms-value-changed">
  3127. <![CDATA[
  3128. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn6");
  3129. if (descuse == "Y") {
  3130. tar_qestitemgrupdesc60.disabled = false;
  3131. } else {
  3132. tar_qestitemgrupdesc60.disabled = true;
  3133. }
  3134. ]]>
  3135. </script>
  3136. </select>
  3137. <textarea id="tar_qestitemgrupdesc60" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc6" style="left:103px; top:22px; width:557px; height:40px; "/>
  3138. </group>
  3139. <group id="group61" style="left:0px; top:402px; width:660px; height:66px; ">
  3140. <line id="line62" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  3141. <caption id="caption183" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 6</caption>
  3142. <input id="ipt_qestitemgrupnm61" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7" style="left:103px; top:1px; width:338px; height:19px; "/>
  3143. <caption id="caption184" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  3144. <input id="input171" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt7" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  3145. <caption id="caption185" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  3146. <button id="btn_itemmngt61" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  3147. <caption>문항관리</caption>
  3148. <script type="javascript" ev:event="DOMActivate">
  3149. <![CDATA[
  3150. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm7";
  3151. var refSeqNo = "/root/temp/qestgruplist["+ 7 + "]/qpaprseqno";
  3152. var refGrupNo = "/root/temp/qestgruplist["+ 7 + "]/qestitemgrupseqno";
  3153. fViewCell(refNm, refSeqNo, refGrupNo);
  3154. ]]>
  3155. </script>
  3156. </button>
  3157. <select id="chk_qestuseyn61" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3158. <choices>
  3159. <item>
  3160. <label>설명사용</label>
  3161. <value>Y</value>
  3162. </item>
  3163. </choices>
  3164. <script type="javascript" ev:event="xforms-value-changed">
  3165. <![CDATA[
  3166. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn7");
  3167. if (descuse == "Y") {
  3168. tar_qestitemgrupdesc61.disabled = false;
  3169. } else {
  3170. tar_qestitemgrupdesc61.disabled = true;
  3171. }
  3172. ]]>
  3173. </script>
  3174. </select>
  3175. <textarea id="tar_qestitemgrupdesc61" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc7" style="left:103px; top:22px; width:557px; height:40px; "/>
  3176. </group>
  3177. <group id="group62" style="left:0px; top:469px; width:660px; height:66px; ">
  3178. <line id="line63" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  3179. <caption id="caption186" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 7</caption>
  3180. <input id="ipt_qestitemgrupnm62" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm8" style="left:103px; top:1px; width:338px; height:19px; "/>
  3181. <caption id="caption187" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  3182. <input id="input174" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt8" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  3183. <caption id="caption188" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  3184. <button id="btn_itemmngt62" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  3185. <caption>문항관리</caption>
  3186. <script type="javascript" ev:event="DOMActivate">
  3187. <![CDATA[
  3188. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm8";
  3189. var refSeqNo = "/root/temp/qestgruplist["+ 8 + "]/qpaprseqno";
  3190. var refGrupNo = "/root/temp/qestgruplist["+ 8 + "]/qestitemgrupseqno";
  3191. fViewCell(refNm, refSeqNo, refGrupNo);
  3192. ]]>
  3193. </script>
  3194. </button>
  3195. <select id="chk_qestuseyn62" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn8" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3196. <choices>
  3197. <item>
  3198. <label>설명사용</label>
  3199. <value>Y</value>
  3200. </item>
  3201. </choices>
  3202. <script type="javascript" ev:event="xforms-value-changed">
  3203. <![CDATA[
  3204. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn8");
  3205. if (descuse == "Y") {
  3206. tar_qestitemgrupdesc62.disabled = false;
  3207. } else {
  3208. tar_qestitemgrupdesc62.disabled = true;
  3209. }
  3210. ]]>
  3211. </script>
  3212. </select>
  3213. <textarea id="tar_qestitemgrupdesc62" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc8" style="left:103px; top:22px; width:557px; height:40px; "/>
  3214. </group>
  3215. <group id="group63" style="left:0px; top:536px; width:660px; height:66px; ">
  3216. <line id="line64" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  3217. <caption id="caption189" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 8</caption>
  3218. <input id="ipt_qestitemgrupnm63" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm9" style="left:103px; top:1px; width:338px; height:19px; "/>
  3219. <caption id="caption190" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  3220. <input id="input177" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt9" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  3221. <caption id="caption191" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  3222. <button id="btn_itemmngt63" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  3223. <caption>문항관리</caption>
  3224. <script type="javascript" ev:event="DOMActivate">
  3225. <![CDATA[
  3226. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm9";
  3227. var refSeqNo = "/root/temp/qestgruplist["+ 9 + "]/qpaprseqno";
  3228. var refGrupNo = "/root/temp/qestgruplist["+ 9 + "]/qestitemgrupseqno";
  3229. fViewCell(refNm, refSeqNo, refGrupNo);
  3230. ]]>
  3231. </script>
  3232. </button>
  3233. <select id="chk_qestuseyn63" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn9" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3234. <choices>
  3235. <item>
  3236. <label>설명사용</label>
  3237. <value>Y</value>
  3238. </item>
  3239. </choices>
  3240. <script type="javascript" ev:event="xforms-value-changed">
  3241. <![CDATA[
  3242. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn9");
  3243. if (descuse == "Y") {
  3244. tar_qestitemgrupdesc63.disabled = false;
  3245. } else {
  3246. tar_qestitemgrupdesc63.disabled = true;
  3247. }
  3248. ]]>
  3249. </script>
  3250. </select>
  3251. <textarea id="tar_qestitemgrupdesc63" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc9" style="left:103px; top:22px; width:557px; height:40px; "/>
  3252. </group>
  3253. <group id="group64" style="left:0px; top:603px; width:660px; height:66px; ">
  3254. <line id="line65" class="line_2" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  3255. <caption id="caption192" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 9</caption>
  3256. <input id="ipt_qestitemgrupnm64" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm10" style="left:103px; top:1px; width:338px; height:19px; "/>
  3257. <caption id="caption193" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  3258. <input id="input180" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt10" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  3259. <caption id="caption194" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  3260. <button id="btn_itemmngt64" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  3261. <caption>문항관리</caption>
  3262. <script type="javascript" ev:event="DOMActivate">
  3263. <![CDATA[
  3264. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm10";
  3265. var refSeqNo = "/root/temp/qestgruplist["+ 10 + "]/qpaprseqno";
  3266. var refGrupNo = "/root/temp/qestgruplist["+ 10 + "]/qestitemgrupseqno";
  3267. fViewCell(refNm, refSeqNo, refGrupNo);
  3268. ]]>
  3269. </script>
  3270. </button>
  3271. <select id="chk_qestuseyn64" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn10" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3272. <choices>
  3273. <item>
  3274. <label>설명사용</label>
  3275. <value>Y</value>
  3276. </item>
  3277. </choices>
  3278. <script type="javascript" ev:event="xforms-value-changed">
  3279. <![CDATA[
  3280. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn10");
  3281. if (descuse == "Y") {
  3282. tar_qestitemgrupdesc64.disabled = false;
  3283. } else {
  3284. tar_qestitemgrupdesc64.disabled = true;
  3285. }
  3286. ]]>
  3287. </script>
  3288. </select>
  3289. <textarea id="tar_qestitemgrupdesc64" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc10" style="left:103px; top:22px; width:557px; height:40px; "/>
  3290. </group>
  3291. <group id="group65" style="left:0px; top:670px; width:660px; height:66px; ">
  3292. <line id="line66" class="line_3" style="x1:0px; y1:65px; x2:660px; y2:65px; "/>
  3293. <caption id="caption195" class="cell_1" style="left:0px; top:0px; width:100px; height:66px; ">그룹 10</caption>
  3294. <input id="ipt_qestitemgrupnm65" ref="/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm11" style="left:103px; top:1px; width:338px; height:19px; "/>
  3295. <caption id="caption196" style="left:444px; top:2px; width:10px; height:20px; ">(</caption>
  3296. <input id="input183" ref="/root/main/qestitem/qestgruplist/qestitemcntlist/qestitemcnt11" disabled="true" style="left:457px; top:1px; width:30px; height:19px; "/>
  3297. <caption id="caption197" style="left:491px; top:2px; width:23px; height:20px; ">건 )</caption>
  3298. <button id="btn_itemmngt65" class="btn2_letter4" style="left:516px; top:1px; width:64px; height:19px; ">
  3299. <caption>문항관리</caption>
  3300. <script type="javascript" ev:event="DOMActivate">
  3301. <![CDATA[
  3302. var refNm = "/root/main/qestitem/qestgruplist/qestitemgrupnmlist/qestitemgrupnm11";
  3303. var refSeqNo = "/root/temp/qestgruplist["+ 11 + "]/qpaprseqno";
  3304. var refGrupNo = "/root/temp/qestgruplist["+ 11 + "]/qestitemgrupseqno";
  3305. fViewCell(refNm, refSeqNo, refGrupNo);
  3306. ]]>
  3307. </script>
  3308. </button>
  3309. <select id="chk_qestuseyn65" ref="/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn11" overflow="visible" appearance="full" style="left:583px; top:3px; width:70px; height:13px; border-style:none; ">
  3310. <choices>
  3311. <item>
  3312. <label>설명사용</label>
  3313. <value>Y</value>
  3314. </item>
  3315. </choices>
  3316. <script type="javascript" ev:event="xforms-value-changed">
  3317. <![CDATA[
  3318. var descuse = model.getValue("/root/main/qestitem/qestgruplist/qestuseynlist/qestuseyn11");
  3319. if (descuse == "Y") {
  3320. tar_qestitemgrupdesc65.disabled = false;
  3321. } else {
  3322. tar_qestitemgrupdesc65.disabled = true;
  3323. }
  3324. ]]>
  3325. </script>
  3326. </select>
  3327. <textarea id="tar_qestitemgrupdesc65" ref="/root/main/qestitem/qestgruplist/qestitemgrupdesclist/qestitemgrupdesc11" style="left:103px; top:22px; width:557px; height:40px; "/>
  3328. </group>
  3329. </case>
  3330. </switch>
  3331. <group id="group66" style="left:0px; top:457px; width:660px; height:27px; ">
  3332. <button id="button41" class="btn4_letter2" style="left:604px; top:5px; width:56px; height:22px; ">
  3333. <caption>닫기</caption>
  3334. <script type="javascript" ev:event="DOMActivate">
  3335. <![CDATA[
  3336. window.close();
  3337. ]]>
  3338. </script>
  3339. </button>
  3340. </group>
  3341. <datagrid id="grd_gruplist" nodeset="/root/temp/gruplist" visibility="hidden" caption="qpaprseqno^qestitemgrupseqno^qestitemgrupnm^qestitemcnt^qestuseyn^qestitemgrupdesc" colsep="^" colwidth="100, 110, 95, 110, 100, 110" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:90px; width:325px; height:170px; ">
  3342. <col ref="qpaprseqno"/>
  3343. <col ref="qestitemgrupseqno"/>
  3344. <col ref="qestitemgrupnm"/>
  3345. <col ref="qestitemcnt"/>
  3346. <col ref="qestuseyn"/>
  3347. <col ref="qestitemgrupdesc"/>
  3348. </datagrid>
  3349. </xhtml:body>
  3350. </xhtml:html>