changeset 619:a1ec653f5f95

#38 updated RhodeCode titles
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 23:51:37 +0200
parents b94f448df418
children 19a62a5490fe
files rhodecode/public/css/pygments.css rhodecode/templates/admin/admin.html rhodecode/templates/admin/permissions/permissions.html rhodecode/templates/admin/repos/repo_add.html rhodecode/templates/admin/repos/repo_add_create_repository.html rhodecode/templates/admin/repos/repo_edit.html rhodecode/templates/admin/repos/repos.html rhodecode/templates/admin/settings/settings.html rhodecode/templates/admin/users/user_add.html rhodecode/templates/admin/users/user_edit.html rhodecode/templates/admin/users/user_edit_my_account.html rhodecode/templates/admin/users/users.html rhodecode/templates/branches/branches.html rhodecode/templates/changelog/changelog.html rhodecode/templates/changeset/changeset.html rhodecode/templates/errors/error_document.html rhodecode/templates/files/file_diff.html rhodecode/templates/files/files.html rhodecode/templates/files/files_annotate.html rhodecode/templates/index.html rhodecode/templates/login.html rhodecode/templates/password_reset.html rhodecode/templates/register.html rhodecode/templates/search/search.html rhodecode/templates/settings/repo_fork.html rhodecode/templates/settings/repo_settings.html rhodecode/templates/shortlog/shortlog.html rhodecode/templates/summary/summary.html rhodecode/templates/tags/tags.html
diffstat 29 files changed, 38 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/pygments.css	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/public/css/pygments.css	Mon Oct 18 23:51:37 2010 +0200
@@ -20,6 +20,7 @@
 div.codeblock .code-header .commit{
 	margin-left:25px;
 	font-weight: normal;
+	white-space:pre;
 }
 
 div.codeblock .code-body table{
--- a/rhodecode/templates/admin/admin.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/admin.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,11 +2,11 @@
 <%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>
 
 <%def name="page_nav()">
--- a/rhodecode/templates/admin/permissions/permissions.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/permissions/permissions.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Permissions administration')}
+    ${_('Permissions administration')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/admin/repos/repo_add.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/repos/repo_add.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Add new repository')}
+    ${_('Add repository')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/admin/repos/repo_add_create_repository.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/repos/repo_add_create_repository.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Repositories administration')}
+    ${_('Add repository')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/admin/repos/repo_edit.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Repositories administration')}
+    ${_('Edit repository')} ${c.repo_info.repo_name} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/admin/repos/repos.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/repos/repos.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Repositories administration')}
+    ${_('Repositories administration')} - ${c.rhodecode_name}
 </%def>
 
 
--- a/rhodecode/templates/admin/settings/settings.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/settings/settings.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Settings administration')}
+    ${_('Settings administration')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/admin/users/user_add.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/users/user_add.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('User administration')}
+    ${_('Add user')} - ${c.rhodecode_name}
 </%def>
 <%def name="breadcrumbs_links()">
     ${h.link_to(_('Admin'),h.url('admin_home'))} 
--- a/rhodecode/templates/admin/users/user_edit.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/users/user_edit.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('User administration')}
+    ${_('Edit user')} ${c.user.username} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/admin/users/user_edit_my_account.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/users/user_edit_my_account.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${c.rhodecode_user.username} ${_('account')}
+    ${_('My account')} ${c.rhodecode_user.username} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/admin/users/users.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/users/users.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Users administration')}
+    ${_('Users administration')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/branches/branches.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/branches/branches.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Administration')}
+    ${c.repo_name} ${_('Branches')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/changelog/changelog.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/changelog/changelog.html	Mon Oct 18 23:51:37 2010 +0200
@@ -3,7 +3,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Changelog')} - ${c.repo_name}
+${c.repo_name} ${_('Changelog')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/changeset/changeset.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/changeset/changeset.html	Mon Oct 18 23:51:37 2010 +0200
@@ -1,7 +1,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('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}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/errors/error_document.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/errors/error_document.html	Mon Oct 18 23:51:37 2010 +0200
@@ -21,12 +21,13 @@
 	       margin: auto;
 	       text-align: center;
 	       margin-top: 200px;
-	       font-size: 1.8em;
+	       font-size: 1.6em;
 	     }
 	     .error_message{
 	        text-align: center;
-	        color:red;
-	        font-size: 1.8em;
+	        color:#003367;
+	        font-size: 1.6em;
+	        margin:10px;
 	     }
 	    </style>
     
@@ -36,9 +37,11 @@
         <div id="login">
             <div class="table">            
 				<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>
+					
 			        %if c.redirect_time:
 			            <p>${_('You will be redirected to %s in %s seconds') % (c.redirect_module,c.redirect_time)}</p>
 				    %endif		
--- a/rhodecode/templates/files/file_diff.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/files/file_diff.html	Mon Oct 18 23:51:37 2010 +0200
@@ -1,8 +1,9 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Repository management')}
+    ${c.repo_name} ${_('File diff')} - ${c.rhodecode_name}
 </%def>
+
 <%def name="breadcrumbs_links()">
     ${h.link_to(u'Home',h.url('/'))}
     &raquo;
--- a/rhodecode/templates/files/files.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/files/files.html	Mon Oct 18 23:51:37 2010 +0200
@@ -1,7 +1,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('files')}
+    ${c.repo_name} ${_('Files')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/files/files_annotate.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/files/files_annotate.html	Mon Oct 18 23:51:37 2010 +0200
@@ -1,7 +1,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('File annotate')}
+    ${c.repo_name} ${_('File annotate')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/index.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/index.html	Mon Oct 18 23:51:37 2010 +0200
@@ -1,7 +1,7 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="base/base.html"/>
 <%def name="title()">
-    ${c.rhodecode_name}
+    ${_('Dashboard')} - ${c.rhodecode_name}
 </%def>
 <%def name="breadcrumbs()">
 	${c.rhodecode_name}
--- a/rhodecode/templates/login.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/login.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <!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>${_('Sign In to rhodecode')}</title>
+        <title>${_('Sign In')} - ${c.rhodecode_name}</title>
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         <link rel="icon" href="/images/hgicon.png" type="image/png" />
         <meta name="robots" content="index, nofollow"/>
--- a/rhodecode/templates/password_reset.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/password_reset.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <!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>${_('Reset You password to rhodecode')}</title>
+        <title>${_('Reset You password')} - ${c.rhodecode_name}</title>
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         <link rel="icon" href="/images/hgicon.png" type="image/png" />
         <meta name="robots" content="index, nofollow"/>
--- a/rhodecode/templates/register.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/register.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <!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>${_('Sign Up to rhodecode')}</title>
+        <title>${_('Sign Up')} - ${c.rhodecode_name}</title>
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         <link rel="icon" href="/images/hgicon.png" type="image/png" />
         <meta name="robots" content="index, nofollow"/>
--- a/rhodecode/templates/search/search.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/search/search.html	Mon Oct 18 23:51:37 2010 +0200
@@ -1,13 +1,14 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="/base/base.html"/>
 <%def name="title()">
-   ${_('Search')} 
+   ${_('Search')}
+   ${'"%s"' % c.cur_query if c.cur_query else None} 
 	%if c.repo_name:
 		${_('in repository: ') + c.repo_name}
 	%else:
 		${_('in all repositories')}		
 	%endif
-	:${c.cur_query}
+	- ${c.rhodecode_name}
 </%def>
 <%def name="breadcrumbs()">
 	${c.rhodecode_name}
--- a/rhodecode/templates/settings/repo_fork.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/settings/repo_fork.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Fork repository')} ${c.repo_info.repo_name}
+    ${c.repo_name} ${_('Fork')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/settings/repo_settings.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/settings/repo_settings.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Repository settings')}
+    ${c.repo_name} ${_('Settings')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/shortlog/shortlog.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/shortlog/shortlog.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Shortlog')}
+    ${c.repo_name} ${_('Shortlog')} - ${c.rhodecode_name}
 </%def>
 
 
--- a/rhodecode/templates/summary/summary.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/summary/summary.html	Mon Oct 18 23:51:37 2010 +0200
@@ -1,7 +1,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Mercurial Repository Overview')}
+    ${c.repo_name} ${_('Summary')} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">
--- a/rhodecode/templates/tags/tags.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/tags/tags.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Administration')}
+    ${c.repo_name} ${_('Tags')} - ${c.rhodecode_name}
 </%def>