% // *** // * This template is described as a tutorial in HelpNDoc's help file // *** // Variable declarations var // List of topics available in the current project aTopicList: THndTopicsInfoArray; // Current topic index nCurTopic: Integer; // Topic level nTopicLevel: integer; // Main program begin // Output BOM for HTML UTF8 files HndGeneratorInfo.BOMOutput := True; // Instruct the generator to generate the desired output file HndGeneratorInfo.CurrentFile := ExtractFileName(HndGeneratorInfo.OutputFile); // Get the list of topics available aTopicList := HndTopicsEx.GetTopicListGenerated(False, False); %>
<% print(HTMLEncode(HndProjects.GetProjectCopyright())); %>
<% end. %>