James Moger
2012-11-06 798581cab5817310a1b9991dac3b10cd7813f86a
commit | author | age
13a3f5 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
JM 2 <html xmlns="http://www.w3.org/1999/xhtml"  
3       xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"  
4       xml:lang="en"  
5       lang="en"> 
6
7 <body>
8 <wicket:extend>
9     <div class="markdown" style="padding-bottom:5px;" wicket:id="projectsMessage">[projects message]</div>
10     
11     <table class="repositories">
12         <thead>
13             <tr>    
14                 <th class="left">
15                     <i class="icon-folder-close" ></i>
16                     <wicket:message key="gb.project">Project</wicket:message>
17                 </th>
18                 <th class="hidden-phone" ><span><wicket:message key="gb.description">Description</wicket:message></span></th>
19                 <th class="hidden-phone"><wicket:message key="gb.repositories">Repositories</wicket:message></th>
20                 <th><wicket:message key="gb.lastChange">Last Change</wicket:message></th>
21                 <th class="right"></th>
22             </tr>
23         </thead>
24         <tbody>        
25                <tr wicket:id="project">
26                 <td class="left" style="padding-left:3px;" ><span style="padding-left:3px;" wicket:id="projectTitle">[project title]</span></td>
27                 <td class="hidden-phone"><span class="list" wicket:id="projectDescription">[project description]</span></td>
28                 <td class="hidden-phone" style="padding-right:15px;"><span style="font-size:0.8em;" wicket:id="repositoryCount">[repository count]</span></td>
29                 <td><span wicket:id="projectLastChange">[last change]</span></td>
30                 <td class="rightAlign"></td>                                   
31                </tr>
32         </tbody>
33     </table>
34
35 </wicket:extend>
36 </body>
37 </html>