equal
deleted
inserted
replaced
36 <h3>log {file|escape}</h3> |
36 <h3>log {file|escape}</h3> |
37 |
37 |
38 <form class="search" action="{url}log"> |
38 <form class="search" action="{url}log"> |
39 {sessionvars%hiddenformentry} |
39 {sessionvars%hiddenformentry} |
40 <p><input name="rev" id="search1" type="text" size="30"></p> |
40 <p><input name="rev" id="search1" type="text" size="30"></p> |
41 <span>find changesets by author, revision, |
41 <span>find changesets by author, revision, |
42 files, or words in the commit message</span> |
42 files, or words in the commit message</span> |
43 </form> |
43 </form> |
44 |
44 |
45 <div class="navigate">{nav%filenaventry}</div> |
45 <div class="navigate">{nav%filenaventry}</div> |
46 |
46 |
47 <table class="bigtable"> |
47 <table class="bigtable"> |
48 <tr> |
48 <tr> |
49 <th class="age">age</th> |
49 <th class="age">age</th> |
50 <th class="author">author</th> |
50 <th class="author">author</th> |
51 <th class="description">description</th> |
51 <th class="description">description</th> |
52 </tr> |
52 </tr> |
53 {entries%filelogentry} |
53 {entries%filelogentry} |