comparison templates/coal/fileannotate.tmpl @ 7331:650e9d6988cb

Keep sessionvars with repository links added in a0843c82d1a2 Without this, e.g. "?style=coal" would be dropped.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 07 Nov 2008 13:22:41 +0100
parents a1758089ee35
children 03b60f2f90bf
comparison
equal deleted inserted replaced
7330:781af9bb9684 7331:650e9d6988cb
27 <li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li> 27 <li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li>
28 </ul> 28 </ul>
29 </div> 29 </div>
30 30
31 <div class="main"> 31 <div class="main">
32 <h2><a href="{url}">{repo|escape}</a></h2> 32 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
33 <h3>annotate {file|escape} @ {rev}:{node|short}</h3> 33 <h3>annotate {file|escape} @ {rev}:{node|short}</h3>
34 34
35 <form class="search" action="{url}log"> 35 <form class="search" action="{url}log">
36 {sessionvars%hiddenformentry} 36 {sessionvars%hiddenformentry}
37 <p><input name="rev" id="search1" type="text" size="30"></p> 37 <p><input name="rev" id="search1" type="text" size="30"></p>