Mercurial > pub > site.implab
comparison shared_view/includes/templates/User.tt @ 12:d9551c7e7101
improved dox library
author | sergey |
---|---|
date | Fri, 16 May 2014 16:47:50 +0400 |
parents | 573272ec604b |
children |
comparison
equal
deleted
inserted
replaced
11:573272ec604b | 12:d9551c7e7101 |
---|---|
1 [% | 1 [% |
2 BLOCK INIT; | 2 BLOCK INIT; |
3 document.css.push( app.location.css.Child('display-float.css') ); | 3 document.css.push( css.Child('display-float') ); |
4 END; | 4 END; |
5 labels({ | 5 labels({ |
6 fullNameLabel = 'Full name', | 6 fullNameLabel = 'Full name', |
7 uidLabel = 'User ID', | 7 uidLabel = 'User ID', |
8 gecosLabel = 'Description', | 8 gecosLabel = 'Description', |