Guest User

Untitled

a guest
May 3rd, 2018
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <table>
  2. <tr>
  3. <#if child.isDocument>
  4. <td>
  5. <a href="${url.context}${child.url}" target="new">
  6. <img src="${url.context}${child.icon16}" border=0></a>
  7. </td>
  8. <td>
  9. <b><a href="${url.context}${child.url}" target="new">${child.properties.name}</a></b>
  10. </td>
  11. <#else>
  12. <td><img src="${url.context}${child.icon16}" border=0></a></td>
  13. <td>
  14. <b>${child.properties.name}</b>
  15. </td>
  16. </#if>
  17. </tr>
  18. </table>
Add Comment
Please, Sign In to add comment