2
<a tal:attributes="class string:hide-all collapse-${group}-hideall;
3
href string:javascript:collapseAllDisplay('${group}','none')">
4
<img tal:attributes="src python:branch.static_url('/static/images/nav-small-down.gif')"
5
width="10" height="10" alt="collapse"
6
class="collapse-triangle" />
9
<a tal:attributes="class string:hide-all collapse-${group}-showall;
10
href string:javascript:collapseAllDisplay('${group}','${normal}')">
11
<img tal:attributes="src python:branch.static_url('/static/images/nav-small-right.gif')"
12
width="10" height="10" alt="expand"
13
class="collapse-triangle" />