Mercurial > urweb
view tests/both.ur @ 2210:69c0f36255cb
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 31 May 2014 22:23:25 -0400 |
parents | a5eb8f87bc17 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml> <body> <form> <textbox{#Text}/><submit action={submit}/> </form> </body> </xml> and submit r = return <xml/>