James Moger
2011-04-13 608ecec9dff2ea4ce8e2a1ea6fc8909a64492a68
src/com/gitblit/wicket/pages/TagPage.html
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<!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">
<body>
<wicket:extend>
   
@@ -7,12 +11,12 @@
   <div wicket:id="pageLinks">[page links]</div>
   <!-- summary header -->
   <div style="padding-top: 5px;" class="header" wicket:id="commit">[shortlog header]</div>
   <div style="margin-top: 5px;" class="header" wicket:id="commit">[shortlog header]</div>
   
   <!-- commit info -->
   <table class="plain">
      <tr><th>object</th><td><span wicket:id="tagId">[tag id]</span></td></tr>
      <tr><th>author</th><td><span wicket:id="tagAuthor">[tag author]</span></td></tr>
      <tr><th><wicket:message key="gb.object">object</wicket:message></th><td><span wicket:id="tagId">[tag id]</span></td></tr>
      <tr><th><wicket:message key="gb.author">author</wicket:message></th><td><span wicket:id="tagAuthor">[tag author]</span></td></tr>
      <tr><th></th><td><span wicket:id="tagDate">[tag date]</span></td></tr>
   </table>