diff --git a/apps/example2-spring-boot/src/main/resources/templates/changePassword.html b/apps/example2-spring-boot/src/main/resources/templates/changePassword.html index cd95680af..060298b74 100644 --- a/apps/example2-spring-boot/src/main/resources/templates/changePassword.html +++ b/apps/example2-spring-boot/src/main/resources/templates/changePassword.html @@ -1,12 +1,17 @@ - + - Password Expired + Password Has Expired -

Password Has Expired

-

Your password has expired.

-

username

- Try Again +
+
+
+
+

Your password has expired. Please ask the system administrator to change it.

+ Try Again +
diff --git a/apps/example2-spring-boot/src/main/resources/templates/fragments/footer.html b/apps/example2-spring-boot/src/main/resources/templates/fragments/footer.html new file mode 100644 index 000000000..03a57f989 --- /dev/null +++ b/apps/example2-spring-boot/src/main/resources/templates/fragments/footer.html @@ -0,0 +1,8 @@ + + + +
+ Copyright (C) 1999-2004, The Apache Software Foundation +
+ + diff --git a/apps/example2-spring-boot/src/main/resources/templates/fragments/header.html b/apps/example2-spring-boot/src/main/resources/templates/fragments/header.html new file mode 100644 index 000000000..dfd463c48 --- /dev/null +++ b/apps/example2-spring-boot/src/main/resources/templates/fragments/header.html @@ -0,0 +1,8 @@ + + + +
+ Struts + Faces + Tiles +
+ + diff --git a/apps/example2-spring-boot/src/main/resources/templates/fragments/loggedoff-menu.html b/apps/example2-spring-boot/src/main/resources/templates/fragments/loggedoff-menu.html new file mode 100644 index 000000000..20b5f2820 --- /dev/null +++ b/apps/example2-spring-boot/src/main/resources/templates/fragments/loggedoff-menu.html @@ -0,0 +1,10 @@ + + + +
+ Register +
+ Log On +
+ + diff --git a/apps/example2-spring-boot/src/main/resources/templates/fragments/loggedon-menu.html b/apps/example2-spring-boot/src/main/resources/templates/fragments/loggedon-menu.html new file mode 100644 index 000000000..242c1cb58 --- /dev/null +++ b/apps/example2-spring-boot/src/main/resources/templates/fragments/loggedon-menu.html @@ -0,0 +1,10 @@ + + + +
+ Edit Registration +
+ Log Off +
+ + diff --git a/apps/example2-spring-boot/src/main/resources/templates/layout/base.html b/apps/example2-spring-boot/src/main/resources/templates/layout/base.html new file mode 100644 index 000000000..7051a820d --- /dev/null +++ b/apps/example2-spring-boot/src/main/resources/templates/layout/base.html @@ -0,0 +1,30 @@ + + + + Struts+Tiles+Faces Example Application + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+ + diff --git a/apps/example2-spring-boot/src/main/resources/templates/logon.html b/apps/example2-spring-boot/src/main/resources/templates/logon.html index a19ee29f9..b76fb3a5e 100644 --- a/apps/example2-spring-boot/src/main/resources/templates/logon.html +++ b/apps/example2-spring-boot/src/main/resources/templates/logon.html @@ -1,25 +1,52 @@ - + Logon -

Logon Form

-
- Error +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
Logon Form
+ + +
+ + +
+ +
+ + + +
+
-
-
- - - Username Error -
-
- - - Password Error -
- -
diff --git a/apps/example2-spring-boot/src/main/resources/templates/mainMenu.html b/apps/example2-spring-boot/src/main/resources/templates/mainMenu.html index 2731360ed..15e425257 100644 --- a/apps/example2-spring-boot/src/main/resources/templates/mainMenu.html +++ b/apps/example2-spring-boot/src/main/resources/templates/mainMenu.html @@ -1,13 +1,23 @@ - + Main Menu -

Main Menu Options

- +
+
+
+
+

+ Main Menu Options for + username +

+ +
diff --git a/apps/example2-spring-boot/src/main/resources/templates/registration.html b/apps/example2-spring-boot/src/main/resources/templates/registration.html index b64a05fc7..a73fb48ec 100644 --- a/apps/example2-spring-boot/src/main/resources/templates/registration.html +++ b/apps/example2-spring-boot/src/main/resources/templates/registration.html @@ -1,46 +1,121 @@ - + - Registration + Register + Edit Registration -

Registration

-
- -
- - - +
+ +
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Enter Registration Information + Edit Your Registration Information +
+ + + + + username + + + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ +
+ + + + Cancel +
+ + +
+

Current Subscriptions

+ + + + + + + + + + + + + + + +
Host NameUser NameServer TypeAutoAction
hostusernametypefalse + Delete + Edit +
+ Add
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - -
- +
diff --git a/apps/example2-spring-boot/src/main/resources/templates/subscription.html b/apps/example2-spring-boot/src/main/resources/templates/subscription.html index 1b8bc8379..817518c3f 100644 --- a/apps/example2-spring-boot/src/main/resources/templates/subscription.html +++ b/apps/example2-spring-boot/src/main/resources/templates/subscription.html @@ -1,40 +1,90 @@ - + - Subscription + Create Subscription + Delete Subscription + Edit Subscription -

Subscription

-
- -
- - - -
-
- - - -
-
- - -
-
- - - -
-
- - -
- -
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Create New Mail Subscription + Delete Existing Mail Subscription + Edit Existing Mail Subscription +
user
+ + + + + hostname + + + +
+ + +
+ +
+ + +
+ +
+ + + + + + + + + Cancel +
+
+
diff --git a/apps/example2-spring-boot/src/main/resources/templates/welcome.html b/apps/example2-spring-boot/src/main/resources/templates/welcome.html index 16061ff6f..001a986b6 100644 --- a/apps/example2-spring-boot/src/main/resources/templates/welcome.html +++ b/apps/example2-spring-boot/src/main/resources/templates/welcome.html @@ -1,13 +1,20 @@ - + - MailReader + MailReader Demonstration Application -

MailReader Demonstration Application Options

- +
+
+
+
+

MailReader Demonstration Application Options

+ +