Mercurial > public > sg101
view gpp/templates/core/admin_dashboard.html @ 139:e04d91babfcf
Close #30. Create an admin dashboard to see pending content and requests for admin action.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 29 Nov 2009 22:33:15 +0000 |
parents | |
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>