summaryrefslogtreecommitdiff
path: root/wotonomy-test/WEB-INF/classes/Main.wo/Main.wod
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-19 17:56:33 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-19 17:56:33 -0400
commitaedc34d55462a75e329bbf342251ff6504cd117e (patch)
treebcc8f1f2352582717b484df302aeea6696b8f000 /wotonomy-test/WEB-INF/classes/Main.wo/Main.wod
Initial import from SVN
Diffstat (limited to 'wotonomy-test/WEB-INF/classes/Main.wo/Main.wod')
-rw-r--r--wotonomy-test/WEB-INF/classes/Main.wo/Main.wod22
1 files changed, 22 insertions, 0 deletions
diff --git a/wotonomy-test/WEB-INF/classes/Main.wo/Main.wod b/wotonomy-test/WEB-INF/classes/Main.wo/Main.wod
new file mode 100644
index 0000000..16bd25e
--- /dev/null
+++ b/wotonomy-test/WEB-INF/classes/Main.wo/Main.wod
@@ -0,0 +1,22 @@
+<HTML>
+<HEAD><TITLE>MyTest</TITLE></HEAD>
+<BODY>
+
+<WEBOBJECT NAME=showTime>
+The time is <WEBOBJECT NAME=time></WEBOBJECT>.
+<BR><BR>
+</WEBOBJECT>
+<WEBOBJECT NAME=timeLink></WEBOBJECT>
+
+<WEBOBJECT NAME=FORM>
+Here's a textfield: <WEBOBJECT NAME=textfield></WEBOBJECT>
+<WEBOBJECT NAME=submit></WEBOBJECT>
+</WEBOBJECT>
+
+<BR><BR>
+Here's a link to an <WEBOBJECT NAME=EXTLINK>external site</WEBOBJECT>.
+<BR>
+And here's a link to a <WEBOBJECT NAME=DIRLINK>direct action</WEBOBJECT> (not implemented yet).
+
+</BODY>
+</HTML>