<%@ page contentType="text/html; charset=utf-8" %> <%@ page import="org.apache.log4j.*" %> <%@ page import="com.vizensoft.member.*" %> <%@ page import="com.vizensoft.management.hospital.*" %> <%@ page import="com.vizensoft.util.*" %> <%@ page import="com.vizensoft.lang.*" %> <%@ page import="com.vizensoft.environment.stipulation.*" %> <%@ page import="java.util.*" %> <%@ include file="config.jsp" %> <% StipulationDAO sd = StipulationDAO.getInstance(); StipulationVO sv = sd.select(); String url = Function.getReqParameter(request.getParameter("url"), "/"); if(url.equals("/")) { if(!request.getHeader("referer").equals(SiteProperty.COMPANY_URL)) { if(Function.checkReferer(request.getHeader("referer"))){ url = Function.getReqParameter(request.getHeader("referer"),"/"); } } } String param = Function.getReqParameter(request.getParameter("param"), ""); %> <%@ include file="/include/headHtml.jsp" %> <% if(SiteProperty.isSslUse()){ %> <%}else{%> <%}%>
<%@ include file="/include/header.jsp" %> <%@ include file="sub_visual/sub_visual.jsp" %>
<%=sv.getJoin_text().replace("#company_name#",SiteProperty.COMPANY_NAME)%>
" id="agree00" name="agree00" value="" checked="checked" title="<%=LanguageProperty.getMsg("message.tbody.join_ch")%>" checked="checked"/>
<%=sv.getPrivacy_mini_text().replace("#company_name#",SiteProperty.COMPANY_NAME)%>
" id="agree02" name="agree02" value="" title="<%=LanguageProperty.getMsg("message.tbody.agree_ch")%>" checked="checked"/>
" name="id" id="id" class="inputTxt inputIdtype" type="text" maxlength="20" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.id"), request) )%> /> <%=LanguageProperty.getMsg("btn.id")%>
" name="password" id="password" class="inputPass size02" type="password" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.password"), request) )%> /> " name="password2" id="password2" class="inputPass size02 mmarT10" type="password" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.password2"), request) )%> />
" id="name" name="name" class="inputTxt inputName" type="text" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.name3"), request) )%> />
<%=LanguageProperty.getMsg("th.tel")%> <% if(!isCellSum){ %> " name="tel2" id="tel2" class="inputNum" type="text" value="" maxlength="4" onkeyup="isNumberOrHyphen2(this);" /> " name="tel3" id="tel3" class="inputNum" type="text" value="" 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="" maxlength="4" onkeyup="isNumberOrHyphen2(this);" /> " name="cell3" id="cell3" class="inputNum" type="text" value="" maxlength="4" onkeyup="isNumberOrHyphen2(this);" /> <%}else{ %> " <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.cell"), request) )%> /> <%}%>
" name="email1" id="email1" class="inputEmail" type="text" maxlength="100" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.email"), request) )%> />
" type="text" class="zipcode" id="zipcode" name="zipcode" value="" readonly="readonly" onclick="zipcodeapi();" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.zipcode"), request) )%> /> <%=LanguageProperty.getMsg("btn.zipcode")%>
" type="text" id="addr0" class="addr" name="addr0" value="" readonly="readonly" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.addr"), request) )%> />
" type="text" id="addr1" class="addr" name="addr1" value="" style="margin-top:7px;" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.addr2"), request) )%> />
<%@ include file="sub_footer/sub_footer.jsp" %> <%@ include file="/include/footer.jsp" %>