123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>타병원정보관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <data>
- <subjlist>
- <subjnm/>
- <hospnm/>
- <usernm/>
- <subjid/>
- <subrecuenddd/>
- <hospcd/>
- </subjlist>
- </data>
- <detl1>
- <subjdetl>
- <hospnm/>
- <usernm/>
- <subrecuenddd/>
- <subjnm/>
- </subjdetl>
- </detl1>
- <detl2>
- <subjvolnt>
- <ht/>
- <bdwt/>
- <age/>
- <suppyn/>
- <ownsymp/>
- <etecopin/>
- <clinccnsteprcyn/>
- <clinccnstmmcnt/>
- <clinccnstddcnt/>
- <smokyn/>
- <drinkcapa/>
- </subjvolnt>
- </detl2>
- </main>
- <send>
- <searchitem>
- <hospnm/>
- </searchitem>
- <data/>
- <membid/>
- <membpw/>
- <subjid/>
- <hospcd/>
- </send>
- <temp>
- <ret>
- <count/>
- </ret>
- <valid>
- <item>
- <loginyn/>
- </item>
- </valid>
- </temp>
- <init/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- finit();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function finit() {
- // 화면open시 공통코드 setting
- //zbcfGetCodeList( new Array( "A0058" ), new Array( "/root/init/basecode/dngrstat" ) );
- //model.resetInstanceNode("/root/send/data");
- group3.visible = false;
- group2.visible = true;
- model.refresh();
- }
- ]]>
- </script>
- <submission id="TXIBI00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- <submission id="TRIBI00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/data"/>
- <submission id="TRIBI00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp/valid"/>
- <submission id="TRIBI00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/detl2"/>
- </model>
- </xhtml:head>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" visibility="hidden" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:860px; y2:70px; "/>
- <datagrid id="grd_data" nodeset="/root/main/data/subjlist" caption="과제명^해당병원^시험책임자^caption1^caption2^caption3" colsep="^" colwidth="465, 213, 124, 100, 100, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:860px; height:180px; ">
- <col ref="subjnm"/>
- <col ref="hospnm" style="text-align:center; "/>
- <col ref="usernm" style="text-align:center; "/>
- <col ref="subjid" visibility="hidden"/>
- <col ref="subrecuenddd" visibility="hidden"/>
- <col ref="hospcd" visibility="hidden"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/send/subjid", model.getValue("/root/main/data/subjlist[" + grd_data.row + "]/subjid"));
- model.setValue("/root/send/hospcd", model.getValue("/root/main/data/subjlist[" + grd_data.row + "]/hospcd"));
-
- submit("TRIBI00303", false);
-
- model.setValue("/root/main/detl1/subjdetl/hospnm", model.getValue("/root/main/data/subjlist[" + grd_data.row + "]/hospnm"));
- model.setValue("/root/main/detl1/subjdetl/usernm", model.getValue("/root/main/data/subjlist[" + grd_data.row + "]/usernm"));
- model.setValue("/root/main/detl1/subjdetl/subrecuenddd", model.getValue("/root/main/data/subjlist[" + grd_data.row + "]/subrecuenddd"));
- model.setValue("/root/main/detl1/subjdetl/subjnm", model.getValue("/root/main/data/subjlist[" + grd_data.row + "]/subjnm"));
-
- btn_save.disabled = false;
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <button id="btn_save" class="btn4_letter2" disabled="true" style="left:800px; top:20px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- copyNodeListType("/root/send/data", "/root/main/detl2/subjvolnt", "replace");
-
- submit("TXIBI00301");
-
- ]]>
- </script>
- </button>
- <caption id="caption120" class="tit_2" style="left:5px; top:50px; width:333px; height:13px; ">지원하시고자 하는 과제명을 선택하세요</caption>
- <caption id="caption2" class="tit_2" style="left:0px; top:270px; width:333px; height:13px; ">과제정보</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:290px; x2:865px; y2:290px; "/>
- <line id="line3" class="line_2" style="x1:1px; y1:315px; x2:865px; y2:315px; "/>
- <line id="line4" class="line_3" style="x1:0px; y1:342px; x2:865px; y2:342px; "/>
- <caption id="caption3" class="cell_1" style="left:0px; top:293px; width:100px; height:23px; text-align:center; vertical-align:middle; ">해당병원</caption>
- <input id="input1" ref="/root/main/detl1/subjdetl/hospnm" class="input_default" disabled="true" style="left:106px; top:295px; width:229px; height:19px; text-align:center; "/>
- <caption id="caption4" class="cell_1" style="left:338px; top:293px; width:100px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
- <input id="input2" ref="/root/main/detl1/subjdetl/usernm" class="input_default" disabled="true" style="left:440px; top:295px; width:145px; height:19px; text-align:center; "/>
- <caption id="caption5" class="cell_1" style="left:588px; top:293px; width:100px; height:23px; text-align:center; vertical-align:middle; ">접수지원마감일</caption>
- <input id="input3" ref="/root/main/detl1/subjdetl/subrecuenddd" class="input_default" disabled="true" format="yyyy-mm-dd" style="left:690px; top:295px; width:175px; height:19px; text-align:center; "/>
- <caption id="caption7" class="cell_1" style="left:0px; top:318px; width:100px; height:23px; text-align:center; vertical-align:middle; ">과제명</caption>
- <input id="input4" ref="/root/main/detl1/subjdetl/subjnm" class="input_default" disabled="true" style="left:106px; top:320px; width:759px; height:19px; text-align:left; "/>
- <caption id="caption8" class="tit_2" style="left:0px; top:360px; width:333px; height:14px; ">임상지원정보</caption>
- <caption id="caption9" class="cell_1" style="left:0px; top:383px; width:100px; height:23px; text-align:center; vertical-align:middle; ">키</caption>
- <caption id="caption10" class="cell_1" style="left:212px; top:383px; width:100px; height:23px; text-align:center; vertical-align:middle; ">몸무게(kg)</caption>
- <caption id="caption11" class="cell_1" style="left:632px; top:383px; width:100px; height:23px; text-align:center; vertical-align:middle; ">신청여부</caption>
- <input id="input5" ref="/root/main/detl2/subjvolnt/ht" class="input_default" disabled="false" format="#" appearance="input" style="left:105px; top:385px; width:100px; height:19px; "/>
- <line id="line5" class="line_1" style="x1:0px; y1:380px; x2:870px; y2:380px; "/>
- <caption id="caption12" class="cell_1" style="left:0px; top:408px; width:100px; height:50px; text-align:center; vertical-align:middle; ">본인증상</caption>
- <input id="input6" ref="/root/main/detl2/subjvolnt/bdwt" class="input_default" disabled="false" format="#" appearance="input" style="left:314px; top:385px; width:101px; height:19px; "/>
- <line id="line6" class="line_2" style="x1:0px; y1:460px; x2:875px; y2:460px; "/>
- <line id="line7" class="line_2" style="x1:1px; y1:405px; x2:875px; y2:405px; "/>
- <caption id="caption14" class="cell_1" style="left:0px; top:463px; width:100px; height:57px; text-align:center; vertical-align:middle; ">기타의견</caption>
- <line id="line8" class="line_3" style="x1:0px; y1:520px; x2:870px; y2:520px; "/>
- <textarea id="textarea1" ref="/root/main/detl2/subjvolnt/ownsymp" style="left:105px; top:410px; width:765px; height:50px; "/>
- <textarea id="textarea2" ref="/root/main/detl2/subjvolnt/etecopin" style="left:105px; top:465px; width:765px; height:50px; "/>
- <caption id="caption15" style="left:20px; top:535px; width:230px; height:20px; ">* 최근 임상시험 참여 경험이 있으십니까?</caption>
- <caption id="caption16" style="left:20px; top:570px; width:226px; height:20px; ">* 담배는 피우십니까?</caption>
- <caption id="caption17" style="left:20px; top:605px; width:226px; height:20px; ">* 주량은 얼마나 되십니까?</caption>
- <select1 id="radio1" ref="/root/main/detl2/subjvolnt/clinccnsteprcyn" appearance="full" cols="2" overflow="visible" style="left:260px; top:535px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>예</label>
- <value>Y</value>
- </item>
- <item>
- <label>아니오</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio2" ref="/root/main/detl2/subjvolnt/smokyn" appearance="full" cols="2" overflow="visible" style="left:260px; top:570px; width:160px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>피움</label>
- <value>Y</value>
- </item>
- <item>
- <label>피우지않음</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio3" ref="/root/main/detl2/subjvolnt/drinkcapa" appearance="full" cols="4" overflow="visible" style="left:260px; top:605px; width:315px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>마시지않음</label>
- <value>1</value>
- </item>
- <item>
- <label>매일</label>
- <value>2</value>
- </item>
- <item>
- <label>2일에한번</label>
- <value>3</value>
- </item>
- <item>
- <label>3일 이상에 한번</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <caption id="caption18" style="left:435px; top:535px; width:380px; height:20px; ">경험있을 경우 최종참여 일시( 개월 일) 전</caption>
- <input id="input7" ref="/root/main/detl2/subjvolnt/clinccnstmmcnt" format="#" style="left:610px; top:535px; width:60px; height:19px; "/>
- <input id="input8" ref="/root/main/detl2/subjvolnt/clinccnstddcnt" format="#" style="left:715px; top:535px; width:60px; height:19px; "/>
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:142px; height:14px; ">과제목록 및 지원신청</caption>
- </group>
- <button id="button1" class="btn3_letter9" style="left:5px; top:20px; width:140px; height:22px; ">
- <caption>지원자개인정보관리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- setParameter("sendid",model.getValue("/root/send/membid"));
- window.load("SMIBI00200_지원자개인정보관리.xrw","modal","basis", "left:400px; top:400px; width:534px; height:343px;min:hidden;max:hidden;resize:true;");
- ]]>
- </script>
- </button>
- <caption id="caption6" class="cell_1" style="left:423px; top:383px; width:100px; height:23px; text-align:center; vertical-align:middle; ">나이</caption>
- <input id="input9" ref="/root/main/detl2/subjvolnt/age" class="input_default" disabled="false" format="#" appearance="input" style="left:525px; top:385px; width:101px; height:19px; "/>
- <select id="checkbox1" ref="/root/main/detl2/subjvolnt/suppyn" overflow="visible" appearance="full" style="left:735px; top:385px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>신청</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- </group>
- <group id="group2" style="left:310px; top:185px; width:265px; height:110px; border-color:#ffffff; border-style:solid; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:260px; height:80px; ">
- <line id="line9" class="line_1" style="x1:0px; y1:25px; x2:256px; y2:25px; "/>
- <caption id="cap_oldpwd" class="cell_1" style="left:0px; top:30px; width:91px; height:23px; ">아이디</caption>
- <caption id="cap_cnfmpwd" class="cell_1" style="left:0px; top:54px; width:91px; height:23px; ">비밀번호</caption>
- <input id="sct_oldpwd" ref="/root/send/membid" class="input_essential" navindex="1" maxlength="20" appearance="input" style="left:94px; top:31px; width:160px; height:19px; "/>
- <secret id="sct_cnfmpwd" ref="/root/send/membpw" class="secret_essential" navindex="2" maxlength="20" style="left:94px; top:55px; width:160px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if( event.keyCode == 13 ) {
- model.setFocus("btn_confirm");
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </secret>
- <line id="line10" class="line_2" style="x1:0px; y1:52px; x2:253px; y2:51px; "/>
- <line id="line11" class="line_3" style="x1:0px; y1:75px; x2:255px; y2:75px; "/>
- <caption id="caption19" class="tit_2" style="left:5px; top:10px; width:169px; height:13px; ">MEMBER LOGIN</caption>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:80px; width:260px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" navindex="2" style="left:200px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeValue("/root/temp/valid/item/loginyn","N");
- setForceOn();
- if (submit("TRIBI00301")) {
- var valid = model.getValue("/root/temp/valid/item/loginyn");
- if (valid != "Y") {
- messageBox("암호가","E004");
- model.setFocus("sct_cnfmpwd");
- } else {
- group3.visible = true;
- group2.visible = false;
-
- submit("TRIBI00302");
- }
- }
- ]]>
- </script>
- </button>
- </group>
- <button id="button2" class="btn3_letter5" style="left:0px; top:85px; width:92px; height:22px; ">
- <caption>피험자등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- window.load("SMIBI00100_지원자등록.xrw","modal","basis", "left:400px; top:400px; width:534px; height:343px;min:hidden;max:hidden;resize:true;");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|