이준호 전자조정시스템 커밋
- SSL 인증서 검증 파일 업로드
This commit is contained in:
parent
97b31d8ca3
commit
62ba86c3a4
@ -1,2 +0,0 @@
|
|||||||
81F88BD08761ED856680DAB8291918F2842B35F0C1E8746659BFDA0376DC900A
|
|
||||||
comodoca.com
|
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
1FB7198D23B120B9B281880F054640A80E557770084002DFF71F4D954E4CE898
|
||||||
|
comodoca.com
|
||||||
@ -170,7 +170,7 @@ function fncTextSenseStatus(id){
|
|||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 5%">
|
<col style="width: 5%">
|
||||||
<col style="width: auto">
|
<col style="width: auto">
|
||||||
<col style="width: 10%">
|
<%-- <col style="width: 10%"> --%>
|
||||||
<col style="width: 10%">
|
<col style="width: 10%">
|
||||||
<col style="width: 20%">
|
<col style="width: 20%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
@ -178,7 +178,7 @@ function fncTextSenseStatus(id){
|
|||||||
<tr>
|
<tr>
|
||||||
<th>번호<button class="sort btn_sort" id="sort_id"></button></th>
|
<th>번호<button class="sort btn_sort" id="sort_id"></button></th>
|
||||||
<th>TaskName<button type="button" class="sort sortBtn" id="sort_taskName"></button></th>
|
<th>TaskName<button type="button" class="sort sortBtn" id="sort_taskName"></button></th>
|
||||||
<th>상태확인</th>
|
<!-- <th>상태확인</th> -->
|
||||||
<th>처리상태<button type="button" class="sort sortBtn" id="sort_status"></button></th>
|
<th>처리상태<button type="button" class="sort sortBtn" id="sort_status"></button></th>
|
||||||
<th>등록일자<button type="button" class="sort sortBtn" id="sort_frstRegistPnttm"></button></th>
|
<th>등록일자<button type="button" class="sort sortBtn" id="sort_frstRegistPnttm"></button></th>
|
||||||
</tr>
|
</tr>
|
||||||
@ -195,7 +195,7 @@ function fncTextSenseStatus(id){
|
|||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td onclick="javascript:goTextSenseDetail('<c:out value="${list.id}"/>');" style="cursor:pointer;"><c:out value="${list.taskName}"/></td>
|
<td onclick="javascript:goTextSenseDetail('<c:out value="${list.id}"/>');" style="cursor:pointer;"><c:out value="${list.taskName}"/></td>
|
||||||
<td><button class="btnType02" onclick="fncTextSenseStatus('<c:out value="${list.id}"/>'); return false;">상태확인</button></td>
|
<%-- <td><button class="btnType02" onclick="fncTextSenseStatus('<c:out value="${list.id}"/>'); return false;">상태확인</button></td> --%>
|
||||||
<td onclick="javascript:goTextSenseDetail('<c:out value="${list.id}"/>');" style="cursor:pointer;">
|
<td onclick="javascript:goTextSenseDetail('<c:out value="${list.id}"/>');" style="cursor:pointer;">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${list.status eq 'AWAITING'}">
|
<c:when test="${list.status eq 'AWAITING'}">
|
||||||
|
|||||||
@ -172,7 +172,7 @@ function fn_egov_regist_preview() {
|
|||||||
</span>
|
</span>
|
||||||
</th>
|
</th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<input type="text" id="taskName" name="taskName" value="" style="width:250px;" readonly/>
|
<input type="text" id="taskName" name="taskName" value="" style="width:250px;"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user