페이지 수정
parent
3c4096813a
commit
597644c790
|
|
@ -51,17 +51,17 @@ public class ImgPaginationRenderer extends AbstractPaginationRenderer implements
|
||||||
* @see 개발프레임웍크 실행환경 개발팀
|
* @see 개발프레임웍크 실행환경 개발팀
|
||||||
*/
|
*/
|
||||||
public void initVariables() {
|
public void initVariables() {
|
||||||
|
// firstPageLabel = "<a href=\"#\" onclick=\"{0}({1}); return false;\">" + "<image src='" + servletContext.getContextPath() + "/images/egovframework/cmmn/btn_page_pre10.gif' border=0/></a> ";
|
||||||
firstPageLabel = "";//""<a href=\"#\" onclick=\"{0}({1}); return false;\">" + "<image src='" + servletContext.getContextPath() + "/images/egovframework/cmmn/btn_page_pre10.gif' border=0/></a> ";
|
firstPageLabel = "";//"<a href=\"#\" onclick=\"{0}({1}); return false;\">" + "<image src='" + servletContext.getContextPath() + "/images/egovframework/cmmn/btn_page_pre10.gif' border=0/></a> ";
|
||||||
previousPageLabel = "<li class=\"page-item\">\n" +
|
previousPageLabel = "<li class=\"page-item\">\n" +
|
||||||
"\t\t\t\t\t <a class=\"page-link\" href=\"#\" aria-label=\"Previous\">\n" +
|
"\t\t\t\t\t <a class=\"page-link\" onclick=\"{0}({1}); return false;\" href=\"#\" aria-label=\"Previous\">\n" +
|
||||||
"\t\t\t\t\t\t<span aria-hidden=\"true\">«</span>\n" +
|
"\t\t\t\t\t\t<span aria-hidden=\"true\">«</span>\n" +
|
||||||
"\t\t\t\t\t </a>\n" +
|
"\t\t\t\t\t </a>\n" +
|
||||||
"\t\t\t\t\t</li>";
|
"\t\t\t\t\t</li>";
|
||||||
currentPageLabel = "<li class = \"page-item active\"><a class=\"page-link\" href=\"#\">{0}</a></li>";
|
currentPageLabel = "<li class = \"page-item active\"><a class=\"page-link\" href=\"#\">{0}</a></li>";
|
||||||
otherPageLabel = "<li class=\"page-item\"><a class=\"page-link\" href=\"#\" onclick=\"{0}({1}); return false;\">{2}</a></li>";
|
otherPageLabel = "<li class=\"page-item\"><a class=\"page-link\" href=\"#\" onclick=\"{0}({1}); return false;\">{2}</a></li>";
|
||||||
nextPageLabel = "<li class=\"page-item\">\n" +
|
nextPageLabel = "<li class=\"page-item\">\n" +
|
||||||
"\t\t\t\t\t <a class=\"page-link\" href=\"#\" aria-label=\"Next\">\n" +
|
"\t\t\t\t\t <a class=\"page-link\" onclick=\"{0}({1}); return false;\" href=\"#\" aria-label=\"Next\">\n" +
|
||||||
"\t\t\t\t\t\t<span aria-hidden=\"true\">»</span>\n" +
|
"\t\t\t\t\t\t<span aria-hidden=\"true\">»</span>\n" +
|
||||||
"\t\t\t\t\t </a>\n" +
|
"\t\t\t\t\t </a>\n" +
|
||||||
"\t\t\t\t\t</li>";
|
"\t\t\t\t\t</li>";
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<a href="/admin/request?status=99" class="text-black-50">지도사용 요청 승인대기</a>
|
<a href="/admin/request?status=99" class="text-black-50">지도사용 요청 승인대기</a>
|
||||||
<h3><c:out value="${statusCnt}" /></h3>
|
<h3> <c:out value="${statusCnt}" /></h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue