3
<tal:changes-active tal:condition="not:fileview_active">
4
<li><a tal:attributes="href python:url('/changes', clear=1);
6
id string:on">Changes</a></li>
7
<li><a tal:attributes="href python:url('/files', clear=1);
8
title string:Files">Files</a></li>
10
<tal:fileview-active tal:condition="fileview_active">
11
<li><a tal:attributes="href python:url('/changes', clear=1);
12
title string:Changes">Changes</a></li>
13
<li><a tal:attributes="href python:url('/files', clear=1);
15
id string:on">Files</a></li>
16
</tal:fileview-active>