continued :)
[phpgitweb.git] / htdocs / templates / default / projects.tpl
diff --git a/htdocs/templates/default/projects.tpl b/htdocs/templates/default/projects.tpl
new file mode 100644 (file)
index 0000000..8691135
--- /dev/null
@@ -0,0 +1,26 @@
+# [main]
+<table class="project_list">
+       <tr>
+               <th>%header_project%</th>
+               <th>%header_description%</th>
+               <th>%header_owner%</th>
+               <th>%header_age%</th>
+               <th></th>
+       </tr>
+       %projects%
+</table>
+
+# [head_order_link]
+<a class="header" href="?o=%tag%">%name%</a>
+
+# [head_order_active]
+%name%
+
+# [project]
+       <tr class="%class%">
+               <td><a class="list" href="?p=%project%&a=summary">%name%</a></td>
+               <td><a class="list" title="%description%" href="?p=%project%&a=summary">%description%</a></td>
+               <td><i>%owner%</i></td>
+               <td class="%age_class%">%age%</td>
+               <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>
+       </tr>
\ No newline at end of file