<%@ page contentType="text/html; charset=utf-8" %> <%@ page import="com.vizensoft.board.common.*" %> <%@ page import="com.vizensoft.management.hospital.*" %> <%@ page import="com.vizensoft.config.SiteProperty"%> <%@ page import="com.vizensoft.environment.stipulation.*" %> <%@ page import="com.vizensoft.util.*" %> <%@ page import="com.vizensoft.lang.*" %> <%@ page import="java.util.*" %> <%@ page import="java.net.*" %> <%@ page import="org.apache.log4j.*" %> <%@ include file="config.jsp" %> <% if (boardgrade == 3 || boardgrade == 2) { // 게시판 접근 권한 처리 %> <%@ include file="/include/gradeCheck.jsp" %> <% } %> <% CommonVO param = CommonVO.getParam(pageRows, tablename, request); HospitalDAO hdao = HospitalDAO.getInstance(); ArrayList branchList = hdao.branchSelect(); %> <%@ include file="/include/headHtml.jsp" %> <%@ include file="/include/boardConfig/config.jsp" %>
<%@ include file="/include/header.jsp" %> <%@ include file="sub_visual/sub_visual.jsp" %>
<% if (!loginCheck) { StipulationDAO sd = StipulationDAO.getInstance(); StipulationVO sv = sd.select(); %>
<%=sv.getPrivacy_mini_text().replace("#company_name#",SiteProperty.COMPANY_NAME)%>
" id="agree02" name="agree02" value="" title="<%=LanguageProperty.getMsg("message.tbody.agree_ch")%>" checked="checked"/>
<%}%> <% if(branch || clinic) { %>
<% if(branch){ %> <% } %> <% if(clinic){ %> <% } %> <% if(branch){ %> <% } %> <% if(clinic){ ClinicDAO dd = ClinicDAO.getInstance(); //selectBoxList(1 : 전체, 0 : 진료과목건택 , 지점 , 진료과목) String clinicList = dd.selectBoxList(0,(branch ? 0 : SiteProperty.DEFAULT_BRANCH_NO),0); %> <% } %>
<%=LanguageProperty.getMsg("th.branch")%> <%=LanguageProperty.getMsg("th.clinic_fk")%>
<% } %>
<% if(useRelationurl){ %> <% } %> <% if (useFile) { %> <%if (useFileDrag) { %> <%} else { %> <%} %> <% } %> <% if (useMovie) { %> <% } %>
<%=LanguageProperty.getMsg("th.name")%> " id="name" name="name" class="inputTxt inputName" type="text" value="<%=member_name%>" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.name"), request) )%> />
<%=LanguageProperty.getMsg("th.email")%> " name="email1" id="email1" class="inputEmail" type="text" value="<%=Function.getSplitIdx(member_email, "@", 0)%>" maxlength="70" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.email"), request) )%> /> <% if(useEmailChk){ %> <% } %>
<%=LanguageProperty.getMsg("th.password")%> " value="" name="password" id="password" class="inputPass" type="password" maxlength="100" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.password"), request) )%> />
<%=LanguageProperty.getMsg("th.tel")%> <% if(!isCellSum){ %> " name="tel2" id="tel2" class="inputNum" type="text" value="<%=Function.getSplitIdx(member_tel, "-", 1)%>" maxlength="4" onkeyup="isNumberOrHyphen2(this);" inputmode="numeric" /> " name="tel3" id="tel3" class="inputNum" type="text" value="<%=Function.getSplitIdx(member_tel, "-", 2)%>" maxlength="4" onkeyup="isNumberOrHyphen2(this);" /> <%}else{%> " <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.tel"), request) )%> /> <%}%>
<%=LanguageProperty.getMsg("th.cell")%> <% if(!isCellSum){ %> " name="cell2" id="cell2" class="inputNum" type="text" value="<%=Function.getSplitIdx(member_cell, "-", 1)%>" maxlength="4" onkeyup="isNumberOrHyphen2(this);" /> " name="cell3" id="cell3" class="inputNum" type="text" value="<%=Function.getSplitIdx(member_cell, "-", 2)%>" maxlength="4" onkeyup="isNumberOrHyphen2(this);" /> <%}else{ %> " <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.cell"), request) )%> /> <%}%> <% if(useSmsChk){ %> <% } %>
<%=LanguageProperty.getMsg("th.title")%> " type="text" id="title" class="inputTit" name="title" value="" maxlength="120" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.title"), request) )%> />
<%=LanguageProperty.getMsg("th.contents")%>
<%=LanguageProperty.getMsg("th.relation_url")%> />
" multiple="multiple" onchange="javascript:F_FileMultiUpload(this.files, this);" />
<%=LanguageProperty.getMsg("message.tbody.file")%>

" /> <%=LanguageProperty.getMsg("btn.add")%> <%=LanguageProperty.getMsg("btn.remove")%>

" />
<% if (!branch) { %> <%}%>
<%@ include file="sub_footer/sub_footer.jsp" %> <%@ include file="/include/footer.jsp" %>