diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-07-01 17:25:18 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-07-01 17:25:18 -0400 |
| commit | c75d7dbd613a47b217499f7a856c469a8bc59e2a (patch) | |
| tree | f4cb5b93401b6a8e0f9f362e82010e8703930734 /wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod | |
| parent | 0a3e72585d76d4ac8686e02fdd0b8a58928b9a57 (diff) | |
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
Diffstat (limited to 'wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod')
| -rw-r--r-- | wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod | 30 |
1 files changed, 1 insertions, 29 deletions
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 { - -} |
