--- src/main/webapp/WEB-INF/jsp/cmm/fms/EgovBBSFileList.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/fms/EgovBBSFileList.jsp
... | ... | @@ -136,8 +136,8 @@ |
| 136 | 136 |
<c:otherwise> |
| 137 | 137 |
|
| 138 | 138 |
<a href="javascript:fn_egov_downFile('<c:out value="${fileVO.atchFileId}"/>','<c:out value="${fileVO.fileSn}"/>')" class="fileName file_row" title="다운로드">
|
| 139 |
- <img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png"> |
|
| 140 |
- <c:out value="${fileVO.orignlFileNm}"/> <%-- [<c:out value="${fileVO.fileMg}"/> byte] --%>
|
|
| 139 |
+ <i class="icon file"></i> |
|
| 140 |
+ <span><c:out value="${fileVO.orignlFileNm}"/> <%-- [<c:out value="${fileVO.fileMg}"/> byte] --%></span>
|
|
| 141 | 141 |
</a> |
| 142 | 142 |
</c:otherwise> |
| 143 | 143 |
</c:choose> |
--- src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrUpdt.jsp
+++ src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrUpdt.jsp
... | ... | @@ -223,22 +223,15 @@ |
| 223 | 223 |
</style> |
| 224 | 224 |
</head> |
| 225 | 225 |
<body> |
| 226 |
-<!-- cont --> |
|
| 227 |
-<div class="cont_wrap"> |
|
| 228 |
- <div class="box"> |
|
| 229 | 226 |
|
| 230 | 227 |
<!-- cont_tit --> |
| 231 |
- <div class="cont_tit"> |
|
| 232 |
- <h2>게시판 정보수정</h2> |
|
| 233 |
- <ul class="cont_nav"> |
|
| 234 |
- <li class="home"><a href="/"><i></i></a></li> |
|
| 235 |
- <li> |
|
| 236 |
- <p>게시판관리</p> |
|
| 237 |
- </li> |
|
| 238 |
- <li> |
|
| 239 |
- <p>게시판관리</p> |
|
| 240 |
- </li> |
|
| 241 |
- <li><span class="cur_nav">게시판 정보수정</span></li> |
|
| 228 |
+ <div class="content_title"> |
|
| 229 |
+ <h3>게시판 정보수정</h3> |
|
| 230 |
+ <ul class="breadcrumb"> |
|
| 231 |
+ <li><a href="/" class="home"><i></i></a></li> |
|
| 232 |
+ <li><p>게시판관리</p></li> |
|
| 233 |
+ <li><p>게시판관리</p></li> |
|
| 234 |
+ <li><strong class="current_location">게시판 정보수정</strong></li> |
|
| 242 | 235 |
</ul> |
| 243 | 236 |
</div> |
| 244 | 237 |
<!-- //cont_tit --> |
... | ... | @@ -257,25 +250,25 @@ |
| 257 | 250 |
<input name="bbsAttrbCode" type="hidden" value="<c:out value='${boardMaster.bbsAttrbCode}'/>" />
|
| 258 | 251 |
<div class="cont"> |
| 259 | 252 |
<!-- list_상세 --> |
| 260 |
- <div class="tbType02 col-table data-table"> |
|
| 253 |
+ <div class="table table_type_rows"> |
|
| 261 | 254 |
<table> |
| 262 | 255 |
<colgroup> |
| 263 |
- <col style="width: 20%"> |
|
| 264 |
- <col style="width: 80%"> |
|
| 256 |
+ <col style="width: 200px;"> |
|
| 257 |
+ <col style="width: auto"> |
|
| 265 | 258 |
</colgroup> |
| 266 | 259 |
|
| 267 | 260 |
<tbody> |
| 268 | 261 |
<tr> |
| 269 |
- <th><span class="reqArea">게시판명</span></th> |
|
| 270 |
- <td colspan="3"> |
|
| 271 |
- <form:input path="bbsNm" title="게시판명" style="width:96%" maxlength="60" /> |
|
| 262 |
+ <th><span class="required">*</span>게시판명</th> |
|
| 263 |
+ <td> |
|
| 264 |
+ <form:input cssClass="input w100per" path="bbsNm" title="게시판명" style="width:96%" maxlength="60" /> |
|
| 272 | 265 |
<form:errors path="bbsNm" /> |
| 273 | 266 |
</td> |
| 274 | 267 |
</tr> |
| 275 | 268 |
<tr> |
| 276 |
- <th><span class="reqArea">게시판유형</span></th> |
|
| 277 |
- <td colspan="3"> |
|
| 278 |
- <div class="inline radio_wrap"> |
|
| 269 |
+ <th><span class="required">*</span>게시판유형</th> |
|
| 270 |
+ <td> |
|
| 271 |
+ <div class="form_Wrap radio_wrap"> |
|
| 279 | 272 |
<form:radiobuttons path="bbsTyCode" title="게시판유형" |
| 280 | 273 |
cssStyle="margin-right:5px;" items="${typeList}" itemValue="code" itemLabel="codeNm" />
|
| 281 | 274 |
<form:errors path="bbsTyCode" /> |
... | ... | @@ -284,7 +277,7 @@ |
| 284 | 277 |
</tr> |
| 285 | 278 |
|
| 286 | 279 |
<tr id="seCmmnCdIdTr" style="display:none;"> |
| 287 |
- <th><span class="reqArea">구분</span></th> |
|
| 280 |
+ <th><span class="required">*</span>구분</th> |
|
| 288 | 281 |
<td> |
| 289 | 282 |
<select id="seCmmnCdId" name="seCmmnCdId"> |
| 290 | 283 |
<option value="01" <c:if test="${boardMaster.seCmmnCdId eq '01'}">selected="selected"</c:if> >기관운영관련정보</option>
|
... | ... | @@ -294,7 +287,7 @@ |
| 294 | 287 |
</tr> |
| 295 | 288 |
|
| 296 | 289 |
<tr> |
| 297 |
- <th><span class="reqArea">공지기능</span></th> |
|
| 290 |
+ <th><span class="required">*</span>공지기능</th> |
|
| 298 | 291 |
<td> |
| 299 | 292 |
<form:select path="noticeYn"> |
| 300 | 293 |
<form:option value="Y">사용</form:option> |
... | ... | @@ -304,7 +297,7 @@ |
| 304 | 297 |
</td> |
| 305 | 298 |
</tr> |
| 306 | 299 |
<tr style="display:none;"> |
| 307 |
- <th><span class="reqArea">답글기능</span></th> |
|
| 300 |
+ <th><span class="required">*</span>답글기능</th> |
|
| 308 | 301 |
<td> |
| 309 | 302 |
<form:select path="replyPosblAt" title="답글기능"> |
| 310 | 303 |
<form:option value="Y">사용</form:option> |
... | ... | @@ -314,7 +307,7 @@ |
| 314 | 307 |
</td> |
| 315 | 308 |
</tr> |
| 316 | 309 |
<tr> |
| 317 |
- <th><span class="reqArea">답변댓글기능</span></th> |
|
| 310 |
+ <th>답변댓글기능</th> |
|
| 318 | 311 |
<td> |
| 319 | 312 |
<form:select path="addYn" title="댓글기능 선택" class="sel2"> |
| 320 | 313 |
<form:option value="Y" >사용</form:option> |
... | ... | @@ -324,7 +317,7 @@ |
| 324 | 317 |
</td> |
| 325 | 318 |
</tr> |
| 326 | 319 |
<tr> |
| 327 |
- <th><span class="reqArea">파일첨부기능</span></th> |
|
| 320 |
+ <th><span class="required">*</span>파일첨부기능</th> |
|
| 328 | 321 |
<td> |
| 329 | 322 |
<form:select path="fileAtchPosblAt"> |
| 330 | 323 |
<form:option value="Y">사용</form:option> |
... | ... | @@ -335,7 +328,7 @@ |
| 335 | 328 |
</tr> |
| 336 | 329 |
|
| 337 | 330 |
<tr> |
| 338 |
- <th><span class="reqArea">파일첨부갯수</span></th> |
|
| 331 |
+ <th><span class="required">*</span>파일첨부갯수</th> |
|
| 339 | 332 |
<td> |
| 340 | 333 |
<form:select path="posblAtchFileNumber" title="파일첨부 갯수"> |
| 341 | 334 |
<form:option value="0">없음</form:option> |
... | ... | @@ -353,14 +346,16 @@ |
| 353 | 346 |
</td> |
| 354 | 347 |
</tr> |
| 355 | 348 |
<tr> |
| 356 |
- <th><span class="reqArea">파일첨부사이즈</span></th> |
|
| 349 |
+ <th><span class="required">*</span>파일첨부사이즈</th> |
|
| 357 | 350 |
<td> |
| 358 |
- <form:input path="posblAtchFileSize" title="파일첨부 사이즈" maxlength="70" style="width: 20%;" /> mb |
|
| 359 |
- <form:errors path="posblAtchFileSize" cssClass="error" /> |
|
| 351 |
+ <div class="input_mix_wrap form_wrap"> |
|
| 352 |
+ <form:input path="posblAtchFileSize" cssClass="input w20per" title="파일첨부 사이즈" maxlength="70" /> <span class="text_split">mb</span> |
|
| 353 |
+ <form:errors path="posblAtchFileSize" cssClass="error" /> |
|
| 354 |
+ </div> |
|
| 360 | 355 |
</td> |
| 361 | 356 |
</tr> |
| 362 | 357 |
<tr> |
| 363 |
- <th><span class="reqArea">조회수 노출여부</span></th> |
|
| 358 |
+ <th><span class="required">*</span>조회수 노출여부</th> |
|
| 364 | 359 |
<td> |
| 365 | 360 |
<form:select path="viewsYn" title="조회수 노출여부"> |
| 366 | 361 |
<form:option value="Y">사용</form:option> |
... | ... | @@ -371,7 +366,7 @@ |
| 371 | 366 |
</tr> |
| 372 | 367 |
|
| 373 | 368 |
<tr style="display:none;"> |
| 374 |
- <th><span class="reqArea">방문자 글쓰기 사용여부</span></th> |
|
| 369 |
+ <th><span class="required">*</span>방문자 글쓰기 사용여부</th> |
|
| 375 | 370 |
<td> |
| 376 | 371 |
<select id="useAt" name="writeYn" title="방문자 글쓰기 사용여부"> |
| 377 | 372 |
<option value="Y" <c:if test="${boardMaster.writeYn eq 'Y'}">selected="selected"</c:if> >사용</option>
|
... | ... | @@ -381,7 +376,7 @@ |
| 381 | 376 |
</tr> |
| 382 | 377 |
|
| 383 | 378 |
<tr> |
| 384 |
- <th><span class="reqArea">게시판 사용여부</span></th> |
|
| 379 |
+ <th><span class="required">*</span>게시판 사용여부</th> |
|
| 385 | 380 |
<td> |
| 386 | 381 |
<form:select path="useAt" title="게시판 사용여부"> |
| 387 | 382 |
<form:option value="Y">사용</form:option> |
... | ... | @@ -392,7 +387,7 @@ |
| 392 | 387 |
</tr> |
| 393 | 388 |
|
| 394 | 389 |
<tr style="display:none;"> |
| 395 |
- <th><span class="reqArea">관리자 지정 </span></th> |
|
| 390 |
+ <th><span class="required">*</span>관리자 지정 </th> |
|
| 396 | 391 |
<td> |
| 397 | 392 |
<span id="mngIdList"> |
| 398 | 393 |
<c:forEach var="item" items="${mngIdList}" varStatus="status">
|
... | ... | @@ -403,8 +398,8 @@ |
| 403 | 398 |
</span> |
| 404 | 399 |
</c:forEach> |
| 405 | 400 |
</span> |
| 406 |
- <a id="menuAdd" value="menuAdd_0" style="cursor:pointer;" target="_blank" title="새창으로" onclick="javascript:fn_egov_inqire_BBSMngInqire(); return false;"> |
|
| 407 |
- <img src="/img/post/serch_img.png" alt="게시판ID 검색" width="15" height="15"> |
|
| 401 |
+ <a id="menuAdd" class="btn fill primary medium" value="menuAdd_0" style="cursor:pointer;" target="_blank" title="새창으로" onclick="javascript:fn_egov_inqire_BBSMngInqire(); return false;"> |
|
| 402 |
+ <i class="icon search white"></i> |
|
| 408 | 403 |
<span style="vertical-align: middle;">관리자 검색</span> |
| 409 | 404 |
</a> |
| 410 | 405 |
|
... | ... | @@ -416,21 +411,14 @@ |
| 416 | 411 |
<!-- //list_상세 --> |
| 417 | 412 |
|
| 418 | 413 |
<!-- btn_wrap --> |
| 419 |
- <div class="btn_wrap btn_layout01"> |
|
| 420 |
- <div class="area_left"> |
|
| 421 |
- |
|
| 422 |
- </div> |
|
| 423 |
- <div class="area_right"> |
|
| 424 |
- <button class="btn btn_text btn_46 blue_fill btnType06" onclick="fn_egov_update_brdMstr(); return false;">저 장</button> |
|
| 425 |
- <button class="btn btn_text btn_46 gray_fill btnType03" onclick="javascript:fn_egov_select_brdMstrList(); return false;">목 록</button> |
|
| 426 |
- </div> |
|
| 414 |
+ <div class="btn_wrap right"> |
|
| 415 |
+ <button class="btn fill primary xlarge" onclick="fn_egov_update_brdMstr(); return false;">저 장</button> |
|
| 416 |
+ <button class="btn fill gray xlarge" onclick="javascript:fn_egov_select_brdMstrList(); return false;">목 록</button> |
|
| 427 | 417 |
</div> |
| 428 | 418 |
<!-- //btn_wrap --> |
| 429 | 419 |
</div> |
| 430 | 420 |
</form:form> |
| 431 |
- </div> |
|
| 432 |
-</div> |
|
| 433 |
-<!-- //cont --> |
|
| 421 |
+ |
|
| 434 | 422 |
</body> |
| 435 | 423 |
</html> |
| 436 | 424 |
|
--- src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeInqire.jsp
+++ src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeInqire.jsp
... | ... | @@ -221,25 +221,16 @@ |
| 221 | 221 |
<title><c:out value='${result.bbsNm}' /> - 글 조회</title>
|
| 222 | 222 |
</head> |
| 223 | 223 |
<body> |
| 224 |
-<!-- cont --> |
|
| 225 |
-<div class="cont_wrap"> |
|
| 226 |
- <div class="box"> |
|
| 227 | 224 |
|
| 228 | 225 |
<!-- cont_tit --> |
| 229 |
- <div class="cont_tit"> |
|
| 230 |
- <h2><c:out value='${result.bbsNm}' /> - 글 상세 (<c:out value='${brdMstrVO.menuNm}' />)</h2>
|
|
| 231 |
- <ul class="cont_nav"> |
|
| 226 |
+ <div class="content_title"> |
|
| 227 |
+ <h3><c:out value='${result.bbsNm}' /> - 글 상세 (<c:out value='${brdMstrVO.menuNm}' />)</h3>
|
|
| 228 |
+ <ul class="breadcrumb"> |
|
| 232 | 229 |
<li class="home"><a href="/"><i></i></a></li> |
| 233 |
- <li> |
|
| 234 |
- <p>게시판관리</p> |
|
| 235 |
- </li> |
|
| 236 |
- <li> |
|
| 237 |
- <p>게시판관리</p> |
|
| 238 |
- </li> |
|
| 239 |
- <li> |
|
| 240 |
- <p><c:out value='${result.bbsNm}' /> 목록</p>
|
|
| 241 |
- </li> |
|
| 242 |
- <li><span class="cur_nav"><c:out value='${result.bbsNm}' /> 상세</span></li>
|
|
| 230 |
+ <li><p>게시판관리</p></li> |
|
| 231 |
+ <li><p>게시판관리</p></li> |
|
| 232 |
+ <li><p><c:out value='${result.bbsNm}' /> 목록</p></li>
|
|
| 233 |
+ <li><strong class="current_location"><c:out value='${result.bbsNm}' /> 상세</strong></li>
|
|
| 243 | 234 |
</ul> |
| 244 | 235 |
</div> |
| 245 | 236 |
<!-- //cont_tit --> |
... | ... | @@ -266,11 +257,11 @@ |
| 266 | 257 |
<input type="hidden" name="replyLc" value="<c:out value='${result.replyLc}'/>">
|
| 267 | 258 |
<input type="hidden" name="nttSj" value="<c:out value='${result.nttSj}'/>">
|
| 268 | 259 |
<!-- list_상세 --> |
| 269 |
- <div class="tbType02 col-table data-table left"> |
|
| 260 |
+ <div class="table table_type_rows"> |
|
| 270 | 261 |
<table> |
| 271 | 262 |
<colgroup> |
| 272 |
- <col style="width: 20%"> |
|
| 273 |
- <col style="width: 80%"> |
|
| 263 |
+ <col style="width:200px;"> |
|
| 264 |
+ <col style="width:calc(100% - 200px);"> |
|
| 274 | 265 |
</colgroup> |
| 275 | 266 |
|
| 276 | 267 |
<tbody> |
... | ... | @@ -396,33 +387,33 @@ |
| 396 | 387 |
<!-- //list_상세 --> |
| 397 | 388 |
|
| 398 | 389 |
<!-- btn_wrap --> |
| 399 |
- <div class="btn_wrap btn_layout01"> |
|
| 400 |
- <div class="area_left"> |
|
| 390 |
+ <div class="btn_wrap"> |
|
| 391 |
+ <div class="left"> |
|
| 401 | 392 |
<c:choose> |
| 402 | 393 |
<c:when test="${result.useAt == 'N' }">
|
| 403 |
- <button class="btn btn_text btn_46 red_border btnType02" onclick="javascript:fn_egov_useY_notice(); return false;">사용처리</button> |
|
| 394 |
+ <button class="btn line primary xlarge" onclick="javascript:fn_egov_useY_notice(); return false;">사용처리</button> |
|
| 404 | 395 |
</c:when> |
| 405 | 396 |
<c:otherwise> |
| 406 |
- <button class="btn btn_text btn_46 red_border btnType04" onclick="javascript:fn_egov_delete_notice(); return false;">삭 제</button> |
|
| 397 |
+ <button class="btn line red xlarge" onclick="javascript:fn_egov_delete_notice(); return false;">삭 제</button> |
|
| 407 | 398 |
</c:otherwise> |
| 408 | 399 |
</c:choose> |
| 409 | 400 |
</div> |
| 410 |
- <div class="area_right"> |
|
| 401 |
+ <div class="right"> |
|
| 411 | 402 |
<c:if test="${brdMstrVO.replyPosblAt != 'N'}">
|
| 412 |
- <button class="btn btn_text btn_46 subgray_border btnType04" onclick="javascript:fn_egov_addReply(); return false;">답 글</button> |
|
| 403 |
+ <button class="btn fill accent xlarge" onclick="javascript:fn_egov_addReply(); return false;">답 글</button> |
|
| 413 | 404 |
</c:if> |
| 414 |
- <button class="btn btn_text btn_46 blue_fill btnType06" onclick="javascript:fn_egov_moveUpdt_notice(); return false;">수 정</button> |
|
| 415 |
- <button class="btn btn_text btn_46 gray_fill btnType03" onclick="javascript:fn_egov_select_noticeList(); return false;">목 록</button> |
|
| 405 |
+ <button class="btn fill primary xlarge" onclick="javascript:fn_egov_moveUpdt_notice(); return false;">수 정</button> |
|
| 406 |
+ <button class="btn fill gray xlarge" onclick="javascript:fn_egov_select_noticeList(); return false;">목 록</button> |
|
| 416 | 407 |
</div> |
| 417 | 408 |
</div> |
| 418 | 409 |
<!-- //btn_wrap --> |
| 419 | 410 |
|
| 420 | 411 |
<!-- 이전글·다음글 --> |
| 421 |
- <div class="list_ctl col-table data-table mt60"> |
|
| 422 |
- <table class="tbType02"> |
|
| 412 |
+ <div class="table table_type_rows"> |
|
| 413 |
+ <table> |
|
| 423 | 414 |
<colgroup> |
| 424 |
- <col style="width: 20%;"> |
|
| 425 |
- <col style="width: 80%;"> |
|
| 415 |
+ <col style="width:200px;"> |
|
| 416 |
+ <col style="width:calc(100% - 200px);"> |
|
| 426 | 417 |
</colgroup> |
| 427 | 418 |
<tbody> |
| 428 | 419 |
<tr> |
... | ... | @@ -541,8 +532,6 @@ |
| 541 | 532 |
</tr> |
| 542 | 533 |
</table> |
| 543 | 534 |
</div> --%> |
| 544 |
- </div> |
|
| 545 |
-</div> |
|
| 546 |
-<!-- //cont --> |
|
| 535 |
+ |
|
| 547 | 536 |
</body> |
| 548 | 537 |
</html> |
--- src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeList.jsp
+++ src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeList.jsp
... | ... | @@ -203,28 +203,35 @@ |
| 203 | 203 |
<title><c:out value="${brdMstrVO.bbsNm}" /> 목록</title>
|
| 204 | 204 |
</head> |
| 205 | 205 |
<body> |
| 206 |
+ |
|
| 206 | 207 |
<!-- cont --> |
| 207 |
- <div class="cont_wrap"> |
|
| 208 |
- <div class="box"> |
|
| 209 |
- <div class="cont_tit"> |
|
| 210 |
- <h2><c:out value="${brdMstrVO.bbsNm}" />( <c:out value="${brdMstrVO.menuNm}" />)</h2>
|
|
| 211 |
- <ul class="cont_nav"> |
|
| 212 |
- <li class="home"><a href="/"><i></i></a></li> |
|
| 213 |
- <li> |
|
| 214 |
- <p>게시판관리</p> |
|
| 215 |
- </li> |
|
| 216 |
- <li> |
|
| 217 |
- <p>게시판관리</p> |
|
| 218 |
- </li> |
|
| 219 |
- <li><span class="cur_nav"><c:out value="${brdMstrVO.bbsNm}" /> 목록</span></li>
|
|
| 220 |
- </ul> |
|
| 208 |
+ |
|
| 209 |
+ <!-- 타이틀 --> |
|
| 210 |
+ <div class="content_title"> |
|
| 211 |
+ <h3><c:out value="${brdMstrVO.bbsNm}" />( <c:out value="${brdMstrVO.menuNm}" />)</h3>
|
|
| 212 |
+ |
|
| 213 |
+ |
|
| 214 |
+ <ol class="breadcrumb"> |
|
| 215 |
+ <li><a href="/" class="home"><i></i></a></li> |
|
| 216 |
+ <li><p>게시판관리</p></li> |
|
| 217 |
+ <li><p>게시판관리</p></li> |
|
| 218 |
+ <li><strong class="current_location"><c:out value="${brdMstrVO.bbsNm}" /> 목록</strong></li>
|
|
| 219 |
+ </ol> |
|
| 220 |
+ |
|
| 221 | 221 |
</div> |
| 222 |
+ <!-- // 타이틀 --> |
|
| 223 |
+ |
|
| 222 | 224 |
<!-- cont --> |
| 223 | 225 |
<div class="cont"> |
| 224 |
- <!-- list_top --> |
|
| 225 |
- <div class="list_top table_top"> |
|
| 226 |
- <p class="table_total_text">총 건수 : <span class="color_blue fw_bold"><c:out value="${paginationInfo.totalRecordCount}" /></span>건</p>
|
|
| 227 |
- <div class="list_util search_wrap"> |
|
| 226 |
+ |
|
| 227 |
+ <!-- search_area --> |
|
| 228 |
+ <div class="search_area"> |
|
| 229 |
+ |
|
| 230 |
+ <div class="search_left"> |
|
| 231 |
+ <p class="total_number">총 건수 : <b><c:out value="${paginationInfo.totalRecordCount}" /></b>건</p>
|
|
| 232 |
+ </div> |
|
| 233 |
+ |
|
| 234 |
+ <div class="search_right"> |
|
| 228 | 235 |
<form name="frm" id="frm" action="<c:url value='/cop/bbs/selectBoardList.do'/>" method="post"> |
| 229 | 236 |
<input type="hidden" name="bbsId" value="<c:out value='${boardVO.bbsId}'/>" />
|
| 230 | 237 |
<input type="hidden" name="nttId" value="0" /> |
... | ... | @@ -233,37 +240,39 @@ |
| 233 | 240 |
<input type="hidden" name="searchSortCnd" value="<c:out value="${searchVO.searchSortCnd}" />" />
|
| 234 | 241 |
<input type="hidden" name="searchSortOrd" value="<c:out value="${searchVO.searchSortOrd}" />" />
|
| 235 | 242 |
|
| 236 |
- <select class="sel2 searchSel" id="searchCnd" name="searchCnd" title="조회조건"> |
|
| 243 |
+ <select class="search_select" id="searchCnd" name="searchCnd" title="조회조건"> |
|
| 237 | 244 |
<option value="0" <c:if test="${searchVO.searchCnd == '0'}">selected="selected"</c:if>>제목</option>
|
| 238 | 245 |
<option value="1" <c:if test="${searchVO.searchCnd == '1'}">selected="selected"</c:if>>내용</option>
|
| 239 | 246 |
<option value="2" <c:if test="${searchVO.searchCnd == '2'}">selected="selected"</c:if>>작성자</option>
|
| 240 | 247 |
</select> |
| 241 |
- |
|
| 242 |
- <input name="searchWrd" type="text" value='<c:out value="${searchVO.searchWrd}"/>' maxlength="35" onkeypress="press(event);" title="검색어 입력" style="width:220px;">
|
|
| 243 |
- <button class="btn btn_text btn_36 blue_border btn_search" onclick="javascript:linkPage('1'); return false;" style="vertical-align:middle;">검색</button>
|
|
| 248 |
+ <div class="search_type input_type"> |
|
| 249 |
+ <input name="searchWrd" type="text" class="input search_input" value='<c:out value="${searchVO.searchWrd}"/>' maxlength="35" onkeypress="press(event);" title="검색어 입력" style="width:220px;">
|
|
| 250 |
+ </div> |
|
| 251 |
+ <button class="btn btn_search" onclick="javascript:linkPage('1'); return false;" style="vertical-align:middle;">검색</button>
|
|
| 244 | 252 |
</form> |
| 245 | 253 |
</div> |
| 246 | 254 |
</div> |
| 247 |
- <!-- //list_top --> |
|
| 255 |
+ <!-- // search_area --> |
|
| 256 |
+ |
|
| 248 | 257 |
<form name="listForm" id="listForm" method="post"> |
| 258 |
+ |
|
| 249 | 259 |
<!-- 기본형(일반형)--> |
| 250 | 260 |
<c:if test="${brdMstrVO.bbsTyCode ne null and brdMstrVO.bbsTyCode != 'BBST05' and brdMstrVO.bbsTyCode != 'BBST06'}">
|
| 251 |
- <!-- list --> |
|
| 252 |
- <div class="list tbType01 table-layout mt15"> |
|
| 261 |
+ <div class="table table_type_cols"> |
|
| 253 | 262 |
<table> |
| 254 | 263 |
<colgroup> |
| 255 |
- <col style="width: 8%"> |
|
| 256 |
- <col style="width: 15%"> |
|
| 257 |
- <col style="width: 40%"> |
|
| 264 |
+ <col style="width: 40px;"> |
|
| 265 |
+ <col style="width: 6%"> |
|
| 266 |
+ <col style="width: auto"> |
|
| 258 | 267 |
<c:if test="${brdMstrVO.fileAtchPosblAt == 'Y'}">
|
| 259 |
- <col style="width: 10%"> |
|
| 268 |
+ <col style="width: 12%"> |
|
| 260 | 269 |
</c:if> |
| 261 | 270 |
<c:if test="${brdMstrVO.openYn == 'Y'}">
|
| 262 |
- <col style="width: 15%"> |
|
| 271 |
+ <col style="width: 8%"> |
|
| 263 | 272 |
</c:if> |
| 264 | 273 |
<col style="width: 15%"> |
| 265 | 274 |
<col style="width: 15%"> |
| 266 |
- <col style="width: 15%"> |
|
| 275 |
+ <col style="width: 10%"> |
|
| 267 | 276 |
</colgroup> |
| 268 | 277 |
<thead> |
| 269 | 278 |
<tr> |
... | ... | @@ -293,7 +302,8 @@ |
| 293 | 302 |
<c:out value="${result.nttSj}" />
|
| 294 | 303 |
<c:if test="${brdMstrVO.openYn == 'Y'}">
|
| 295 | 304 |
<c:if test="${result.secretAt == 'Y'}">
|
| 296 |
- <img src="/img/post/bo_lock.png"> |
|
| 305 |
+ <!-- <img src="/img/post/bo_lock.png"> --> |
|
| 306 |
+ <i class="icon lock"></i> |
|
| 297 | 307 |
</c:if> |
| 298 | 308 |
</c:if> |
| 299 | 309 |
</a> |
... | ... | @@ -348,7 +358,8 @@ |
| 348 | 358 |
</c:if> |
| 349 | 359 |
<c:if test="${brdMstrVO.openYn == 'Y'}">
|
| 350 | 360 |
<c:if test="${result.secretAt == 'Y'}">
|
| 351 |
- <img src="/img/post/bo_lock.png"> |
|
| 361 |
+ <!-- <img src="/img/post/bo_lock.png"> --> |
|
| 362 |
+ <i class="icon lock"></i> |
|
| 352 | 363 |
</c:if> |
| 353 | 364 |
</c:if> |
| 354 | 365 |
<a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');">
|
... | ... | @@ -410,10 +421,10 @@ |
| 410 | 421 |
<div class="tableWrap table-layout mt15"> |
| 411 | 422 |
<table class="tbType1"> |
| 412 | 423 |
<colgroup> |
| 413 |
- <col style="width:3%;"/> |
|
| 414 |
- <col style="width:3%;"/> |
|
| 424 |
+ <col style="width:40px;"/> |
|
| 425 |
+ <col style="width:6%;"/> |
|
| 415 | 426 |
<col style="width:15%;"/> |
| 416 |
- <col style="width:32%;"/> |
|
| 427 |
+ <col style="width:auto;"/> |
|
| 417 | 428 |
<col style="width:10%;"/> |
| 418 | 429 |
<col style="width:10%;"/> |
| 419 | 430 |
<col style="width:10%;"/> |
... | ... | @@ -441,10 +452,10 @@ |
| 441 | 452 |
<td> |
| 442 | 453 |
<a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');"> <c:choose>
|
| 443 | 454 |
<c:when test="${result.atchFileCnt > 0}">
|
| 444 |
- <img alt="${result.nttSj}" src='<c:url value='/cmm/fms/getImage.do'/>?atchFileId=<c:out value="${result.atchFileId}"/>&fileSn=<c:out value="${result.fileSn}"/>' onerror="this.src='/img/post/no-img.png'" width="140" height="120" />
|
|
| 455 |
+ <img alt="${result.nttSj}" src='<c:url value='/cmm/fms/getImage.do'/>?atchFileId=<c:out value="${result.atchFileId}"/>&fileSn=<c:out value="${result.fileSn}"/>' onerror="this.src='/publish/adm/images/content/no_image.jpg'" width="140" height="120" />
|
|
| 445 | 456 |
</c:when> |
| 446 | 457 |
<c:otherwise> |
| 447 |
- <img alt="이미지없음" src='<c:url value='/img/post/no-img.png'/>' onerror="this.src='/img/post/no-img.png'" width="140" height="120" /> |
|
| 458 |
+ <img alt="이미지없음" src='<c:url value='/publish/adm/images/content/no_image.jpg'/>' onerror="this.src='/publish/adm/images/content/no_image.jpg'" width="140" height="120" /> |
|
| 448 | 459 |
</c:otherwise> |
| 449 | 460 |
</c:choose> |
| 450 | 461 |
</a> |
... | ... | @@ -473,10 +484,31 @@ |
| 473 | 484 |
<!-- 포토형 게시판--> |
| 474 | 485 |
<c:if test="${brdMstrVO.bbsTyCode == 'BBST05'}">
|
| 475 | 486 |
<div class="galleryListWrap"> |
| 476 |
- <ul class="inline"> |
|
| 487 |
+ <ul class="gallery_list"> |
|
| 477 | 488 |
<c:forEach var="result" items="${resultList}" varStatus="status">
|
| 478 | 489 |
<li> |
| 479 |
- <div class="check"> |
|
| 490 |
+ <div class="images_area"> |
|
| 491 |
+ <a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');">
|
|
| 492 |
+ <c:choose> |
|
| 493 |
+ <c:when test="${result.atchFileCnt > 0}">
|
|
| 494 |
+ <img alt="${result.nttSj}" onerror="this.src='/publish/adm/images/content/no_image.jpg'" src='<c:url value='/cmm/fms/getImage.do'/>?atchFileId=<c:out value="${result.atchFileId}"/>&fileSn=<c:out value="${result.fileSn}"/>'/>
|
|
| 495 |
+ </c:when> |
|
| 496 |
+ <c:otherwise> |
|
| 497 |
+ <img alt="이미지없음" src='<c:url value='/publish/adm/images/content/no_image.jpg'/>' onerror="this.src='/publish/adm/images/content/no_image.jpg'" /> |
|
| 498 |
+ </c:otherwise> |
|
| 499 |
+ </c:choose> |
|
| 500 |
+ </a> |
|
| 501 |
+ </div> |
|
| 502 |
+ <div class="list_content"> |
|
| 503 |
+ <b class="list_title"><c:out value="${result.nttSj}" /></b>
|
|
| 504 |
+ <ul class="list_info"> |
|
| 505 |
+ <li>작성자 : <c:out value="${result.frstRegisterNm}" /></li>
|
|
| 506 |
+ <li>조회수 : <c:out value="${result.inqireCo}" /></li>
|
|
| 507 |
+ <li><c:out value="${result.frstRegisterPnttm}" /></li>
|
|
| 508 |
+ </ul> |
|
| 509 |
+ </div> |
|
| 510 |
+ |
|
| 511 |
+ <%-- <div class="check"> |
|
| 480 | 512 |
<input type="checkbox" name="checkList" id="checkList_${result.nttId}" class="cb1" value="${result.nttId}|${result.atchFileId}|${result.atchFileCnt}">
|
| 481 | 513 |
</div> |
| 482 | 514 |
<div class="imgBox"> |
... | ... | @@ -508,7 +540,7 @@ |
| 508 | 540 |
</td> |
| 509 | 541 |
</tr> |
| 510 | 542 |
</table> |
| 511 |
- </div> |
|
| 543 |
+ </div> --%> |
|
| 512 | 544 |
</li> |
| 513 | 545 |
</c:forEach> |
| 514 | 546 |
</ul> |
... | ... | @@ -517,12 +549,12 @@ |
| 517 | 549 |
<!-- 포토형 게시판 끝--> |
| 518 | 550 |
|
| 519 | 551 |
<!-- btn_wrap --> |
| 520 |
- <div class="btn_wrap btn_layout01"> |
|
| 521 |
- <div class="area_left"> |
|
| 522 |
- <button type="button" class="btn btn_text btn_46 red_border btnType03" onclick="fn_egov_delete_notices(); return false;">삭제</button> |
|
| 552 |
+ <div class="btn_wrap"> |
|
| 553 |
+ <div class="left"> |
|
| 554 |
+ <button type="button" class="btn line xlarge red" onclick="fn_egov_delete_notices(); return false;">삭제</button> |
|
| 523 | 555 |
</div> |
| 524 |
- <div class="area_right"> |
|
| 525 |
- <button type="button" class="btn btn_text btn_46 blue_fill btnType02" onclick="javascript:fn_egov_addNotice(); return false;">등록</button> |
|
| 556 |
+ <div class="right"> |
|
| 557 |
+ <button type="button" class="btn fill xlarge primary" onclick="javascript:fn_egov_addNotice(); return false;">등록</button> |
|
| 526 | 558 |
</div> |
| 527 | 559 |
</div> |
| 528 | 560 |
<!-- //btn_wrap --> |
... | ... | @@ -538,8 +570,8 @@ |
| 538 | 570 |
<!-- //페이지 네비게이션 끝 --> |
| 539 | 571 |
</form> |
| 540 | 572 |
</div> |
| 541 |
- </div> |
|
| 542 | 573 |
<!-- //cont --> |
| 543 |
- </div> |
|
| 574 |
+ |
|
| 575 |
+ |
|
| 544 | 576 |
</body> |
| 545 | 577 |
</html> |
--- src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeUpdt.jsp
+++ src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeUpdt.jsp
... | ... | @@ -151,20 +151,17 @@ |
| 151 | 151 |
<title><c:out value='${bdMstr.bbsNm}' /> - 게시글 수정</title>
|
| 152 | 152 |
</head> |
| 153 | 153 |
<body> |
| 154 |
-<!-- cont --> |
|
| 155 |
-<div class="cont_wrap"> |
|
| 156 |
- <div class="box"> |
|
| 157 | 154 |
|
| 158 | 155 |
<!-- cont_tit --> |
| 159 |
- <div class="cont_tit"> |
|
| 160 |
- <h2><c:out value='${bdMstr.bbsNm}' /> 수정</h2>
|
|
| 161 |
- <ul class="cont_nav"> |
|
| 156 |
+ <div class="content_title"> |
|
| 157 |
+ <h3><c:out value='${bdMstr.bbsNm}' /> 수정</h3>
|
|
| 158 |
+ <ul class="breadcrumb"> |
|
| 162 | 159 |
<li class="home"><a href="/"><i></i></a></li> |
| 163 | 160 |
<li><p>게시판관리</p></li> |
| 164 | 161 |
<li><p>게시판관리</p></li> |
| 165 | 162 |
<li><p><c:out value='${bdMstr.bbsNm}' /> 목록</p></li>
|
| 166 | 163 |
<li><p><c:out value='${bdMstr.bbsNm}' /> 상세</p></li>
|
| 167 |
- <li><span class="cur_nav"><c:out value='${bdMstr.bbsNm}' /> 수정</span></li>
|
|
| 164 |
+ <li><strong class="current_location"><c:out value='${bdMstr.bbsNm}' /> 수정</strong></li>
|
|
| 168 | 165 |
</ul> |
| 169 | 166 |
</div> |
| 170 | 167 |
<!-- //cont_tit --> |
... | ... | @@ -196,13 +193,11 @@ |
| 196 | 193 |
<input id="ntceBgnde" name="ntceBgnde" type="hidden" value=""> |
| 197 | 194 |
<input id="ntceEndde" name="ntceEndde" type="hidden" value=""> |
| 198 | 195 |
|
| 199 |
- <div class="cont"> |
|
| 200 |
- <!-- list_상세 --> |
|
| 201 |
- <div class="tbType02 col-table data-table left"> |
|
| 196 |
+ <div class="table table_type_rows"> |
|
| 202 | 197 |
<table> |
| 203 | 198 |
<colgroup> |
| 204 |
- <col style="width: 20%"> |
|
| 205 |
- <col style="width: 80%"> |
|
| 199 |
+ <col style="width: 200px;"> |
|
| 200 |
+ <col style="width: auto"> |
|
| 206 | 201 |
</colgroup> |
| 207 | 202 |
|
| 208 | 203 |
<tbody> |
... | ... | @@ -212,7 +207,7 @@ |
| 212 | 207 |
<span class="reqArea">${bdMstr.bbsTyCode eq 'BBST07' ? "항목" : bdMstr.menuNo eq '9510000' ? "질문" : "제목"}</span>
|
| 213 | 208 |
</th> |
| 214 | 209 |
<td> |
| 215 |
- <form:input path="nttSj" title="${msgNttSj}" cssClass="w100per"/>
|
|
| 210 |
+ <form:input path="nttSj" title="${msgNttSj}" cssClass="input w100per"/>
|
|
| 216 | 211 |
<form:errors path="nttSj" cssClass="w100per" /> |
| 217 | 212 |
</td> |
| 218 | 213 |
</tr> |
... | ... | @@ -220,7 +215,7 @@ |
| 220 | 215 |
<tr> |
| 221 | 216 |
<th>URL</th> |
| 222 | 217 |
<td> |
| 223 |
- <form:input path="linkUrl" cssClass="w100per"/> |
|
| 218 |
+ <form:input path="linkUrl" cssClass="textarea w100per"/> |
|
| 224 | 219 |
<form:errors path="linkUrl" cssClass="w100per"/> |
| 225 | 220 |
</td> |
| 226 | 221 |
</tr> |
... | ... | @@ -239,14 +234,14 @@ |
| 239 | 234 |
<c:if test="${'BBST07' eq bdMstr.bbsTyCode }"><!-- 사전정보공표 -->
|
| 240 | 235 |
<tr> |
| 241 | 236 |
<th><span class="reqArea">주기</span></th> |
| 242 |
- <td colspan="3"> |
|
| 237 |
+ <td> |
|
| 243 | 238 |
<input id="pubPeriod" name="pubPeriod" type="text" value="${board.pubPeriod}">
|
| 244 | 239 |
</td> |
| 245 | 240 |
</tr> |
| 246 | 241 |
|
| 247 | 242 |
<tr> |
| 248 | 243 |
<th><span class="reqArea">시기</span></th> |
| 249 |
- <td colspan="3"> |
|
| 244 |
+ <td> |
|
| 250 | 245 |
<input id="pubTime" name="pubTime" type="text" value="${board.pubTime}">
|
| 251 | 246 |
</td> |
| 252 | 247 |
</tr> |
... | ... | @@ -271,7 +266,7 @@ |
| 271 | 266 |
<c:if test="${'BBST08' eq bdMstr.bbsTyCode }"><!-- 인재채용 -->
|
| 272 | 267 |
<tr> |
| 273 | 268 |
<th><span class="reqArea">모집기간</span></th> |
| 274 |
- <td colspan="3"> |
|
| 269 |
+ <td> |
|
| 275 | 270 |
<input type="hidden" name="cal_url" id="cal_url" value="/sym/cmm/EgovNormalCalPopup.do"> |
| 276 | 271 |
<input style="width:auto;" type="text" class="date_format" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="4" maxlength="4" readonly="" |
| 277 | 272 |
value="<c:out value="${fn:substring(board.ntceBgnde,0,4)}-${fn:substring(board.ntceBgnde,4,6)}-${fn:substring(board.ntceBgnde,6,8)}" />" >
|
... | ... | @@ -317,7 +312,7 @@ |
| 317 | 312 |
</tr> |
| 318 | 313 |
<tr> |
| 319 | 314 |
<th><span class="reqArea">모집상태</span></th> |
| 320 |
- <td colspan="3"> |
|
| 315 |
+ <td> |
|
| 321 | 316 |
<select name="seCd" id="seCd" title="모집상태"> |
| 322 | 317 |
<c:forEach var="result" items="${codeList}" varStatus="status">
|
| 323 | 318 |
<option value="${result.code}" <c:if test="${result.code eq board.seCd }">selected="selected"</c:if> >${result.codeNm}</option>
|
... | ... | @@ -350,75 +345,82 @@ |
| 350 | 345 |
<th class="req_text"> |
| 351 | 346 |
<p>첨부파일</p> |
| 352 | 347 |
</th> |
| 353 |
- <td class="upload_area"> |
|
| 348 |
+ <td> |
|
| 354 | 349 |
<!-- <input type="text" id="fileNm" size="30" class="file_input" readonly> --><!-- <button type="button" class="btnType01 btn_add_file">파일 첨부하기</button> --> |
| 355 |
- <input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none"/> |
|
| 356 |
- <button type="button" id="filebutton" class="btn btn_text btn_30 blue_border btnType01 btn_add_file">파일 첨부하기</button> |
|
| 357 |
- <div class="file_wrap file_upload_box no_img_box"> |
|
| 358 |
- <table> |
|
| 359 |
- <colgroup> |
|
| 360 |
- <col style="width: 60%;"> |
|
| 361 |
- <col style="width: auto;"> |
|
| 362 |
- <col style="width: 20%;"> |
|
| 363 |
- <col style="width: 10%;"> |
|
| 364 |
- </colgroup> |
|
| 365 |
- <thead> |
|
| 366 |
- <!-- <th> |
|
| 367 |
- <input type="checkbox" id="all_check"><label for="all_check"></label> |
|
| 368 |
- </th> --> |
|
| 369 |
- <th style="text-align:center;">파일 명</th> |
|
| 370 |
- <th style="text-align:center;">종류</th> |
|
| 371 |
- <th style="text-align:center;">크기</th> |
|
| 372 |
- <th style="text-align:center;">삭제</th> |
|
| 373 |
- </thead> |
|
| 374 |
- <tbody class="tb_file_before"> |
|
| 375 |
- <tr> |
|
| 376 |
- <td colspan="4"> |
|
| 377 |
- <p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p> |
|
| 378 |
- </td> |
|
| 379 |
- </tr> |
|
| 380 |
- </tbody> |
|
| 381 |
- </table> |
|
| 382 |
- </div> |
|
| 383 |
- <div class="file_wrap fileAfter file_list_div"> |
|
| 384 |
- <table> |
|
| 385 |
- <colgroup> |
|
| 386 |
- <col style="width: 60%"> |
|
| 387 |
- <col style="width: 10%"> |
|
| 388 |
- <col style="width: 20%"> |
|
| 389 |
- <col style="width: 10%"> |
|
| 390 |
- </colgroup> |
|
| 391 |
- <thead> |
|
| 392 |
- <!-- <th> |
|
| 393 |
- <input type="checkbox" id="all_check"><label for="all_check"></label> |
|
| 394 |
- </th> --> |
|
| 395 |
- <th style="text-align:center;">파일 명</th> |
|
| 396 |
- <th style="text-align:center;">종류</th> |
|
| 397 |
- <th style="text-align:center;">크기</th> |
|
| 398 |
- <th style="text-align:center;">삭제</th> |
|
| 399 |
- </thead> |
|
| 400 |
- <tbody id="tbody_fiielist" class="tb_file_after"> |
|
| 401 |
- <c:forEach var="fileList" items="${fileList}" varStatus="status">
|
|
| 402 |
- <tr class="item_${fileList.atchFileId}_${fileList.fileSn} uploaded_obj">
|
|
| 403 |
- <input type="hidden" name="fileSize" class="item_file_size" value="${fileList.fileSize}">
|
|
| 404 |
- <td class="td_filename"> |
|
| 405 |
- <!-- <img src="/direct/img/upload_hwp_img.png" alt="" /> --> |
|
| 406 |
- <span class="file_name_text">${fileList.orignlFileNm}</span>
|
|
| 407 |
- </td> |
|
| 408 |
- <td class="td_filesort"> |
|
| 409 |
- <span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>"><c:out value="${fileList.fileExtsn}"/></span>
|
|
| 410 |
- </td> |
|
| 411 |
- <td class="td_filesize"> |
|
| 412 |
- <span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span>
|
|
| 413 |
- </td> |
|
| 414 |
- <td> |
|
| 415 |
- <button type="button" class="btn btn_text btn_30 red_border btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;">삭제</button>
|
|
| 350 |
+ |
|
| 351 |
+ <div class="file_upload_wrap"> |
|
| 352 |
+ <input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none"/> |
|
| 353 |
+ <button type="button" id="filebutton" class="btn medium line primary btn_add_file">파일 첨부하기</button> |
|
| 354 |
+ |
|
| 355 |
+ <div class="file_table before_file_table"> |
|
| 356 |
+ <table> |
|
| 357 |
+ <colgroup> |
|
| 358 |
+ <col style="width:auto;"> |
|
| 359 |
+ <col style="width:13%;"> |
|
| 360 |
+ <col style="width:13%;"> |
|
| 361 |
+ <col style="width:80px;"> |
|
| 362 |
+ </colgroup> |
|
| 363 |
+ <thead> |
|
| 364 |
+ <!-- <th> |
|
| 365 |
+ <input type="checkbox" id="all_check"><label for="all_check"></label> |
|
| 366 |
+ </th> --> |
|
| 367 |
+ <th style="text-align:center;">파일 명</th> |
|
| 368 |
+ <th style="text-align:center;">종류</th> |
|
| 369 |
+ <th style="text-align:center;">크기</th> |
|
| 370 |
+ <th style="text-align:center;">삭제</th> |
|
| 371 |
+ </thead> |
|
| 372 |
+ <tbody> |
|
| 373 |
+ <tr> |
|
| 374 |
+ <td colspan="4"> |
|
| 375 |
+ <i class="icon file_bg"></i> |
|
| 376 |
+ <p>첨부하실 파일을 <span>마우스로 끌어서</span> 넣어주세요.</p> |
|
| 416 | 377 |
</td> |
| 417 | 378 |
</tr> |
| 418 |
- </c:forEach> |
|
| 419 |
- </tbody> |
|
| 420 |
- </table> |
|
| 379 |
+ </tbody> |
|
| 380 |
+ </table> |
|
| 381 |
+ </div> |
|
| 382 |
+ |
|
| 383 |
+ <div class="file_table"> |
|
| 384 |
+ <table> |
|
| 385 |
+ <colgroup> |
|
| 386 |
+ <col style="width:auto;"> |
|
| 387 |
+ <col style="width:13%;"> |
|
| 388 |
+ <col style="width:13%;"> |
|
| 389 |
+ <col style="width:80px;"> |
|
| 390 |
+ </colgroup> |
|
| 391 |
+ <thead> |
|
| 392 |
+ <!-- <th> |
|
| 393 |
+ <input type="checkbox" id="all_check"><label for="all_check"></label> |
|
| 394 |
+ </th> --> |
|
| 395 |
+ <th style="text-align:center;">파일 명</th> |
|
| 396 |
+ <th style="text-align:center;">종류</th> |
|
| 397 |
+ <th style="text-align:center;">크기</th> |
|
| 398 |
+ <th style="text-align:center;">삭제</th> |
|
| 399 |
+ </thead> |
|
| 400 |
+ <tbody id="tbody_fiielist" class="tb_file_after"> |
|
| 401 |
+ <c:forEach var="fileList" items="${fileList}" varStatus="status">
|
|
| 402 |
+ <tr class="item_${fileList.atchFileId}_${fileList.fileSn} uploaded_obj">
|
|
| 403 |
+ <input type="hidden" name="fileSize" class="item_file_size" value="${fileList.fileSize}">
|
|
| 404 |
+ <td class="td_filename"> |
|
| 405 |
+ <!-- <img src="/direct/img/upload_hwp_img.png" alt="" /> --> |
|
| 406 |
+ <span class="file_name_text">${fileList.orignlFileNm}</span>
|
|
| 407 |
+ </td> |
|
| 408 |
+ <td class="td_filesort"> |
|
| 409 |
+ <span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>"><c:out value="${fileList.fileExtsn}"/></span>
|
|
| 410 |
+ </td> |
|
| 411 |
+ <td class="td_filesize"> |
|
| 412 |
+ <span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>"><c:out value="${fileList.fileMg}"/></span>
|
|
| 413 |
+ </td> |
|
| 414 |
+ <td> |
|
| 415 |
+ <button type="button" class="btn line lightgray ssmall only_icon btn_delete btn_del" onclick="delAtchFile('${fileList.atchFileId}', '${fileList.fileSn}'); return false;"><i class="icon delete red"></i></button>
|
|
| 416 |
+ </td> |
|
| 417 |
+ </tr> |
|
| 418 |
+ </c:forEach> |
|
| 419 |
+ </tbody> |
|
| 420 |
+ </table> |
|
| 421 |
+ </div> |
|
| 421 | 422 |
</div> |
| 423 |
+ |
|
| 422 | 424 |
</td> |
| 423 | 425 |
</tr> |
| 424 | 426 |
</c:if> |
... | ... | @@ -426,16 +428,16 @@ |
| 426 | 428 |
<th> |
| 427 | 429 |
<c:out value="작성자" /> |
| 428 | 430 |
</th> |
| 429 |
- <td colspan="3"> |
|
| 430 |
- <input id="ntcrNm" class="w100per" name="ntcrNm" type="text" value="${board.ntcrNm}">
|
|
| 431 |
+ <td> |
|
| 432 |
+ <input id="ntcrNm" class="input w40per" name="ntcrNm" type="text" value="${board.ntcrNm}">
|
|
| 431 | 433 |
</td> |
| 432 | 434 |
</tr> |
| 433 | 435 |
<tr> |
| 434 | 436 |
<th> |
| 435 | 437 |
<c:out value="담당부서" /> |
| 436 | 438 |
</th> |
| 437 |
- <td colspan="3"> |
|
| 438 |
- <input id="pubLoc" class="w100per" name="pubLoc" type="text" value="${board.pubLoc}">
|
|
| 439 |
+ <td> |
|
| 440 |
+ <input id="pubLoc" class="input w40per" name="pubLoc" type="text" value="${board.pubLoc}">
|
|
| 439 | 441 |
</td> |
| 440 | 442 |
</tr> |
| 441 | 443 |
<!-- 공지 여부 --> |
... | ... | @@ -526,20 +528,17 @@ |
| 526 | 528 |
<!-- //list_상세 --> |
| 527 | 529 |
|
| 528 | 530 |
<!-- btn_wrap --> |
| 529 |
- <div class="btn_wrap btn_layout01"> |
|
| 530 |
- <div class="area_left"> |
|
| 531 |
- <button class="btn btn_text btn_46 gray_border btnType04" onclick="javascript:history.go(-1)(); return false;">취소</button> |
|
| 531 |
+ <div class="btn_wrap"> |
|
| 532 |
+ <div class="left"> |
|
| 533 |
+ <button class="btn line gray xlarge" onclick="javascript:history.go(-1)(); return false;">취소</button> |
|
| 532 | 534 |
</div> |
| 533 |
- <div class="area_right"> |
|
| 534 |
- <button class="btn btn_text btn_46 blue_fill btnType06" onclick="javascript:fn_egov_regist_notice(); return false;">저장</button> |
|
| 535 |
- <button class="btn btn_text btn_46 gray_fill btnType03" onclick="javascript:goList(); return false;">목록</button> |
|
| 535 |
+ <div class="right"> |
|
| 536 |
+ <button class="btn fill primary xlarge" onclick="javascript:fn_egov_regist_notice(); return false;">저장</button> |
|
| 537 |
+ <button class="btn fill gray xlarge" onclick="javascript:goList(); return false;">목록</button> |
|
| 536 | 538 |
</div> |
| 537 | 539 |
</div> |
| 538 | 540 |
<!-- //btn_wrap --> |
| 539 |
- </div> |
|
| 540 | 541 |
</form:form> |
| 541 |
- </div> |
|
| 542 |
-</div> |
|
| 543 |
-<!-- //cont --> |
|
| 542 |
+ |
|
| 544 | 543 |
</body> |
| 545 | 544 |
</html> |
--- src/main/webapp/WEB-INF/jsp/cop/cmt/EgovArticleCommentList.jsp
+++ src/main/webapp/WEB-INF/jsp/cop/cmt/EgovArticleCommentList.jsp
... | ... | @@ -54,9 +54,9 @@ |
| 54 | 54 |
</h2> |
| 55 | 55 |
</div> --%> |
| 56 | 56 |
|
| 57 |
- <div class="cmmt_tit"> |
|
| 58 |
- <img src="/kccadrPb/adm/image/icon_comment.png" alt="댓글 아이콘"> |
|
| 59 |
- <p>댓글 <span><c:out value="${resultCnt}" /></span>개</p>
|
|
| 57 |
+ <div class="cmmt_title"> |
|
| 58 |
+ <i class="icon comment"></i> |
|
| 59 |
+ <p>댓글 <b><c:out value="${resultCnt}" /></b>개</p>
|
|
| 60 | 60 |
</div> |
| 61 | 61 |
<%-- <ul class="fbList"> |
| 62 | 62 |
<c:forEach var="result" items="${resultList}" varStatus="status">
|
... | ... | @@ -115,12 +115,16 @@ |
| 115 | 115 |
<ul class="cmmt_list"> |
| 116 | 116 |
<c:forEach var="result" items="${resultList}" varStatus="status">
|
| 117 | 117 |
<li> |
| 118 |
- <div class="cmmt_person"><c:out value="${result.wrterNm}" /></div>
|
|
| 118 |
+ <div class="cmmt_top"> |
|
| 119 |
+ <strong class="writer"><c:out value="${result.wrterNm}" /></strong>
|
|
| 120 |
+ <span class="cmmt_date"><c:out value="${result.frstRegisterPnttm}" /></span>
|
|
| 121 |
+ </div> |
|
| 119 | 122 |
<div class="cmmt_detail"> |
| 120 | 123 |
<p> |
| 121 | 124 |
<c:out value="${fn:replace(result.commentCn , crlf , '<br/>')}" escapeXml="false" />
|
| 122 | 125 |
</p> |
| 123 |
- <div class="cmmt_date"><c:out value="${result.frstRegisterPnttm}" /></div>
|
|
| 126 |
+ </div> |
|
| 127 |
+ <div class="btn_wrap left"> |
|
| 124 | 128 |
<c:choose> |
| 125 | 129 |
<c:when test="${searchVO.commentNo == '' }">
|
| 126 | 130 |
<c:set var="vCommentNo" value="${result.commentNo}" />
|
... | ... | @@ -131,10 +135,10 @@ |
| 131 | 135 |
<c:set var="btnTxt" value="취소" /> |
| 132 | 136 |
</c:otherwise> |
| 133 | 137 |
</c:choose> |
| 134 |
- <button type="button" class=btnType01 onclick="javascript:fn_egov_selectCommentForupdt('<c:out value='${vCommentNo}' />'); return false;">
|
|
| 138 |
+ <button type="button" class="btn ssmall line primary" onclick="javascript:fn_egov_selectCommentForupdt('<c:out value='${vCommentNo}' />'); return false;">
|
|
| 135 | 139 |
<c:out value="${btnTxt}" />
|
| 136 | 140 |
</button> |
| 137 |
- <button type="button" class="btnType01" onclick="javascript:fn_egov_deleteCommentList('<c:out value='${result.commentNo}' />'); return false;">
|
|
| 141 |
+ <button type="button" class="btn ssmall line red" onclick="javascript:fn_egov_deleteCommentList('<c:out value='${result.commentNo}' />'); return false;">
|
|
| 138 | 142 |
<spring:message code="button.delete" /> |
| 139 | 143 |
</button> |
| 140 | 144 |
</div> |
... | ... | @@ -207,12 +211,12 @@ |
| 207 | 211 |
<form:errors path="commentCn" cssClass="error" /> |
| 208 | 212 |
<c:choose> |
| 209 | 213 |
<c:when test="${searchVO.commentNo == '' }">
|
| 210 |
- <button type="button" class="cmmt_add" onclick="javascript:fn_egov_insert_commentList(); return false;"> |
|
| 214 |
+ <button type="button" class="btn fill primary xlarge" onclick="javascript:fn_egov_insert_commentList(); return false;"> |
|
| 211 | 215 |
<spring:message code="button.create" /> |
| 212 | 216 |
</button> |
| 213 | 217 |
</c:when> |
| 214 | 218 |
<c:otherwise> |
| 215 |
- <button type="button" class="cmmt_add" onclick="javascript:fn_egov_updt_commentList(); return false;"> |
|
| 219 |
+ <button type="button" class="btn fill primary xlarge" onclick="javascript:fn_egov_updt_commentList(); return false;"> |
|
| 216 | 220 |
<spring:message code="button.update" /> |
| 217 | 221 |
</button> |
| 218 | 222 |
</c:otherwise> |
--- src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticePhotoList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticePhotoList.jsp
... | ... | @@ -131,89 +131,155 @@ |
| 131 | 131 |
</script> |
| 132 | 132 |
</head> |
| 133 | 133 |
<body> |
| 134 |
-<!-- contents 영역 --> |
|
| 135 |
-<div class="subCont"> |
|
| 136 |
- <h3 class="contTit">${brdMstrVO.menuNm}/aaaaaa</h3>
|
|
| 134 |
+ |
|
| 135 |
+ <div class="sub_visual"> |
|
| 136 |
+ <div class="inner"> |
|
| 137 |
+ <h2 class="sub_title" data-section="company">COMPANY</h2> |
|
| 138 |
+ <div class="sub_visual_nav"> |
|
| 139 |
+ <a href="../index.html"><i class="icon home"></i></a> |
|
| 140 |
+ <div class="snb_wrap"> |
|
| 141 |
+ <button type="button" class="snb_title">Company</button> |
|
| 142 |
+ <ul class="snb_select"> |
|
| 143 |
+ <li><a href="#">Company</a></li> |
|
| 144 |
+ <li><a href="#">Platform Tech</a></li> |
|
| 145 |
+ <li><a href="#">Major Result</a></li> |
|
| 146 |
+ </ul> |
|
| 147 |
+ </div> |
|
| 148 |
+ <div class="snb_wrap"> |
|
| 149 |
+ <button type="button" class="snb_title">설립배경</button> |
|
| 150 |
+ <ul class="snb_select"> |
|
| 151 |
+ <li><a href="/web/content.do?proFn=999110005" class="active">설립배경</a></li> |
|
| 152 |
+ <li> |
|
| 153 |
+ <a href="/web/content.do?proFn=9989200" class="">연혁</a> |
|
| 154 |
+ </li> |
|
| 155 |
+ <li> |
|
| 156 |
+ <a href="/web/content.do?proFn=9989400" class="">조직도</a> |
|
| 157 |
+ </li> |
|
| 158 |
+ <li> |
|
| 159 |
+ <a href="/web/content.do?proFn=9989300" class="">오시는길</a> |
|
| 160 |
+ </li> |
|
| 161 |
+ </ul> |
|
| 162 |
+ </div> |
|
| 163 |
+ </div> |
|
| 164 |
+ </div> |
|
| 165 |
+ </div> |
|
| 166 |
+ |
|
| 167 |
+ <div class="inner"> |
|
| 168 |
+ |
|
| 169 |
+ <div class="content_wrap overview"> |
|
| 170 |
+ <div class="contents"> |
|
| 171 |
+ |
|
| 172 |
+ <div class="content_title"> |
|
| 173 |
+ <h3>${brdMstrVO.menuNm} / test</h3>
|
|
| 174 |
+ </div> |
|
| 175 |
+ |
|
| 176 |
+ |
|
| 177 |
+ <form name="frm" action="<c:url value='/web/cop/bbsWeb/selectBoardList.do'/>" method="post"> |
|
| 178 |
+ <input type="hidden" name="menuNo" class="hiddenMenuNo" /> |
|
| 179 |
+ <input type="hidden" name="bbsId" value="<c:out value='${boardVO.bbsId}'/>" />
|
|
| 180 |
+ <input type="hidden" name="nttId" value="0" /> |
|
| 181 |
+ <input name="pageIndex" id="pageIndex" type="hidden" value="<c:out value='${searchVO.pageIndex}'/>" />
|
|
| 182 |
+ |
|
| 183 |
+ <div class="search_area"> |
|
| 184 |
+ |
|
| 185 |
+ <div class="search_left"> |
|
| 186 |
+ <p class="total_number">총 <b>${resultCnt}</b>건</p>
|
|
| 187 |
+ </div> |
|
| 188 |
+ |
|
| 189 |
+ <div class="search_right"> |
|
| 190 |
+ <label for="subSearchPt" class="label">검색조건 선택</label> |
|
| 191 |
+ <select name="searchCnd" class="search_select" id="subSearchPt"> |
|
| 192 |
+ <option value="" <c:if test="${searchVO.searchCnd == ''}">selected="selected"</c:if>>전체</option>
|
|
| 193 |
+ <option value="0" <c:if test="${searchVO.searchCnd == '0'}">selected="selected"</c:if>>제목</option>
|
|
| 194 |
+ <option value="1" <c:if test="${searchVO.searchCnd == '1'}">selected="selected"</c:if>>내용</option>
|
|
| 195 |
+ <!-- <option>제목+내용</option> |
|
| 196 |
+ <option>작성자</option> --> |
|
| 197 |
+ </select> |
|
| 198 |
+ <label for="subsearchTxtPt" class="label">검색어 입력</label> |
|
| 199 |
+ <input type="text" name="searchWrd" class="input search_input" id="subsearchTxtPt" placeholder="검색어를 입력해주세요." onfocus="this.placeholder=''" value='<c:out value="${searchVO.searchWrd}"/>'>
|
|
| 200 |
+ <button type="button" class="btn fill primary medium" onclick="javascript:linkPage('1'); return false;">검색</button>
|
|
| 201 |
+ </div> |
|
| 202 |
+ </div> |
|
| 203 |
+ |
|
| 204 |
+ </form> |
|
| 205 |
+ |
|
| 206 |
+ |
|
| 207 |
+ <div class="galleryList"> |
|
| 208 |
+ <ul class="gallery_list"> |
|
| 209 |
+ <c:forEach var="result" items="${resultList}" varStatus="status">
|
|
| 210 |
+ <c:if test="${status.count < 9 }">
|
|
| 211 |
+ <li> |
|
| 212 |
+ <a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');" title="현재창 상세이동">
|
|
| 213 |
+ <div class="images_area"> |
|
| 214 |
+ <c:choose> |
|
| 215 |
+ <c:when test="${result.atchFileCnt > 0}">
|
|
| 216 |
+ <img alt="${result.nttSj}" onerror="this.src='/publish/usr/images/common/no_image.jpg'" src='<c:url value='/cmm/fms/getImage.do'/>?atchFileId=<c:out value="${result.atchFileId}"/>&fileSn=<c:out value="${result.fileSn}"/>'/>
|
|
| 217 |
+ </c:when> |
|
| 218 |
+ <c:otherwise> |
|
| 219 |
+ <img alt="이미지없음" src='<c:url value='/publish/usr/images/common/no_image.jpg'/>' onerror="this.src='/publish/usr/images/common/no_image.jpg'" /> |
|
| 220 |
+ </c:otherwise> |
|
| 221 |
+ </c:choose> |
|
| 222 |
+ </div> |
|
| 223 |
+ <div class="list_content"> |
|
| 224 |
+ <b class="list_title"><c:out value="${result.nttSj}" /></b>
|
|
| 225 |
+ <ul class="list_info"> |
|
| 226 |
+ <li><c:out value="${result.frstRegisterPnttm}" /></li>
|
|
| 227 |
+ <li><c:out value="${result.inqireCo}" /> view</li>
|
|
| 228 |
+ </ul> |
|
| 229 |
+ </div> |
|
| 230 |
+ </a> |
|
| 231 |
+ <%-- <div class="imgBoxWrap"> |
|
| 232 |
+ <a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');" title="현재창 상세이동">
|
|
| 233 |
+ <p class="mask"> |
|
| 234 |
+ <span>자세히보기</span> |
|
| 235 |
+ </p> |
|
| 236 |
+ <c:choose> |
|
| 237 |
+ <c:when test="${result.atchFileCnt > 0}">
|
|
| 238 |
+ <img alt="${result.nttSj}" onerror="this.src='/publish/usr/images/common/no_image.jpg'" src='<c:url value='/cmm/fms/getImage.do'/>?atchFileId=<c:out value="${result.atchFileId}"/>&fileSn=<c:out value="${result.fileSn}"/>'/>
|
|
| 239 |
+ </c:when> |
|
| 240 |
+ <c:otherwise> |
|
| 241 |
+ <img alt="이미지없음" src='<c:url value='/publish/usr/images/common/no_image.jpg'/>' onerror="this.src='/publish/usr/images/common/no_image.jpg'" /> |
|
| 242 |
+ </c:otherwise> |
|
| 243 |
+ </c:choose> |
|
| 244 |
+ </a> |
|
| 245 |
+ </div> |
|
| 246 |
+ <div class="txtBox"> |
|
| 247 |
+ <a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');" title="현재창 상세이동">
|
|
| 248 |
+ <h4><c:out value="${result.nttSj}" /></h4>
|
|
| 249 |
+ </a> |
|
| 250 |
+ <div class="infor clearfix"> |
|
| 251 |
+ <span class="date"><c:out value="${result.inqireCo}" /> view</span>
|
|
| 252 |
+ <span class="date"><c:out value="${result.frstRegisterPnttm}" /></span>
|
|
| 253 |
+ </div> |
|
| 254 |
+ </div> --%> |
|
| 255 |
+ </li> |
|
| 256 |
+ </c:if> |
|
| 257 |
+ </c:forEach> |
|
| 258 |
+ <span id="bbsLoad" /> |
|
| 259 |
+ </ul> |
|
| 260 |
+ </div><!-- //listCont --> |
|
| 261 |
+ <!-- btnWrap --> |
|
| 262 |
+ <c:if test="${!empty resultList}">
|
|
| 263 |
+ <!-- pageWrap --> |
|
| 264 |
+ <ul class="page"> |
|
| 265 |
+ <ui:pagination paginationInfo = "${paginationInfo}" type="imageWeb" jsFunction="linkPage" />
|
|
| 266 |
+ </ul><!-- //pageWrap --> |
|
| 267 |
+ </c:if> |
|
| 268 |
+ <%-- <c:if test="${more}">
|
|
| 269 |
+ <div class="btnWrap"> |
|
| 270 |
+ <button type="button" class="btnType btnType4" onclick="listLoad(); return false;">더보기<i class="arrowDown"></i></button> |
|
| 271 |
+ </div><!-- //btnWrap --> |
|
| 272 |
+ </c:if> --%> |
|
| 273 |
+ </div> |
|
| 274 |
+ </div> |
|
| 275 |
+ </div> |
|
| 276 |
+ |
|
| 277 |
+ |
|
| 137 | 278 |
|
| 138 | 279 |
|
| 139 |
- <!-- sub4_01 영역 --> |
|
| 140 |
- <div class="contentWrap board"> |
|
| 141 |
- <div class="listTop clearfix"> |
|
| 142 |
- <form name="frm" action="<c:url value='/web/cop/bbsWeb/selectBoardList.do'/>" method="post"> |
|
| 143 |
- <input type="hidden" name="menuNo" class="hiddenMenuNo" /> |
|
| 144 |
- <input type="hidden" name="bbsId" value="<c:out value='${boardVO.bbsId}'/>" />
|
|
| 145 |
- <input type="hidden" name="nttId" value="0" /> |
|
| 146 |
- <input name="pageIndex" id="pageIndex" type="hidden" value="<c:out value='${searchVO.pageIndex}'/>" />
|
|
| 147 |
- |
|
| 148 |
- <!-- listSearch --> |
|
| 149 |
- <div class="listSearch"> |
|
| 150 |
- <label for="subSearchPt">검색조건 선택</label> |
|
| 151 |
- <select name="searchCnd" class="selTxt search" id="subSearchPt"> |
|
| 152 |
- <option value="" <c:if test="${searchVO.searchCnd == ''}">selected="selected"</c:if>>전체</option>
|
|
| 153 |
- <option value="0" <c:if test="${searchVO.searchCnd == '0'}">selected="selected"</c:if>>제목</option>
|
|
| 154 |
- <option value="1" <c:if test="${searchVO.searchCnd == '1'}">selected="selected"</c:if>>내용</option>
|
|
| 155 |
- <!-- <option>제목+내용</option> |
|
| 156 |
- <option>작성자</option> --> |
|
| 157 |
- </select> |
|
| 158 |
- <label for="subsearchTxtPt">검색어 입력</label> |
|
| 159 |
- <input type="text" name="searchWrd" class="inpTxt search" id="subsearchTxtPt" placeholder="검색어를 입력해주세요." onfocus="this.placeholder=''" value='<c:out value="${searchVO.searchWrd}"/>'>
|
|
| 160 |
- <button type="button" class="btnSearch" onclick="javascript:linkPage('1'); return false;">검색</button>
|
|
| 161 |
- </div><!-- //listSearch --> |
|
| 162 |
- <p class="listTotal">총 <span>${resultCnt}</span> 건</p>
|
|
| 163 |
- </form> |
|
| 164 |
- </div><!-- //listTop --> |
|
| 165 |
- |
|
| 166 |
- <div class="galleryList"> |
|
| 167 |
- <ul class="clearfix bbsList"> |
|
| 168 |
- <c:forEach var="result" items="${resultList}" varStatus="status">
|
|
| 169 |
- <c:if test="${status.count < 9 }">
|
|
| 170 |
- <li> |
|
| 171 |
- <article> |
|
| 172 |
- <div class="imgBoxWrap"> |
|
| 173 |
- <a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');" title="현재창 상세이동">
|
|
| 174 |
- <p class="mask"> |
|
| 175 |
- <span>자세히보기</span> |
|
| 176 |
- </p> |
|
| 177 |
- <c:choose> |
|
| 178 |
- <c:when test="${result.atchFileCnt > 0}">
|
|
| 179 |
- <img alt="${result.nttSj}" onerror="this.src='/img/post/no-img.png'" src='<c:url value='/cmm/fms/getImage.do'/>?atchFileId=<c:out value="${result.atchFileId}"/>&fileSn=<c:out value="${result.fileSn}"/>'/>
|
|
| 180 |
- </c:when> |
|
| 181 |
- <c:otherwise> |
|
| 182 |
- <img alt="이미지없음" src='<c:url value='/img/post/no-img.png'/>' onerror="this.src='/img/post/no-img.png'" /> |
|
| 183 |
- </c:otherwise> |
|
| 184 |
- </c:choose> |
|
| 185 |
- </a> |
|
| 186 |
- </div> |
|
| 187 |
- <div class="txtBox"> |
|
| 188 |
- <a href="javascript:fn_egov_inqire_notice('<c:out value="${result.bbsId}"/>', '<c:out value="${result.nttId}"/>');" title="현재창 상세이동">
|
|
| 189 |
- <h4><c:out value="${result.nttSj}" /></h4>
|
|
| 190 |
- </a> |
|
| 191 |
- <div class="infor clearfix"> |
|
| 192 |
- <span class="date"><c:out value="${result.inqireCo}" /> view</span>
|
|
| 193 |
- <span class="date"><c:out value="${result.frstRegisterPnttm}" /></span>
|
|
| 194 |
- </div> |
|
| 195 |
- </div> |
|
| 196 |
- </article> |
|
| 197 |
- </li> |
|
| 198 |
- </c:if> |
|
| 199 |
- </c:forEach> |
|
| 200 |
- <span id="bbsLoad" /> |
|
| 201 |
- </ul> |
|
| 202 |
- </div><!-- //listCont --> |
|
| 203 |
- <!-- btnWrap --> |
|
| 204 |
- <c:if test="${!empty resultList}">
|
|
| 205 |
- <!-- pageWrap --> |
|
| 206 |
- <ul class="pageWrap"> |
|
| 207 |
- <ui:pagination paginationInfo = "${paginationInfo}" type="imageWeb" jsFunction="linkPage" />
|
|
| 208 |
- </ul><!-- //pageWrap --> |
|
| 209 |
- </c:if> |
|
| 210 |
- <%-- <c:if test="${more}">
|
|
| 211 |
- <div class="btnWrap"> |
|
| 212 |
- <button type="button" class="btnType btnType4" onclick="listLoad(); return false;">더보기<i class="arrowDown"></i></button> |
|
| 213 |
- </div><!-- //btnWrap --> |
|
| 214 |
- </c:if> --%> |
|
| 215 |
- |
|
| 216 |
- </div><!-- // sub4_01 영역 --> |
|
| 217 |
-</div> |
|
| 218 |
-<!--//contents 영역 --> |
|
| 280 |
+ |
|
| 281 |
+ |
|
| 282 |
+ |
|
| 283 |
+ |
|
| 284 |
+ |
|
| 219 | 285 |
</body> |
--- src/main/webapp/img/3deth_minus.png
| Binary file is not shown |
--- src/main/webapp/img/3deth_plus.png
| Binary file is not shown |
--- src/main/webapp/img/adminLogo1.png
| Binary file is not shown |
--- src/main/webapp/img/adminLogo2.png
| Binary file is not shown |
--- src/main/webapp/img/alio_more.png
| Binary file is not shown |
--- src/main/webapp/img/bo_icon_disc.jpg
| Binary file is not shown |
--- src/main/webapp/img/board/board_basic_thumnail.jpg
| Binary file is not shown |
--- src/main/webapp/img/board/board_tab_arrow.png
| Binary file is not shown |
--- src/main/webapp/img/board/board_tab_ov.png
| Binary file is not shown |
--- src/main/webapp/img/board/gallery_thumnail.jpg
| Binary file is not shown |
--- src/main/webapp/img/board/gallery_thumnail_open.jpg
| Binary file is not shown |
--- src/main/webapp/img/board/more_down_btn.png
| Binary file is not shown |
--- src/main/webapp/img/board/more_search_btn.png
| Binary file is not shown |
--- src/main/webapp/img/board/news_thum.jpg
| Binary file is not shown |
--- src/main/webapp/img/board/next_year.png
| Binary file is not shown |
--- src/main/webapp/img/board/open_04.jpg
| Binary file is not shown |
--- src/main/webapp/img/board/pre_year.png
| Binary file is not shown |
--- src/main/webapp/img/board/secret_lock_icon.jpg
| Binary file is not shown |
--- src/main/webapp/img/board/select-board-arrow.png
| Binary file is not shown |
--- src/main/webapp/img/board/year21_list_ov.png
| Binary file is not shown |
--- src/main/webapp/img/board_icon1.jpg
| Binary file is not shown |
--- src/main/webapp/img/board_notice_icon.png
| Binary file is not shown |
--- src/main/webapp/img/board_search.jpg
| Binary file is not shown |
--- src/main/webapp/img/disclosure_more.png
| Binary file is not shown |
--- src/main/webapp/img/eng_ft_logo.png
| Binary file is not shown |
--- src/main/webapp/img/eng_logo.png
| Binary file is not shown |
--- src/main/webapp/img/foor_bar.png
| Binary file is not shown |
--- src/main/webapp/img/ft_facebook.png
| Binary file is not shown |
--- src/main/webapp/img/ft_logo.png
| Binary file is not shown |
--- src/main/webapp/img/haed_left_icon1.png
| Binary file is not shown |
--- src/main/webapp/img/haed_left_icon2.png
| Binary file is not shown |
--- src/main/webapp/img/haed_left_icon3.png
| Binary file is not shown |
--- src/main/webapp/img/haed_left_icon4.png
| Binary file is not shown |
--- src/main/webapp/img/haed_left_icon5.png
| Binary file is not shown |
--- src/main/webapp/img/head_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/head_bg2.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/ban_culture.png
| Binary file is not shown |
--- src/main/webapp/img/index/btns-next-prev.png
| Binary file is not shown |
--- src/main/webapp/img/index/btns-next.png
| Binary file is not shown |
--- src/main/webapp/img/index/btns-prev.png
| Binary file is not shown |
--- src/main/webapp/img/index/k_ribbon_bar.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/k_ribbon_icon.png
| Binary file is not shown |
--- src/main/webapp/img/index/k_ribbon_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/k_ribbon_img_m.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/k_ribbon_img_m2.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/k_ribbon_img_tab.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/larr.png
| Binary file is not shown |
--- src/main/webapp/img/index/live_thumnail01.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/live_thumnail02.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/live_thumnail03.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/live_thumnail04.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/live_thumnail05.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/live_thumnail06.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/live_thumnail_big.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/live_thumnail_big_bg.png
| Binary file is not shown |
--- src/main/webapp/img/index/livepola_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/livepola_more.png
| Binary file is not shown |
--- src/main/webapp/img/index/livepola_tt.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/livepola_tt2.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_arrow_left.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_arrow_right.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_blog_icon.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_blog_thumnail.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_blog_thumnail01.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_blog_thumnail012.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_cont.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_contlow.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_contmid.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_gallery2_icon.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_gallery2_thumnail.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_gallery2_thumnail_basic.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_gallery_bg_mobile.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_gallery_bg_pc.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_gallery_bg_tab.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_gallery_icon.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_magazine_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_magazine_bg2.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_magazine_bg_m.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_magazine_bg_m2.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_magazine_bg_tab.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_magazine_btn.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_magazine_thum.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_magazine_thumnail.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_notce_arrow.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_notice_icon.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_notice_thumnail.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_notice_thumnail_basic.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_pc10.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_pola_upload.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile01.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile02.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile03.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile04.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile05.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile06.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile07.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile08.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile09.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile10.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile10_krcert1.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile10_krcert2.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile10_krcert3.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile10_krcert4.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile10_krcert5.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile10_nor.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile_bar_b.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_tile_bar_w.png
| Binary file is not shown |
--- src/main/webapp/img/index/main_title_bar.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/pagination.png
| Binary file is not shown |
--- src/main/webapp/img/index/pop_tt.png
| Binary file is not shown |
--- src/main/webapp/img/index/popup2.png
| Binary file is not shown |
--- src/main/webapp/img/index/popup_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/popup_img_test1.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/rarr.png
| Binary file is not shown |
--- src/main/webapp/img/index/right_btn01.png
| Binary file is not shown |
--- src/main/webapp/img/index/right_btn02.png
| Binary file is not shown |
--- src/main/webapp/img/index/right_btn03.png
| Binary file is not shown |
--- src/main/webapp/img/index/right_btn04.png
| Binary file is not shown |
--- src/main/webapp/img/index/right_btn05.png
| Binary file is not shown |
--- src/main/webapp/img/index/right_btn06.png
| Binary file is not shown |
--- src/main/webapp/img/index/scroll_btn.png
| Binary file is not shown |
--- src/main/webapp/img/index/visual02.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/visual03.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/visual04.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/visual05.jpg
| Binary file is not shown |
--- src/main/webapp/img/index/visual_txt.png
| Binary file is not shown |
--- src/main/webapp/img/list01.png
| Binary file is not shown |
--- src/main/webapp/img/list02.png
| Binary file is not shown |
--- src/main/webapp/img/livepola_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/livepola_tt.jpg
| Binary file is not shown |
--- src/main/webapp/img/login_kakao_icon.png
| Binary file is not shown |
--- src/main/webapp/img/logo.png
| Binary file is not shown |
--- src/main/webapp/img/logo1.png
| Binary file is not shown |
--- src/main/webapp/img/outlink.gif
| Binary file is not shown |
--- src/main/webapp/img/post/32px.png
| Binary file is not shown |
--- src/main/webapp/img/post/X.png
| Binary file is not shown |
--- src/main/webapp/img/post/atch_file.png
| Binary file is not shown |
--- src/main/webapp/img/post/b_mobile.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/b_pc.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/bo_lock.png
| Binary file is not shown |
--- src/main/webapp/img/post/board_btn1.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/board_btn2.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/board_btn3.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/board_btn4.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/board_img1.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/board_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/board_search.png
| Binary file is not shown |
--- src/main/webapp/img/post/check_id.png
| Binary file is not shown |
--- src/main/webapp/img/post/check_img.png
| Binary file is not shown |
--- src/main/webapp/img/post/down_arrow.png
| Binary file is not shown |
--- src/main/webapp/img/post/gr.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/gr_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/head_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/head_home.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/head_home.png
| Binary file is not shown |
--- src/main/webapp/img/post/head_icon.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/head_icon.png
| Binary file is not shown |
--- src/main/webapp/img/post/head_logo.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/head_logo.png
| Binary file is not shown |
--- src/main/webapp/img/post/icoFiveStar.gif
| Binary file is not shown |
--- src/main/webapp/img/post/id_check_btn.png
| Binary file is not shown |
--- src/main/webapp/img/post/id_check_img1.png
| Binary file is not shown |
--- src/main/webapp/img/post/id_check_img2.png
| Binary file is not shown |
--- src/main/webapp/img/post/img_logo.gif
| Binary file is not shown |
--- src/main/webapp/img/post/index_icon1.png
| Binary file is not shown |
--- src/main/webapp/img/post/index_img1.png
| Binary file is not shown |
--- src/main/webapp/img/post/index_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/index_img3.png
| Binary file is not shown |
--- src/main/webapp/img/post/index_img4.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/key_ico.png
| Binary file is not shown |
--- src/main/webapp/img/post/ks_chart.png
| Binary file is not shown |
--- src/main/webapp/img/post/ks_chart_2.png
| Binary file is not shown |
--- src/main/webapp/img/post/ks_chart_3.png
| Binary file is not shown |
--- src/main/webapp/img/post/ks_header_logo.png
| Binary file is not shown |
--- src/main/webapp/img/post/ks_logo.png
| Binary file is not shown |
--- src/main/webapp/img/post/left_arrow.png
| Binary file is not shown |
--- src/main/webapp/img/post/left_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/left_img.png
| Binary file is not shown |
--- src/main/webapp/img/post/left_sy.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/li_dot.png
| Binary file is not shown |
--- src/main/webapp/img/post/list_bg.png
| Binary file is not shown |
--- src/main/webapp/img/post/lock_img.png
| Binary file is not shown |
--- src/main/webapp/img/post/login_img1.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/login_img2.png
| Binary file is not shown |
--- src/main/webapp/img/post/login_img3.png
| Binary file is not shown |
--- src/main/webapp/img/post/login_left_bg.png
| Binary file is not shown |
--- src/main/webapp/img/post/login_logo.png
| Binary file is not shown |
--- src/main/webapp/img/post/logo.png
| Binary file is not shown |
--- src/main/webapp/img/post/logout_btn.png
| Binary file is not shown |
--- src/main/webapp/img/post/ltt_icon.png
| Binary file is not shown |
--- src/main/webapp/img/post/main_bg.png
| Binary file is not shown |
--- src/main/webapp/img/post/micon_01.png
| Binary file is not shown |
--- src/main/webapp/img/post/micon_02.png
| Binary file is not shown |
--- src/main/webapp/img/post/micon_03.png
| Binary file is not shown |
--- src/main/webapp/img/post/month.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/n_down.png
| Binary file is not shown |
--- src/main/webapp/img/post/n_up.png
| Binary file is not shown |
--- src/main/webapp/img/post/no-img.png
| Binary file is not shown |
--- src/main/webapp/img/post/pop_1.png
| Binary file is not shown |
--- src/main/webapp/img/post/pop_2.png
| Binary file is not shown |
--- src/main/webapp/img/post/pop_3.png
| Binary file is not shown |
--- src/main/webapp/img/post/pop_4.png
| Binary file is not shown |
--- src/main/webapp/img/post/re_ico.png
| Binary file is not shown |
--- src/main/webapp/img/post/re_lock.png
| Binary file is not shown |
--- src/main/webapp/img/post/reply_c.png
| Binary file is not shown |
--- src/main/webapp/img/post/reply_emp.png
| Binary file is not shown |
--- src/main/webapp/img/post/reply_p.png
| Binary file is not shown |
--- src/main/webapp/img/post/serch_img.png
| Binary file is not shown |
--- src/main/webapp/img/post/thumnail.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/thumnail_400.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/thumnail_600.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/thumnail_logo.png
| Binary file is not shown |
--- src/main/webapp/img/post/today.jpg
| Binary file is not shown |
--- src/main/webapp/img/post/top01.png
| Binary file is not shown |
--- src/main/webapp/img/post/top01_hover.png
| Binary file is not shown |
--- src/main/webapp/img/post/top02.png
| Binary file is not shown |
--- src/main/webapp/img/post/top02_hover.png
| Binary file is not shown |
--- src/main/webapp/img/post/top03.png
| Binary file is not shown |
--- src/main/webapp/img/post/up_arrow.png
| Binary file is not shown |
--- src/main/webapp/img/post/x_btn.png
| Binary file is not shown |
--- src/main/webapp/img/post/year.jpg
| Binary file is not shown |
--- src/main/webapp/img/right_img1.jpg
| Binary file is not shown |
--- src/main/webapp/img/right_img1.png
| Binary file is not shown |
--- src/main/webapp/img/right_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/right_img2.png
| Binary file is not shown |
--- src/main/webapp/img/right_img3.jpg
| Binary file is not shown |
--- src/main/webapp/img/right_img3.png
| Binary file is not shown |
--- src/main/webapp/img/s_h_icon.jpg
| Binary file is not shown |
--- src/main/webapp/img/s_visual01.jpg
| Binary file is not shown |
--- src/main/webapp/img/s_visual01_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/s_visual02.jpg
| Binary file is not shown |
--- src/main/webapp/img/s_visual03.jpg
| Binary file is not shown |
--- src/main/webapp/img/s_visual04.jpg
| Binary file is not shown |
--- src/main/webapp/img/s_visual05.jpg
| Binary file is not shown |
--- src/main/webapp/img/s_visual06.jpg
| Binary file is not shown |
--- src/main/webapp/img/sort_down_img.png
| Binary file is not shown |
--- src/main/webapp/img/sort_down_on.png
| Binary file is not shown |
--- src/main/webapp/img/sort_up_img.png
| Binary file is not shown |
--- src/main/webapp/img/sort_up_on.png
| Binary file is not shown |
--- src/main/webapp/img/sub/api_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/attachment.png
| Binary file is not shown |
--- src/main/webapp/img/sub/bar332.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/bg332.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/bg332_480.png
| Binary file is not shown |
--- src/main/webapp/img/sub/biewer_adobe.png
| Binary file is not shown |
--- src/main/webapp/img/sub/biewer_excel.png
| Binary file is not shown |
--- src/main/webapp/img/sub/biewer_hwp.png
| Binary file is not shown |
--- src/main/webapp/img/sub/biewer_ppt.png
| Binary file is not shown |
--- src/main/webapp/img/sub/biewer_word.png
| Binary file is not shown |
--- src/main/webapp/img/sub/checkbox-on-off.png
| Binary file is not shown |
--- src/main/webapp/img/sub/checkbox-on-off.svg
... | ... | @@ -1,46 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="utf-8"?> | |
| 2 | -<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
| 3 | -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
| 4 | -<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" | |
| 5 | - y="0px" width="40px" height="22px" viewBox="0 0 40 22" enable-background="new 0 0 40 22" xml:space="preserve"> | |
| 6 | -<image overflow="visible" width="40" height="22" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAWCAIAAAA97EnnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ | |
| 7 | -bWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp | |
| 8 | -bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6 | |
| 9 | -eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0 | |
| 10 | -NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJo | |
| 11 | -dHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlw | |
| 12 | -dGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAv | |
| 13 | -IiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RS | |
| 14 | -ZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpD | |
| 15 | -cmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNl | |
| 16 | -SUQ9InhtcC5paWQ6NjVFOTNEMzFGRTlCMTFFODg4NkI4QUVBMkM1RUNCMjAiIHhtcE1NOkRvY3Vt | |
| 17 | -ZW50SUQ9InhtcC5kaWQ6NjVFOTNEMzJGRTlCMTFFODg4NkI4QUVBMkM1RUNCMjAiPiA8eG1wTU06 | |
| 18 | -RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NUU5M0QyRkZFOUIxMUU4ODg2 | |
| 19 | -QjhBRUEyQzVFQ0IyMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NUU5M0QzMEZFOUIxMUU4 | |
| 20 | -ODg2QjhBRUEyQzVFQ0IyMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1w | |
| 21 | -bWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr1Vj+MAAAT0SURBVHjapFbNb1RVFL9f772ZeW+mZUYa | |
| 22 | -DWBbC4lASqVYiAkSFiQYY6IBXbjDuHDnf+DOP4K4M65MTHQFcSGiJn7EBJMmRU1QiKGktGNnOl+d | |
| 23 | -93Hv5Xffmb5B2Dk3TefOfeee3zm/8zvnDbfWsgmW1qmUkvaWac54vhVwyznOsyQZ+H6FWWU5S21s | |
| 24 | -uKeYgJFiky0pR0iAtUYAkXPNXASCGcuEIFRsh2zz258/vbvxdcBnV469PSkwnGYZ/I/+mMtYGeNC | |
| 25 | -wDbLtBRKG5aI7vXvr663blS9o+dOvzM38yqfkGqXqGVcGGNjwUWmjZKBo9rgkJ6zmDWv/3D1/r+r | |
| 26 | -0hOXzn68f+qQYMGkGaNyyIex3r31td3dXV/V5mePK1HNY8iEKGmWfvfrZ/e3v7G8cfH8R/vDOYH6 | |
| 27 | -GqJFIGDD8wVfcRwPh8N+v59lGU6UUuVyuVKp+L6Pp7B0JRUiTVPP8zjrSxsyVt/qPvzxj0+Eb1bi | |
| 28 | -Dw7WzvhG60yoILzXvfH7xk1rqm+c/nDBX8xF5yShCEzk9YGvbrcLSPJOoSRJgjh6vR6wwzAMgoBy | |
| 29 | -BWrOpA8HIHbl6Gt/Pfip2fnnt9tfVE8+WzWz0jOt4YNbt7/k1l84cPKFAyeYZgTnELGjMiO/nZ0d | |
| 30 | -oAIJhwgFJwgFezQMaBgMBkRD3kV6j2wHz6XZ2ugtzV9RjKd2cOvO50wlidJr69dQ4IoMl2YvbzcH | |
| 31 | -lu8VyFpR7DqdDtJCrkilVCo1Go35fGHj5Qtg4KPdbhNDhSq1Tgadbr+jIxUtHb6EKLd376y3fyk3 | |
| 32 | -4r+3bkpeO3Hkgu7sG/TjVqdV3FJEKbJEQhRBvV6vVquFfMJ8tVotpIu8oSAYo94kC0eV1pvNdq0a | |
| 33 | -9IbDxYWL7cHDPzeurd79ar235gf8UP3Useff6mz2k1S1Os2wXEGxHKNUTrgDq9BRFEWo5Vi01sIA | |
| 34 | -/6enp0EDDLBH3hSuMzDZ7hAubD9u7qs+EwXR+eX36+XDA9baaK7KpHJ26d2yFwWhkj73pAQQJS3o | |
| 35 | -PrLBBhi1Wo1GID2mYtMGAZEgoLVcnLkquer129wT0otKZSmNF3ry3EvvcT4jhV2YebnhzyufRbXQ | |
| 36 | -mMRmDngsLmoh4KGKyIlQ6byQN07QVDZfhR7zjFmqueFJnOlSUGduWHtzM8vHX3xdp/Eri5ehUbiR | |
| 37 | -JctFCZ/gdVzjxxfhjWjcgy9oL4IY20vGdaK45w5HzhSEd+HIm7XWc7XwIOPWARvPaOTmFc5H4kTB | |
| 38 | -kS6SLiIiVIKhPVh6OiBQQp2NuzQASHRKlE4tn5HCy1zjCWLUWo3uGNWYPqBb11tCoFsg2qdpwFPI | |
| 39 | -nmygsvEcyL8iXODBQOSL3luBX4E5RIVbOzsjPaJeoz4mO3xHLBgOEA4BP5EcZgse0RCFAAvmsSA6 | |
| 40 | -YJNCsWi2wLPWPH8lC6CSVnCFFDpmEqfoVMwQgoQjtDKiwR55oH/AFZmh3zBSHmebhg8WbEA7DJBD | |
| 41 | -FEbASrM0n0sdMsPFqamp/4iL8kBcKGSRN9WbdI49hgYqQjdhWfzwoE6DPVwDm2rcbG7vce7KQSQX | |
| 42 | -VDkRFLEDAE7xFdhEF06IEnwt5QvZEF6BSpJEipgw2IAeuoufREJ4dBfnuIiBWAw7Fy4ePPFaROwo | |
| 43 | -Fc0y3ESiIBDM02uRZhl8gZii6QsB4hDyxEUAwyx/pTqSikE0Fuykv0D+73okwACm3kuyWmQTYAAA | |
| 44 | -AABJRU5ErkJggg=="> | |
| 45 | -</image> | |
| 46 | -</svg> |
--- src/main/webapp/img/sub/close_btn.png
| Binary file is not shown |
--- src/main/webapp/img/sub/complain_step1.png
| Binary file is not shown |
--- src/main/webapp/img/sub/complain_step2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/complain_step3.png
| Binary file is not shown |
--- src/main/webapp/img/sub/complain_step_next1.png
| Binary file is not shown |
--- src/main/webapp/img/sub/complain_step_next2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/complain_step_next3.png
| Binary file is not shown |
--- src/main/webapp/img/sub/complain_tt.png
| Binary file is not shown |
--- src/main/webapp/img/sub/complain_tt2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/con16_icon.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/con16_icon2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/con16_icon3.png
| Binary file is not shown |
--- src/main/webapp/img/sub/con362_arrow.png
| Binary file is not shown |
--- src/main/webapp/img/sub/con362_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/con_list01.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/con_list01.png
| Binary file is not shown |
--- src/main/webapp/img/sub/con_list02.png
| Binary file is not shown |
--- src/main/webapp/img/sub/con_list03.png
| Binary file is not shown |
--- src/main/webapp/img/sub/con_list04.png
| Binary file is not shown |
--- src/main/webapp/img/sub/con_tt_bg.png
| Binary file is not shown |
--- src/main/webapp/img/sub/eng_img4411_3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/eng_img443_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/flogo6_1.png
| Binary file is not shown |
--- src/main/webapp/img/sub/flogo6_2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/flogo6_3.gif
| Binary file is not shown |
--- src/main/webapp/img/sub/gi_02.png
| Binary file is not shown |
--- src/main/webapp/img/sub/gi_02_01.png
| Binary file is not shown |
--- src/main/webapp/img/sub/gi_02_02.png
| Binary file is not shown |
--- src/main/webapp/img/sub/gi_03.png
| Binary file is not shown |
--- src/main/webapp/img/sub/gi_04.png
| Binary file is not shown |
--- src/main/webapp/img/sub/gi_05.png
| Binary file is not shown |
--- src/main/webapp/img/sub/gi_06.png
| Binary file is not shown |
--- src/main/webapp/img/sub/history_img.png
| Binary file is not shown |
--- src/main/webapp/img/sub/history_line.png
| Binary file is not shown |
--- src/main/webapp/img/sub/history_tt.png
| Binary file is not shown |
--- src/main/webapp/img/sub/hitory_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/icon332_1.png
| Binary file is not shown |
--- src/main/webapp/img/sub/icon332_2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/icon332_3.png
| Binary file is not shown |
--- src/main/webapp/img/sub/icon332_4.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_1_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_4.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5a.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5a2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5a3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5b.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5b2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5b3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5c.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5c2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img11_5c3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img12_1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img12_1_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img12_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img12_2_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img12_3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img12_4.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img12_4_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img12_5.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img13_1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img13_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img13_2_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img13_4.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img13_5.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img222_2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_1_off.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_1_ov.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_2_off.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_2_ov.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_3_off.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_3_ov.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_4.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_5.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_6.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_7.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_8.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img223_9.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img231_02.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img231_02_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img316_1.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img316_100.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img316_120.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img332_1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img332_1_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img364_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img364_bg_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img364_btn1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img364_btn2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img41_bg_1300.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img41_bg_800.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_01.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_02_1014.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_02_730.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_03.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_03_1014.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_ci01.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_ci02.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_ci03.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_color.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_color_list.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_01.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_01_eng_mobile.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_01_mobile.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_02.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_02_eng_mobile.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_02_mobile.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_03.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_eng_01.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_eng_02.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_copy_eng_03.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_tt_bg.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img422_tt_bg2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img431_1920.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img431_480.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img43_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img43_bg_1000.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img43_bg_1000_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img43_bg_743.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img43_bg_743_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_1f_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_1f_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_1f_img3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_2f_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_2f_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_3_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_3f_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_3f_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_3f_img3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_b1f_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_b1f_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_b1f_img3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_b1f_img4.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_b2f_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_b2f_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_floor_out.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_floor_ov.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_rf_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_rf_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_rf_img3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img4411_rf_img4.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44121bg_1000.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44121bg_700.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img442_1.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img442_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_11.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_12.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_13.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_14.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_15.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_16.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_17.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_18.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_19.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_bg_800.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_bg_800_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img443_bg_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44_1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44_3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44_a1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44_a2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44_a3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44_tt.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img44_tt_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img500_12.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img500_12_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img51_1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img51_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img51_bg1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img51_bg1_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img51_bg2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/img53_img1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img53_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img53_img3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img53_list.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img53_tt01.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img53_tt02.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img53_tt03.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img53_tt04.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img55_1920.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img55_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img55a_1920.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img55a_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img55b_1920.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img55b_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_05_01_02.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_11.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_mission_eng_m.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_mission_eng_pc.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_opentype01.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_opentype02.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_opentype03.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_opentype04.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/img_president_bg.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/li_bullet.png
| Binary file is not shown |
--- src/main/webapp/img/sub/list01.png
| Binary file is not shown |
--- src/main/webapp/img/sub/list02.png
| Binary file is not shown |
--- src/main/webapp/img/sub/list03.png
| Binary file is not shown |
--- src/main/webapp/img/sub/list04.png
| Binary file is not shown |
--- src/main/webapp/img/sub/logo01_left.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/logo01_right.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img01.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img02.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img03.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img04.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img05.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img06.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img07.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img08.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img09.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img10.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img11.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img12.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img13.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img14.png
| Binary file is not shown |
--- src/main/webapp/img/sub/president_img15.png
| Binary file is not shown |
--- src/main/webapp/img/sub/quotation_bot.png
| Binary file is not shown |
--- src/main/webapp/img/sub/quotation_top.png
| Binary file is not shown |
--- src/main/webapp/img/sub/search_thumnail.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/select-input-arrow.png
| Binary file is not shown |
--- src/main/webapp/img/sub/seoul284_1f.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/seoul284_1f_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/seoul284_1f_tt.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/seoul284_1f_tt_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/seoul284_2f.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/seoul284_2f_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/seoul284_2f_tt.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/seoul284_2f_tt_eng.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/star_1.png
| Binary file is not shown |
--- src/main/webapp/img/sub/star_2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/star_3.png
| Binary file is not shown |
--- src/main/webapp/img/sub/star_4.png
| Binary file is not shown |
--- src/main/webapp/img/sub/star_5.png
| Binary file is not shown |
--- src/main/webapp/img/sub/star_off.png
| Binary file is not shown |
--- src/main/webapp/img/sub/star_on.png
| Binary file is not shown |
--- src/main/webapp/img/sub/sub44_01.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/sub44_02.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/sub44_02_480.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/title332_1.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/title332_2.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/title332_3.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/title332_4.jpg
| Binary file is not shown |
--- src/main/webapp/img/sub/title332_480_1.png
| Binary file is not shown |
--- src/main/webapp/img/sub/title332_480_2.png
| Binary file is not shown |
--- src/main/webapp/img/sub/title332_480_3.png
| Binary file is not shown |
--- src/main/webapp/img/sub/title332_480_4.png
| Binary file is not shown |
--- src/main/webapp/img/sub/txt_emailrefusal.gif
| Binary file is not shown |
--- src/main/webapp/img/sub/untitled.png
| Binary file is not shown |
--- src/main/webapp/img/tab_bar.png
| Binary file is not shown |
--- src/main/webapp/img/th_bg2.jpg
| Binary file is not shown |
--- src/main/webapp/img/th_bg2_600.jpg
| Binary file is not shown |
--- src/main/webapp/img/th_bg3.jpg
| Binary file is not shown |
--- src/main/webapp/img/th_bg3_600.jpg
| Binary file is not shown |
--- src/main/webapp/img/thumnail_img1.jpg
| Binary file is not shown |
--- src/main/webapp/img/thumnail_img2.jpg
| Binary file is not shown |
--- src/main/webapp/img/thumnail_img3.jpg
| Binary file is not shown |
--- src/main/webapp/img/toggle.jpg
| Binary file is not shown |
--- src/main/webapp/img/toggle_close.jpg
| Binary file is not shown |
--- src/main/webapp/img/top_btn.png
| Binary file is not shown |
--- src/main/webapp/img/top_list_btn.png
| Binary file is not shown |
--- src/main/webapp/img/top_search_btn.png
| Binary file is not shown |
--- src/main/webapp/img/total_search_img.jpg
| Binary file is not shown |
--- src/main/webapp/img/tree_img.png
| Binary file is not shown |
--- src/main/webapp/img/us_close.png
| Binary file is not shown |
--- src/main/webapp/img/waterMark.png
| Binary file is not shown |
--- src/main/webapp/img/webzine_img.jpg
| Binary file is not shown |
--- src/main/webapp/publish/adm/css/icon.css
+++ src/main/webapp/publish/adm/css/icon.css
... | ... | @@ -18,4 +18,8 @@ |
| 18 | 18 |
.icon.x.red{background:url(../images/component/icon_x_red.png) no-repeat center;}
|
| 19 | 19 |
|
| 20 | 20 |
.icon.search{width:30px;height:30px;background:url(../images/component/icon_search.png) no-repeat center center;}
|
| 21 |
-.icon.search.white{background:url(../images/component/icon_search_white.png) no-repeat center center;} (No newline at end of file)
|
|
| 21 |
+.icon.search.white{background:url(../images/component/icon_search_white.png) no-repeat center center;}
|
|
| 22 |
+ |
|
| 23 |
+.icon.lock{width:20px;height:20px;background:url(../images/component/icon_lock.png) no-repeat center center;}
|
|
| 24 |
+ |
|
| 25 |
+.icon.comment{width:20px;height:20px;background:url(../images/component/icon_comment.png) no-repeat center center;}
|
--- src/main/webapp/publish/adm/css/style.css
+++ src/main/webapp/publish/adm/css/style.css
... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 |
|
| 22 | 22 |
.input{height:34px;background:#fff;border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;}
|
| 23 | 23 |
input[type="checkbox"].checkbox{width:20px;height:20px;border:1px solid var(--default-line-color);}
|
| 24 |
-textarea, .testarea{background:#fff;border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;}
|
|
| 24 |
+textarea, .textarea{background:#fff;border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;}
|
|
| 25 | 25 |
select, .select{height:34px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:#fff url(../images/component/icon_arrow_down.png) no-repeat calc(100% - 4px) center;}
|
| 26 | 26 |
|
| 27 | 27 |
.form_wrap{display:flex;align-items:center;gap:8px;}
|
... | ... | @@ -77,7 +77,7 @@ |
| 77 | 77 |
|
| 78 | 78 |
.search_left .total_number{font-size:14px;color:var(--body-text-color);}
|
| 79 | 79 |
.search_left .total_number b{font-size:16px;font-weight:bold;color:var(--primary-color);}
|
| 80 |
-.search_right{display:flex;gap:10px;align-items:center;}
|
|
| 80 |
+.search_right,.search_right>form{display:flex;gap:10px;align-items:center;}
|
|
| 81 | 81 |
.search_select{min-width:120px;}
|
| 82 | 82 |
.search_input{min-width:150px;}
|
| 83 | 83 |
.search_right button{height:34px;padding:0 12px;font-size:16px;font-weight:400;}
|
... | ... | @@ -119,16 +119,50 @@ |
| 119 | 119 |
/* 갤러리 리스트 */ |
| 120 | 120 |
.gallery_list{display:flex;margin:12px 0 40px 0;gap:20px;flex-wrap:wrap;}
|
| 121 | 121 |
.gallery_list>li{width:calc((100%/3) - 14px);}
|
| 122 |
-.gallery_list a{position:relative;width:100%;border:1px solid #E2E7EF;}
|
|
| 122 |
+.gallery_list a{position:relative;width:100%;height:100%;border:1px solid #E2E7EF;}
|
|
| 123 | 123 |
.gallery_list .status{position:absolute;display:flex;min-height:30px;font-size:16px;letter-spacing:0.3px;padding:2px 8px;right:12px;top:12px;border-radius:8px;justify-content:center;align-items:center;}
|
| 124 | 124 |
.gallery_list .primary{background:var(--primary-color);color:#fff;}
|
| 125 | 125 |
.gallery_list .gray{background:var(--gray-color);color:#fff;}
|
| 126 |
-.gallery_list .images_area{display:flex;width:100%;height:180px;background:#f2f4f7;overflow:hidden;justify-content:center;align-items:center;}
|
|
| 127 |
-.gallery_list .images_area img{max-width:100%;max-height:100%;object-fit:contain;}
|
|
| 128 |
-.gallery_list .list_content{padding:20px;}
|
|
| 126 |
+.gallery_list .images_area{display:flex;width:100%;height:260px;background:#f2f4f7;overflow:hidden;justify-content:center;align-items:center;}
|
|
| 127 |
+.gallery_list .images_area img{max-width:100%;max-height:100%;margin:0 auto;object-fit:contain;}
|
|
| 128 |
+.gallery_list .list_content{padding:20px;border:1px solid #E2E7EF;border-top:0;}
|
|
| 129 | 129 |
.gallery_list .list_title{ text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size:18px;font-weight:600;color:var(--primary-title-color);}
|
| 130 | 130 |
.gallery_list .list_info{display:flex;font-size:14px;font-weight:400;color:#636469;margin:20px 0 0 0;}
|
| 131 | 131 |
.gallery_list .list_info li{position:relative;padding:0 10px;}
|
| 132 | 132 |
.gallery_list .list_info li:first-child{padding:0 10px 0 0;}
|
| 133 | 133 |
.gallery_list .list_info li::after{position:absolute;content:"";width:1px;height:10px;background:#636469;right:0;top:6px;}
|
| 134 |
-.gallery_list .list_info li:last-child::after{display:none;} (No newline at end of file)
|
|
| 134 |
+.gallery_list .list_info li:last-child::after{display:none;}
|
|
| 135 |
+ |
|
| 136 |
+/* 댓글 */ |
|
| 137 |
+.cmmt_wrap{margin:60px 0 0 0;}
|
|
| 138 |
+.cmmt_title{display:flex;margin:0 0 12px 0;align-items:center;gap:6px;}
|
|
| 139 |
+.cmmt_title p{font-size:16px;font-weight:400;}
|
|
| 140 |
+.cmmt_title p b{font-weight:600;color:var(--primary-color);}
|
|
| 141 |
+ |
|
| 142 |
+.cmmt_list{display:flex;border-top:2px solid var(--primary-color);flex-direction:column;}
|
|
| 143 |
+.cmmt_list li{padding:20px;border-bottom:1px solid var(--default-line-color);}
|
|
| 144 |
+.cmmt_top{display:flex;gap:8px;align-items:center;}
|
|
| 145 |
+.cmmt_top .writer{font-size:16px;color:var(--primary-title-color);}
|
|
| 146 |
+.cmmt_top .cmmt_date{font-size:14px;font-weight:400;color:#666;}
|
|
| 147 |
+.cmmt_detail{padding:8px 0 12px 0;font-size:16px;color:var(--body-text-color);}
|
|
| 148 |
+.cmmt_bottom .cmmt_date{font-size:14px;color:#666;}
|
|
| 149 |
+ |
|
| 150 |
+.cmmt_input form:first-child{display:flex;padding:12px 20px;margin:40px 0 0 0;border-top:1px solid #cdd5e6;border-bottom:1px solid #cdd5e6;background:#f2f4f6;align-items:center;gap:8px;}
|
|
| 151 |
+.cmmt_input textarea{width:calc(100% - 100px);height:120px;}
|
|
| 152 |
+.cmmt_input button.btn.xlarge{height:120px;}
|
|
| 153 |
+ |
|
| 154 |
+ |
|
| 155 |
+ |
|
| 156 |
+ |
|
| 157 |
+ |
|
| 158 |
+ |
|
| 159 |
+ |
|
| 160 |
+ |
|
| 161 |
+ |
|
| 162 |
+ |
|
| 163 |
+ |
|
| 164 |
+ |
|
| 165 |
+ |
|
| 166 |
+ |
|
| 167 |
+ |
|
| 168 |
+ |
--- src/main/webapp/publish/adm/css/table.css
+++ src/main/webapp/publish/adm/css/table.css
... | ... | @@ -38,4 +38,11 @@ |
| 38 | 38 |
.file_table.before_file_table p{font-size:14px;}
|
| 39 | 39 |
.file_table.before_file_table b{color:var(--primary-color);}
|
| 40 | 40 |
|
| 41 |
+.table_type_cols td>.file_table{height:auto;margin:0;border:0;}
|
|
| 42 |
+.table_type_cols td>.file_table tbody td{height:auto;font-size:16px;}
|
|
| 43 |
+.table_type_cols td>.file_table .file_row{display:flex;align-items:center;justify-content:center;gap:8px;}
|
|
| 44 |
+.table_type_cols td>.file_table .file_row span{width:calc(100% - 28px);text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
|
|
| 41 | 45 |
|
| 46 |
+div:not(.file_upload_wrap)>.file_table{height:auto;margin:0;border:0;}
|
|
| 47 |
+div:not(.file_upload_wrap)>.file_table td{height:auto;text-align:left;}
|
|
| 48 |
+div:not(.file_upload_wrap)>.file_table td .file_row{display:inline-flex;font-size:16px;font-weight:400;align-items:center;gap:8px;}
|
+++ src/main/webapp/publish/adm/images/component/icon_comment.png
| Binary file is not shown |
+++ src/main/webapp/publish/adm/images/component/icon_lock.png
| Binary file is not shown |
+++ src/main/webapp/publish/adm/images/content/no_image.jpg
| Binary file is not shown |
--- src/main/webapp/publish/adm/layout/layout.css
+++ src/main/webapp/publish/adm/layout/layout.css
... | ... | @@ -10,8 +10,8 @@ |
| 10 | 10 |
.content_title h5{position:relative;padding:0;margin:0;font-size:18px;font-weight:bold;color:var(--primary-color);}
|
| 11 | 11 |
|
| 12 | 12 |
.breadcrumb{display:flex;font-size:14px;color:#636469;gap:8px;align-items:center;}
|
| 13 |
-.breadcrumb a{position:relative;display:flex;height:24px;padding:0 8px;align-items:center;}
|
|
| 14 |
-.breadcrumb a::after{position:absolute;width:24px;height:24px;content:"";background:url(../images/component/icon_arrow_right_gray_24.png) no-repeat right center;right:-16px;top:1px;}
|
|
| 13 |
+.breadcrumb a,.breadcrumb p{position:relative;display:flex;height:24px;padding:0 8px;align-items:center;}
|
|
| 14 |
+.breadcrumb a::after,.breadcrumb p::after{position:absolute;width:24px;height:24px;content:"";background:url(../images/component/icon_arrow_right_gray_24.png) no-repeat right center;right:-16px;top:1px;}
|
|
| 15 | 15 |
.breadcrumb .home i{display:flex;width:24px;height:24px;background:url(../images/component/icon_home.png) no-repeat center center;}
|
| 16 | 16 |
.breadcrumb .current_location{height:24px;padding:0 0 0 8px;color:var(--primary-color);}
|
| 17 | 17 |
|
--- src/main/webapp/publish/usr/css/style.css
+++ src/main/webapp/publish/usr/css/style.css
... | ... | @@ -1,6 +1,7 @@ |
| 1 | 1 |
@charset "utf-8"; |
| 2 | 2 |
@import url(/publish/usr/../../css/style.css); /* 간격 css */ |
| 3 | 3 |
@import url(/publish/usr/css/icon.css); |
| 4 |
+@import url(/publish/usr/css/button.css); |
|
| 4 | 5 |
|
| 5 | 6 |
*{font-family:var(--primary-title-font);}
|
| 6 | 7 |
|
... | ... | @@ -23,7 +24,7 @@ |
| 23 | 24 |
|
| 24 | 25 |
.input{height:34px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;}
|
| 25 | 26 |
textarea, .testarea{border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;}
|
| 26 |
-select, .select{height:34px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:url(/publish/usr/images/component/icon_arrow_down.png) no-repeat calc(100% - 4px) center;}
|
|
| 27 |
+select, .select{height:34px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:url(/publish/usr/images/component/icon_select.png) no-repeat calc(100% - 4px) center;}
|
|
| 27 | 28 |
|
| 28 | 29 |
.email_wrap{display:flex;gap:8px;align-items:center;}
|
| 29 | 30 |
.email_wrap .input{width:160px;}
|
... | ... | @@ -55,12 +56,12 @@ |
| 55 | 56 |
/* 검색영역 */ |
| 56 | 57 |
.search_area{display:flex;align-items:flex-end;justify-content:space-between;}
|
| 57 | 58 |
|
| 58 |
-.search_left .total_number{font-size:14px;color:var(--body-text-color);}
|
|
| 59 |
-.search_left .total_number b{font-size:16px;font-weight:bold;color:var(--primary-color);}
|
|
| 59 |
+.search_left .total_number{font-size:18px;color:var(--body-text-color);}
|
|
| 60 |
+.search_left .total_number b{font-size:18px;font-weight:bold;color:var(--primary-color);}
|
|
| 60 | 61 |
.search_right{display:flex;gap:10px;}
|
| 61 |
-.search_select{min-width:120px;}
|
|
| 62 |
-.search_input{min-width:150px;}
|
|
| 63 |
-.search_right button{height:34px;padding:0 12px;font-size:16px;font-weight:400;}
|
|
| 62 |
+.search_select{min-width:120px;height:40px;}
|
|
| 63 |
+.search_input{min-width:150px;height:40px;}
|
|
| 64 |
+.search_right button.medium{height:40px;padding:0 20px;font-size:18px;font-weight:500;}
|
|
| 64 | 65 |
.search_right .btn_search{background:var(--primary-color);color:#fff;}
|
| 65 | 66 |
.search_right .btn_reset{background:var(--gray-color);color:#fff;}
|
| 66 | 67 |
|
... | ... | @@ -112,13 +113,13 @@ |
| 112 | 113 |
/* 갤러리 리스트 */ |
| 113 | 114 |
.gallery_list{display:flex;margin:12px 0 0 0;gap:20px;flex-wrap:wrap;}
|
| 114 | 115 |
.gallery_list>li{width:calc((100%/3) - 14px);}
|
| 115 |
-.gallery_list a{border:1px solid #E2E7EF;}
|
|
| 116 |
-.gallery_list .images_area{display:flex;width:100%;height:180px;background:#f2f4f7;overflow:hidden;justify-content:center;align-items:center;}
|
|
| 116 |
+.gallery_list a{width:100%;border:1px solid #E2E7EF;}
|
|
| 117 |
+.gallery_list .images_area{display:flex;width:100%;height:295px;background:#f2f4f7;overflow:hidden;justify-content:center;align-items:center;}
|
|
| 117 | 118 |
.gallery_list .images_area img{max-width:100%;max-height:100%;object-fit:contain;}
|
| 118 | 119 |
.gallery_list .list_content{padding:20px;}
|
| 119 |
-.gallery_list .list_title{ text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size:18px;font-weight:600;color:var(--primary-title-color);}
|
|
| 120 |
-.gallery_list .list_info{display:flex;font-size:14px;font-weight:400;color:#636469;margin:20px 0 0 0;}
|
|
| 120 |
+.gallery_list .list_title{text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:24px;font-weight:600;text-align:left;color:var(--primary-title-color);}
|
|
| 121 |
+.gallery_list .list_info{display:flex;font-size:16px;font-weight:400;color:#636469;margin:20px 0 0 0;}
|
|
| 121 | 122 |
.gallery_list .list_info li{position:relative;padding:0 10px;}
|
| 122 | 123 |
.gallery_list .list_info li:first-child{padding:0 10px 0 0;}
|
| 123 |
-.gallery_list .list_info li::after{position:absolute;content:"";width:1px;height:10px;background:#636469;right:0;top:6px;}
|
|
| 124 |
+.gallery_list .list_info li::after{position:absolute;content:"";width:1px;height:14px;background:#d5d5d5;right:0;top:6px;}
|
|
| 124 | 125 |
.gallery_list .list_info li:last-child::after{display:none;} (No newline at end of file)
|
+++ src/main/webapp/publish/usr/images/common/no_image.jpg
| Binary file is not shown |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?