<%=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) )%> />
@
">
<%=LanguageProperty.getMsg("alt.select")%>
<%=CodeUtil.getOptsEmail(Function.getSplitIdx(member_email, "@", 1))%>
<%
if(useEmailChk){
%>
<%=LanguageProperty.getMsg("lable.checkbox.email")%>
<%
}
%>
<%=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){
%>
<%=CodeUtil.getOptsTel(Function.getSplitIdx(member_tel, "-", 0))%>
" 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){
%>
<%=CodeUtil.getOptsCell(Function.getSplitIdx(member_cell, "", 0))%>
" 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("lable.checkbox.cell")%>
<%
}
%>
<%=LanguageProperty.getMsg("th.title")%>
" type="text" id="title" class="inputTit" name="title" value="" maxlength="120" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.title"), request) )%> />
<%=LanguageProperty.getMsg("lable.checkbox.secret")%>
<%=LanguageProperty.getMsg("th.contents")%>
<%
if(useRelationurl){
%>
<%=LanguageProperty.getMsg("th.relation_url")%>
/>
<%
}
%>
<% if (useFile) { %>
<%if (useFileDrag) { %>
<%=LanguageProperty.getMsg("th.filename")%>
" multiple="multiple" onchange="javascript:F_FileMultiUpload(this.files, this);" />
<%=LanguageProperty.getMsg("message.tbody.file")%>
<%} else { %>
<%=LanguageProperty.getMsg("th.filename")%>
" />
<%=LanguageProperty.getMsg("btn.add")%>
<%=LanguageProperty.getMsg("btn.remove")%>
<%} %>
<% } %>
<% if (useMovie) { %>
<%=LanguageProperty.getMsg("th.moviename")%>
<%=LanguageProperty.getMsg("message.tbody.movie")%>
" />
<% } %>