comparison templates/coal/filerevision.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
26 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 26 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
27 </ul> 27 </ul>
28 </div> 28 </div>
29 29
30 <div class="main"> 30 <div class="main">
31 <h2><a href="{url}">{repo|escape}</a></h2> 31 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
32 <h3>view {file|escape} @ {rev}:{node|short}</h3> 32 <h3>view {file|escape} @ {rev}:{node|short}</h3>
33 33
34 <form class="search" action="{url}log"> 34 <form class="search" action="{url}log">
35 {sessionvars%hiddenformentry} 35 {sessionvars%hiddenformentry}
36 <p><input name="rev" id="search1" type="text" size="30"></p> 36 <p><input name="rev" id="search1" type="text" size="30"></p>