James Moger
2011-06-08 008322bec70a3a20bd00ed2219215a9f42fe0ca5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"  
      xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"  
      xml:lang="en"  
      lang="en"> 
 
<wicket:panel>    
    <div class="commitHeader">
        <div style="float:right;">
            <span wicket:id="author">[author]</span> &nbsp; &nbsp;<span wicket:id="date">[date]</span>
        </div>
        <span wicket:id="shortmessage">[short message]</span> <span wicket:id="commitid">[commit id]</span>
    </div>
</wicket:panel>
</html>