div.codeblock {
overflow: auto;
padding: 0px;
border: 1px solid #ccc;
background: #f8f8f8;
font-size: 100%;
line-height: 100%;
/* new */
line-height: 125%;
}
div.codeblock .code-header{
border-bottom: 1px solid #CCCCCC;
background: #EEEEEE;
padding:10px 0 10px 0;
div.codeblock .code-header .revision{
margin-left:25px;
font-weight: bold;
div.codeblock .code-header .commit{
font-weight: normal;
white-space:pre;
div.codeblock .code-body table{
width: 0 !important;
div.code-body {
background-color: #FFFFFF;
div.code-body pre .match{
background-color: #FAFFA6;
div.code-body pre .break{
background-color: #DDE7EF;
width: 100%;
color: #747474;
display: block;
div.annotatediv{
margin-left:2px;
margin-right:4px;
.code-highlight {
## -*- coding: utf-8 -*-
<%inherit file="/base/base.html"/>
<%def name="title()">
${_('Administration')}
${_('Admin journal')} - ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs_links()">
${_('Admin dashboard - journal')}
${_('Admin journal')}
<%def name="page_nav()">
${self.menu('admin')}
<%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}
\ No newline at end of file
${_('Permissions administration')}
${_('Permissions administration')} - ${c.rhodecode_name}
${h.link_to(_('Admin'),h.url('admin_home'))}
»
${_('Permissions')}
<h3>${_('Default permissions')}</h3>
${h.form(url('permission', id='default'),method='put')}
<div class="form">
<!-- fields -->
<div class="fields">
${_('Add new repository')}
${_('Add repository')} - ${c.rhodecode_name}
${h.link_to(_('Repositories'),h.url('repos'))}
${_('add new')}
${h.form(url('repos'))}
<div class="field">
${_('Repositories administration')}
${_('add new repository')}
<div class="label">
<label for="repo_name">${_('Name')}:</label>
<div class="input">
${_('Edit repository')} ${c.repo_info.repo_name} - ${c.rhodecode_name}
${_('edit')} "${c.repo_name}"
${h.form(url('repo', repo_name=c.repo_info.repo_name),method='put')}
${_('Repositories administration')} - ${c.rhodecode_name}
${h.link_to(_('Admin'),h.url('admin_home'))} » ${_('Repositories')}
<ul class="links">
<li>
<span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'))}</span>
</li>
</ul>
<table class="table_disp">
<tr class="header">
${_('Settings administration')}
${_('Settings administration')} - ${c.rhodecode_name}
${h.link_to(_('Admin'),h.url('admin_home'))} » ${_('Settings')}
<h3>${_('Remap and rescan repositories')}</h3>
${h.form(url('admin_setting', setting_id='mapping'),method='put')}
${_('User administration')}
${_('Add user')} - ${c.rhodecode_name}
${h.link_to(_('Users'),h.url('users'))}
${_('add new user')}
${h.form(url('users'))}
${_('Edit user')} ${c.user.username} - ${c.rhodecode_name}
${_('edit')} "${c.user.username}"
${h.form(url('user', id=c.user.user_id),method='put')}
${c.rhodecode_user.username} ${_('account')}
${_('My account')} ${c.rhodecode_user.username} - ${c.rhodecode_name}
${_('My Account')}
<div class="box box-left">
<div class="ui-tabs-panel ui-widget-content ui-corner-bottom">
${h.form(url('admin_settings_my_account_update'),method='put')}
${_('Users administration')}
${_('Users administration')} - ${c.rhodecode_name}
${h.link_to(_('Admin'),h.url('admin_home'))} » ${_('Users')}
<span>${h.link_to(u'ADD NEW USER',h.url('new_user'))}</span>
${c.repo_name} ${_('Branches')} - ${c.rhodecode_name}
${h.link_to(u'Home',h.url('/'))}
${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
${_('branches')}
${self.menu('branches')}
<%include file='branches_data.html'/>
${_('Changelog')} - ${c.repo_name}
${c.repo_name} ${_('Changelog')} - ${c.rhodecode_name}
${_('Changelog')} - ${_('showing ')} ${c.size if c.size <= c.total_cs else c.total_cs} ${_('out of')} ${c.total_cs} ${_('revisions')}
${self.menu('changelog')}
% if c.pagination:
<div id="graph">
<div id="graph_nodes">
${_('Changeset')} - r${c.changeset.revision}:${c.changeset.short_id} - ${c.repo_name}
${c.repo_name} ${_('Changeset')} - r${c.changeset.revision}:${c.changeset.short_id} - ${c.rhodecode_name}
${_('Changeset')} - r${c.changeset.revision}:${c.changeset.short_id}
<div id="body" class="diffblock">
<div class="code-header">
<div>
<!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>
<title>Error - ${c.error_message}</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
%if c.redirect_time:
<meta http-equiv="refresh" content="${c.redirect_time}; url=${c.url_redirect}"/>
%endif
<link rel="icon" href="/images/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<!-- stylesheets -->
<link rel="stylesheet" type="text/css" href="/css/reset.css" />
<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
<link id="color" rel="stylesheet" type="text/css" href="/css/colors/blue.css" />
<style type="text/css">
#main_div{
border: 0px solid #000;
width: 500px;
margin: auto;
text-align: center;
margin-top: 200px;
font-size: 1.8em;
font-size: 1.6em;
.error_message{
color:red;
color:#003367;
margin:10px;
</style>
</head>
<body>
<div id="login">
<div id="main_div">
<div style="font-size:2.0em;margin: 10px">RhodeCode</div>
<h1 class="error_message">${c.error_message}</h1>
<p>${c.error_explanation}</p>
<p>${_('You will be redirected to %s in %s seconds') % (c.redirect_module,c.redirect_time)}</p>
<!-- end login -->
</body>
</html>
${_('Repository management')}
${c.repo_name} ${_('File diff')} - ${c.rhodecode_name}
${'%s: %s %s %s' % (_('File diff'),c.diff2,'→',c.diff1)|n}
${self.menu('files')}
<span>${h.link_to(c.f_path,h.url('files_home',repo_name=c.repo_name,
revision=c.diff2.split(':')[1],f_path=c.f_path))}</span>
» <span>${h.link_to(_('diff'),
${_('files')}
${c.repo_name} ${_('Files')} - ${c.rhodecode_name}
${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))}
%if c.files_list:
@ R${c.rev_nr}:${c.cur_rev}
${_('File annotate')}
${c.repo_name} ${_('File annotate')} - ${c.rhodecode_name}
${_('annotate')} @ R${c.rev_nr}:${c.cur_rev}
<div id="files_data">
<h3 class="files_location">${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.file.path)}</h3>
<dl class="overview">
<dt>${_('Last revision')}</dt>
<%inherit file="base/base.html"/>
${c.rhodecode_name}
${_('Dashboard')} - ${c.rhodecode_name}
<%def name="breadcrumbs()">
${self.menu('home')}
<%def name="get_sort(name)">
<%name_slug = name.lower().replace(' ','_') %>
%if name_slug == c.sort_slug:
%if c.sort_by.startswith('-'):
<a href="?sort=${name_slug}">${name}↑</a>
%else:
<a href="?sort=-${name_slug}">${name}↓</a>
%endif:
<a href="?sort=${name_slug}">${name}</a>
<title>${_('Sign In to rhodecode')}</title>
<title>${_('Sign In')} - ${c.rhodecode_name}</title>
<!-- login -->
<div class="title top-left-rounded-corner top-right-rounded-corner">
<h5>${_('Sign In to rhodecode')}</h5>
<div class="inner">
${h.form(h.url.current(came_from=c.came_from))}
<label for="username">${_('Username')}:</label>
<title>${_('Reset You password to rhodecode')}</title>
<title>${_('Reset You password')} - ${c.rhodecode_name}</title>
<div id="register">
<h5>${_('Reset You password to rhodecode')}</h5>
${h.form(url('password_reset'))}
<label for="email">${_('Email address')}:</label>
<title>${_('Sign Up to rhodecode')}</title>
<title>${_('Sign Up')} - ${c.rhodecode_name}</title>
<h5>${_('Sign Up to rhodecode')}</h5>
${h.form(url('register'))}
${_('Search')}
${'"%s"' % c.cur_query if c.cur_query else None}
%if c.repo_name:
${_('in repository: ') + c.repo_name}
${_('in all repositories')}
:${c.cur_query}
- ${c.rhodecode_name}
<h5>${_('Search')}
</h5>
${h.form(h.url('search_repo',search_repo=c.repo_name),method='get')}
${_('Fork repository')} ${c.repo_info.repo_name}
${c.repo_name} ${_('Fork')} - ${c.rhodecode_name}
${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
${_('fork')}
${self.menu('')}
${h.form(url('repo_fork_create_home',repo_name=c.repo_info.repo_name))}
<label for="repo_name">${_('Fork name')}:</label>
${_('Repository settings')}
${c.repo_name} ${_('Settings')} - ${c.rhodecode_name}
${_('Settings')}
${self.menu('settings')}
${h.form(url('repo_settings_update', repo_name=c.repo_info.repo_name),method='put')}
${_('Shortlog')}
${c.repo_name} ${_('Shortlog')} - ${c.rhodecode_name}
${_('shortlog')}
${self.menu('shortlog')}
<div id="shortlog_data">
${c.shortlog_data}
${_('Mercurial Repository Overview')}
${c.repo_name} ${_('Summary')} - ${c.rhodecode_name}
${_('summary')}
${self.menu('summary')}
<script type="text/javascript">
var E = YAHOO.util.Event;
var D = YAHOO.util.Dom;
E.onDOMReady(function(e){
id = 'clone_url';
E.addListener(id,'click',function(e){
D.get('clone_url').select();
})
${c.repo_name} ${_('Tags')} - ${c.rhodecode_name}
${_('tags')}
${self.menu('tags')}
<%include file='tags_data.html'/>
Status change: