2023-07-28 18:12 기반강화연수 관리 교육과정 내용 저장
This commit is contained in:
parent
38143b3ed9
commit
ef2701915e
@ -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">
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user