Book a Demo

Author Topic: HTML Reports - Special tag names in web template  (Read 1993 times)

astralclouds

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
HTML Reports - Special tag names in web template
« on: February 11, 2009, 09:30:13 pm »
The 'special tag names' in the HTML reports templates (web template) are not documented. Each template component uses various tag names, such as #TITLE#, #CSS#, #CONTENT#, #JS#, #TOC#, #HOME#, #VERSION#.

However, I find that I cannot use these tag names to reference package attributes just anywhere. For instance, I am sharing my HTML report with a customer and they need to be aware of the package version. I don't want to have to maintain this manually as this is a corporate shared model. I tried adding #VERSION# after #TITLE# in the content header but the following is displayed:

<actual report title>#VERSION#

Please explain if there is a way to reference package attributes in this way.