comparison pylons_app/templates/admin/permissions/permissions.html @ 362:558eb7c5028f rhodecode-0.0.0.8.0

version bump to 0.8 hg app 0.8 new template. Add yui flot and graph into summary page. + various tweeks and patches into look of application
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Jul 2010 02:17:48 +0200
parents 3782a6d698af
children c8fc57b92a60
comparison
equal deleted inserted replaced
361:3581656180b7 362:558eb7c5028f
2 <%inherit file="/base/base.html"/> 2 <%inherit file="/base/base.html"/>
3 3
4 <%def name="title()"> 4 <%def name="title()">
5 ${_('Permissions administration')} 5 ${_('Permissions administration')}
6 </%def> 6 </%def>
7 <%def name="breadcrumbs()"> 7
8 ${h.link_to(u'Admin',h.url('admin_home'))} 8 <%def name="breadcrumbs_links()">
9 / 9 ${h.link_to(_('Admin'),h.url('admin_home'))}
10 ${_('Permissions')} 10 &raquo;
11 ${_('Permissions')}
12
11 </%def> 13 </%def>
12 <%def name="page_nav()"> 14 <%def name="page_nav()">
13 ${self.menu('admin')} 15 ${self.menu('admin')}
14 ${self.submenu('permissions')}
15 </%def> 16 </%def>
16 <%def name="main()"> 17 <%def name="main()">
17 <div> 18 <div class="box">
18 <h2>${_('Permissions')}</h2> 19 <!-- box / title -->
19 20 <div class="title">
21 ${self.breadcrumbs()}
20 </div> 22 </div>
23 <!-- end box / title -->
24 <div class="table">
25 To implement
26 </div>
27 </div>
21 </%def> 28 </%def>