diff --git a/src/main/java/com/mca/util/ImgPaginationRenderer.java b/src/main/java/com/mca/util/ImgPaginationRenderer.java
index 4a89788..1dfa8c6 100644
--- a/src/main/java/com/mca/util/ImgPaginationRenderer.java
+++ b/src/main/java/com/mca/util/ImgPaginationRenderer.java
@@ -75,12 +75,20 @@ public class ImgPaginationRenderer extends AbstractPaginationRenderer implements
*/
public void initVariables() {
- firstPageLabel = "
" + " ";
- previousPageLabel = "" + " ";
+ firstPageLabel = "";//"" + " ";
+ previousPageLabel = "\n" +
+ "\t\t\t\t\t \n" +
+ "\t\t\t\t\t\t«\n" +
+ "\t\t\t\t\t \n" +
+ "\t\t\t\t\t";
currentPageLabel = "{0} ";
- otherPageLabel = "{2} ";
- nextPageLabel = "" + " ";
- lastPageLabel = "" + " ";
+ otherPageLabel = "{2}";
+ nextPageLabel = "\n" +
+ "\t\t\t\t\t \n" +
+ "\t\t\t\t\t\t»\n" +
+ "\t\t\t\t\t \n" +
+ "\t\t\t\t\t";
+ lastPageLabel = "";//"" + " ";
}
@Override
diff --git a/target/MBCA-1.0.0/WEB-INF/classes/com/mca/util/ImgPaginationRenderer.class b/target/MBCA-1.0.0/WEB-INF/classes/com/mca/util/ImgPaginationRenderer.class
index d24fcb9..8d4ef27 100644
Binary files a/target/MBCA-1.0.0/WEB-INF/classes/com/mca/util/ImgPaginationRenderer.class and b/target/MBCA-1.0.0/WEB-INF/classes/com/mca/util/ImgPaginationRenderer.class differ
diff --git a/target/MBCA-1.0.0/WEB-INF/jsp/admin/request.jsp b/target/MBCA-1.0.0/WEB-INF/jsp/admin/request.jsp
index ead85ab..1ab3949 100644
--- a/target/MBCA-1.0.0/WEB-INF/jsp/admin/request.jsp
+++ b/target/MBCA-1.0.0/WEB-INF/jsp/admin/request.jsp
@@ -55,52 +55,73 @@
-
-
-
-
-
- | 지도사용 요청 |
-
- | 번호 |
- 작업명 |
- 소속 |
- 담당자 |
- 날짜 |
- 상태 |
-
-
-
-
-
-
- |
- |
- |
- |
- |
-
-
-
-
-
-
- |
-
-
-
-
- | 요청한 목록이 없습니다. |
-
-
-
-
-
-
-
-
-
-
+
+
+
+ | 지도사용 요청 |
+
+ | 번호 |
+ 작업명 |
+ 소속 |
+ 담당자 |
+ 날짜 |
+ 상태 |
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+ | 요청한 목록이 없습니다. |
+
+
+
+
+
+
+
+
+ <%--
+
+
+
+ «
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+
+
+ »
+
+
+ --%>
+