equal
deleted
inserted
replaced
36 <br/> |
36 <br/> |
37 |
37 |
38 <table border="0" width="100%" summary=""> |
38 <table border="0" width="100%" summary=""> |
39 <tr> |
39 <tr> |
40 <td style="white-space: nowrap"> |
40 <td style="white-space: nowrap"> |
41 <#assign macrolist=doc.antDatabase.project.macro.name?sort> |
41 <#assign macrolist=doc['antDatabase/*/macro'].name?sort> |
42 <#list macrolist as macrovar> |
42 <#list macrolist as macrovar> |
43 <font class="frameitemfont"> |
43 <font class="frameitemfont"> |
44 <a href="macro-${macrovar}.html" title="${macrovar}" target="classframe">${macrovar}</a> |
44 <a href="macro-${macrovar}.html" title="${macrovar}" target="classframe">${macrovar}</a> |
45 </font> |
45 </font> |
46 <br/> |
46 <br/> |