1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
3
py:extends="'master.kid'">
5
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
6
<title> loggerhead branches </title>
12
<span py:if="title">${title}</span>
13
<span py:if="not title"> bazaar branches in loggerhead </span>
16
<div class="browse-group" py:for="group in groups">
17
<div class="browse-group-name">
18
${group.friendly_name}
21
<div class="browse-view">
25
<th> Description </th>
26
<th> Last change </th>
28
<span py:for="view in group.views">
30
<td class="name"> <a href="${tg.url([ '/' + group.name, view.name ])}">${view.friendly_name}</a> </td>
31
<td class="description"> ${view.description} </td>
32
<td class="last-update"> <!--${view.last_updated().strftime('%d %b %Y')} --> ${util.ago(view.last_updated())} </td>
35
<td class="name"> </td>
36
<td class="description url" colspan="2"> <a href="${view.branch_url}">${view.branch_url}</a> </td>