Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <ul>
  2. <#assign t = "_blank">
  3. <#if Target?? && Target.getData() != "">
  4. <#assign t = Target.getData() >
  5. </#if>
  6.  
  7. <#if ApplicationURL.getData() == "">
  8. <li>${ApplicationName.getData()}</li>
  9. <#else>
  10. <li><a target="${t}" href="${ApplicationURL.getData()}">${ApplicationName.getData()}</a></li>
  11. </#if>
  12. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement