2023-10-20 11:57 성인 찾교 사용자 화면 수정
This commit is contained in:
parent
7ec9d6f39a
commit
2965e87a65
@ -134,6 +134,8 @@
|
||||
$('#info_apptYr').text(info.apptYr);
|
||||
$('#info_actvtCarer').text(info.actvtCarer);
|
||||
$('#info_mnLctrCn').text(info.mnLctrCn);
|
||||
|
||||
$('#info_prfsnFld').text(info.prfsnFld);
|
||||
}
|
||||
,error:function(request , status, error){
|
||||
alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);
|
||||
@ -218,6 +220,7 @@
|
||||
<p id="info_dBirth"></p>
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr class="trLength4">
|
||||
<th scope="row">
|
||||
<p>최종학교</p>
|
||||
@ -232,6 +235,7 @@
|
||||
<p id="info_mjr"></p>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<!-- <tr class="trLength2">
|
||||
<th scope="row">
|
||||
<p>최종학교</p>
|
||||
@ -248,6 +252,7 @@
|
||||
<p id="info_mjr"></p>
|
||||
</td>
|
||||
</tr> -->
|
||||
<!--
|
||||
<tr class="trLength4">
|
||||
<th scope="row">
|
||||
<p>위촉년도</p>
|
||||
@ -262,6 +267,7 @@
|
||||
<p id="info_divCd"></p>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<!-- <tr class="trLength2">
|
||||
<th scope="row">
|
||||
<p>위촉년도</p>
|
||||
@ -285,6 +291,7 @@
|
||||
<p></p id="info_apptDiv"><p></p>
|
||||
</td>
|
||||
</tr> -->
|
||||
<!--
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>활동경력</p>
|
||||
@ -301,6 +308,16 @@
|
||||
<p id="info_mnLctrCn"></p>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>전문분야</p>
|
||||
</th>
|
||||
<td colspan="3">
|
||||
<p id="info_prfsnFld"></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@ -467,6 +484,20 @@
|
||||
</th>
|
||||
<td colspan="3">${info.email}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>신청내용</p>
|
||||
</th>
|
||||
<td colspan="3">
|
||||
<!-- , 들어간 값을 구분해서 표시한다. -->
|
||||
<c:set var="aplctCns" value="${fn:split(info.aplctCn,',')}" />
|
||||
|
||||
<c:forEach var="aplctCn" items="${aplctCns}" varStatus="g">
|
||||
<kc:code codeId="VEA006" code="${aplctCn}"/>
|
||||
</c:forEach>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>희망주제</p>
|
||||
|
||||
@ -646,6 +646,16 @@
|
||||
<td>
|
||||
<label for="jobNm" class="label">직함 입력</label>
|
||||
<kc:checkbox name="aplctCn" id="aplctCn" codeId="VEA006"/>
|
||||
|
||||
<!-- , 들어간 값을 구분해서 표시한다. -->
|
||||
<c:set var="aplctCns" value="${fn:split(info.aplctCn,',')}" />
|
||||
|
||||
<c:forEach var="aplctCn" items="${aplctCns}" varStatus="g">
|
||||
<script>
|
||||
$("input[name=aplctCn][value=${aplctCn}]").prop("checked",true);
|
||||
</script>
|
||||
</c:forEach>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -366,6 +366,9 @@
|
||||
$('#info_apptYr').text(info.apptYr);
|
||||
$('#info_actvtCarer').text(info.actvtCarer);
|
||||
$('#info_mnLctrCn').text(info.mnLctrCn);
|
||||
|
||||
$('#info_prfsnFld').text(info.prfsnFld);
|
||||
|
||||
}
|
||||
,error:function(request , status, error){
|
||||
alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);
|
||||
@ -450,6 +453,7 @@
|
||||
<p id="info_dBirth"></p>
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr class="trLength4">
|
||||
<th scope="row">
|
||||
<p>최종학교</p>
|
||||
@ -464,6 +468,7 @@
|
||||
<p id="info_mjr"></p>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<!-- <tr class="trLength2">
|
||||
<th scope="row">
|
||||
<p>최종학교</p>
|
||||
@ -480,6 +485,7 @@
|
||||
<p id="info_mjr"></p>
|
||||
</td>
|
||||
</tr> -->
|
||||
<!--
|
||||
<tr class="trLength4">
|
||||
<th scope="row">
|
||||
<p>위촉년도</p>
|
||||
@ -494,6 +500,7 @@
|
||||
<p id="info_divCd"></p>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<!-- <tr class="trLength2">
|
||||
<th scope="row">
|
||||
<p>위촉년도</p>
|
||||
@ -517,6 +524,7 @@
|
||||
<p></p id="info_apptDiv"><p></p>
|
||||
</td>
|
||||
</tr> -->
|
||||
<!--
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>활동경력</p>
|
||||
@ -533,6 +541,18 @@
|
||||
<p id="info_mnLctrCn"></p>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>전문분야</p>
|
||||
</th>
|
||||
<td colspan="3">
|
||||
<p id="info_prfsnFld"></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@ -952,6 +972,20 @@
|
||||
</th>
|
||||
<td colspan="3">${info.email}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>신청내용</p>
|
||||
</th>
|
||||
<td colspan="3">
|
||||
<!-- , 들어간 값을 구분해서 표시한다. -->
|
||||
<c:set var="aplctCns" value="${fn:split(info.aplctCn,',')}" />
|
||||
|
||||
<c:forEach var="aplctCn" items="${aplctCns}" varStatus="g">
|
||||
<kc:code codeId="VEA006" code="${aplctCn}"/>
|
||||
</c:forEach>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>희망주제</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user