| | |
| | | <body>
|
| | | <wicket:panel>
|
| | |
|
| | | <!-- header --> |
| | | <div class="header" wicket:id="header">[history header]</div>
|
| | | <!-- commit header -->
|
| | | <div wicket:id="commitHeader">[commit header]</div>
|
| | |
|
| | | <!-- breadcrumbs -->
|
| | | <div wicket:id="breadcrumbs">[breadcrumbs]</div>
|
| | |
| | | <tbody>
|
| | | <tr wicket:id="commit">
|
| | | <td class="date"><span wicket:id="commitDate">[commit date]</span></td>
|
| | | <td><img wicket:id="commitIcon" /></td>
|
| | | <td class="icon"><img wicket:id="commitIcon" /></td>
|
| | | <td class="author"><span wicket:id="commitAuthor">[commit author]</span></td>
|
| | | <td><div class="references" wicket:id="commitRefs">[commit refs]</div><span wicket:id="commitShortMessage">[commit short message]</span></td>
|
| | | <td class="rightAlign">
|