From 9a7f871ac87e87ad0af4454daaf1019c050ba42a Mon Sep 17 00:00:00 2001 From: fanfuxiaoran <495538672@qq.com> Date: Mon, 2 Sep 2013 19:31:48 +0800 Subject: [PATCH] change the index page --- bench4q-web/.classpath | 1 + .../controller/AuthorizeActionController.java | 2 +- bench4q-web/src/main/webapp/homepage.jsp | 547 ++++++++++++++++++ bench4q-web/src/main/webapp/index.jsp | 466 ++------------- bench4q-web/src/main/webapp/userlogin.jsp | 179 ------ .../AuthorizeActionController.class | Bin 4128 -> 4131 bytes .../bench4q-web/bench4q-web/pom.properties | 2 +- 7 files changed, 602 insertions(+), 595 deletions(-) create mode 100644 bench4q-web/src/main/webapp/homepage.jsp delete mode 100644 bench4q-web/src/main/webapp/userlogin.jsp diff --git a/bench4q-web/.classpath b/bench4q-web/.classpath index c0c5ee2f..263d4152 100644 --- a/bench4q-web/.classpath +++ b/bench4q-web/.classpath @@ -15,6 +15,7 @@ + diff --git a/bench4q-web/src/main/java/org/bench4q/web/controller/AuthorizeActionController.java b/bench4q-web/src/main/java/org/bench4q/web/controller/AuthorizeActionController.java index fd777000..78047557 100644 --- a/bench4q-web/src/main/java/org/bench4q/web/controller/AuthorizeActionController.java +++ b/bench4q-web/src/main/java/org/bench4q/web/controller/AuthorizeActionController.java @@ -50,7 +50,7 @@ public class AuthorizeActionController extends BaseActionController { System.out.println("success"); model.addAttribute("accessToken", authorizeResponseModel.getAccessToken()); model.addAttribute("username", username); - return "index"; + return "homepage"; } else { model.addAttribute("rtmsg", "somthing is wrong with the password, please try again."); diff --git a/bench4q-web/src/main/webapp/homepage.jsp b/bench4q-web/src/main/webapp/homepage.jsp new file mode 100644 index 00000000..fac67e6c --- /dev/null +++ b/bench4q-web/src/main/webapp/homepage.jsp @@ -0,0 +1,547 @@ + + + + + Bench4Q + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+ + + +
+ +
+ + +
+
+
+

Introduction

+
+ + + +
+
+
+

Charisma free, premium quality, responsive, multiple skin admin template.

+

Its a live demo of the template. I have created Charisma to ease the repeat work I have to do on my projects. Now I re-use Charisma as a base for my admin panel work and I am sharing it with you :)

+

All pages in the menu are functional, take a look at all, please share this with your followers.

+ +

+ Back to article + Download Page +

+
+
+
+
+ +
+
+
+

Tabs

+
+ + + +
+
+
+ + +
+
+

Charisma a fully featued template

+

Its a fully featured, responsive template for your admin panel. Its optimized for tablet and mobile phones. Scan the QR code below to view it in your mobile device.

QR Code +
+
+

Custom small text

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales at. Nulla tellus elit, varius non commodo eget, mattis vel eros. In sed ornare nulla. Donec consectetur, velit a pharetra ultricies, diam lorem lacinia risus, ac commodo orci erat eu massa. Sed sit amet nulla ipsum. Donec felis mauris, vulputate sed tempor at, aliquam a ligula. Pellentesque non pulvinar nisi.

+
+
+

Messages small text

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales at. Nulla tellus elit, varius non commodo eget, mattis vel eros. In sed ornare nulla. Donec consectetur, velit a pharetra ultricies, diam lorem lacinia risus, ac commodo orci erat eu massa. Sed sit amet nulla ipsum. Donec felis mauris, vulputate sed tempor at, aliquam a ligula. Pellentesque non pulvinar nisi.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor.

+
+
+
+
+ +
+
+

Member Activity

+
+ + +
+
+
+
+ +
+
+
+ +
+
+

Realtime Traffic

+
+ + +
+
+
+
+

You can update a chart periodically to get a real-time effect by using a timer to insert the new data in the plot and redraw it.

+

Time between updates: milliseconds

+
+
+
+ +
+
+
+

Buttons

+
+ + + +
+
+
+

+ + + +

+

+ + + +

+

+ + + +

+

+ + + + +

+

+ + + + +

+

+ + + +

+
+
+ +
+
+

Buttons

+
+ + + +
+
+
+

+ + +

+

+ + +

+

+ + +

+

+ +

+ + +
+
+ + +
+ + + + + +
+
+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bench4q-web/src/main/webapp/index.jsp b/bench4q-web/src/main/webapp/index.jsp index fac67e6c..f589836f 100644 --- a/bench4q-web/src/main/webapp/index.jsp +++ b/bench4q-web/src/main/webapp/index.jsp @@ -1,11 +1,22 @@ + - Bench4Q + Free HTML5 Bootstrap Admin Template - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- -
- -
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bench4q-web/target/classes/org/bench4q/web/controller/AuthorizeActionController.class b/bench4q-web/target/classes/org/bench4q/web/controller/AuthorizeActionController.class index 77e57940e598add525a9fa0e1e67023c41a446c0..a742524093f85f68c94adcf7ab26bafbc8781333 100644 GIT binary patch delta 22 dcmZ3WuvlTkTMkZ+jQrfxg2eRH&7V1R*#TrO2x0&L delta 19 acmZ3ius~tMTMjnX%)FG;ip}3RblCw*v