Skip to content

Commit

Permalink
finish payment and booking history
Browse files Browse the repository at this point in the history
  • Loading branch information
peetar27 committed Apr 29, 2018
1 parent 2782860 commit 263cd61
Show file tree
Hide file tree
Showing 55 changed files with 2,154 additions and 145 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ JSP
*F
+ 0 booking-page.jsp
booking-page.jsp
+ 1 header-nav.jsp
header-nav.jsp
*L
5,139:44
5,27:50
5#1,15:77
20,3:93
22,7:96
29:103,3
30,12:106
42:118,3
43,6:121
49:127,3
50,13:130
63:143,3
64,18:146
82:164,3
83,4:167
31#0,2:170
33,3:173
35,8:176
43,2:184,3
45,3:190
48,3:193,3
51:202
52,2:203,3
54:209
55,2:210,3
57:216
58:217,3
59,9:220
68:229,7
69,2:236
71:238,7
72,10:245
82,4:256
85,46:260
131,2:307
132,116:309
*E
470 changes: 356 additions & 114 deletions build/generated/src/org/apache/jsp/booking_002dpage_jsp.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SMAP
cancel_005fresult_jsp.java
JSP
*S JSP
*F
+ 0 cancel_result.jsp
cancel_result.jsp
*L
5,27:44
32:71,2
33,13:73
*E
97 changes: 97 additions & 0 deletions build/generated/src/org/apache/jsp/cancel_005fresult_jsp.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;

public final class cancel_005fresult_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {

private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();

private static java.util.List<String> _jspx_dependants;

private org.glassfish.jsp.api.ResourceInjector _jspx_resourceInjector;

public java.util.List<String> getDependants() {
return _jspx_dependants;
}

public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {

PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;

try {
response.setContentType("text/html;charset=UTF-8");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
_jspx_resourceInjector = (org.glassfish.jsp.api.ResourceInjector) application.getAttribute("com.sun.appserv.jsp.resource.injector");

out.write("\n");
out.write("\n");
out.write("\n");
out.write("<!DOCTYPE html>\n");
out.write("<html>\n");
out.write(" <head>\n");
out.write(" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n");
out.write(" <title>JSP Page</title>\n");
out.write(" <link rel=\"stylesheet\" type=\"text/css\" href=\"css/bookingpage_style.css\">\n");
out.write(" <link rel=\"stylesheet\" type=\"text/css\" href=\"css/style.css\">\n");
out.write(" <link rel=\"stylesheet\" type=\"text/css\" href=\"css/bootstrap.min.css\">\n");
out.write(" <link href=\"https://fonts.googleapis.com/css?family=Athiti|Jura|Quicksand|Roboto\" rel=\"stylesheet\">\n");
out.write(" <link href=\"https://fonts.googleapis.com/css?family=Kanit\" rel=\"stylesheet\">\n");
out.write(" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n");
out.write(" <!-- cdn font awesome -->\n");
out.write(" <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.0.9/css/all.css\" integrity=\"sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1\" crossorigin=\"anonymous\">\n");
out.write(" <!-- ///////delete it later -->\n");
out.write(" </head>\n");
out.write(" <style>\n");
out.write(" .success_del{\n");
out.write(" height: 100vh;\n");
out.write(" display: flex;\n");
out.write(" justify-content: center;\n");
out.write(" align-items: center;\n");
out.write(" }\n");
out.write(" </style>\n");
out.write(" <body>\n");
out.write(" ");
out.write("\n");
out.write(" <div class=\"success_del\">\n");
out.write(" <h1>สิ้นสุดการดำเนินการ</h1><br>\n");
out.write(" \n");
out.write(" <div><p>ระบบกำลังพาท่านไปยังหน้าแรกของเว็บไซต์</p></div>\n");
out.write(" </div>\n");
out.write(" \n");
out.write(" <script type=\"text/javascript\" src=\"js/jquery-3.3.1.min.js\"></script>\n");
out.write(" <script type=\"text/javascript\" src=\"js/bootstrap.min.js\"></script>\n");
out.write(" <script type=\"text/javascript\" src=\"js/main.js\"></script>\n");
out.write(" </body>\n");
out.write(" <script>setTimeout(function(){window.location.href='index.jsp'},3000);</script>\n");
out.write("</html>\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
else throw new ServletException(t);
}
} finally {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
30 changes: 30 additions & 0 deletions build/generated/src/org/apache/jsp/login_jsp.class.smap
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
SMAP
login_jsp.java
JSP
*S JSP
*F
+ 0 login.jsp
login.jsp
+ 1 login_2.css
css/login_2.css
+ 2 header-nav.jsp
header-nav.jsp
*L
5,21:50
1#1,35:71
25#0,4:106
5#2,15:110
20,3:126
22,7:129
29:136,3
30,12:139
42:151,3
43,6:154
49:160,3
50,13:163
63:176,3
64,18:179
82:197,3
83,4:200
28#0,38:203
*E
Loading

0 comments on commit 263cd61

Please sign in to comment.