view tests/crypt.ur @ 1874:11d8e220f36f

Add xhead type
author Sergey Mironov <grrwlf@gmail.com>
date Mon, 07 Oct 2013 14:07:31 +0400
parents a5bfed32d4f7
children
line wrap: on
line source
fun cryptIt r = return <xml><body>
  {[crypt r.Pass "AB"]}
</body></xml>

fun main () = return <xml><body>
  <form><textbox{#Pass}/> <submit action={cryptIt}/></form>
</body></xml>