comparison rhodecode/templates/errors/error_document.html @ 619:a1ec653f5f95

#38 updated RhodeCode titles
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 23:51:37 +0200
parents 1e757ac98988
children 5256b255269a af6ca51fb80f
comparison
equal deleted inserted replaced
618:b94f448df418 619:a1ec653f5f95
19 border: 0px solid #000; 19 border: 0px solid #000;
20 width: 500px; 20 width: 500px;
21 margin: auto; 21 margin: auto;
22 text-align: center; 22 text-align: center;
23 margin-top: 200px; 23 margin-top: 200px;
24 font-size: 1.8em; 24 font-size: 1.6em;
25 } 25 }
26 .error_message{ 26 .error_message{
27 text-align: center; 27 text-align: center;
28 color:red; 28 color:#003367;
29 font-size: 1.8em; 29 font-size: 1.6em;
30 margin:10px;
30 } 31 }
31 </style> 32 </style>
32 33
33 </head> 34 </head>
34 <body> 35 <body>
35 36
36 <div id="login"> 37 <div id="login">
37 <div class="table"> 38 <div class="table">
38 <div id="main_div"> 39 <div id="main_div">
40 <div style="font-size:2.0em;margin: 10px">RhodeCode</div>
39 <h1 class="error_message">${c.error_message}</h1> 41 <h1 class="error_message">${c.error_message}</h1>
40 42
41 <p>${c.error_explanation}</p> 43 <p>${c.error_explanation}</p>
44
42 %if c.redirect_time: 45 %if c.redirect_time:
43 <p>${_('You will be redirected to %s in %s seconds') % (c.redirect_module,c.redirect_time)}</p> 46 <p>${_('You will be redirected to %s in %s seconds') % (c.redirect_module,c.redirect_time)}</p>
44 %endif 47 %endif
45 48
46 </div> 49 </div>