| | |
| | | lang="en">
|
| | |
|
| | | <wicket:head>
|
| | | <wicket:link>
|
| | | <link href="/com/gitblit/wicket/resources/markdown.css" type="text/css" rel="stylesheet" />
|
| | | </wicket:link>
|
| | | <link href="markdown.css" type="text/css" rel="stylesheet" />
|
| | | </wicket:head>
|
| | |
|
| | | <body>
|
| | |
| | | <!-- commits -->
|
| | | <div style="padding-bottom:10px;" wicket:id="commitsPanel">[commits panel]</div>
|
| | |
|
| | | <!-- branches -->
|
| | | <div style="padding-bottom:10px;width:400px; float:left;">
|
| | | <div wicket:id="branchesPanel">[branches panel]</div>
|
| | | </div>
|
| | |
|
| | | <!-- tags -->
|
| | | <div style="padding-bottom:10px;margin-left:405px;">
|
| | | <div wicket:id="tagsPanel">[tags panel]</div>
|
| | | </div>
|
| | | <div style="padding-bottom:10px;" wicket:id="tagsPanel">[tags panel]</div>
|
| | |
|
| | | <!-- branches -->
|
| | | <div style="padding-bottom:10px;" wicket:id="branchesPanel">[branches panel]</div>
|
| | |
|
| | | <!-- markdown readme -->
|
| | | <div wicket:id="readme" class="markdown" style="clear:both;padding-bottom:5px;"></div>
|