aboutsummaryrefslogtreecommitdiff
path: root/r7r_repo/templates/src/home.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-01-05 23:47:31 +0100
committerKevin Chabowski <kevin@kch42.de>2012-01-05 23:47:31 +0100
commitf8a7871546fcddb745ddfa708f61b6774c913f34 (patch)
tree3f52a64ce01bae9c6bd8f945cdc4e974029eb442 /r7r_repo/templates/src/home.html
parenta3be4bd82d36576bbcdedf752ccbb9f35320210a (diff)
downloadr7r-repo-f8a7871546fcddb745ddfa708f61b6774c913f34.tar.gz
r7r-repo-f8a7871546fcddb745ddfa708f61b6774c913f34.tar.bz2
r7r-repo-f8a7871546fcddb745ddfa708f61b6774c913f34.zip
Added author property to Package class.
Diffstat (limited to 'r7r_repo/templates/src/home.html')
-rw-r--r--r7r_repo/templates/src/home.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/r7r_repo/templates/src/home.html b/r7r_repo/templates/src/home.html
index 26711d1..4206fc2 100644
--- a/r7r_repo/templates/src/home.html
+++ b/r7r_repo/templates/src/home.html
@@ -10,6 +10,7 @@
<th>Package Name</th>
<th>Version</th>
<th>Description</th>
+ <th>Author</th>
<th>Last update</th>
</tr>
</thead>
@@ -23,13 +24,14 @@
<td><a href="$rel_path_to_root/p/<ste:escape>$pkg[name]</ste:escape>"><ste:escape>$pkg[name]</ste:escape></a></td>
<td><ste:escape>$pkg[version]</ste:escape></td>
<td><ste:escape>$pkg[description]</ste:escape></td>
+ <td><ste:escape>$pkg[author]</ste:escape></td>
<td><ste:date format="%d. %h. %Y, %H:%M:%S">$pkg[last_update]</ste:date></td>
</tr>
</ste:foreach>
</ste:then>
<ste:else>
<tr>
- <td style="text-align: center; font-style: italic;" colspan="4">No Packages available.</td>
+ <td style="text-align: center; font-style: italic;" colspan="5">No Packages available.</td>
</tr>
</ste:else>
</ste:if>