Mercurial > public > sg101
view gpp/templates/core/admin_dashboard.html @ 140:91a01b8b5885
Comments: in order to show a green board concept while looking at the comments in the admin, added a 'not removed' boolean function.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 30 Nov 2009 03:20:24 +0000 |
parents | e04d91babfcf |
children | 861f7d5f1b23 |
line wrap: on
line source
<div class="module"> <table summary="Admin Dashboard"> <caption>Admin Dashboard</caption> <tr> <th><a href="/admin/forums/flaggedpost/">Flagged Posts</a></th> <td>{{ flagged_posts }}</td> </tr> <tr> <th><a href="/admin/comments/commentflag/">Flagged Comments</a></th> <td>{{ flagged_comments }}</td> </tr> <tr> <th><a href="/admin/bio/userprofileflag/">Flagged Profiles</a></th> <td>{{ flagged_profiles }}</td> </tr> <tr> <th><a href="/admin/gcalendar/event/">Calendar Requests</a></th> <td>{{ event_requests }}</td> </tr> <tr> <th><a href="/admin/news/pendingstory/">New Stories</a></th> <td>{{ new_stories }}</td> </tr> <tr> <th><a href="/admin/downloads/download/">New Downloads</a></th> <td>{{ new_downloads }}</td> </tr> <tr> <th><a href="/admin/weblinks/link/">New Links</a></th> <td>{{ new_links }}</td> </tr> </table> </div>