114 lines
3.3 KiB
HTML
114 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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">
|
|
<link rel="stylesheet" href="/kccadrPb/adm/css/popup.css">
|
|
</head>
|
|
<body>
|
|
<div class="area_popup fee_popup" style="width: 640px;">
|
|
<div class="popup_cont">
|
|
<div class="popup_search">
|
|
<label for="searchInput">피신청인 입력</label>
|
|
<input type="text" id="searchInput" placeholder="피신청인명을 입력하세요." size="30"><button type="button"
|
|
class="btnType02">검색</button>
|
|
</div>
|
|
|
|
<table class="popup_list">
|
|
<caption>이전 교육신청 목록 : 피신청인, 저작물종류등의 정보제공</caption>
|
|
<colgroup>
|
|
<col style="width: 40%;">
|
|
<col style="width: 40%;">
|
|
<col style="width: 20%;">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">피신청인</th>
|
|
<th scope="col">저작물 종류</th>
|
|
<th scope="col">선택</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p>김길동</p>
|
|
</td>
|
|
<td>
|
|
<p>어문저작물</p>
|
|
</td>
|
|
<td><button type="button" class="btnType04">선택</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>김길동</p>
|
|
</td>
|
|
<td>
|
|
<p>어문저작물</p>
|
|
</td>
|
|
<td><button type="button" class="btnType04">선택</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>김길동</p>
|
|
</td>
|
|
<td>
|
|
<p>어문저작물</p>
|
|
</td>
|
|
<td><button type="button" class="btnType04">선택</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>김길동</p>
|
|
</td>
|
|
<td>
|
|
<p>어문저작물</p>
|
|
</td>
|
|
<td><button type="button" class="btnType04">선택</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>김길동</p>
|
|
</td>
|
|
<td>
|
|
<p>어문저작물</p>
|
|
</td>
|
|
<td><button type="button" class="btnType04">선택</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>김길동</p>
|
|
</td>
|
|
<td>
|
|
<p>어문저작물</p>
|
|
</td>
|
|
<td><button type="button" class="btnType04">선택</button></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<!-- page -->
|
|
<div class="page">
|
|
<button class="btn_page_first" title="첫 페이지 이동"><i></i></button>
|
|
<button class="btn_page_prev" title="이전 페이지 이동"><i></i></button>
|
|
<button class="on" title="1 페이지 이동">1</button>
|
|
<button title="2 페이지 이동">2</button>
|
|
<button title="3 페이지 이동">3</button>
|
|
<button title="4 페이지 이동">4</button>
|
|
<button title="5 페이지 이동">5</button>
|
|
<button class="btn_page_next" title="다음 페이지 이동"><i></i></button>
|
|
<button class="btn_page_last" title="마지막 페이지 이동"><i></i></button>
|
|
</div>
|
|
<!-- //page -->
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|