<?xml version="1.0" encoding="UTF-8"?>
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
<body>
|
<wicket:extend>
|
|
<!-- page nav links -->
|
<div wicket:id="pageLinks">[page links]</div>
|
|
<!-- blob nav links -->
|
<div class="page_nav2">
|
<span wicket:id="historyLink">[history link]</span> | <span wicket:id="headLink">[head link]</span>
|
</div>
|
|
<!-- shortlog header -->
|
<div class="header" wicket:id="shortlog">[shortlog header]</div>
|
|
<!-- breadcrumbs -->
|
<div wicket:id="breadcrumbs">[breadcrumbs]</div>
|
|
<!-- changed paths -->
|
<table style="width:100%" class="pretty">
|
<tr wicket:id="changedPath">
|
<td><span wicket:id="pathName"></span></td>
|
<td class="size"><span wicket:id="pathSize">[path size]</span></td>
|
<td class="mode"><span wicket:id="pathPermissions">[path permissions]</span></td>
|
<td class="rightAlign"><span wicket:id="treeLinks">[path links]</span></td>
|
</tr>
|
</table>
|
|
</wicket:extend>
|
</body>
|
</html>
|