James Moger
2015-11-22 ed552ba47c02779c270ffd62841d6d1048dade70
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>
6ef8d7 9 <div class="container">
13a3f5 10     
ee0b9f 11     <table class="repositories projectlist">
13a3f5 12         <thead>
JM 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>
6ef8d7 34 </div>
13a3f5 35 </wicket:extend>
JM 36 </body>
37 </html>