SPIIA00101_정규심사회의록작성.xrw 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>정규심사회의록</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <judgconf>
  11. <sjudgconf>
  12. <subjid/>
  13. <judgkind/>
  14. <judgappdg/>
  15. <instcd/>
  16. <judgconfkind/>
  17. <judgrslt/>
  18. <allpsnno/>
  19. <attntrpsnno/>
  20. <appcnt/>
  21. <rejtcnt/>
  22. <rejtresn/>
  23. <judgnonentry/>
  24. <nonentryresn/>
  25. <judgitem1/>
  26. <judgitem2/>
  27. <judgitem3/>
  28. <judgitem4/>
  29. <judgitem5/>
  30. <judgitem6/>
  31. <judgitem7/>
  32. <judgitem8/>
  33. <judgitem9/>
  34. <m/>
  35. <conftm/>
  36. <allentry/>
  37. <judgdd/>
  38. <reptkind/>
  39. <reptchoose/>
  40. <abstaincnt/>
  41. <nonentrycnt/>
  42. </sjudgconf>
  43. <subjinfo>
  44. <subjno/>
  45. <itemnm/>
  46. <comnm/>
  47. <respstdyempno/>
  48. <respstdynm/>
  49. <subjnm/>
  50. <contschedd/>
  51. <mdlschedd/>
  52. <m/>
  53. <subjid/>
  54. <instcd/>
  55. <roothospidxcasecnt/>
  56. </subjinfo>
  57. </judgconf>
  58. </main>
  59. <send>
  60. <srchjudgappdg/>
  61. <srchjudgkind/>
  62. <srchsubjid/>
  63. <srchinstcd/>
  64. <srchflag/>
  65. <srchreptkind/>
  66. <srchreptseqno/>
  67. <searchitem>
  68. <instcd/>
  69. <subjid/>
  70. <reptkind/>
  71. </searchitem>
  72. <searchitem2>
  73. <instcd/>
  74. <subjid/>
  75. <reptseqno/>
  76. <reptkind/>
  77. <judgappdg/>
  78. <roothospidxcasecnt/>
  79. <subjno/>
  80. <subjnm/>
  81. <totstdycost/>
  82. <direccost/>
  83. <autosrchyn/>
  84. <actionyn/>
  85. <judgdd/>
  86. </searchitem2>
  87. <data2>
  88. <subjid/>
  89. <instcd/>
  90. <confyn/>
  91. <reserrtnresn/>
  92. <reptkind/>
  93. <reptseqno/>
  94. </data2>
  95. </send>
  96. <init>
  97. </init>
  98. <hidden>
  99. </hidden>
  100. </root>
  101. </instance>
  102. <script type="javascript" ev:event="xforms-ready">
  103. <![CDATA[
  104. var judgappdg = opener.javascript.getParameter("judgappdg");
  105. var judgkind = opener.javascript.getParameter("judgkind");
  106. var instcd = opener.javascript.getParameter("instcd");
  107. var subjid = opener.javascript.getParameter("subjid");
  108. var confyn = opener.javascript.getParameter("confyn");
  109. var judgdd = opener.javascript.getParameter("judgdd");
  110. var reptkind = opener.javascript.getParameter("reptkind");
  111. var reptseqno = opener.javascript.getParameter("reptseqno");
  112. var nosave = opener.javascript.getParameter("nosave");
  113. var judgdd = opener.javascript.getParameter("judgdd"); // kjw추가(2010.02.24, 심의일)
  114. /* -- 2010-05-31(일방 IRB관리에서도 수정 가능하게 변경)
  115. if(nosave =='Y'){
  116. button18.disabled=true;
  117. } else {
  118. button18.disabled=false;
  119. }
  120. */
  121. model.setValue("/root/send/srchjudgappdg", judgappdg);
  122. model.setValue("/root/send/srchjudgkind", judgkind);
  123. model.setValue("/root/send/srchinstcd", instcd);
  124. model.setValue("/root/send/srchsubjid", subjid);
  125. model.setValue("/root/send/srchreptkind", reptkind);
  126. model.setValue("/root/send/srchreptseqno", reptseqno);
  127. model.setValue("/root/send/srchflag", "1");
  128. if ( judgkind == 'A' ) {
  129. submit("TRIIA00168");
  130. } else {
  131. submit("TRIIA00165");
  132. }
  133. // kjw추가 (2010.02.24, 일시 데이터가 없는 경우 paremeter에서 넘어온 값을 셋팅)
  134. if (model.getValue("/root/main/judgconf/sjudgconf/judgdd") == "")
  135. model.setValue("/root/main/judgconf/sjudgconf/judgdd", judgdd);
  136. if ( model.getValue("/root/main/judgconf/sjudgconf/reptkind") == '' ) {
  137. model.setValue("/root/main/judgconf/sjudgconf/reptkind", reptkind);
  138. }
  139. if ( model.getValue("/root/main/judgconf/sjudgconf/reptseqno") == '' ) {
  140. model.setValue("/root/main/judgconf/sjudgconf/reptseqno", reptseqno);
  141. }
  142. if(confyn =='Y'){
  143. button18.disabled=true;
  144. }
  145. var mdlschedd = model.getValue("/root/main/judgconf/subjinfo/mdlschedd");
  146. var contschedd = model.getValue("/root/main/judgconf/subjinfo/contschedd");
  147. var judgdd = model.getValue("/root/main/judgconf/sjudgconf/judgdd");
  148. var nextdd = eval(judgdd.substr(0,4))+1+""+judgdd.substr(4,4);
  149. // 2008-10-06 이희용 선생님 요청 공란처리
  150. /* if(mdlschedd == '00000000' || mdlschedd == ''){
  151. model.setValue("/root/main/judgconf/subjinfo/mdlschedd",nextdd);
  152. }
  153. if(contschedd == '00000000' || contschedd == ''){
  154. model.setValue("/root/main/judgconf/subjinfo/contschedd",nextdd);
  155. } */
  156. if(model.getValue("/root/main/judgconf/sjudgconf/judgdd") == ""){
  157. model.setValue("/root/main/judgconf/sjudgconf/judgdd",judgdd);
  158. }
  159. model.setValue("/root/send/data2/subjid",model.getValue("/root/send/srchsubjid"));
  160. model.setValue("/root/send/data2/instcd",model.getValue("/root/send/srchinstcd"));
  161. model.setValue("/root/send/data2/reptkind",model.getValue("/root/send/srchreptkind"));
  162. model.setValue("/root/send/data2/reptseqno",model.getValue("/root/send/srchreptseqno"));
  163. iviewer1.visible = true;
  164. model.setValue("/root/send/searchitem2/subjid", model.getValue("/root/send/srchsubjid"));
  165. model.setValue("/root/send/searchitem2/instcd", model.getValue("/root/send/srchinstcd"));
  166. model.setValue("/root/send/searchitem2/reptseqno", model.getValue("/root/send/srchreptseqno"));
  167. model.setValue("/root/send/searchitem2/reptkind", model.getValue("/root/send/srchreptkind"));
  168. model.setValue("/root/send/searchitem2/judgappdg", model.getValue("/root/send/srchjudgappdg"));
  169. model.setValue("/root/send/searchitem2/judgdd", model.getValue("/root/send/srchjudgdd"));
  170. model.setValue("/root/send/searchitem2/roothospidxcasecnt", model.getValue("/root/main/judgconf/subjinfo/roothospidxcasecnt"));
  171. model.setValue("/root/send/searchitem2/subjno", model.getValue("/root/main/judgconf/subjinfo/subjno"));
  172. model.setValue("/root/send/searchitem2/subjnm", model.getValue("/root/main/judgconf/subjinfo/subjnm"));
  173. model.setValue("/root/send/searchitem2/autosrchyn", "Y");
  174. setParameter("actionyn", "N");
  175. // model.refresh();
  176. //해당 보고서별 iviewer 호출
  177. if ( reptkind == 1 ) {
  178. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00200_보완답변서.xrw";
  179. }
  180. else if ( reptkind == 2 ) {
  181. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00300_중간보고서.xrw";
  182. }
  183. else if ( reptkind == 3 ) {
  184. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00500_SAE(원내).xrw";
  185. }
  186. else if ( reptkind == 4 ) {
  187. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00600_SAE(원외).xrw";
  188. }
  189. else if ( reptkind == 5 ) {
  190. //iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00700_변경계획서.xrw";
  191. setParameter("instcd", model.getValue("/root/send/searchitem2/instcd"));
  192. setParameter("subjid", model.getValue("/root/send/searchitem2/subjid"));
  193. setParameter("reptseqno", model.getValue("/root/send/searchitem2/reptseqno"));
  194. setParameter("reptkind", model.getValue("/root/send/searchitem2/reptkind"));
  195. setParameter("totstdycost", model.getValue("/root/send/searchitem2/totstdycost"));
  196. setParameter("direccost", model.getValue("/root/send/searchitem2/direccost"));
  197. setParameter("reqinstcd", model.getValue("/root/send/searchitem2/reqinstcd"));
  198. setParameter("actionyn", "N");
  199. iviewer1.src = "../../reqsubjcmpyweb/xrw/SPIRB00100_과제변경항목.xrw";
  200. }
  201. else if ( reptkind == 6 ) {
  202. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00800_종료보고서.xrw";
  203. }
  204. else if ( reptkind == 7 ) {
  205. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00900_결과보고서.xrw";
  206. }
  207. else if ( reptkind == 8 ) {
  208. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00400_지속심의.xrw";
  209. }
  210. else if ( reptkind == "A" ) {
  211. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB01100_변동위반보고서.xrw";
  212. }
  213. else if ( reptkind == "B" ) {
  214. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB01200_연구자보고서.xrw";
  215. }
  216. else if (reptkind == 9 || reptkind == 0 ) {
  217. iviewer1.visible = false;
  218. }
  219. model.refresh();
  220. ]]>
  221. </script>
  222. <submission id="TXIIA00131" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/sjudgconf" replace="instance" resultref="/root/init"/>
  223. <submission id="TXIIA00132" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/subjinfo" replace="instance" resultref="/root/init"/>
  224. <submission id="TRIIA00168" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
  225. <submission id="TXIIA00133" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/sjudgconf" replace="instance" resultref="/root/main/judgconf"/>
  226. <submission id="TXIIA00134" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/subjinfo" replace="instance" resultref="/root/main/judgconf"/>
  227. <submission id="TXIIA00135" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance"/>
  228. <submission id="TRIIA00165" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
  229. </model>
  230. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  231. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  232. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  233. <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
  234. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  235. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  236. </xhtml:head>
  237. <xhtml:body pageheight="670" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  238. <group id="group2" scroll="auto" style="left:0px; top:0px; width:825px; height:650px; ">
  239. <caption id="caption35" class="tit_1" style="left:5px; top:10px; width:158px; height:14px; ">회의록작성</caption>
  240. <button id="button18" class="btn5_letter2" _auth="X" style="left:730px; top:5px; width:42px; height:19px; ">
  241. <caption>저장</caption>
  242. <script type="javascript" ev:event="onclick">
  243. <![CDATA[
  244. var judgrslt = model.getValue("/root/main/judgconf/sjudgconf/judgrslt")+"";
  245. if(judgrslt==""){
  246. messageBox("심사결과를 선택해주세요","E000");
  247. return;
  248. }
  249. if ( model.getValue("/root/main/judgconf/sjudgconf/reptkind") == '1' ) {
  250. if ( model.getValue("/root/main/judgconf/sjudgconf/reptchoose") == '' ) {
  251. model.setValue("/root/main/judgconf/sjudgconf/reptchoose", iviewer1.model.getValue("/root/main/reptdetl/item/reptchoose") );
  252. }
  253. }
  254. if ( model.getValue("/root/main/judgconf/sjudgconf/judgkind") == 'A' ) {
  255. model.setValue("/root/main/judgconf/sjudgconf/instcd", model.getValue("/root/send/srchinstcd"));
  256. submit("TXIIA00133");
  257. if(judgrslt=="Y"){
  258. submit("TXIIA00134");
  259. }
  260. if (model.getValue("/root/send/srchreptkind") == '5' && judgrslt == 'Y') {
  261. submit("TXIIA00135");
  262. }
  263. opener.javascript.fSJudgSearch('A');
  264. } else {
  265. submit("TXIIA00131");
  266. if(judgrslt=="Y"){
  267. submit("TXIIA00132");
  268. }
  269. if (model.getValue("/root/send/srchreptkind") == '5' && judgrslt == 'Y') {
  270. submit("TXIIA00135");
  271. }
  272. opener.javascript.fSJudgSearch('S');
  273. }
  274. window.close();
  275. ]]>
  276. </script>
  277. </button>
  278. <button id="button19" class="btn2_letter2" style="left:775px; top:5px; width:42px; height:19px; ">
  279. <caption>닫기</caption>
  280. <script type="javascript" ev:event="onclick">
  281. <![CDATA[
  282. window.close();
  283. ]]>
  284. </script>
  285. </button>
  286. <line id="line15" class="line_1" style="x1:5px; y1:30px; x2:820px; y2:30px; "/>
  287. <caption id="caption36" class="cell_1" style="left:5px; top:35px; width:95px; height:23px; text-align:center; vertical-align:middle; ">일시</caption>
  288. <input id="input31" ref="/root/main/judgconf/sjudgconf/judgdd" class="input_default" disabled="true" editable="false" inputtype="date" style="left:105px; top:37px; width:100px; height:19px; "/>
  289. <caption id="caption37" class="cell_1" style="left:5px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">과제번호</caption>
  290. <input id="input32" ref="/root/main/judgconf/subjinfo/subjno" class="input_default" editable="false" style="left:105px; top:86px; width:100px; height:19px; "/>
  291. <caption id="caption38" class="cell_1" style="left:5px; top:112px; width:95px; height:73px; text-align:center; vertical-align:middle; ">과제명</caption>
  292. <switch id="switch1" style="left:10px; top:315px; width:810px; height:330px; border-color:#c7a3cf; border-style:solid; ">
  293. <case id="case1" selected="true" style="left:0px; top:0px; width:810px; height:320px; ">
  294. <textarea id="textarea1" ref="/root/main/judgconf/sjudgconf/judgitem1" navindex="5" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  295. </case>
  296. <case id="case2" style="left:0px; top:0px; width:1192px; height:623px; ">
  297. <textarea id="textarea3" ref="/root/main/judgconf/sjudgconf/judgitem2" navindex="6" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  298. </case>
  299. <case id="case3" style="left:0px; top:0px; width:1192px; height:623px; ">
  300. <textarea id="textarea4" ref="/root/main/judgconf/sjudgconf/judgitem3" navindex="7" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  301. </case>
  302. <case id="case4" style="left:0px; top:0px; width:1192px; height:623px; ">
  303. <textarea id="textarea5" ref="/root/main/judgconf/sjudgconf/judgitem4" navindex="8" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  304. </case>
  305. <case id="case5" style="left:0px; top:0px; width:1192px; height:623px; ">
  306. <textarea id="textarea6" ref="/root/main/judgconf/sjudgconf/judgitem5" navindex="9" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  307. </case>
  308. <case id="case6" style="left:0px; top:0px; width:1192px; height:623px; ">
  309. <textarea id="textarea7" ref="/root/main/judgconf/sjudgconf/judgitem6" navindex="10" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  310. </case>
  311. <case id="case7" style="left:0px; top:0px; width:1192px; height:623px; ">
  312. <textarea id="textarea8" ref="/root/main/judgconf/sjudgconf/judgitem7" navindex="11" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  313. </case>
  314. <case id="case8" style="left:0px; top:0px; width:1192px; height:623px; ">
  315. <textarea id="textarea9" ref="/root/main/judgconf/sjudgconf/judgitem8" navindex="12" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  316. </case>
  317. <case id="case9" style="left:0px; top:0px; width:1192px; height:623px; ">
  318. <textarea id="textarea10" ref="/root/main/judgconf/sjudgconf/judgitem9" navindex="12" maxlength="1500" style="left:10px; top:5px; width:790px; height:315px; "/>
  319. </case>
  320. </switch>
  321. <caption id="caption52" class="cell_1" style="left:5px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과</caption>
  322. <input id="input46" ref="/root/main/judgconf/sjudgconf/allentry" class="input_default" editable="false" style="left:105px; top:62px; width:715px; height:19px; "/>
  323. <caption id="caption54" class="cell_1" style="left:5px; top:60px; width:95px; height:23px; text-align:center; vertical-align:middle; ">참석위원</caption>
  324. <caption id="caption42" class="tit_2" style="left:5px; top:192px; width:158px; height:13px; ">심사내용</caption>
  325. <input id="input34" ref="/root/main/judgconf/sjudgconf/conftm" class="input_default" editable="false" style="left:210px; top:37px; width:180px; height:19px; "/>
  326. <caption id="caption43" class="cell_1" style="left:210px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
  327. <caption id="caption44" class="cell_1" style="left:415px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">성분명</caption>
  328. <input id="input39" ref="/root/main/judgconf/subjinfo/comnm" class="input_default" editable="false" style="left:515px; top:86px; width:100px; height:19px; "/>
  329. <caption id="caption47" class="cell_1" style="left:620px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
  330. <input id="input40" ref="/root/main/judgconf/subjinfo/respstdynm" class="input_default" editable="false" style="left:720px; top:86px; width:100px; height:19px; "/>
  331. <textarea id="textarea2" ref="/root/main/judgconf/subjinfo/subjnm" editable="false" style="left:105px; top:112px; width:715px; height:73px; "/>
  332. <select1 id="combo4" ref="/root/main/judgconf/sjudgconf/judgrslt" class="combo_search" navindex="1" appearance="minimal" style="left:105px; top:212px; width:100px; height:19px; ">
  333. <choices>
  334. <item>
  335. <label>승인</label>
  336. <value>Y</value>
  337. </item>
  338. <item>
  339. <label>시정승인</label>
  340. <value>A</value>
  341. </item>
  342. <item>
  343. <label>반려</label>
  344. <value>R</value>
  345. </item>
  346. <item>
  347. <label>보완후재심</label>
  348. <value>V</value>
  349. </item>
  350. <item>
  351. <label>저장</label>
  352. <value>S</value>
  353. </item>
  354. <item>
  355. <label>부결</label>
  356. <value>B</value>
  357. </item>
  358. <item>
  359. <label>승인된시험중지</label>
  360. <value>N</value>
  361. </item>
  362. </choices>
  363. </select1>
  364. <input id="input1" ref="/root/main/judgconf/sjudgconf/allpsnno" class="input_default" navindex="2" style="left:310px; top:212px; width:50px; height:19px; "/>
  365. <caption id="caption3" class="cell_1" style="left:210px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">성원정족수</caption>
  366. <caption id="caption4" class="cell_1" style="left:364px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과 찬성수</caption>
  367. <input id="input2" ref="/root/main/judgconf/sjudgconf/attntrpsnno" class="input_default" navindex="3" style="left:463px; top:212px; width:50px; height:19px; "/>
  368. <caption id="caption5" class="cell_1" style="left:518px; top:211px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과반대수</caption>
  369. <input id="input3" ref="/root/main/judgconf/sjudgconf/rejtcnt" class="input_default" navindex="4" style="left:617px; top:213px; width:50px; height:19px; "/>
  370. <caption id="caption6" class="cell_1" style="left:210px; top:235px; width:95px; height:28px; text-align:center; vertical-align:middle; ">
  371. <![CDATA[심사제외자수
  372. (이해상충)]]>
  373. </caption>
  374. <input id="input4" ref="/root/main/judgconf/sjudgconf/nonentrycnt" class="input_default" style="left:310px; top:237px; width:50px; height:19px; "/>
  375. <input id="input5" ref="/root/main/judgconf/subjinfo/contschedd" class="input_default" inputtype="date" style="left:105px; top:265px; width:100px; height:19px; "/>
  376. <caption id="caption7" class="cell_1" style="left:5px; top:263px; width:95px; height:23px; text-align:center; vertical-align:middle; ">지속심의일</caption>
  377. <caption id="caption8" class="cell_1" style="left:210px; top:265px; width:95px; height:23px; text-align:center; vertical-align:middle; ">중간보고일</caption>
  378. <input id="input6" ref="/root/main/judgconf/subjinfo/mdlschedd" class="input_default" inputtype="date" style="left:310px; top:267px; width:100px; height:19px; "/>
  379. <input id="input7" ref="/root/main/judgconf/subjinfo/itemnm" class="input_default" editable="false" style="left:310px; top:86px; width:100px; height:19px; "/>
  380. <button id="button1" class="btn_sw" group="tab" selected="true" style="left:12px; top:294px; width:68px; height:22px; ">
  381. <caption>기본사항</caption>
  382. <toggle case="case1" ev:event="onclick"/>
  383. </button>
  384. <button id="button2" class="btn_sw" group="tab" style="left:80px; top:294px; width:110px; height:22px; ">
  385. <caption>연구목적 및 배경</caption>
  386. <toggle case="case2" ev:event="onclick"/>
  387. </button>
  388. <button id="button3" class="btn_sw" group="tab" style="left:190px; top:294px; width:115px; height:22px; ">
  389. <caption>임상시험 대상관련</caption>
  390. <toggle case="case3" ev:event="onclick"/>
  391. </button>
  392. <button id="button4" class="btn_sw" group="tab" style="left:305px; top:294px; width:80px; height:22px; ">
  393. <caption>피험자 관련</caption>
  394. <toggle case="case4" ev:event="onclick"/>
  395. </button>
  396. <button id="button5" class="btn_sw" group="tab" style="left:385px; top:294px; width:88px; height:22px; ">
  397. <caption>임상시험방법</caption>
  398. <toggle case="case5" ev:event="onclick"/>
  399. </button>
  400. <button id="button6" class="btn_sw" group="tab" style="left:473px; top:294px; width:68px; height:22px; ">
  401. <caption>통계관련</caption>
  402. <toggle case="case6" ev:event="onclick"/>
  403. </button>
  404. <button id="button7" class="btn_sw" group="tab" style="left:541px; top:294px; width:146px; height:22px; ">
  405. <caption>피험자동의 및 안전대책</caption>
  406. <toggle case="case7" ev:event="onclick"/>
  407. </button>
  408. <button id="button8" class="btn_sw" group="tab" style="left:687px; top:294px; width:55px; height:22px; ">
  409. <caption>기타</caption>
  410. <toggle case="case8" ev:event="onclick"/>
  411. </button>
  412. <button id="button9" class="btn_sw" group="tab" style="left:742px; top:294px; width:68px; height:22px; ">
  413. <caption>논의사항</caption>
  414. <toggle case="case9" ev:event="onclick"/>
  415. </button>
  416. <caption id="caption1" class="cell_1" style="left:672px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사기권자수</caption>
  417. <input id="input8" ref="/root/main/judgconf/sjudgconf/abstaincnt" class="input_default" navindex="4" style="left:770px; top:212px; width:50px; height:19px; "/>
  418. <caption id="caption2" class="cell_1" style="left:364px; top:235px; width:95px; height:28px; text-align:center; vertical-align:middle; ">
  419. <![CDATA[심사제외자 명단
  420. (이해상충)]]>
  421. </caption>
  422. <input id="input9" ref="/root/main/judgconf/sjudgconf/nonentryresn" class="input_default" style="left:463px; top:237px; width:357px; height:19px; "/>
  423. </group>
  424. <iviewer id="iviewer1" style="left:840px; top:35px; width:1120px; height:615px; "/>
  425. </xhtml:body>
  426. </xhtml:html>