continued :)
[phpgitweb.git] / htdocs / templates / default / projects.tpl
1 # [main]
2 <form method="get" enctype="application/x-www-form-urlencoded">
3 <p class="projsearch">Search:
4 <input type="text" name="s"  />
5 </p>
6 </form>
7 <table class="project_list">
8         <tr>
9                 <th>%header_project%</th>
10                 <th>%header_description%</th>
11                 <th>%header_owner%</th>
12                 <th>%header_age%</th>
13                 <th></th>
14         </tr>
15         %projects%
16 </table>
17
18 # [head_order_link]
19 <a class="header" href="?o=%tag%">%name%</a>
20
21 # [head_order_active]
22 %name%
23
24 # [project]
25         <tr class="%class%">
26                 <td><a class="list" href="?p=%project%&a=summary">%name%</a></td>
27                 <td><a class="list" title="%description%" href="?p=%project%&a=summary">%description%</a></td>
28                 <td><i>%owner%</i></td>
29                 <td class="%age_class%">%age%</td>
30                 <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>
31         </tr>