## This file is subject to the terms and conditions defined in ## file 'LICENSE', which is part of this source code package. ## Copyright (c) 2009 SKR Farms (P) LTD. <%inherit file="/base/basic1.html"/> <%namespace name="elements" file="/component/elements.html"/> <%! page_tooltips = [ [ 'Help', """Snatpshot of user activity and statistics""" ], [ 'Users', """List of registered users, and their summary""" ], [ 'GoogleMap', """If enable in site-admin -> site-config, watch yourself and your friends in googlemap""" ], [ 'MyTickets', """All tickets that user participates in, across projects""" ], [ 'Timeline', """Timeline of user activity""" ], ] %> <%def name="hd_script()"> ${parent.hd_script()} %def> <%def name="ticketstat( tickets, tckcomments )">
Administrator : | ${', '.join( [ '%s' % ( h.url_forproject(p), p ) for p in adminprojects ]) | n } |
${p} : | ${', '.join(inprojects[p])} |
${p} | ${', '.join(comps)} |
Files uploaded : | ${c.statistics['uploadedfiles']} files |
Down-voted : | ${c.statistics['votes']['down']} times |
Up-voted : | ${c.statistics['votes']['up']} times |
For tickets : |
Participated in
${c.statistics['tickets']}
tickets,
providing
${c.statistics['tckcomments']}
comments
|
For wiki : |
commented
${c.statistics['wikicomments']}
times
|
For review : |
Authored
${c.statistics['authoredrevw']}
reviews,
moderated
${c.statistics['modertrevw']}
reviews,
participated in
${c.statistics['particprevw']}
reviews,
providing
${c.statistics['revwcomments']}
comments
|