summaryrefslogtreecommitdiff
path: root/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
diff options
context:
space:
mode:
Diffstat (limited to 'wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html')
-rw-r--r--wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html b/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
new file mode 100644
index 0000000..6729a94
--- /dev/null
+++ b/wotonomy-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.html
@@ -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>.
+
+</BODY>
+</HTML>