Customizing pssRecruit web pages
The appearance of pssRecruit web pages can be customized by changing the HTML in various *.tpl files. These *.tpl files can have any valid name as configured in the pssRecruit.ini file. For purposes of explanation the file names from the sample configuration above will be used here.
There are eight *.tpl file settings that help create the web page content viewed by the client or administrator in the web browser. Generally these files contain HTML that will appear above or below the page content generated by the pssRecruit application.
- Header Templates These files (ending with the .tpl file extension) contain the HTML that will appear above the dynamic data generated by pssRecruit. The HTML appearing in the header templates will appear immediately following the <BODY> tag generated by pssRecruit. The file should NOT contain the typical page opening tags (<HTML>, <HEAD>, <BODY>, ...) - these tags are automatically generated by the application. Header templates can be different for each interface; Welcome, Summary, Detail, and Admin. Or, you could use the same header template for all. These are the available footer templates as set in the pssRecruit.ini file.
Click here to see details of the HTML Templates that come with the download package
- AdminHeader = header.tpl. This parameter specifies a file to use as a header on all admin pages.
- WelcomePageHeader = header.tpl. This parameter specifies a file to use as a header on the welcome page (first page viewed by a client).
- SummaryPageHeader = header.tpl. This parameter specifies a file to use as a
header on area summary pages.
- DetailPageHeader = header.tpl This parameter specifies a
file to use as a header on job detail pages.
- Footer Templates These files (ending with the .tpl file extension) contain the HTML that will appear below the dynamic data generated by pssRecruit. The HTML appearing in the footer templates will appear immediately before the </BODY> tag generated by pssRecruit. The file should NOT contain the typical page closing tags (</BODY>, </HTML>, ...) - these tags are automatically generated by the application. Footer templates can be different for each interface; Welcome, Summary, Detail, and Admin. Or, you could use the same footer template for all. These are the available footer templates as set in the pssRecruit.ini file.
Click here to see details of the HTML Templates that come with the download package
- AdminFooter = footer.tpl This parameter specifies a file to use as a footer on all admin pages.
- WelcomePageFooter = WelcomePageFooter.tpl This parameter specifies a file to use as a footer on the welcome page (first page viewed by a client).
- SummaryPageFooter = footer.tpl This parameter
specifies a file to use as a footer on area summary pages.
- DetailPageFooter = footer.tpl This parameter specifies a file to use as a footer on job detail pages.