author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
Tue, 24 Jun 2008 10:18:03 +0200 | |
changeset 6729 | 855851eae70f |
parent 6691 | 0dba955c2636 |
child 7028 | 93746cbf15b5 |
permissions | -rw-r--r-- |
6436 | 1 |
{header} |
2 |
<title>{repo|escape}: error</title> |
|
3 |
</head> |
|
4 |
<body> |
|
5 |
||
6453 | 6 |
<div class="content"> |
6436 | 7 |
<div class="menu"> |
8 |
<div class="logo"> |
|
9 |
<a href="http://www.selenic.com/mercurial/"> |
|
10 |
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> |
|
11 |
</div> |
|
12 |
<ul> |
|
13 |
<li><a href="{url}log{sessionvars%urlparameter}">log</a></li> |
|
6691
0dba955c2636
add graph page to hgweb
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
6453
diff
changeset
|
14 |
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> |
6436 | 15 |
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
16 |
</ul> |
|
17 |
</div> |
|
18 |
||
19 |
<div class="main"> |
|
20 |
||
21 |
<h2>{repo|escape}</h2> |
|
22 |
<h3>error</h3> |
|
23 |
||
24 |
<form class="search" action="{url}log"> |
|
25 |
{sessionvars%hiddenformentry} |
|
26 |
<p><input name="rev" id="search1" type="text" size="30"></p> |
|
27 |
</form> |
|
28 |
||
29 |
<div class="description"> |
|
30 |
<p> |
|
31 |
An error occurred while processing your request: |
|
32 |
</p> |
|
33 |
<p> |
|
34 |
{error|escape} |
|
35 |
</p> |
|
36 |
</div> |
|
37 |
</div> |
|
6453 | 38 |
</div> |
6436 | 39 |
|
40 |
{footer} |