Skip to content

Commit

Permalink
style add
Browse files Browse the repository at this point in the history
  • Loading branch information
geunchanKim committed Dec 5, 2023
1 parent 884b881 commit cd37848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KNU_MUSEUM/src/main/webapp/group_apply_x.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
} else {
out.println("업데이트된 행이 없음");
}
out.println("<a href=\"group_apply_manage.jsp\">관리 페이지로 돌아가기</a>");
out.println("<a href=\"group_apply_manage.jsp\" style=\"color:#626A72\">관리 페이지로 돌아가기</a>");
out.println("</div>");
} catch (SQLException e) {
e.printStackTrace();
Expand Down
4 changes: 2 additions & 2 deletions KNU_MUSEUM/src/main/webapp/user_view.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<%
String serverIP = "localhost";
String strSID = "xe";
//String strSID = "orcl";
//String strSID = "xe";
String strSID = "orcl";
String portNum = "1521";
String user = "KNU_MUSEUM";
String pass = "comp322";
Expand Down

0 comments on commit cd37848

Please sign in to comment.