From c75d7dbd613a47b217499f7a856c469a8bc59e2a Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 1 Jul 2024 17:25:18 -0400 Subject: Further improvements to the test project Improve further on the test project. The current end-goal for what that will be is a basic blog, with a capability to do basic CRM for the blog entries using the browser --- .../main/webapp/WEB-INF/classes/Main.wo/Main.html | 77 ++++++++++++++++------ .../main/webapp/WEB-INF/classes/Main.wo/Main.wod | 30 +-------- wotonomy-web-test/src/main/webapp/WEB-INF/web.xml | 4 +- 3 files changed, 59 insertions(+), 52 deletions(-) diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html index 03d5f83..a5de5d7 100644 --- a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html +++ b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html @@ -1,23 +1,58 @@ - -MyTest + + + Welcome to Jakarta EE! + + +
+

Blog Name

+
- +
+
+ +
+

TITLE HEADING

+
Title description, Dec 7, 2017
+
+ Image +
+

Some text..

+
+
+
+

TITLE HEADING

+
Title description, Sep 2, 2017
+
+ Image +
+

Some text..

+
+
+
+
+

About Me

+
+ Image +
+

+ Some text about me in culpa qui officia deserunt mollit anim.. +

+
+
+

Popular Post

+
Image

+
Image

+
Image
+
+
+

Follow Me

+

Some text..

+
+
+
- -The time is . -

-
- - - -Here's a textfield: - - - -

-Here's a link to an external site. -
-And here's a link to a direct action. - - - + + + diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod index 57b5656..564d8d9 100644 --- a/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod +++ b/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod @@ -1,31 +1,3 @@ -showTime : WOConditional { +cardlist : WORepetition { } - -time: WOString { - -} - -timeLink : WOHyperlink { - -} - -FORM : WOForm { - -} - -textfield : WOTextField { - -} - -submit : WOSubmitButton { - -} - -EXTLINK : WOHyperlink { - -} - -DIRLINK : WOHyperlink { - -} diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml b/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml index b505b52..72a5389 100644 --- a/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml +++ b/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml @@ -6,12 +6,12 @@ - ApplicatonServlet + ApplicationServlet Application - ApplicatonServlet + ApplicationServlet / -- cgit v1.2.3