| | |
| | |
|
| | | <div>
|
| | | <!-- Repository Activity Chart -->
|
| | | <div style="width:50%;float:right;">
|
| | | <div style="width:400px;float:right;">
|
| | | <img class="activityGraph" wicket:id="commitsChart" />
|
| | | </div>
|
| | |
|
| | | <!-- Repository info -->
|
| | | <div style="width:50%;"> |
| | | <div style="margin-right:410px;"> |
| | | <table class="plain">
|
| | | <tr><th>description</th><td><span wicket:id="repositoryDescription">Message goes here</span></td></tr>
|
| | | <tr><th>owner</th><td><span wicket:id="repositoryOwner">Message goes here</span></td></tr>
|
| | |
| | | <div class="pager" wicket:id="shortlogMore"></div>
|
| | |
|
| | | <!-- Open Heads Body -->
|
| | | <div style="width:34%;float:right;">
|
| | | <div style="width:300px;float:right;">
|
| | | <!-- heads -->
|
| | | <div class="header" wicket:id="heads"></div>
|
| | | <table style="width:100%" class="pretty">
|
| | |
| | | </div>
|
| | |
|
| | | <!-- Open Tags body -->
|
| | | <div style="width:65%">
|
| | | <div style="margin-right:305px;">
|
| | | <!-- tags -->
|
| | | <div class="header" wicket:id="tags"></div>
|
| | | <table style="width:100%" class="pretty">
|