
HTML Template question
How are the tokens used in the HTML templates, and what reports use what files?
The reason I ask is that I'm slightly confused - there are the following templates:
player_report_page.tpl
player_report_page_start.tpl
Both include some of the same info - the player_report_page_start.tpl file has just the first 20 or so lines of the HTML file, while player_report_page.tpl looks to have the entire page. There are no call-outs that I can see in player_report_page.tpl to the start, end templates. When is each used?
The reason I ask is that I want to customize the pages, and I understand that you cannot substitute any token for one that isn't already in use in the file. To that end, here's my example:
Current player pages show the following text in the Title tag as well as in the header section:
Player Report for #12 Joe Blow
This comes from the [%TITLE] token, from what I can tell. I would prefer something like:
RF Joe Blow Player Profile
In the player_page_report.tpl, there are the following tokens:
[%Name]
[%Position]
When I try to use these in the Title tag in the HTML markup, they don't show up. It would appear that the player reports are combined from several different tpl files. Is there any guidance available on what templates actually make up what report outputs?
Thanks
Last edited by sox9418; 08-15-2007 at 10:07 AM.
|