templates/coal/filelog.tmpl
changeset 7327 a1758089ee35
parent 7314 a0843c82d1a2
child 7331 650e9d6988cb
equal deleted inserted replaced
7326:ba7ab8c4a577 7327:a1758089ee35
    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}