James Moger
2012-09-10 fabe060d3a435f116128851f828e35c2af5fde67
src/com/gitblit/wicket/pages/RepositoriesPage.html
@@ -1,27 +1,14 @@
<?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>
   <div wicket:id="adminPanel">[admin links]</div>
   <div class="markdown" style="padding-bottom:5px;" wicket:id="repositoriesMessage">[repositories message]</div>
   
   <div class="repositories_message" wicket:id="repositoriesMessage">[repositories message]</div>
   <table class="repositories">
      <tr>
         <th wicket:id="orderByRepository">Repository</th>
         <th wicket:id="orderByDescription">Description</th>
         <th wicket:id="orderByOwner">Owner</th>
         <th wicket:id="orderByDate">Last Change</th>
      </tr>
      <tbody>
             <tr wicket:id="repository">
               <td><div class="list" wicket:id="repositoryName">[repository name]</div></td>
               <td><div class="list" wicket:id="repositoryDescription">[repository description]</div></td>
               <td class="author"><span wicket:id="repositoryOwner">[repository owner]</span></td>
               <td><span wicket:id="repositoryLastChange">[last change]</span></td>
             </tr>
       </tbody>
   </table>
   <div wicket:id="repositoriesPanel">[repositories panel]</div>
</wicket:extend>
</body>
</html>