Mercurial > urweb
view tests/showTime.ur @ 1997:c93fbd139732
Define uw_loggers structure, allow FFI code to access it
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Wed, 26 Feb 2014 08:21:52 +0000 |
parents | 438561303d02 |
children |
line wrap: on
line source
fun main () : transaction page = tm <- now; s <- source tm; return <xml><body> <b>Server:</b> {[tm]}<br/> <b>Client:</b> <dyn signal={v <- signal s; return (txt v)}/> <button value="Recalculate" onclick={tm <- now; set s tm}/> </body></xml>