86911359989772566e9cbda38ac6054b473860b0
[phpgitweb.git] / htdocs / templates / default / projects.tpl
1 # [main]
2 <table class="project_list">
3         <tr>
4                 <th>%header_project%</th>
5                 <th>%header_description%</th>
6                 <th>%header_owner%</th>
7                 <th>%header_age%</th>
8                 <th></th>
9         </tr>
10         %projects%
11 </table>
12
13 # [head_order_link]
14 <a class="header" href="?o=%tag%">%name%</a>
15
16 # [head_order_active]
17 %name%
18
19 # [project]
20         <tr class="%class%">
21                 <td><a class="list" href="?p=%project%&a=summary">%name%</a></td>
22                 <td><a class="list" title="%description%" href="?p=%project%&a=summary">%description%</a></td>
23                 <td><i>%owner%</i></td>
24                 <td class="%age_class%">%age%</td>
25                 <td class="link"><a href="?p=%project%&a=summary">summary</a> | <a href="?p=%project%&a=shortlog">shortlog</a> | <a href="?p=%project%&a=log">log</a> | <a href="?p=%project%&a=tree">tree</a></td>
26         </tr>