summaryrefslogtreecommitdiff
path: root/wotonomy-web-test/src/main/webapp/Main.wo/Main.html
blob: 6729a9483446e528289738533193d1d3a2b72384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>