Please enable JavaScript to view this site.

QPR Knowledge Base 2023.1

  •      
  • Navigation: Developer's Guide > Customizing QPR Portal > Customizing Briefing Booklets

    A Booklet Page Template

    Scroll Prev Top Next More

    There can be several briefing page templates saved as .tpl files in the C:\ProgramData\QPR Software\QPR 2023\2023.1\Servers\Templates\WAS\Booklet\Pages folder. All .tpl files will appear as optional templates in the template selection of the Page Properties view.

     

    A booklet page template is an html file with some extension tags. To construct your own template, use your favorite html editor or a regular text editor. The extension tags allow you to embed page specific data into your template. The booklet page template's extension tags are as follows:

     

    <#nr_page>

    Insert page number.

    <#page_description>

    Insert page description.

    <#page_item index="item number">

    Insert briefing item. Item's number is supplied with the index parameter.

    <#page_name>

    Insert page's name.

    <#page_title>

    Insert page's title.

     

    Additionally, you can use all briefing booklet templates' extension tags with your booklet page template.