annotate view/site/user/pagemenu.tt @ 16:e69c970c3ddd default tip

sync
author sergey
date Tue, 20 May 2014 01:28:48 +0400
parents 573272ec604b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
1 [%
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
2 labels(
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
3 ViewProfile = 'View profile'
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
4 EditProfile = 'Update profile'
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
5 ChangePass = 'Change password'
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
6 );
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
7 userLocation = resource.Seek('user').location;
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
8 document.menu.page = [
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
9 { title = ViewProfile, href = userLocation },
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
10 { title = EditProfile, href = userLocation.edit },
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
11 { title = ChangePass, href = userLocation.passwd }
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
12 ];
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
13
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
14 %]