|
Last change
on this file was
1912,
checked in by Emmanuel Blot, 17 years ago
|
|
RevtreePlugin:
- Fix up useless Javascript parent link from branch header
- Fix up buggy message display in AJAX tooltip (invalid CSS)
- Remove useless div tag around SVG div
- Remove Clearsilver templates (deprecated)
|
|
File size:
483 bytes
|
| Line | |
|---|
| 1 | <html xmlns:py="http://genshi.edgewall.org/"> |
|---|
| 2 | <div id="revtree"> |
|---|
| 3 | <dl py:if="log.chgset"> |
|---|
| 4 | <dt class="property time">Timestamp:</dt> |
|---|
| 5 | <dd class="time">${log.time} |
|---|
| 6 | (<span py:replace="log.age">less than one hour</span>)</dd> |
|---|
| 7 | <dt class="property author">Author:</dt> |
|---|
| 8 | <dd class="author">${log.author}</dd> |
|---|
| 9 | <dt class="property message">Message:</dt> |
|---|
| 10 | <dd class="message"><span py:replace="log.message"> </span></dd> |
|---|
| 11 | </dl> |
|---|
| 12 | </div> |
|---|
| 13 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.