Mercurial > hg
comparison templates/coal/search.tmpl @ 7327:a1758089ee35
Kill trailing whitespace in templates
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 07 Nov 2008 13:02:02 +0100 |
parents | a0843c82d1a2 |
children | 650e9d6988cb |
comparison
equal
deleted
inserted
replaced
7326:ba7ab8c4a577 | 7327:a1758089ee35 |
---|---|
21 <h3>searching for '{query|escape}'</h3> | 21 <h3>searching for '{query|escape}'</h3> |
22 | 22 |
23 <form class="search" action="{url}log"> | 23 <form class="search" action="{url}log"> |
24 {sessionvars%hiddenformentry} | 24 {sessionvars%hiddenformentry} |
25 <p><input name="rev" id="search1" type="text" size="30"></p> | 25 <p><input name="rev" id="search1" type="text" size="30"></p> |
26 <span>find changesets by author, revision, | 26 <span>find changesets by author, revision, |
27 files, or words in the commit message</span> | 27 files, or words in the commit message</span> |
28 </form> | 28 </form> |
29 | 29 |
30 <table class="bigtable"> | 30 <table class="bigtable"> |
31 <tr> | 31 <tr> |
32 <th class="age">age</th> | 32 <th class="age">age</th> |
33 <th class="author">author</th> | 33 <th class="author">author</th> |
34 <th class="description">description</th> | 34 <th class="description">description</th> |
35 </tr> | 35 </tr> |
36 {entries} | 36 {entries} |