diff rhodecode/templates/admin/admin.html @ 547:1e757ac98988

renamed project to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:18:16 +0200
parents pylons_app/templates/admin/admin.html@558eb7c5028f
children a1ec653f5f95
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rhodecode/templates/admin/admin.html	Wed Oct 06 03:18:16 2010 +0200
@@ -0,0 +1,28 @@
+## -*- coding: utf-8 -*-
+<%inherit file="/base/base.html"/>
+
+<%def name="title()">
+    ${_('Administration')}
+</%def>
+
+<%def name="breadcrumbs_links()">
+    ${_('Admin dashboard - journal')}
+</%def>
+
+<%def name="page_nav()">
+	${self.menu('admin')}
+</%def>
+<%def name="main()">
+<div class="box">
+	<!-- box / title -->
+	<div class="title">
+	    ${self.breadcrumbs()}
+	</div>
+	<!-- end box / title -->
+	<div class="table">
+	    <div id="user_log">
+	        ${c.log_data}
+	    </div>
+	</div>
+</div>    
+</%def>
\ No newline at end of file