source: trunk/Documentation/idldoc/templates/categories-tag.tt @ 69

Last change on this file since 69 was 69, checked in by smasson, 18 years ago

debug + new xxx

File size: 317 bytes
Line 
1        <li id="idldoc-[% tag_id %]">[% tag %] <span class="result">([% nroutines %] routine[% IF nroutines gt 1%]s[% ELSE %][% END %])</span>
2          <ul>
3            [% FOREACH r IN routines %]
4            <li><a href="[% r.url %]">[% r.name %]</a></li>
5            [% END %]
6          </ul>
7        </li>
Note: See TracBrowser for help on using the repository browser.