Mercurial > pub > site.implab
annotate view/site/user/register.tt @ 11:573272ec604b
almost comlete doxygen library
author | sergey |
---|---|
date | Thu, 15 May 2014 18:24:02 +0400 |
parents | |
children |
rev | line source |
---|---|
11 | 1 [% |
2 labels( | |
3 Title = 'Register' | |
4 BtnSubmit = 'Register' | |
5 ); | |
6 document.title = Title; | |
7 display_model( | |
8 result, | |
9 'dojo/form', | |
10 layout = { | |
11 content = 'form/box', | |
12 args = { | |
13 title = Title, | |
14 buttons = [ | |
15 { type = 'submit', text = BtnSubmit } | |
16 ] | |
17 } | |
18 } | |
19 ); | |
20 %] |