Mercurial > urweb
comparison lib/ur/basis.urs @ 1874:11d8e220f36f
Add xhead type
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 07 Oct 2013 14:07:31 +0400 |
parents | 90e81a8bd9da |
children | fdafa3f92e40 |
comparison
equal
deleted
inserted
replaced
1873:90e81a8bd9da | 1874:11d8e220f36f |
---|---|
749 con tr = [Dyn] ++ tr' | 749 con tr = [Dyn] ++ tr' |
750 | 750 |
751 con xhtml = xml html | 751 con xhtml = xml html |
752 con page = xhtml [] [] | 752 con page = xhtml [] [] |
753 con xbody = xml body [] [] | 753 con xbody = xml body [] [] |
754 con xhead = xml head [] [] | |
754 con xtable = xml tabl [] [] | 755 con xtable = xml tabl [] [] |
755 con xtr = xml tr [] [] | 756 con xtr = xml tr [] [] |
756 con xform = xml form [] [] | 757 con xform = xml form [] [] |
757 | 758 |
758 | 759 |