comparison view/site/user/edit.tt @ 11:573272ec604b

almost comlete doxygen library
author sergey
date Thu, 15 May 2014 18:24:02 +0400
parents
children
comparison
equal deleted inserted replaced
10:83ad674a8cdd 11:573272ec604b
1 [%
2 labels(
3 Title = 'Update profile',
4 BtnSubmit = 'Save'
5 );
6 document.title = Title;
7 render('pagemenu');
8 display_model(
9 result,
10 'dojo/form',
11 layout = {
12 content = 'form/box',
13 args = {
14 title = Title,
15 buttons = [ { type='submit', text= BtnSubmit } ]
16 }
17 },
18 )
19 %]