/*** Initial Settings ***/
#mainhtml{
margin: 15px 50px;
background: #DBD4C6;
font-family: sans-serif;
}
#mainhtml .breadcrumbs a:HOVER{
text-decoration: underline;
a {
color: #556CB5;
text-decoration: none;
a:HOVER{
/*** end of Initial Settings ***/
/*** ***/
.table_disp {
border-left: 0px solid #666666;
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
padding: 0px;
margin: 0px;
border-spacing: 0px;
.table_disp .header {
border-top: 1px solid #666666;
background-color: #556CB5;
font-weight: bold;
color: white;
vertical-align: middle;
padding: 3px 5px;
text-align: left;
font-size: 0.9em;
.table_disp .header td {
padding: 4px;
border-top: 1px solid #AAAAAA;
border-bottom: 2px solid #666666;
.table_disp td {
border-left: 1px solid #AAAAAA;
padding-left: 4px;
padding-right: 4px;
table tr.parity0:hover,table tr.parity1:hover {
background: #D5E1E6;
table tr.parity0 {
## -*- coding: utf-8 -*-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="mainhtml">
<head>
<link rel="icon" href="/images/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<title>${next.title()}</title>
##For future use yui reset for cross browser compatability.
##<link rel="stylesheet" href="/js/yui/reset-fonts-grids/reset-fonts-grids.css" type="text/css" />
${self.css()}
${self.js()}
</head>
<body class="mainbody">
<div id="container">
<div class="page-header">
<h1>${next.breadcrumbs()}</h1>
<h1 class="breadcrumbs">${next.breadcrumbs()}</h1>
${self.page_nav()}
<div class="flash_msg">
<% messages = h.flash.pop_messages() %>
% if messages:
<ul id="flash-messages">
% for message in messages:
<li class="${message.category}_msg">${message}</li>
% endfor
</ul>
% endif
</div>
<div id="main">
${next.main()}
<script type="text/javascript">${h.tooltip.activate()}</script>
<div class="page-footer">
Hg App ${c.hg_app_version} © 2010 by Marcin Kuzminski
<div id="powered-by">
<p>
<a href="http://mercurial.selenic.com/" title="Mercurial">
<img src="/images/hglogo.png" width="75" height="90" alt="mercurial"/></a>
</p>
<div id="corner-top-left"></div>
<div id="corner-top-right"></div>
<div id="corner-bottom-left"></div>
<div id="corner-bottom-right"></div>
</body>
</html>
### MAKO DEFS ###
<%def name="page_nav()">
${self.menu()}
${self.submenu()}
</%def>
<%def name="menu(current)">
<%
def is_current(selected):
if selected == current:
return "class='current'"
%>
Status change: