2024/01/30 성인강사 > 강의상세내역 테이블 colspan=3 누락된 부분 추가

This commit is contained in:
kmg 2024-01-30 18:18:22 +09:00
parent cba0444dee
commit aaef35e200
2 changed files with 10 additions and 10 deletions

View File

@ -162,7 +162,7 @@
<th scope="row"> <th scope="row">
<p>교육부문</p> <p>교육부문</p>
</th> </th>
<td> <td colspan="3">
<ve:code codeId="VEA001" code="${info.prcsDiv}"/> <ve:code codeId="VEA001" code="${info.prcsDiv}"/>
</td> </td>
</tr> </tr>
@ -176,7 +176,7 @@
<th scope="row"> <th scope="row">
<p>과정</p> <p>과정</p>
</th> </th>
<td> <td colspan="3">
<c:out value="${info.prcsNm}"/> <c:out value="${info.prcsNm}"/>
</td> </td>
</tr> </tr>
@ -190,7 +190,7 @@
<th scope="row"> <th scope="row">
<p>기간</p> <p>기간</p>
</th> </th>
<td> <td colspan="3">
<c:out value="${info.eduStrtPnttm}"/>~<c:out value="${info.eduDdlnPnttm}"/> <c:out value="${info.eduStrtPnttm}"/>~<c:out value="${info.eduDdlnPnttm}"/>
</td> </td>
</tr> </tr>
@ -204,7 +204,7 @@
<th scope="row"> <th scope="row">
<p>교육장소</p> <p>교육장소</p>
</th> </th>
<td> <td colspan="3">
<c:out value="${info.eduPlace}"/> <c:out value="${info.eduPlace}"/>
</td> </td>
</tr> </tr>
@ -218,7 +218,7 @@
<th scope="row"> <th scope="row">
<p>상세교육과정</p> <p>상세교육과정</p>
</th> </th>
<td> <td colspan="3">
<c:out value="${info.prcsCn }" /> <c:out value="${info.prcsCn }" />
</td> </td>
</tr> </tr>
@ -232,7 +232,7 @@
<th scope="row"> <th scope="row">
<p>정원</p> <p>정원</p>
</th> </th>
<td> <td colspan="3">
<c:out value="${info.nos}"/> <c:out value="${info.nos}"/>
</td> </td>
</tr> </tr>
@ -246,7 +246,7 @@
<th scope="row"> <th scope="row">
<p>신청자수</p> <p>신청자수</p>
</th> </th>
<td> <td colspan="3">
<c:out value="${info.nosCnt1}"/> <c:out value="${info.nosCnt1}"/>
</td> </td>
</tr> </tr>
@ -260,7 +260,7 @@
<th scope="row"> <th scope="row">
<p>상태</p> <p>상태</p>
</th> </th>
<td> <td colspan="3">
<ve:code codeId="VEA004" code="${info.ddlnCd}"/> <ve:code codeId="VEA004" code="${info.ddlnCd}"/>
</td> </td>
</tr> </tr>
@ -272,7 +272,7 @@
</tr> </tr>
<tr class="trLength4"> <tr class="trLength4">
<th scope="row"><p>강의계획서</p></th> <th scope="row"><p>강의계획서</p></th>
<td> <td colspan="3">
<c:if test="${instrInfo.lctrPlanAtchFileId == null || instrInfo.lctrPlanAtchFileId == ''}"> <c:if test="${instrInfo.lctrPlanAtchFileId == null || instrInfo.lctrPlanAtchFileId == ''}">
<div class="btn_wrap"> <div class="btn_wrap">
<button type="button" onclick="control1.openFileDialogSingle();" class="btnType01 lctrPlan_btn_add_file">강의계획서 파일찾기</button> <button type="button" onclick="control1.openFileDialogSingle();" class="btnType01 lctrPlan_btn_add_file">강의계획서 파일찾기</button>

View File

@ -252,7 +252,7 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
.tb_type01>table{width: 100%; table-layout: fixed; } .tb_type01>table{width: 100%; table-layout: fixed; }
.tb_type01>table>tbody {border-top: 2px solid #000;} .tb_type01>table>tbody {border-top: 2px solid #000;}
.tb_type01>table>tbody>tr{border-bottom: 1px solid #e5e5e5;} .tb_type01>table>tbody>tr{border-bottom: 1px solid #e5e5e5;}
.tb_type01>table>tbody>tr>th,.tb_type01>table>tbody>tr>td{ font-size: 16px; text-align: left;box-sizing: border-box;} .tb_type01>table>tbody>tr>th,.tb_type01>table>tbody>tr>td{ font-size: 16px; text-align: left;box-sizing: border-box; line-height:1.3em;}
.tb_type01>table>tbody>tr>th{background-color: #f5f5f5; font-weight: 400; vertical-align: top; padding-top: 19px; padding-left: 20px; padding-bottom: 16px;} .tb_type01>table>tbody>tr>th{background-color: #f5f5f5; font-weight: 400; vertical-align: top; padding-top: 19px; padding-left: 20px; padding-bottom: 16px;}
.tb_type01>table>tbody>tr>th p {line-height: 1.3;} .tb_type01>table>tbody>tr>th p {line-height: 1.3;}
.tb_type01>table>tbody>tr>td{padding: 12px 20px; height: 60px; font-weight: 400; color: #555; vertical-align: middle;} .tb_type01>table>tbody>tr>td{padding: 12px 20px; height: 60px; font-weight: 400; color: #555; vertical-align: middle;}