Merge branch 'master' of http://rosewiper@vcs.iten.co.kr:9999/hylee/kcc_adr_advc_git
This commit is contained in:
commit
215d327772
@ -426,6 +426,9 @@ public class ApmController {
|
|||||||
LoginVO loginVO = EgovUserDetailsHelper.isAuthenticated() ? (LoginVO) EgovUserDetailsHelper.getAuthenticatedUser() : null;
|
LoginVO loginVO = EgovUserDetailsHelper.isAuthenticated() ? (LoginVO) EgovUserDetailsHelper.getAuthenticatedUser() : null;
|
||||||
String userId = loginVO == null ? "" : EgovStringUtil.isNullToString(loginVO.getUniqId());
|
String userId = loginVO == null ? "" : EgovStringUtil.isNullToString(loginVO.getUniqId());
|
||||||
|
|
||||||
|
//문자발송 팝업에 전달할 데이터
|
||||||
|
model.addAttribute("adminPhone", loginVO.getPhone());
|
||||||
|
|
||||||
// 조정사건일반
|
// 조정사건일반
|
||||||
PgrCmmVO info = cmmService.selectPgrCmm(cmmVO);
|
PgrCmmVO info = cmmService.selectPgrCmm(cmmVO);
|
||||||
|
|
||||||
@ -619,12 +622,13 @@ public class ApmController {
|
|||||||
|
|
||||||
List<AdjReqMgrVO> person = adjReqMgrService.selectAdjstReqMgrPersonList(adjReqMgrVO);
|
List<AdjReqMgrVO> person = adjReqMgrService.selectAdjstReqMgrPersonList(adjReqMgrVO);
|
||||||
decryptInfomation(person ,null);
|
decryptInfomation(person ,null);
|
||||||
model.addAttribute("person", person);
|
model.addAttribute("person", person);
|
||||||
|
|
||||||
//처리일자
|
//처리일자
|
||||||
PgrCmmVO adrEndDeDayVO = new PgrCmmVO();
|
PgrCmmVO adrEndDeDayVO = new PgrCmmVO();
|
||||||
adrEndDeDayVO.setAdrSeq(cmmVO.getAdrSeq());
|
adrEndDeDayVO.setAdrSeq(cmmVO.getAdrSeq());
|
||||||
model.addAttribute("adrEndDeDay", cmmService.selectAdrEndDeDay(adrEndDeDayVO).getAdrEndDeDay());
|
model.addAttribute("adrEndDeDay", cmmService.selectAdrEndDeDay(adrEndDeDayVO).getAdrEndDeDay());
|
||||||
|
|
||||||
}catch(Exception ex) {
|
}catch(Exception ex) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -283,6 +283,8 @@ public class AdjReqMgrVO extends ComDefaultVO implements Serializable{
|
|||||||
private String emailTo; // 이메일 발송 수신자
|
private String emailTo; // 이메일 발송 수신자
|
||||||
private String emailFrom; // 이메일 발송 발신자
|
private String emailFrom; // 이메일 발송 발신자
|
||||||
|
|
||||||
|
private String adminPhone; //관리자 전화번호
|
||||||
|
|
||||||
|
|
||||||
public String getEmailTitle() {
|
public String getEmailTitle() {
|
||||||
return emailTitle;
|
return emailTitle;
|
||||||
@ -1298,4 +1300,13 @@ public class AdjReqMgrVO extends ComDefaultVO implements Serializable{
|
|||||||
public void setEmailFrom(String emailFrom) {
|
public void setEmailFrom(String emailFrom) {
|
||||||
this.emailFrom = emailFrom;
|
this.emailFrom = emailFrom;
|
||||||
}
|
}
|
||||||
|
public String getAdminPhone() {
|
||||||
|
return adminPhone;
|
||||||
|
}
|
||||||
|
public void setAdminPhone(String adminPhone) {
|
||||||
|
this.adminPhone = adminPhone;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -65,6 +65,8 @@ public class EgovSessionMapping extends EgovUsersByUsernameMapping {
|
|||||||
String strAuthority = rs.getString("authority");
|
String strAuthority = rs.getString("authority");
|
||||||
String strMberSeq = rs.getString("mber_seq");
|
String strMberSeq = rs.getString("mber_seq");
|
||||||
String ofcpsNm = rs.getString("ofcps_nm");
|
String ofcpsNm = rs.getString("ofcps_nm");
|
||||||
|
|
||||||
|
String offmTelno = rs.getString("offm_telno").toString();
|
||||||
|
|
||||||
|
|
||||||
// 세션 항목 설정
|
// 세션 항목 설정
|
||||||
@ -83,6 +85,8 @@ public class EgovSessionMapping extends EgovUsersByUsernameMapping {
|
|||||||
|
|
||||||
/*20221012 대시보드를 위해 직급 코드 추가*/
|
/*20221012 대시보드를 위해 직급 코드 추가*/
|
||||||
loginVO.setOfcpsNm(ofcpsNm);
|
loginVO.setOfcpsNm(ofcpsNm);
|
||||||
|
|
||||||
|
loginVO.setPhone(offmTelno);
|
||||||
|
|
||||||
return new EgovUserDetails(strUserId, strPassWord, strEnabled, loginVO);
|
return new EgovUserDetails(strUserId, strPassWord, strEnabled, loginVO);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
jdbcUsersByUsernameQuery="SELECT USER_ID, ESNTL_ID AS PASSWORD, 1 ENABLED, USER_NM, USER_ZIP,
|
jdbcUsersByUsernameQuery="SELECT USER_ID, ESNTL_ID AS PASSWORD, 1 ENABLED, USER_NM, USER_ZIP,
|
||||||
USER_ADRES, USER_EMAIL, USER_SE, '-' ORGNZT_ID, ESNTL_ID,
|
USER_ADRES, USER_EMAIL, USER_SE, '-' ORGNZT_ID, ESNTL_ID,
|
||||||
'-' ORGNZT_NM, AUTHOR_CODE AS AUTHORITY, mber_seq AS mber_seq, ofcps_nm as ofcps_nm
|
'-' ORGNZT_NM, AUTHOR_CODE AS AUTHORITY, mber_seq AS mber_seq, ofcps_nm as ofcps_nm, offm_telno AS offm_telno
|
||||||
FROM COMVNUSERMASTER A
|
FROM COMVNUSERMASTER A
|
||||||
INNER JOIN LETTNEMPLYRSCRTYESTBS B ON A.ESNTL_ID = B.SCRTY_DTRMN_TRGET_ID
|
INNER JOIN LETTNEMPLYRSCRTYESTBS B ON A.ESNTL_ID = B.SCRTY_DTRMN_TRGET_ID
|
||||||
WHERE CONCAT(USER_SE, USER_ID) = ?"
|
WHERE CONCAT(USER_SE, USER_ID) = ?"
|
||||||
|
|||||||
@ -817,6 +817,8 @@ $(document).ready(function(){
|
|||||||
<input type="hidden" id="SearchMonth" name="SearchMonth" value="${info.searchMonth}"/>
|
<input type="hidden" id="SearchMonth" name="SearchMonth" value="${info.searchMonth}"/>
|
||||||
<input type="hidden" id="searchEachAdrAdminYn" name="searchEachAdrAdminYn" value="${info.searchEachAdrAdminYn}"/>
|
<input type="hidden" id="searchEachAdrAdminYn" name="searchEachAdrAdminYn" value="${info.searchEachAdrAdminYn}"/>
|
||||||
|
|
||||||
|
<input type="hidden" id="adminPhone" name="adminPhone" value="<c:out value='${adminPhone}'/>"/>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form:form id="detailForm" name="detailForm" commandName="pgrCmmVO" onsubmit="return false;" method="post">
|
<form:form id="detailForm" name="detailForm" commandName="pgrCmmVO" onsubmit="return false;" method="post">
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>내용</th>
|
<th>내용</th>
|
||||||
<td>
|
<td>
|
||||||
<p><textarea rows="50" cols="30" name="sendMsg" id="sendMsg"></textarea></p>
|
<p><textarea rows="50" cols="30" name="sendMsg" id="sendMsg">문의회신 연락처 : <c:out value="${adjReqMgrVO.adminPhone}"/></textarea></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -151,14 +151,14 @@ function logListExcelDownload(){
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>번호 <button type="button" class="sortBtn sort" id="sort_logId"></button></th>
|
<th><p>번호</p><button type="button" class="sortBtn sort" id="sort_logId"></button></th>
|
||||||
<th>메뉴명 <button type="button" class="sortBtn sort" id="sort_menuNm"></button></th>
|
<th><p>메뉴명</p><button type="button" class="sortBtn sort" id="sort_menuNm"></button></th>
|
||||||
<th>접근구분 <button type="button" class="sortBtn sort" id="sort_approNm"></button></th>
|
<th><p>접근구분</p><button type="button" class="sortBtn sort" id="sort_approNm"></button></th>
|
||||||
<!-- <th>메소드 <button type="button" class="sortBtn sort" id="sort_progrmFileNm"></button></th> -->
|
<!-- <th>메소드 <button type="button" class="sortBtn sort" id="sort_progrmFileNm"></button></th> -->
|
||||||
<th>접속ID <button type="button" class="sortBtn sort" id="sort_loginId"></button></th>
|
<th><p>접속ID</p><button type="button" class="sortBtn sort" id="sort_loginId"></button></th>
|
||||||
<th>접속IP <button type="button" class="sortBtn sort" id="sort_loginIp"></button></th>
|
<th><p>접속IP</p><button type="button" class="sortBtn sort" id="sort_loginIp"></button></th>
|
||||||
<th>접속URL <button type="button" class="sortBtn sort" id="sort_url"></button></th>
|
<th><p>접속URL</p><button type="button" class="sortBtn sort" id="sort_url"></button></th>
|
||||||
<th>접속일자 <button type="button" class="sortBtn sort" id="sort_creatDt"></button></th>
|
<th><p>접속일자</p><button type="button" class="sortBtn sort" id="sort_creatDt"></button></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -173,12 +173,12 @@ function logListExcelDownload(){
|
|||||||
<c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
<c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td><c:out value="${result.menuNm}"/></td>
|
<td class="td_wrap t_left"><c:out value="${result.menuNm}"/></td>
|
||||||
<td><c:out value="${result.approNm}"/></td>
|
<td><c:out value="${result.approNm}"/></td>
|
||||||
<%-- <td><c:out value="${result.progrmFileNm}"/></td> --%>
|
<%-- <td><c:out value="${result.progrmFileNm}"/></td> --%>
|
||||||
<td><span class="privateInfo"><c:out value="${result.loginId}"/></span></td>
|
<td><span class="privateInfo"><c:out value="${result.loginId}"/></span></td>
|
||||||
<td><c:out value="${result.loginIp}"/></td>
|
<td><c:out value="${result.loginIp}"/></td>
|
||||||
<td><c:out value="${result.url}"/></td>
|
<td class="td_wrap t_left"><c:out value="${result.url}"/></td>
|
||||||
<td><c:out value="${result.creatDt}"/></td>
|
<td><c:out value="${result.creatDt}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@ -150,14 +150,14 @@ function logListExcelDownload(){
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>번호 <button type="button" class="sortBtn sort" id="sort_logId"></button></th>
|
<th><p>번호</p><button type="button" class="sortBtn sort" id="sort_logId"></button></th>
|
||||||
<th>메뉴명 <button type="button" class="sortBtn sort" id="sort_menuNm"></button></th>
|
<th><p>메뉴명</p><button type="button" class="sortBtn sort" id="sort_menuNm"></button></th>
|
||||||
<!-- <th>접근구분 <button type="button" class="sortBtn sort" id="sort_approNm"></button></th> -->
|
<!-- <th>접근구분 <button type="button" class="sortBtn sort" id="sort_approNm"></button></th> -->
|
||||||
<th>메소드 <button type="button" class="sortBtn sort" id="sort_progrmFileNm"></button></th>
|
<th><p>메소드</p><button type="button" class="sortBtn sort" id="sort_progrmFileNm"></button></th>
|
||||||
<th>접속ID <button type="button" class="sortBtn sort" id="sort_loginId"></button></th>
|
<th><p>접속ID</p><button type="button" class="sortBtn sort" id="sort_loginId"></button></th>
|
||||||
<th>접속IP <button type="button" class="sortBtn sort" id="sort_loginIp"></button></th>
|
<th><p>접속IP</p><button type="button" class="sortBtn sort" id="sort_loginIp"></button></th>
|
||||||
<th>접속URL <button type="button" class="sortBtn sort" id="sort_url"></button></th>
|
<th><p>접속URL</p><button type="button" class="sortBtn sort" id="sort_url"></button></th>
|
||||||
<th>접속일자 <button type="button" class="sortBtn sort" id="sort_creatDt"></button></th>
|
<th><p>접속일자</p><button type="button" class="sortBtn sort" id="sort_creatDt"></button></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -177,7 +177,7 @@ function logListExcelDownload(){
|
|||||||
<td><c:out value="${result.approNm}"/></td>
|
<td><c:out value="${result.approNm}"/></td>
|
||||||
<td><span class="privateInfo"><c:out value="${result.loginId}"/></span></td>
|
<td><span class="privateInfo"><c:out value="${result.loginId}"/></span></td>
|
||||||
<td><c:out value="${result.loginIp}"/></td>
|
<td><c:out value="${result.loginIp}"/></td>
|
||||||
<td><c:out value="${result.url}"/></td>
|
<td class="td_wrap t_left"><c:out value="${result.url}"/></td>
|
||||||
<td><c:out value="${result.creatDt}"/></td>
|
<td><c:out value="${result.creatDt}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@ -124,6 +124,10 @@ function fnCheckAll(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
.tbType01 thead th{font-size: 15px;}
|
||||||
|
.tbType01 tbody td{font-size: 14px;}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>자바스크립트를 지원하지 않는 브라우저에서는 일부 기능을 사용하실 수 없습니다.</noscript>
|
<noscript>자바스크립트를 지원하지 않는 브라우저에서는 일부 기능을 사용하실 수 없습니다.</noscript>
|
||||||
@ -197,31 +201,31 @@ function fnCheckAll(){
|
|||||||
<div class="list tbType01">
|
<div class="list tbType01">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 8%">
|
<col style="width: 60px;">
|
||||||
<col style="width: 10%">
|
<col style="width: 20%;">
|
||||||
<col style="width: 15%">
|
<col style="width: 20%;">
|
||||||
<col style="width: 20%">
|
<col style="width: 20%;">
|
||||||
<col style="width: 10%">
|
<col style="width: 9%;">
|
||||||
<col style="width: 15%">
|
<col style="width: 10%;">
|
||||||
<col style="width: 15%">
|
<%-- <col style="width: 8%;"> --%>
|
||||||
<col style="width: 10%">
|
<col style="width: 8%;">
|
||||||
<col style="width: 7%">
|
<col style="width: 10%;">
|
||||||
<col style="width: 7%">
|
<col style="width: 8%;">
|
||||||
<col style="width: 7%">
|
<col style="width: 70px;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>번호 <input type="button" class="sortBtn sort" id="sort_tempSortNum"></th>
|
<th><p>번호</p><input type="button" class="sortBtn sort" id="sort_tempSortNum"></th>
|
||||||
<th>메뉴명 <input type="button" class="sortBtn sort" id="sort_menuNm"></th>
|
<th><p>메뉴명</p><input type="button" class="sortBtn sort" id="sort_menuNm"></th>
|
||||||
<th>메소드명 <input type="button" class="sortBtn sort" id="sort_methodNm"></th>
|
<th><p>메소드명</p><input type="button" class="sortBtn sort" id="sort_methodNm"></th>
|
||||||
<th>기능명 <input type="button" class="sortBtn sort" id="sort_approNm"></th>
|
<th><p>기능명</p><input type="button" class="sortBtn sort" id="sort_approNm"></th>
|
||||||
<th>파라미터 <input type="button" class="sortBtn sort" id="sort_param"></th>
|
<th><p>파라<br />미터</p><input type="button" class="sortBtn sort" id="sort_param"></th>
|
||||||
<th>개인정보여부 <input type="button" class="sortBtn sort" id="sort_privacy"></th>
|
<th><p>개인정보<br />여부</p><input type="button" class="sortBtn sort" id="sort_privacy"></th>
|
||||||
<th>등록일자 <input type="button" class="sortBtn sort" id="sort_creatDt"></th>
|
<!-- <th><p>등록일자</p><input type="button" class="sortBtn sort" id="sort_creatDt"></th> -->
|
||||||
<th>사용자구분<input type="button" class="sortBtn sort" id="sort_method_cd"></th>
|
<th><p>사용자<br />구분</p><input type="button" class="sortBtn sort" id="sort_method_cd"></th>
|
||||||
<th>통계사용여부<input type="button" class="sortBtn sort" id="sort_use_yn"></th>
|
<th><p>통계사용<br />여부</p><input type="button" class="sortBtn sort" id="sort_use_yn"></th>
|
||||||
<th>통계순서<input type="button" class="sortBtn sort" id="sort_sort_num"></th>
|
<th><p>통계<br />순서</p><input type="button" class="sortBtn sort" id="sort_sort_num"></th>
|
||||||
<th>관리</th>
|
<th><p>관리</p></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -241,17 +245,17 @@ function fnCheckAll(){
|
|||||||
<c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
<c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td><c:out value="${result.menuNm}"/></td>
|
<td class="td_wrap t_left"><c:out value="${result.menuNm}"/></td>
|
||||||
<td><c:out value="${result.methodNm}"/></td>
|
<td class="td_wrap t_left"><c:out value="${result.methodNm}"/></td>
|
||||||
<td><c:out value="${result.approNm}"/></td>
|
<td class="td_wrap t_left"><c:out value="${result.approNm}"/></td>
|
||||||
<td><c:out value="${result.param}"/></td>
|
<td><c:out value="${result.param}"/></td>
|
||||||
<td><c:out value="${result.privacy}"/></td>
|
<td><c:out value="${result.privacy}"/></td>
|
||||||
<td><c:out value="${result.creatDt}"/></td>
|
<%-- <td><c:out value="${result.creatDt}"/></td> --%>
|
||||||
<td><c:out value="${result.dateType}"/></td>
|
<td><c:out value="${result.dateType}"/></td>
|
||||||
<td><c:out value="${result.useYn}"/></td>
|
<td><c:out value="${result.useYn}"/></td>
|
||||||
<td><c:out value="${result.sortNum}"/></td>
|
<td><c:out value="${result.sortNum}"/></td>
|
||||||
<td>
|
<td>
|
||||||
<input type="button" value="수정" class="btnType1" onclick="fn_modify('${result.admotId}'); return false;">
|
<input type="button" value="수정" class="btnType01" style="height: 30px;" onclick="fn_modify('${result.admotId}'); return false;">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@ -230,92 +230,89 @@ function fn_delete() {
|
|||||||
<div class="list tb_type01">
|
<div class="list tb_type01">
|
||||||
|
|
||||||
|
|
||||||
<table class="tbType2">
|
<table class="tbType02" style="width: 100%;">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 20%">
|
<col style="width: 20%">
|
||||||
<col style="width: 80%">
|
<col style="width: 80%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">메뉴명</span></th>
|
<th><span class="reqArea">메뉴명</span></th>
|
||||||
<td colspan="3" style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
<input type="text" size="100" name="menuNm" value="${loginLog.menuNm}" title="menuNm" maxlength="100" />
|
<input type="text" size="100" name="menuNm" value="${loginLog.menuNm}" title="menuNm" maxlength="100" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">메소드명</span></th>
|
<th><span class="reqArea">메소드명</span></th>
|
||||||
<td colspan="3" style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
<input type="text" size="100" name="methodNm" value="${loginLog.methodNm}" title="methodNm" maxlength="100" />
|
<input type="text" size="100" name="methodNm" value="${loginLog.methodNm}" title="methodNm" maxlength="100" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">기능명</span></th>
|
<th><span class="reqArea">기능명</span></th>
|
||||||
<td colspan="3" style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
<input type="text" size="100" name="approNm" value="${loginLog.approNm}" title="approNm" maxlength="100" />
|
<input type="text" size="100" name="approNm" value="${loginLog.approNm}" title="approNm" maxlength="100" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">파라미터</span></th>
|
<th><span class="reqArea">파라미터</span></th>
|
||||||
<td colspan="3" style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
<input type="text" size="100" name="param" value="${empty loginLog.admotId ? 'N' : loginLog.param }" title="param" maxlength="100" />
|
<input type="text" size="100" name="param" value="${empty loginLog.admotId ? 'N' : loginLog.param }" title="param" maxlength="100" />
|
||||||
<br><span class="cfText">*기본값은 N 입니다.</span> <span class="cfText c_ed4555">*N이 아닌 값을 사용할 경우는 url에 'logParam=파라미터값' 형식을 추가해야 적용됩니다.</span>
|
<br><span class="cfText">*기본값은 N 입니다.</span> <span class="cfText c_ed4555">*N이 아닌 값을 사용할 경우는 url에 'logParam=파라미터값' 형식을 추가해야 적용됩니다.</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">privacy</span></th>
|
<th><span class="reqArea">privacy</span></th>
|
||||||
<td colspan="3" style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
<input type="text" size="100" name="privacy" value="${empty loginLog.admotId ? 'N' : loginLog.privacy }" title="privacy" maxlength="100" />
|
<input type="text" size="100" name="privacy" value="${empty loginLog.admotId ? 'N' : loginLog.privacy }" title="privacy" maxlength="100" />
|
||||||
<br><span class="cfText">*기본값은 N 입니다.</span> <span class="cfText c_ed4555">N / Y *개인정보 포함 여부를 표시합니다.</span>
|
<br><span class="cfText">*기본값은 N 입니다.</span> <span class="cfText c_ed4555">N / Y *개인정보 포함 여부를 표시합니다.</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">사용자구분</span></th>
|
<th><span class="reqArea">사용자구분</span></th>
|
||||||
<td colspan="3" style="text-align:left;">${loginLog.dateType} - <span class="cfText c_ed4555">U(사용자) / A(관리자)</span>
|
<td style="text-align:left;">${loginLog.dateType} - <span class="cfText c_ed4555">U(사용자) / A(관리자)</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">통계노출여부</span></th>
|
<th><span class="reqArea">통계노출여부</span></th>
|
||||||
<td colspan="3" style="text-align:left;">
|
<td colspan="3" style="text-align:left;">
|
||||||
<select name="useYn" id="useYn" class="sel_type1">
|
<select name="useYn" id="useYn" class="sel_type1">
|
||||||
<option value="N" <c:if test="${loginLog.useYn == 'N'}">selected</c:if>>미사용</option>
|
<option value="N" <c:if test="${loginLog.useYn == 'N'}">selected</c:if>>미사용</option>
|
||||||
<option value="Y" <c:if test="${loginLog.useYn == 'Y'}">selected</c:if>>사용</option>
|
<option value="Y" <c:if test="${loginLog.useYn == 'Y'}">selected</c:if>>사용</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">통계순서</span></th>
|
<th><span class="reqArea">통계순서</span></th>
|
||||||
<td colspan="3" style="text-align:left;">
|
<td colspan="3" style="text-align:left;">
|
||||||
<input type="text" size="10" name="sortNum" value="${loginLog.sortNum}" title="sortNum" maxlength="10" />
|
<input type="text" size="10" name="sortNum" value="${loginLog.sortNum}" title="sortNum" maxlength="10" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<c:if test="${!empty loginLog.admotId }">
|
||||||
|
<tr>
|
||||||
|
<th><span class="reqArea">등록일자</span></th>
|
||||||
|
<td colspan="3" style="text-align:left;">
|
||||||
|
${loginLog.creatDt}
|
||||||
|
<%-- <input name="creatDt" value="${loginLog.creatDt}" title="creatDt" maxlength="100" readonly /> --%>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</c:if>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="btn_wrap btn_layout02" style="margin: 20px 0 0 0;">
|
||||||
|
<button type="button" class="btnType03 bg_888888" onclick="goList(); return false;">목록</button>
|
||||||
<c:if test="${!empty loginLog.admotId }">
|
<c:if test="${!empty loginLog.admotId }">
|
||||||
<tr>
|
<button type="button" class="btnType02" onclick="fn_delete(); return false;">삭제</button>
|
||||||
<th><span class="reqArea">등록일자</span></th>
|
<button type="button" class="btnType06" onclick="fn_update(); return false;">수정</button>
|
||||||
<td colspan="3" style="text-align:left;">
|
|
||||||
${loginLog.creatDt}
|
|
||||||
<%-- <input name="creatDt" value="${loginLog.creatDt}" title="creatDt" maxlength="100" readonly /> --%>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</tbody>
|
<c:if test="${empty loginLog.admotId }">
|
||||||
</table>
|
<button type="button" class="btnType06" onclick="fn_insert(); return false;">저장</button>
|
||||||
<div class="btnWrap">
|
</c:if>
|
||||||
<input type="button" class="btnType1 bg_888888" value="목 록" onclick="goList(); return false;">
|
|
||||||
<c:if test="${!empty loginLog.admotId }">
|
|
||||||
<input type="button" class="btnType1" value="삭 제" onclick="fn_delete(); return false;">
|
|
||||||
<input type="button" class="btnType1" value="수 정" onclick="fn_update(); return false;">
|
|
||||||
</c:if>
|
|
||||||
<c:if test="${empty loginLog.admotId }">
|
|
||||||
<input type="button" class="btnType1" value="저 장" onclick="fn_insert(); return false;">
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- //list -->
|
<!-- //list -->
|
||||||
|
|
||||||
|
|||||||
@ -124,8 +124,8 @@ p+.list_util{width: auto;}
|
|||||||
.btn_layout01{width: 100%; display: flex; justify-content: space-between; margin-bottom: 30px;}
|
.btn_layout01{width: 100%; display: flex; justify-content: space-between; margin-bottom: 30px;}
|
||||||
.btn_layout01 .area_left{background-color: #fff; box-shadow: none;}
|
.btn_layout01 .area_left{background-color: #fff; box-shadow: none;}
|
||||||
.btn_layout01 .area_right{text-align: right; background-color: #fff;}
|
.btn_layout01 .area_right{text-align: right; background-color: #fff;}
|
||||||
.btn_layout01 button{vertical-align: middle; margin: 0 2px; transition: all 0.1s linear;}
|
.btn_layout01 button, .btn_layout01 input[type="button"]{vertical-align: middle; margin: 0 2px; transition: all 0.1s linear;}
|
||||||
.btn_layout01 button:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;}
|
.btn_layout01 button:hover, .btn_layout01 input[type="button"]:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;}
|
||||||
.btn_layout01 .area_left button:first-child{margin-left: 0;}
|
.btn_layout01 .area_left button:first-child{margin-left: 0;}
|
||||||
.btn_layout01 .area_right button:last-child{margin-right: 0;}
|
.btn_layout01 .area_right button:last-child{margin-right: 0;}
|
||||||
|
|
||||||
@ -134,13 +134,13 @@ p+.list_util{width: auto;}
|
|||||||
|
|
||||||
/* list_top_btn */
|
/* list_top_btn */
|
||||||
.btn_layout02{width: 100%; text-align: right; margin-bottom: 10px; margin-top: 0;}
|
.btn_layout02{width: 100%; text-align: right; margin-bottom: 10px; margin-top: 0;}
|
||||||
.btn_layout02 button{margin: 0 2px; transition: all 0.1s linear;}
|
.btn_layout02 button,.btn_layout02 input[type="button"]{margin: 0 2px; transition: all 0.1s linear;}
|
||||||
.btn_layout02 button:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;}
|
.btn_layout02 button:hover,.btn_layout02 input[type="button"]:hover{box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.1s linear;}
|
||||||
/* //list_top_btn */
|
/* //list_top_btn */
|
||||||
|
|
||||||
.btn_layout03 .area_left{background-color: #fff; box-shadow: none; width: calc(100% - 150px);}
|
.btn_layout03 .area_left{background-color: #fff; box-shadow: none; width: calc(100% - 150px);}
|
||||||
.btn_layout03 button{margin: 0 2px 5px 2px; transition: all 0.1s linear;}
|
.btn_layout03 button,.btn_layout03 input[type="button"]{margin: 0 2px 5px 2px; transition: all 0.1s linear;}
|
||||||
.btn_layout03 button:hover{transition: all 0.1s linear; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
|
.btn_layout03 button:hover,.btn_layout03 input[type="button"]:hover{transition: all 0.1s linear; box-shadow: 0 0 5px rgba(0,0,0,0.3);}
|
||||||
|
|
||||||
.btn_layout04{text-align: center;}
|
.btn_layout04{text-align: center;}
|
||||||
|
|
||||||
@ -166,6 +166,11 @@ p+.list_util{width: auto;}
|
|||||||
.btnType07 {height:46px;padding:0 15px;font-size:18px;font-weight:400;color:#555;border:1px solid #555;border-radius:5px;transition:all 0.1s linear;}
|
.btnType07 {height:46px;padding:0 15px;font-size:18px;font-weight:400;color:#555;border:1px solid #555;border-radius:5px;transition:all 0.1s linear;}
|
||||||
.btnType07:hover {background:#fafafa;}
|
.btnType07:hover {background:#fafafa;}
|
||||||
.btnType08 {display:inline-block;width:95px;height:33px;padding:0 10px;font-size:15px;line-height:30px;text-align:left;color:#666;border:1px solid #d5d5d5;background:url(/kccadrPb/adm/image/icon_btnType08.png) no-repeat right center;border-radius:5px;box-sizing:border-box;}
|
.btnType08 {display:inline-block;width:95px;height:33px;padding:0 10px;font-size:15px;line-height:30px;text-align:left;color:#666;border:1px solid #d5d5d5;background:url(/kccadrPb/adm/image/icon_btnType08.png) no-repeat right center;border-radius:5px;box-sizing:border-box;}
|
||||||
|
|
||||||
|
p+.sortBtn{display:inline-block;border:0;width:14px;height:100%;background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat right center;margin: 0 0 0 4px;}
|
||||||
|
p+button.sortBtn{height:8px;}
|
||||||
|
p+.sortBtn.sortBtnAsc,p+button.sortBtn.sortBtnDesc{background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat left center;color:transparent;}
|
||||||
|
p+button.sortBtn.sortBtnDesc,p+button.sortBtn.sortBtnAsc{vertical-align:middle;}
|
||||||
/* //버튼 타입 */
|
/* //버튼 타입 */
|
||||||
|
|
||||||
.btn_wrap .btn_print i{width: 22px; height: 22px; display: inline-block; background-image: url(/kccadrPb/adm/image/btn_print02.png); vertical-align: middle; margin-top: -5px;}
|
.btn_wrap .btn_print i{width: 22px; height: 22px; display: inline-block; background-image: url(/kccadrPb/adm/image/btn_print02.png); vertical-align: middle; margin-top: -5px;}
|
||||||
@ -203,6 +208,7 @@ p+.list_util{width: auto;}
|
|||||||
.tbType01 thead tr{width: 100%; background-color: #f3f3f3;}
|
.tbType01 thead tr{width: 100%; background-color: #f3f3f3;}
|
||||||
.tbType01 thead tr:only-of-type th{height: 55px;}
|
.tbType01 thead tr:only-of-type th{height: 55px;}
|
||||||
.tbType01 thead th{height: 30px; padding: 0 5px; box-sizing: border-box; border-right: 0.01em solid #e5e5e5; vertical-align: middle;border-bottom: 0.01em solid #e5e5e5; font-size: 16px; font-weight: 400;}
|
.tbType01 thead th{height: 30px; padding: 0 5px; box-sizing: border-box; border-right: 0.01em solid #e5e5e5; vertical-align: middle;border-bottom: 0.01em solid #e5e5e5; font-size: 16px; font-weight: 400;}
|
||||||
|
.tbType01 thead th p{display:inline-block;vertical-align:middle;}
|
||||||
.tbType01 thead th:last-child{border-right: 0;}
|
.tbType01 thead th:last-child{border-right: 0;}
|
||||||
.tbType01 thead tr:last-child th:last-child{border-right: 0.01em solid #e5e5e5;}
|
.tbType01 thead tr:last-child th:last-child{border-right: 0.01em solid #e5e5e5;}
|
||||||
.tbType01 thead tr:only-child th:last-child{border-right: 0;}
|
.tbType01 thead tr:only-child th:last-child{border-right: 0;}
|
||||||
@ -211,7 +217,9 @@ p+.list_util{width: auto;}
|
|||||||
.tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) td,.tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) th{border-bottom: 0.01em solid #d5d5d5;}
|
.tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) td,.tbType01 tbody tr:nth-child(n+1):nth-child(-n+9) th{border-bottom: 0.01em solid #d5d5d5;}
|
||||||
.tbType01 tbody tr:nth-child(n+10){border-bottom: 0.01em solid #d5d5d5;}
|
.tbType01 tbody tr:nth-child(n+10){border-bottom: 0.01em solid #d5d5d5;}
|
||||||
.tbType01 tbody tr:last-child{border-bottom: 0;}
|
.tbType01 tbody tr:last-child{border-bottom: 0;}
|
||||||
.tbType01 tbody td{height: 40px; font-weight: 400; color: #555555; line-height: 1.4; vertical-align: middle; border-right: 0.01em solid #d5d5d5;}
|
.tbType01 tbody td{height: 40px; font-weight: 400; color: #555555; line-height: 1.4; vertical-align: middle; border-right: 0.01em solid #d5d5d5; padding: 0 5px;}
|
||||||
|
.tbType01 tbody td.ellipsis{white-space: nowrap; text-overflow: ellipsis;overflow:hidden;}
|
||||||
|
.tbType01 tbody td.td_wrap{white-space: wrap;word-wrap: break-word;}
|
||||||
.tbType01 tbody .td_date{font-size: 15px;}
|
.tbType01 tbody .td_date{font-size: 15px;}
|
||||||
.tbType01 tbody td p,.tbType01 tbody td a{width: 95%; margin: 0 auto; padding: 0 5px; box-sizing: border-box; word-break: break-all;}
|
.tbType01 tbody td p,.tbType01 tbody td a{width: 95%; margin: 0 auto; padding: 0 5px; box-sizing: border-box; word-break: break-all;}
|
||||||
.tbType01 tbody td .text_overflow{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
|
.tbType01 tbody td .text_overflow{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
|
||||||
@ -500,4 +508,8 @@ table select+button{vertical-align: middle;}
|
|||||||
.input_form_add_wrap li{position: relative;display: block; width: 100%; border-bottom: 1px solid #d5d5d5;}
|
.input_form_add_wrap li{position: relative;display: block; width: 100%; border-bottom: 1px solid #d5d5d5;}
|
||||||
.input_form_add_wrap li:only-child,.input_form_add_wrap li:last-child{border-bottom: 0;}
|
.input_form_add_wrap li:only-child,.input_form_add_wrap li:last-child{border-bottom: 0;}
|
||||||
.input_form_add_wrap li button{position: absolute; right: 0; top: -1px;}
|
.input_form_add_wrap li button{position: absolute; right: 0; top: -1px;}
|
||||||
.tbType02 tr td .input_form_add_wrap li p{vertical-align: top; margin: 0 4px 0 0; font-weight: 500;}
|
.tbType02 tr td .input_form_add_wrap li p{vertical-align: top; margin: 0 4px 0 0; font-weight: 500;}
|
||||||
|
|
||||||
|
/*연, 월 sel*/
|
||||||
|
.detail_search .month_sel{width: 100px;}
|
||||||
|
.detail_search .sel_term{color: #555; margin: 0 1px; font-weight: lighter;}
|
||||||
|
|||||||
BIN
src/main/webapp/kccadrPb/adm/image/sort_btn_img.png
Normal file
BIN
src/main/webapp/kccadrPb/adm/image/sort_btn_img.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 299 B |
297
src/main/webapp/kccadrPb/adm/list04.html
Normal file
297
src/main/webapp/kccadrPb/adm/list04.html
Normal file
@ -0,0 +1,297 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ko">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>조정기일 개최 현황</title>
|
||||||
|
|
||||||
|
<!-- css -->
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
|
||||||
|
|
||||||
|
<!-- script -->
|
||||||
|
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/common.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/content.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/calendar.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="wrap">
|
||||||
|
|
||||||
|
<!-- leftmenu -->
|
||||||
|
<div class="area_left">
|
||||||
|
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
|
||||||
|
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
|
||||||
|
</h1>
|
||||||
|
<nav class="menu">
|
||||||
|
<ul>
|
||||||
|
<li class="depth01">
|
||||||
|
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
|
||||||
|
<ul class="depth02">
|
||||||
|
<li><a href="#">신청접수현황</a></li>
|
||||||
|
<li><a href="#">접수등록</a></li>
|
||||||
|
<li><a href="#">조정현황</a></li>
|
||||||
|
<li><a href="#">조정파일관리</a></li>
|
||||||
|
<li><a href="#">조정기록물조회</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="depth01">
|
||||||
|
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
|
||||||
|
<ul class="depth02">
|
||||||
|
<li><a href="#">위원관리</a></li>
|
||||||
|
<li><a href="#">조정부관리</a></li>
|
||||||
|
<li><a href="#">서식관리</a></li>
|
||||||
|
<li><a href="#">SMS관리</a></li>
|
||||||
|
<li><a href="#">이메일관리</a></li>
|
||||||
|
<li><a href="#">SMS문구조회</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<!-- //leftmenu -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- top_utill+cont -->
|
||||||
|
<div class="area_right">
|
||||||
|
|
||||||
|
<!-- top_utill -->
|
||||||
|
<div class="top_util">
|
||||||
|
<div class="user_info">
|
||||||
|
<div class="user">
|
||||||
|
<i></i>
|
||||||
|
<p><span>홍길동</span>님</p>
|
||||||
|
<p class="user_id">(honggildong)</p>
|
||||||
|
</div>
|
||||||
|
<button class="alram">
|
||||||
|
<i></i>
|
||||||
|
<span class="alram_num">3</span>
|
||||||
|
<p>알림</p>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<ul class="user_util">
|
||||||
|
<li class="time_out"><i></i>
|
||||||
|
<p>로그인 타임아웃 : </p><span>60분 60분</span>
|
||||||
|
</li>
|
||||||
|
<li class="final_date"><i></i>
|
||||||
|
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //top_utill -->
|
||||||
|
|
||||||
|
<!-- cont -->
|
||||||
|
<div class="cont_wrap">
|
||||||
|
<div class="box">
|
||||||
|
|
||||||
|
<!-- cont_tit -->
|
||||||
|
<div class="cont_tit">
|
||||||
|
<h2>조정기일 개최 현황</h2>
|
||||||
|
<ul class="cont_nav">
|
||||||
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
|
<!-- <li><p>조정 종결 관리</p></li> -->
|
||||||
|
<li><span class="cur_nav">조정기일 개최 현황</span></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //cont_tit -->
|
||||||
|
|
||||||
|
<div class="cont">
|
||||||
|
<!-- list_top -->
|
||||||
|
<div class="list_top">
|
||||||
|
<!-- <p>총 건수 : <span>204</span>건</p> -->
|
||||||
|
<div class="list_util">
|
||||||
|
<!--
|
||||||
|
<div class="btn_wrap right">
|
||||||
|
<button type="button" class="btn_down_excel">엑셀 다운로드</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
<div class="detail_search">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p class="tit_text">기간 설정</p>
|
||||||
|
<select id="select_year" title="년도 선택" class="slt_year">
|
||||||
|
<option value="2022">2022년</option>
|
||||||
|
<option value="2023">2023년</option>
|
||||||
|
<option value="2024">2024년</option>
|
||||||
|
</select>
|
||||||
|
<select id="select_month" title="월 선택" class="slt_month month_sel">
|
||||||
|
<option value="1">1월</option>
|
||||||
|
<option value="2">2월</option>
|
||||||
|
<option value="3">3월</option>
|
||||||
|
<option value="4">4월</option>
|
||||||
|
<option value="5">5월</option>
|
||||||
|
<option value="6">6월</option>
|
||||||
|
<option value="7">7월</option>
|
||||||
|
<option value="8">8월</option>
|
||||||
|
<option value="9">9월</option>
|
||||||
|
<option value="10">10월</option>
|
||||||
|
<option value="11">11월</option>
|
||||||
|
<option value="12">12월</option>
|
||||||
|
</select>
|
||||||
|
<span class="sel_term">~</span>
|
||||||
|
<select id="select_year" title="년도 선택" class="slt_year">
|
||||||
|
<option value="2022">2022년</option>
|
||||||
|
<option value="2023">2023년</option>
|
||||||
|
<option value="2024">2024년</option>
|
||||||
|
</select>
|
||||||
|
<select id="select_month" title="월 선택" class="slt_month month_sel">
|
||||||
|
<option value="1">1월</option>
|
||||||
|
<option value="2">2월</option>
|
||||||
|
<option value="3">3월</option>
|
||||||
|
<option value="4">4월</option>
|
||||||
|
<option value="5">5월</option>
|
||||||
|
<option value="6">6월</option>
|
||||||
|
<option value="7">7월</option>
|
||||||
|
<option value="8">8월</option>
|
||||||
|
<option value="9">9월</option>
|
||||||
|
<option value="10">10월</option>
|
||||||
|
<option value="11">11월</option>
|
||||||
|
<option value="12">12월</option>
|
||||||
|
</select>
|
||||||
|
<button type="button" class="btnType02 btn_search">검색</button>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //list_top -->
|
||||||
|
|
||||||
|
<!-- list -->
|
||||||
|
<p class="cfText t_right" style="margin: 0 0 10px;">(단위 : 건)</p>
|
||||||
|
<div class="list tbType01" style="border-bottom: none;">
|
||||||
|
<table>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 10%;">
|
||||||
|
<col style="width: 10%;">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
<col style="width: 10%">
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th rowspan="2">구분</th>
|
||||||
|
<th rowspan="2">기일개최</th>
|
||||||
|
<th colspan="10">유형별 현황</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>어문</th>
|
||||||
|
<th>음악</th>
|
||||||
|
<th>연극</th>
|
||||||
|
<th>미술</th>
|
||||||
|
<th>사진</th>
|
||||||
|
<th>영상</th>
|
||||||
|
<th>도형</th>
|
||||||
|
<th>프로그램</th>
|
||||||
|
<th>편집</th>
|
||||||
|
<th>인격권</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>자체조정</p>
|
||||||
|
<td>
|
||||||
|
<p>2023</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1050</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1111</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1350</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1400</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1450</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1500</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>검찰연계조정</p>
|
||||||
|
<td>
|
||||||
|
<p>2022</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1330</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1030</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1600</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1700</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1550</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1700</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1800</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1900</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- //list -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<div class="btn_wrap btn_layout02">
|
||||||
|
<button type="button" class="btnType02">조정부지정</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //cont -->
|
||||||
|
</div>
|
||||||
|
<!-- //top_utill+cont -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
273
src/main/webapp/kccadrPb/adm/list05.html
Normal file
273
src/main/webapp/kccadrPb/adm/list05.html
Normal file
@ -0,0 +1,273 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ko">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>조정 처리 현황</title>
|
||||||
|
|
||||||
|
<!-- css -->
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
|
||||||
|
|
||||||
|
<!-- script -->
|
||||||
|
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/common.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/content.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/calendar.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="wrap">
|
||||||
|
|
||||||
|
<!-- leftmenu -->
|
||||||
|
<div class="area_left">
|
||||||
|
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
|
||||||
|
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
|
||||||
|
</h1>
|
||||||
|
<nav class="menu">
|
||||||
|
<ul>
|
||||||
|
<li class="depth01">
|
||||||
|
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
|
||||||
|
<ul class="depth02">
|
||||||
|
<li><a href="#">신청접수현황</a></li>
|
||||||
|
<li><a href="#">접수등록</a></li>
|
||||||
|
<li><a href="#">조정현황</a></li>
|
||||||
|
<li><a href="#">조정파일관리</a></li>
|
||||||
|
<li><a href="#">조정기록물조회</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="depth01">
|
||||||
|
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
|
||||||
|
<ul class="depth02">
|
||||||
|
<li><a href="#">위원관리</a></li>
|
||||||
|
<li><a href="#">조정부관리</a></li>
|
||||||
|
<li><a href="#">서식관리</a></li>
|
||||||
|
<li><a href="#">SMS관리</a></li>
|
||||||
|
<li><a href="#">이메일관리</a></li>
|
||||||
|
<li><a href="#">SMS문구조회</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<!-- //leftmenu -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- top_utill+cont -->
|
||||||
|
<div class="area_right">
|
||||||
|
|
||||||
|
<!-- top_utill -->
|
||||||
|
<div class="top_util">
|
||||||
|
<div class="user_info">
|
||||||
|
<div class="user">
|
||||||
|
<i></i>
|
||||||
|
<p><span>홍길동</span>님</p>
|
||||||
|
<p class="user_id">(honggildong)</p>
|
||||||
|
</div>
|
||||||
|
<button class="alram">
|
||||||
|
<i></i>
|
||||||
|
<span class="alram_num">3</span>
|
||||||
|
<p>알림</p>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<ul class="user_util">
|
||||||
|
<li class="time_out"><i></i>
|
||||||
|
<p>로그인 타임아웃 : </p><span>60분 60분</span>
|
||||||
|
</li>
|
||||||
|
<li class="final_date"><i></i>
|
||||||
|
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //top_utill -->
|
||||||
|
|
||||||
|
<!-- cont -->
|
||||||
|
<div class="cont_wrap">
|
||||||
|
<div class="box">
|
||||||
|
|
||||||
|
<!-- cont_tit -->
|
||||||
|
<div class="cont_tit">
|
||||||
|
<h2>조정 처리 현황</h2>
|
||||||
|
<ul class="cont_nav">
|
||||||
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
|
<li>
|
||||||
|
<p>조정 처리 현황</p>
|
||||||
|
</li>
|
||||||
|
<li><span class="cur_nav">자체조정</span></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //cont_tit -->
|
||||||
|
|
||||||
|
<div class="cont">
|
||||||
|
<!-- list_top -->
|
||||||
|
<p class="tb_tit">자체조정</p>
|
||||||
|
<div class="list_top">
|
||||||
|
<!-- <p>총 건수 : <span>204</span>건</p> -->
|
||||||
|
<div class="list_util">
|
||||||
|
<!--
|
||||||
|
<div class="btn_wrap right">
|
||||||
|
<button type="button" class="btn_down_excel">엑셀 다운로드</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
<div class="detail_search">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p class="tit_text">기간 설정</p>
|
||||||
|
<select id="select_year" title="년도 선택" class="slt_year">
|
||||||
|
<option value="2022">2022년</option>
|
||||||
|
<option value="2023">2023년</option>
|
||||||
|
<option value="2024">2024년</option>
|
||||||
|
</select>
|
||||||
|
<select id="select_month" title="월 선택" class="slt_month month_sel">
|
||||||
|
<option value="1">1월</option>
|
||||||
|
<option value="2">2월</option>
|
||||||
|
<option value="3">3월</option>
|
||||||
|
<option value="4">4월</option>
|
||||||
|
<option value="5">5월</option>
|
||||||
|
<option value="6">6월</option>
|
||||||
|
<option value="7">7월</option>
|
||||||
|
<option value="8">8월</option>
|
||||||
|
<option value="9">9월</option>
|
||||||
|
<option value="10">10월</option>
|
||||||
|
<option value="11">11월</option>
|
||||||
|
<option value="12">12월</option>
|
||||||
|
</select>
|
||||||
|
<span class="sel_term">~</span>
|
||||||
|
<select id="select_year" title="년도 선택" class="slt_year">
|
||||||
|
<option value="2022">2022년</option>
|
||||||
|
<option value="2023">2023년</option>
|
||||||
|
<option value="2024">2024년</option>
|
||||||
|
</select>
|
||||||
|
<select id="select_month" title="월 선택" class="slt_month month_sel">
|
||||||
|
<option value="1">1월</option>
|
||||||
|
<option value="2">2월</option>
|
||||||
|
<option value="3">3월</option>
|
||||||
|
<option value="4">4월</option>
|
||||||
|
<option value="5">5월</option>
|
||||||
|
<option value="6">6월</option>
|
||||||
|
<option value="7">7월</option>
|
||||||
|
<option value="8">8월</option>
|
||||||
|
<option value="9">9월</option>
|
||||||
|
<option value="10">10월</option>
|
||||||
|
<option value="11">11월</option>
|
||||||
|
<option value="12">12월</option>
|
||||||
|
</select>
|
||||||
|
<button type="button" class="btnType02 btn_search">검색</button>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //list_top -->
|
||||||
|
|
||||||
|
<!-- list -->
|
||||||
|
<p class="cfText t_right" style="margin: 0 0 10px;">(단위 : 건)</p>
|
||||||
|
<div class="list tbType01" style="border-bottom: none;">
|
||||||
|
<table>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 5%;">
|
||||||
|
<col style="width: 5%;">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th colspan="3">접수</th>
|
||||||
|
<th colspan="9">종결</th>
|
||||||
|
<th rowspan="3">진행</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th rowspan="3">이월</th>
|
||||||
|
<th rowspan="3">신규</th>
|
||||||
|
<th rowspan="3">계</th>
|
||||||
|
<th colspan="2">성립</th>
|
||||||
|
<th colspan="2">불성립</th>
|
||||||
|
<th rowspan="3">불능</th>
|
||||||
|
<th rowspan="3">취하</th>
|
||||||
|
<th rowspan="3">기타</th>
|
||||||
|
<th rowspan="3">계</th>
|
||||||
|
<th rowspan="3" style="border-right: 0.01em solid #e5e5e5;">성립률</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>합의</th>
|
||||||
|
<th>직권</th>
|
||||||
|
<th>합의</th>
|
||||||
|
<th>직권</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
<td>
|
||||||
|
<p>2100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1250</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1400</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1010</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1202</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>7462</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>12500</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- //list -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<div class="btn_wrap btn_layout02">
|
||||||
|
<button type="button" class="btnType02">조정부지정</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //cont -->
|
||||||
|
</div>
|
||||||
|
<!-- //top_utill+cont -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
378
src/main/webapp/kccadrPb/adm/list05_2.html
Normal file
378
src/main/webapp/kccadrPb/adm/list05_2.html
Normal file
@ -0,0 +1,378 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ko">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>조정 처리 현황</title>
|
||||||
|
|
||||||
|
<!-- css -->
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
|
||||||
|
|
||||||
|
<!-- script -->
|
||||||
|
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/common.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/content.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/calendar.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="wrap">
|
||||||
|
|
||||||
|
<!-- leftmenu -->
|
||||||
|
<div class="area_left">
|
||||||
|
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
|
||||||
|
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
|
||||||
|
</h1>
|
||||||
|
<nav class="menu">
|
||||||
|
<ul>
|
||||||
|
<li class="depth01">
|
||||||
|
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
|
||||||
|
<ul class="depth02">
|
||||||
|
<li><a href="#">신청접수현황</a></li>
|
||||||
|
<li><a href="#">접수등록</a></li>
|
||||||
|
<li><a href="#">조정현황</a></li>
|
||||||
|
<li><a href="#">조정파일관리</a></li>
|
||||||
|
<li><a href="#">조정기록물조회</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="depth01">
|
||||||
|
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
|
||||||
|
<ul class="depth02">
|
||||||
|
<li><a href="#">위원관리</a></li>
|
||||||
|
<li><a href="#">조정부관리</a></li>
|
||||||
|
<li><a href="#">서식관리</a></li>
|
||||||
|
<li><a href="#">SMS관리</a></li>
|
||||||
|
<li><a href="#">이메일관리</a></li>
|
||||||
|
<li><a href="#">SMS문구조회</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<!-- //leftmenu -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- top_utill+cont -->
|
||||||
|
<div class="area_right">
|
||||||
|
|
||||||
|
<!-- top_utill -->
|
||||||
|
<div class="top_util">
|
||||||
|
<div class="user_info">
|
||||||
|
<div class="user">
|
||||||
|
<i></i>
|
||||||
|
<p><span>홍길동</span>님</p>
|
||||||
|
<p class="user_id">(honggildong)</p>
|
||||||
|
</div>
|
||||||
|
<button class="alram">
|
||||||
|
<i></i>
|
||||||
|
<span class="alram_num">3</span>
|
||||||
|
<p>알림</p>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<ul class="user_util">
|
||||||
|
<li class="time_out"><i></i>
|
||||||
|
<p>로그인 타임아웃 : </p><span>60분 60분</span>
|
||||||
|
</li>
|
||||||
|
<li class="final_date"><i></i>
|
||||||
|
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //top_utill -->
|
||||||
|
|
||||||
|
<!-- cont -->
|
||||||
|
<div class="cont_wrap">
|
||||||
|
<div class="box">
|
||||||
|
|
||||||
|
<!-- cont_tit -->
|
||||||
|
<div class="cont_tit">
|
||||||
|
<h2>조정 처리 현황</h2>
|
||||||
|
<ul class="cont_nav">
|
||||||
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
|
<li>
|
||||||
|
<p>조정 처리 현황</p>
|
||||||
|
</li>
|
||||||
|
<li><span class="cur_nav">법원연계조정</span></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //cont_tit -->
|
||||||
|
|
||||||
|
<div class="cont">
|
||||||
|
<!-- list_top -->
|
||||||
|
<p class="tb_tit">법원연계조정</p>
|
||||||
|
<div class="list_top">
|
||||||
|
<!-- <p>총 건수 : <span>204</span>건</p> -->
|
||||||
|
<div class="list_util">
|
||||||
|
<!--
|
||||||
|
<div class="btn_wrap right">
|
||||||
|
<button type="button" class="btn_down_excel">엑셀 다운로드</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
<div class="detail_search">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p class="tit_text">기간 설정</p>
|
||||||
|
<select id="select_year" title="년도 선택" class="slt_year">
|
||||||
|
<option value="2022">2022년</option>
|
||||||
|
<option value="2023">2023년</option>
|
||||||
|
<option value="2024">2024년</option>
|
||||||
|
</select>
|
||||||
|
<select id="select_month" title="월 선택" class="slt_month month_sel">
|
||||||
|
<option value="1">1월</option>
|
||||||
|
<option value="2">2월</option>
|
||||||
|
<option value="3">3월</option>
|
||||||
|
<option value="4">4월</option>
|
||||||
|
<option value="5">5월</option>
|
||||||
|
<option value="6">6월</option>
|
||||||
|
<option value="7">7월</option>
|
||||||
|
<option value="8">8월</option>
|
||||||
|
<option value="9">9월</option>
|
||||||
|
<option value="10">10월</option>
|
||||||
|
<option value="11">11월</option>
|
||||||
|
<option value="12">12월</option>
|
||||||
|
</select>
|
||||||
|
<span class="sel_term">~</span>
|
||||||
|
<select id="select_year" title="년도 선택" class="slt_year">
|
||||||
|
<option value="2022">2022년</option>
|
||||||
|
<option value="2023">2023년</option>
|
||||||
|
<option value="2024">2024년</option>
|
||||||
|
</select>
|
||||||
|
<select id="select_month" title="월 선택" class="slt_month month_sel">
|
||||||
|
<option value="1">1월</option>
|
||||||
|
<option value="2">2월</option>
|
||||||
|
<option value="3">3월</option>
|
||||||
|
<option value="4">4월</option>
|
||||||
|
<option value="5">5월</option>
|
||||||
|
<option value="6">6월</option>
|
||||||
|
<option value="7">7월</option>
|
||||||
|
<option value="8">8월</option>
|
||||||
|
<option value="9">9월</option>
|
||||||
|
<option value="10">10월</option>
|
||||||
|
<option value="11">11월</option>
|
||||||
|
<option value="12">12월</option>
|
||||||
|
</select>
|
||||||
|
<button type="button" class="btnType02 btn_search">검색</button>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //list_top -->
|
||||||
|
|
||||||
|
<!-- list -->
|
||||||
|
<p class="cfText t_right" style="margin: 0 0 10px;">(단위 : 건)</p>
|
||||||
|
<div class="list tbType01" style="border-bottom: none;">
|
||||||
|
<table>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 5%;">
|
||||||
|
<col style="width: 5%;">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th rowspan="2">법원</th>
|
||||||
|
<th colspan="3">접수</th>
|
||||||
|
<th colspan="4">종결</th>
|
||||||
|
<th rowspan="2">진행</th>
|
||||||
|
<th rowspan="2">성립률</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>이월</th>
|
||||||
|
<th>신규</th>
|
||||||
|
<th>계</th>
|
||||||
|
<th>성립</th>
|
||||||
|
<th>불성립</th>
|
||||||
|
<th>기타</th>
|
||||||
|
<th>계</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>중앙</p>
|
||||||
|
<td>
|
||||||
|
<p>1500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1600</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1400</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3700</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1250</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>20%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>남부</p>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>5400</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>30%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>동부</p>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1600</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3700</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1550</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>60.5%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>서부</p>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1400</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3600</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>40.7%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>계</p>
|
||||||
|
<td>
|
||||||
|
<p>2000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>40%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- //list -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<div class="btn_wrap btn_layout02">
|
||||||
|
<button type="button" class="btnType02">조정부지정</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //cont -->
|
||||||
|
</div>
|
||||||
|
<!-- //top_utill+cont -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
417
src/main/webapp/kccadrPb/adm/list05_3.html
Normal file
417
src/main/webapp/kccadrPb/adm/list05_3.html
Normal file
@ -0,0 +1,417 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ko">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>조정 처리 현황</title>
|
||||||
|
|
||||||
|
<!-- css -->
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/reset.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/font.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/common.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/content.css">
|
||||||
|
<link rel="stylesheet" href="/kccadrPb/adm/css/content_media.css">
|
||||||
|
|
||||||
|
<!-- script -->
|
||||||
|
<script src="/kccadrPb/adm/script/jquery-3.5.0.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/common.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/content.js"></script>
|
||||||
|
<script src="/kccadrPb/adm/script/calendar.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="wrap">
|
||||||
|
|
||||||
|
<!-- leftmenu -->
|
||||||
|
<div class="area_left">
|
||||||
|
<h1 class="logo"><a href="/kccadrPb/adm/index.html"><img src="/kccadrPb/adm/image/common/logo.png"
|
||||||
|
alt="한국저작권위원회 KOREA COPYRIGHT COMMISSION"></a>
|
||||||
|
</h1>
|
||||||
|
<nav class="menu">
|
||||||
|
<ul>
|
||||||
|
<li class="depth01">
|
||||||
|
<button class="menu_tit" title="하위메뉴 열기">조정관리</button>
|
||||||
|
<ul class="depth02">
|
||||||
|
<li><a href="#">신청접수현황</a></li>
|
||||||
|
<li><a href="#">접수등록</a></li>
|
||||||
|
<li><a href="#">조정현황</a></li>
|
||||||
|
<li><a href="#">조정파일관리</a></li>
|
||||||
|
<li><a href="#">조정기록물조회</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="depth01">
|
||||||
|
<button class="menu_tit" title="하위메뉴 열기">기초관리</button>
|
||||||
|
<ul class="depth02">
|
||||||
|
<li><a href="#">위원관리</a></li>
|
||||||
|
<li><a href="#">조정부관리</a></li>
|
||||||
|
<li><a href="#">서식관리</a></li>
|
||||||
|
<li><a href="#">SMS관리</a></li>
|
||||||
|
<li><a href="#">이메일관리</a></li>
|
||||||
|
<li><a href="#">SMS문구조회</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<!-- //leftmenu -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- top_utill+cont -->
|
||||||
|
<div class="area_right">
|
||||||
|
|
||||||
|
<!-- top_utill -->
|
||||||
|
<div class="top_util">
|
||||||
|
<div class="user_info">
|
||||||
|
<div class="user">
|
||||||
|
<i></i>
|
||||||
|
<p><span>홍길동</span>님</p>
|
||||||
|
<p class="user_id">(honggildong)</p>
|
||||||
|
</div>
|
||||||
|
<button class="alram">
|
||||||
|
<i></i>
|
||||||
|
<span class="alram_num">3</span>
|
||||||
|
<p>알림</p>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<ul class="user_util">
|
||||||
|
<li class="time_out"><i></i>
|
||||||
|
<p>로그인 타임아웃 : </p><span>60분 60분</span>
|
||||||
|
</li>
|
||||||
|
<li class="final_date"><i></i>
|
||||||
|
<p>최종접속일시 : </p><span>2020-06-11 11:00</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //top_utill -->
|
||||||
|
|
||||||
|
<!-- cont -->
|
||||||
|
<div class="cont_wrap">
|
||||||
|
<div class="box">
|
||||||
|
|
||||||
|
<!-- cont_tit -->
|
||||||
|
<div class="cont_tit">
|
||||||
|
<h2>조정 처리 현황</h2>
|
||||||
|
<ul class="cont_nav">
|
||||||
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
|
<li>
|
||||||
|
<p>조정 처리 현황</p>
|
||||||
|
</li>
|
||||||
|
<li><span class="cur_nav">검찰연계조정</span></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- //cont_tit -->
|
||||||
|
|
||||||
|
<div class="cont">
|
||||||
|
<!-- list_top -->
|
||||||
|
<p class="tb_tit">검찰연계조정</p>
|
||||||
|
<div class="list_top">
|
||||||
|
<!-- <p>총 건수 : <span>204</span>건</p> -->
|
||||||
|
<div class="list_util">
|
||||||
|
<!--
|
||||||
|
<div class="btn_wrap right">
|
||||||
|
<button type="button" class="btn_down_excel">엑셀 다운로드</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
<div class="detail_search">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p class="tit_text">기간 설정</p>
|
||||||
|
<select id="select_year" title="년도 선택" class="slt_year">
|
||||||
|
<option value="2022">2022년</option>
|
||||||
|
<option value="2023">2023년</option>
|
||||||
|
<option value="2024">2024년</option>
|
||||||
|
</select>
|
||||||
|
<select id="select_month" title="월 선택" class="slt_month month_sel">
|
||||||
|
<option value="1">1월</option>
|
||||||
|
<option value="2">2월</option>
|
||||||
|
<option value="3">3월</option>
|
||||||
|
<option value="4">4월</option>
|
||||||
|
<option value="5">5월</option>
|
||||||
|
<option value="6">6월</option>
|
||||||
|
<option value="7">7월</option>
|
||||||
|
<option value="8">8월</option>
|
||||||
|
<option value="9">9월</option>
|
||||||
|
<option value="10">10월</option>
|
||||||
|
<option value="11">11월</option>
|
||||||
|
<option value="12">12월</option>
|
||||||
|
</select>
|
||||||
|
<span class="sel_term">~</span>
|
||||||
|
<select id="select_year" title="년도 선택" class="slt_year">
|
||||||
|
<option value="2022">2022년</option>
|
||||||
|
<option value="2023">2023년</option>
|
||||||
|
<option value="2024">2024년</option>
|
||||||
|
</select>
|
||||||
|
<select id="select_month" title="월 선택" class="slt_month month_sel">
|
||||||
|
<option value="1">1월</option>
|
||||||
|
<option value="2">2월</option>
|
||||||
|
<option value="3">3월</option>
|
||||||
|
<option value="4">4월</option>
|
||||||
|
<option value="5">5월</option>
|
||||||
|
<option value="6">6월</option>
|
||||||
|
<option value="7">7월</option>
|
||||||
|
<option value="8">8월</option>
|
||||||
|
<option value="9">9월</option>
|
||||||
|
<option value="10">10월</option>
|
||||||
|
<option value="11">11월</option>
|
||||||
|
<option value="12">12월</option>
|
||||||
|
</select>
|
||||||
|
<button type="button" class="btnType02 btn_search">검색</button>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //list_top -->
|
||||||
|
|
||||||
|
<!-- list -->
|
||||||
|
<p class="cfText t_right" style="margin: 0 0 10px;">(단위 : 건)</p>
|
||||||
|
<div class="list tbType01" style="border-bottom: none;">
|
||||||
|
<table>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width: 5%;">
|
||||||
|
<col style="width: 5%;">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
<col style="width: 5%">
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th rowspan="2">지검</th>
|
||||||
|
<th colspan="3">접수</th>
|
||||||
|
<th colspan="3">종결</th>
|
||||||
|
<th rowspan="2">진행</th>
|
||||||
|
<th rowspan="2">성립률</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>이월</th>
|
||||||
|
<th>신규</th>
|
||||||
|
<th>계</th>
|
||||||
|
<th>성립</th>
|
||||||
|
<th>불성립</th>
|
||||||
|
<th>계</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>서울</p>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>50.0%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>대전</p>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2700</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>60.9%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>인천</p>
|
||||||
|
<td>
|
||||||
|
<p>1700</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2800</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>70%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>수원</p>
|
||||||
|
<td>
|
||||||
|
<p>1600</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1250</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2850</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1600</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>37.5%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>광주</p>
|
||||||
|
<td>
|
||||||
|
<p>2000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>48.3%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>대구</p>
|
||||||
|
<td>
|
||||||
|
<p>1300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3300</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1700</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>1000</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>3700</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>2500</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>55.5%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>계</p>
|
||||||
|
<td>
|
||||||
|
<p>8800</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>8050</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>16850</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>8900</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>7200</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>17100</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>9750</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>55%</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- //list -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<div class="btn_wrap btn_layout02">
|
||||||
|
<button type="button" class="btnType02">조정부지정</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- //cont -->
|
||||||
|
</div>
|
||||||
|
<!-- //top_utill+cont -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user