123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>기관정보관리</xhtml:title>
- <script type="javascript" src="C:\CMCProject\application\webapps\crc\clinicresearchweb\js\crccnvsub1.js"/>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <grid>
- <item>
- <instcd/>
- <hospcd/>
- <hospnm/>
- <hospnmeng/>
- <bizmngrgstno/>
- <prsdnm/>
- <centnm/>
- <zipcd1/>
- <zipcd2/>
- <addr/>
- <addreng/>
- <depor/>
- <acntno/>
- <bankcd/>
- <email/>
- <depor2/>
- <acntno2/>
- <bankcd2/>
- <email2/>
- <irbchrmannm/>
- <irbchrmannmeng/>
- <irbchrmanempno/>
- <irbadminworknm/>
- <irbadminworknmeng/>
- <irbadminworkempno/>
- <irbmngernm/>
- <irbmngertelno/>
- <irbmngeremail/>
- <irbmngerfaxno/>
- <iudgb/>
- <img1/>
- <img2/>
- </item>
- </grid>
- <griddtl>
- <item>
- <instcd/>
- <hospcd/>
- <hospnm/>
- <hospnmeng/>
- <bizmngrgstno/>
- <prsdnm/>
- <centnm/>
- <zipcd1/>
- <zipcd2/>
- <addr/>
- <addreng/>
- <depor/>
- <acntno/>
- <bankcd/>
- <email/>
- <depor2/>
- <acntno2/>
- <bankcd2/>
- <email2/>
- <irbchrmannm/>
- <irbchrmannmeng/>
- <irbchrmanempno/>
- <irbadminworknm/>
- <irbadminworknmeng/>
- <irbadminworkempno/>
- <irbmngernm/>
- <irbmngertelno/>
- <irbmngeremail/>
- <irbmngerfaxno/>
- <iudgb/>
- <img1/>
- <img2/>
- </item>
- </griddtl>
- </main>
- <send>
- <searchwh>
- <instcd/>
- <hospcd/>
- </searchwh>
- </send>
- <init>
- <cmb_info>
- <initbank>
- <cdid/>
- <cdnm/>
- </initbank>
- </cmb_info>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList( new Array("R0001"), new Array("/root/init/cmb_info/initbank") );
- submit("TRZBC00101", false);
- model.setValue("/root/main/griddtl/item/iudgb", "I");
- model.removenode("/root/main/grid/item");
- submit("TRIMR00502");
- model.refresh();
- ]]>
- </script>
- <submission id="TRIMR00502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchwh" replace="instance" resultref="/root/main/grid"/>
- <submission id="TXIMR00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/griddtl/item" replace="instance" resultref="/root/hidden/source"/>
- <submission id="TRZBC00101"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function readfunc(){
- model.setValue("/root/main/griddtl/item/iudgb", "I");
- model.removenode("/root/main/grid/item");
- submit("TRIMR00502");
- fnewData();
- }
- function fsaveData(){
- if (submit("TXIMR00501")){
- readfunc();
- }
- }
- function fnewData(){
- model.resetInstanceNode("/root/main/griddtl/item");
- //model.setValue("/root/main/griddtl/item/instcd", "");
- model.setValue("/root/main/griddtl/item/iudgb", "I");
- input8.disabled = false;
- btn_save.disabled = false;
- btn_del.disabled = true;
- model.refresh();
- }
- function trim(data){
- return data.replace(/(^\s*)|(\s*$)/g, "");
- }
-
- function fExeAddPicture(pRow){
- var sFileName = openImageFileDialog(1042576);
- if (sFileName == "") return false;
- fExeChngImg(sFileName);
- }
-
- function fExeChngImg(imgsrc){
-
- img_hidden1.src = imgsrc; // 파일에서 읽은 이미지의 base64 encoding 값을 가져오기 위한 이미지 컨트롤
- var data = img_hidden1.getbase64data(); // base64 encoding 문자열을 가져온다.
- var imgSize = getImageSize(imgsrc);
- var imgWidthSize = imgSize.split("^")[0];
- var imgHeightSize = imgSize.split("^")[1];
-
- model.makeValue("/root/main/griddtl/item/img1", data, true); // 이미지를 보여주기 위하여 view용 이미지컨트롤의 ref instance에 값을 저장
- setImageRefInstance("/root/main/griddtl/item/img1");
-
- model.refresh();
- }
-
- function fExeDeleteImage(){
-
- var idx = grd_list.row;
- DbClick_value = idx;
-
- model.resetInstanceNode("/root/main/griddtl/item["+idx+"]/img1");
- model.resetInstanceNode("/root/main/griddtl/item/img1");
-
- img_src.refresh();
- model.refresh();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="2,773;1,1190;">
- <group id="grp_tle" style="left:0px; top:0px; width:1190px; height:14px; ">
- <caption id="caption120" class="tit_1" style="left:0px; top:0px; width:158px; height:14px; ">기관정보</caption>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:1190px; y2:20px; "/>
- <line id="line6" class="line_3" style="x1:0px; y1:770px; x2:1190px; y2:770px; "/>
- <datagrid id="datagrid3" nodeset="/root/main/grid/item" caption="병원코드^병원약어^병원명(국문)^병원명(영문)^병원사업자등록번호^병원장명^센터장명" colsep="^" colwidth="79, 100, 360, 264, 129, 116, 114" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:0px; top:25px; width:1190px; height:315px; ">
- <col ref="instcd"/>
- <col ref="hospcd"/>
- <col ref="hospnm"/>
- <col ref="hospnmeng"/>
- <col ref="bizmngrgstno"/>
- <col ref="prsdnm"/>
- <col ref="centnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- //스크롤 조작시 온클릭 이벤트 안타도록
- if( isDataCell() ){
- model.copyNode("/root/main/griddtl/item", "/root/main/grid/item[" + datagrid3.row + "]");
- //model.setValue("/root/main/griddtl/item/instcd", model.getValue("/root/main/grid/item[" + datagrid3.row + "]/instcd"));
- //model.setValue("/root/main/griddtl/item/hospcd", model.getValue("/root/main/grid/item[" + datagrid3.row + "]/hospcd"));
- model.setValue("/root/main/griddtl/item/iudgb", "U");
-
- setImageRefInstance("/root/main/griddtl/item["+ datagrid3.row +"]/img1");
- setImageRefInstance("/root/main/griddtl/item/img1");
-
- setImageRefInstance("/root/main/griddtl/item["+ datagrid3.row +"]/img2");
- setImageRefInstance("/root/main/griddtl/item/img2");
-
- input8.disabled = true;
- btn_save.disabled = false;
- btn_del.disabled = false;
- }
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <line id="line2" class="line_1" style="x1:0px; y1:375px; x2:1189px; y2:375px; "/>
- <switch id="switch1" style="left:1px; top:380px; width:1179px; height:390px; border-color:#c7a3cf; border-style:solid; ">
- <case id="case1" selected="true" style="left:0px; top:0px; width:1177px; height:385px; ">
- <input id="input8" ref="/root/main/griddtl/item/instcd" class="input_search" navindex="1" maxlength="3" format="999" style="left:5px; top:28px; width:54px; height:19px; text-align:center; "/>
- <caption id="caption85" class="cell_1" style="left:4px; top:3px; width:114px; height:23px; vertical-align:middle; ">병원코드/병원약어</caption>
- <input id="input1" ref="/root/main/griddtl/item/hospnm" class="input_search" navindex="3" imemode="hangul" style="left:123px; top:28px; width:135px; height:19px; "/>
- <caption id="caption1" class="cell_1" style="left:124px; top:3px; width:134px; height:23px; vertical-align:middle; ">병원명(국문)</caption>
- <caption id="caption2" class="cell_1" style="left:264px; top:3px; width:174px; height:23px; vertical-align:middle; ">병원명(영문)</caption>
- <input id="input2" ref="/root/main/griddtl/item/hospnmeng" class="input_search" navindex="4" imemode="alpha" style="left:263px; top:28px; width:175px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:445px; top:3px; width:154px; height:23px; vertical-align:middle; ">병원사업자등록번호</caption>
- <input id="input3" ref="/root/main/griddtl/item/bizmngrgstno" class="input_search" navindex="5" format="999-99-99999" style="left:444px; top:28px; width:155px; height:19px; text-align:center; "/>
- <caption id="caption4" class="cell_1" style="left:605px; top:3px; width:95px; height:23px; vertical-align:middle; ">병원장명</caption>
- <input id="input4" ref="/root/main/griddtl/item/prsdnm" class="input_search" navindex="6" style="left:604px; top:28px; width:96px; height:19px; "/>
- <caption id="caption5" class="cell_1" style="left:706px; top:3px; width:95px; height:23px; vertical-align:middle; ">센터장명</caption>
- <input id="input5" ref="/root/main/griddtl/item/centnm" class="input_search" navindex="7" style="left:705px; top:28px; width:96px; height:19px; "/>
- <input id="input7" ref="/root/main/griddtl/item/depor" class="input_search" navindex="8" style="left:3px; top:82px; width:114px; height:19px; "/>
- <caption id="caption7" class="cell_1" style="left:4px; top:57px; width:114px; height:23px; vertical-align:middle; ">병원재무예금주</caption>
- <caption id="caption8" class="cell_1" style="left:124px; top:57px; width:314px; height:23px; vertical-align:middle; ">은행정보 (은행, 계좌번호)</caption>
- <caption id="caption9" class="cell_1" style="left:445px; top:57px; width:154px; height:23px; vertical-align:middle; ">담당자이메일</caption>
- <input id="input10" ref="/root/main/griddtl/item/email" class="input_search" navindex="11" imemode="alpha" style="left:444px; top:82px; width:155px; height:19px; "/>
- <input id="input11" ref="/root/main/griddtl/item/acntno" class="input_search" navindex="10" style="left:263px; top:82px; width:175px; height:19px; "/>
- <input id="input12" ref="/root/main/griddtl/item/depor2" class="input_search" navindex="12" style="left:3px; top:136px; width:114px; height:19px; "/>
- <input id="input14" ref="/root/main/griddtl/item/email2" class="input_search" navindex="15" imemode="alpha" style="left:444px; top:136px; width:155px; height:19px; "/>
- <input id="input15" ref="/root/main/griddtl/item/acntno2" class="input_search" navindex="14" style="left:263px; top:136px; width:175px; height:19px; "/>
- <caption id="caption10" class="cell_1" style="left:4px; top:111px; width:114px; height:23px; vertical-align:middle; ">병원수납예금주</caption>
- <caption id="caption12" class="cell_1" style="left:445px; top:111px; width:154px; height:23px; vertical-align:middle; ">담당자이메일</caption>
- <caption id="caption13" class="cell_1" style="left:4px; top:168px; width:114px; height:23px; vertical-align:middle; ">담당자</caption>
- <caption id="caption14" class="cell_1" style="left:124px; top:168px; width:134px; height:23px; vertical-align:middle; ">담당자연락처</caption>
- <input id="input16" ref="/root/main/griddtl/item/irbmngernm" class="input_search" navindex="16" style="left:3px; top:193px; width:114px; height:19px; "/>
- <caption id="caption15" class="cell_1" style="left:445px; top:168px; width:154px; height:23px; vertical-align:middle; ">담당자이메일</caption>
- <input id="input17" ref="/root/main/griddtl/item/irbmngertelno" class="input_search" navindex="17" style="left:123px; top:193px; width:135px; height:19px; "/>
- <input id="input18" ref="/root/main/griddtl/item/irbmngeremail" class="input_search" navindex="19" imemode="alpha" style="left:444px; top:193px; width:155px; height:19px; "/>
- <input id="input20" ref="/root/main/griddtl/item/irbmngerfaxno" class="input_search" navindex="18" style="left:263px; top:193px; width:175px; height:19px; "/>
- <caption id="caption16" class="cell_1" style="left:264px; top:168px; width:174px; height:23px; vertical-align:middle; ">담당자팩스번호</caption>
- <input id="input21" ref="/root/main/griddtl/item/irbchrmanempno" class="input_search" navindex="22" style="left:263px; top:249px; width:175px; height:19px; "/>
- <caption id="caption17" class="cell_1" style="left:4px; top:224px; width:114px; height:23px; vertical-align:middle; ">IRB위원장명(국문)</caption>
- <caption id="caption18" class="cell_1" style="left:124px; top:224px; width:134px; height:23px; vertical-align:middle; ">IRB위원장명(영문)</caption>
- <input id="input22" ref="/root/main/griddtl/item/irbchrmannm" class="input_search" navindex="20" imemode="hangul" style="left:3px; top:249px; width:114px; height:19px; "/>
- <caption id="caption20" class="cell_1" style="left:264px; top:224px; width:174px; height:23px; vertical-align:middle; ">IRB위원장사번</caption>
- <input id="input23" ref="/root/main/griddtl/item/irbchrmannmeng" class="input_search" navindex="21" imemode="alpha" style="left:123px; top:249px; width:135px; height:19px; "/>
- <caption id="caption19" class="cell_1" style="left:264px; top:282px; width:174px; height:23px; vertical-align:middle; ">IRB간사사번</caption>
- <input id="input24" ref="/root/main/griddtl/item/irbadminworkempno" class="input_search" navindex="25" style="left:263px; top:307px; width:175px; height:19px; "/>
- <input id="input26" ref="/root/main/griddtl/item/irbadminworknmeng" class="input_search" navindex="24" imemode="alpha" style="left:123px; top:307px; width:135px; height:19px; "/>
- <caption id="caption21" class="cell_1" style="left:5px; top:282px; width:114px; height:23px; vertical-align:middle; ">IRB간사명(국문)</caption>
- <caption id="caption22" class="cell_1" style="left:124px; top:282px; width:134px; height:23px; vertical-align:middle; ">IRB간사명(영문)</caption>
- <caption id="caption23" class="cell_1" style="left:5px; top:337px; width:114px; height:23px; vertical-align:middle; ">우편번호</caption>
- <caption id="caption24" class="cell_1" style="left:124px; top:337px; width:224px; height:23px; vertical-align:middle; ">주소(국문)</caption>
- <input id="input27" ref="/root/main/griddtl/item/addreng" class="input_search" navindex="29" imemode="alpha" style="left:353px; top:362px; width:245px; height:19px; "/>
- <input id="input28" ref="/root/main/griddtl/item/zipcd1" class="input_search" navindex="26" format="999" style="left:5px; top:362px; width:54px; height:19px; "/>
- <input id="input29" ref="/root/main/griddtl/item/addr" class="input_search" navindex="28" imemode="hangul" style="left:123px; top:362px; width:225px; height:19px; "/>
- <caption id="caption25" class="cell_1" style="left:354px; top:337px; width:244px; height:23px; vertical-align:middle; ">주소(영문)</caption>
- <input id="input30" ref="/root/main/griddtl/item/zipcd2" class="input_search" navindex="27" format="999" style="left:62px; top:362px; width:54px; height:19px; "/>
- <input id="input25" ref="/root/main/griddtl/item/irbadminworknm" class="input_search" navindex="23" imemode="hangul" style="left:3px; top:308px; width:114px; height:19px; "/>
- <input id="input31" ref="/root/main/griddtl/item/hospcd" class="input_search" navindex="2" imemode="alpha" maxlength="1" style="left:62px; top:28px; width:54px; height:19px; text-align:center; "/>
- <button id="btn_del" class="btn4_letter2" disabled="true" _auth="X" style="left:1110px; top:360px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/griddtl/item/iudgb", "D");
- if (messageBox(model.getValue("/root/main/griddtl/item/hospnm") + " 데이터를 ", "Q001", "") == 7){
- return;
- }
- fsaveData();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" navindex="30" _auth="X" style="left:1045px; top:360px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // messageBox(model.getValue("/root/main/griddtl/item/iudgb"), "E999", "");
- if (model.getValue("/root/main/griddtl/item/iudgb") == "I") {
- var sinstcd = trim(model.getValue("/root/main/griddtl/item/instcd"));
- if (sinstcd == ""){
- messageBox("병원코드는 필수입력 항목입니다.", "E999", "");
- return;
- }
- var shospnm = trim(model.getValue("/root/main/griddtl/item/hospnm"));
- if (shospnm == ""){
- messageBox("병원명은 필수입력 항목입니다.", "E999", "");
- return;
- }
- var irow = datagrid3.findRow(sinstcd, 0, 0);
- if (irow > 0){
- messageBox("이미 등록된 기관정보가 있습니다.", "E999", "");
- return;
- }
- if (messageBox("신규 데이터를 ", "Q002", "") == 7){
- return;
- }
- } else if(model.getValue("/root/main/griddtl/item/iudgb") == "U") {
- if (messageBox(model.getValue("/root/main/griddtl/item/hospnm") + " 데이터를 ", "Q002", "") == 7){
- return;
- }
- }
- fsaveData();
- ]]>
- </script>
- </button>
- <caption id="caption6" class="cell_1" style="left:124px; top:111px; width:314px; height:23px; vertical-align:middle; ">은행정보 (은행, 계좌번호)</caption>
- <button id="btn_new" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn5_letter2.gif" style="left:980px; top:360px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn5_letter2.gif; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (messageBox("신규 데이터를 입력하기 위해 기관상세내역을 ", "Q001", "") == 7){
- return;
- } else {
- fnewData();
- }
- ]]>
- </script>
- </button>
- <select1 id="combo1" ref="/root/main/griddtl/item/bankcd" navindex="9" appearance="minimal" style="left:123px; top:82px; width:135px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/cmb_info/initbank/R0001">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="combo2" ref="/root/main/griddtl/item/bankcd2" navindex="13" appearance="minimal" style="left:123px; top:136px; width:135px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/cmb_info/initbank/R0001">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:815px; top:70px; width:165px; height:220px; "/>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:995px; top:70px; width:165px; height:220px; "/>
- <button id="btn_picinsert" class="btn2_letter2" style="left:850px; top:260px; width:42px; height:19px; ">
- <caption>첨부</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- // fExeAddPicture();
- var sFileName = openImageFileDialog(1042576);
- if (sFileName == "") return false;
-
- img_hidden1.src = sFileName; // 파일에서 읽은 이미지의 base64 encoding 값을 가져오기 위한 이미지 컨트롤
- var data = img_hidden1.getbase64data(); // base64 encoding 문자열을 가져온다.
- var imgSize = getImageSize(sFileName);
- var imgWidthSize = imgSize.split("^")[0];
- var imgHeightSize = imgSize.split("^")[1];
-
- model.makeValue("/root/main/griddtl/item/img1", data, true); // 이미지를 보여주기 위하여 view용 이미지컨트롤의 ref instance에 값을 저장
- setImageRefInstance("/root/main/griddtl/item/img1");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_picdelete" class="btn2_letter2" style="left:915px; top:260px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //fExeDeleteImage();
- var idx = datagrid3.row;
- DbClick_value = idx;
-
- model.resetInstanceNode("/root/main/griddtl/item["+idx+"]/img1");
- model.resetInstanceNode("/root/main/griddtl/item/img1");
- setImageRefInstance("/root/main/griddtl/item/img1");
-
- img_src1.refresh();
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn2_letter2" style="left:1025px; top:260px; width:42px; height:19px; ">
- <caption>첨부</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var sFileName = openImageFileDialog(1042576);
- if (sFileName == "") return false;
-
- img_hidden2.src = sFileName; // 파일에서 읽은 이미지의 base64 encoding 값을 가져오기 위한 이미지 컨트롤
- var data = img_hidden2.getbase64data(); // base64 encoding 문자열을 가져온다.
- var imgSize = getImageSize(sFileName);
- var imgWidthSize = imgSize.split("^")[0];
- var imgHeightSize = imgSize.split("^")[1];
-
- model.makeValue("/root/main/griddtl/item/img2", data, true); // 이미지를 보여주기 위하여 view용 이미지컨트롤의 ref instance에 값을 저장
- setImageRefInstance("/root/main/griddtl/item/img2");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter2" style="left:1090px; top:260px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var idx = datagrid3.row;
- DbClick_value = idx;
-
- model.resetInstanceNode("/root/main/griddtl/item["+idx+"]/img2");
- model.resetInstanceNode("/root/main/griddtl/item/img2");
- setImageRefInstance("/root/main/griddtl/item/img2");
-
- img_src2.refresh();
- model.refresh();
- ]]>
- </script>
- </button>
- <img id="img_hidden1" visibility="hidden" style="left:826px; top:100px; width:145px; height:155px; background-stretch:stretch; "/>
- <img id="img_src1" ref="/root/main/griddtl/item/img1" style="left:825px; top:100px; width:145px; height:155px; background-repeat:repeat; background-stretch:stretch; border-style:solid; "/>
- <img id="img_hidden2" visibility="hidden" style="left:1006px; top:100px; width:145px; height:155px; background-stretch:stretch; "/>
- <img id="img_src2" ref="/root/main/griddtl/item/img2" style="left:1006px; top:100px; width:145px; height:155px; background-repeat:repeat; background-stretch:stretch; border-style:solid; "/>
- <caption id="caption11" class="tit_2" style="left:825px; top:80px; width:100px; height:13px; ">병원장 직인</caption>
- <caption id="caption26" class="tit_2" style="left:1005px; top:80px; width:100px; height:13px; ">위원회 직인</caption>
- <caption id="caption30" style="left:815px; top:295px; width:349px; height:28px; font-weight:bold; color:#0000ff; ">
- <![CDATA[※ 병원장 및 위원회 직인 파일 [첨부] 혹은 [삭제] 후,
- 저장 버튼을 눌러주세요.]]>
- </caption>
- </case>
- </switch>
- <caption id="caption146" class="tit_2" style="left:25px; top:355px; width:449px; height:14px; ">기관상세내역 (목록을 더블클릭하면 해당상세내역이 화면에 출력됩니다.)</caption>
- </xhtml:body>
- </xhtml:html>
|