2023-07-28 18:12 기반강화연수 관리 교육과정 내용 저장

This commit is contained in:
myname 2023-07-28 18:13:23 +09:00
parent 38143b3ed9
commit ef2701915e
3 changed files with 18 additions and 0 deletions

View File

@ -114,6 +114,12 @@
<c:out value='${info.prcsNm}' /> <c:out value='${info.prcsNm}' />
</td> </td>
</tr> </tr>
<tr>
<th scope="row">과정설명</th>
<td>
<c:out value='${info.prcsCn}' />
</td>
</tr>
<tr> <tr>
<th scope="row">세부과정</th> <th scope="row">세부과정</th>
<td class="addPro_wrap"> <td class="addPro_wrap">

View File

@ -197,6 +197,12 @@
<button type="button" class="btn_type06" onclick="addPro(); return false;">세부과정 추가</button> <button type="button" class="btn_type06" onclick="addPro(); return false;">세부과정 추가</button>
</td> </td>
</tr> </tr>
<tr>
<th scope="row">과정설명</th>
<td>
<textarea placeholder="과정설명을 입력해주세요." name="prcsCn" id="prcsCn" class="memo" onfocus="this.placeholder=''" onblur="this.placeholder='과정설명을 입력해주세요.'" class="inputLight"><c:out value='${info.prcsCn}'/></textarea>
</td>
</tr>
<tr> <tr>
<th scope="row">세부과정</th> <th scope="row">세부과정</th>
<td class="addPro_wrap"> <td class="addPro_wrap">

View File

@ -197,6 +197,12 @@
<button type="button" class="btn_type06" onclick="addPro(); return false;">세부과정 추가</button> <button type="button" class="btn_type06" onclick="addPro(); return false;">세부과정 추가</button>
</td> </td>
</tr> </tr>
<tr>
<th scope="row">과정설명</th>
<td>
<textarea placeholder="과정설명을 입력해주세요." name="prcsCn" id="prcsCn" class="memo" onfocus="this.placeholder=''" onblur="this.placeholder='과정설명을 입력해주세요.'" class="inputLight"><c:out value='${info.prcsCn}'/></textarea>
</td>
</tr>
<tr> <tr>
<th scope="row">세부과정</th> <th scope="row">세부과정</th>
<td class="addPro_wrap"> <td class="addPro_wrap">