|
@@ -153,7 +153,7 @@ $( function(){
|
|
|
</c:forEach>
|
|
|
</select>
|
|
|
</td>
|
|
|
- <th><span class="fix">*</span>협력병원 </br>(요양기관번호)</th>
|
|
|
+ <th><span class="fix">*</span>협력병원</th>
|
|
|
<td>
|
|
|
<select class="custom-select" name="cooperativeCode">
|
|
|
<c:forEach var="j" items="${cooperativeList}">
|
|
@@ -191,19 +191,22 @@ $( function(){
|
|
|
<tr>
|
|
|
<th><span class="fix">*</span>담당자 전화번호</th>
|
|
|
<td colspan="3">
|
|
|
- <input type="text" class="form-control" name="staffPhoneNumber" placeholder="'-'를 제외한 숫자만 입력하세요" required onkeypress="onlyNumber();">
|
|
|
+<!-- placeholder="'-'를 제외한 숫자만 입력하세요" -->
|
|
|
+ <input type="text" class="form-control" name="staffPhoneNumber" required onkeypress="onlyNumber();">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th><span class="fix">*</span>비밀번호</th>
|
|
|
<td colspan="3">
|
|
|
- <input type="password" class="form-control" name="staffPw" id="staffPw" placeholder="숫자, 영문, 특수문자 조합 8~15자 이내" maxlength="15" required>
|
|
|
+<!-- placeholder="숫자, 영문, 특수문자 조합 8~15자 이내" -->
|
|
|
+ <input type="password" class="form-control" name="staffPw" id="staffPw" maxlength="15" required>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th><span class="fix">*</span>비밀번호 확인</th>
|
|
|
<td colspan="3">
|
|
|
- <input type="password" class="form-control" name="staffPwConfirm" placeholder="비밀번호 확인을 위해 비밀번호를 한번 더 입력하세요." maxlength="15" required>
|
|
|
+<!-- placeholder="비밀번호 확인을 위해 비밀번호를 한번 더 입력하세요." -->
|
|
|
+ <input type="password" class="form-control" name="staffPwConfirm" maxlength="15" required>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|