The HTML template files displayed here are those contained in the pssRecruit
download package. We have included a breif line-by-line description to help you visualize how to totally customize the pssRecruit dynamically created web pages.
In this header.tpl file the following elements are found:
- A CENTER tag
- A Heading 1 element with the page title
- The closing CENTER tag
Progressive Software Solutions' On-line Recruiting Software
In this footer.tpl file the following elements are found:
- A full width Horizontal Rule
- An opening FORM tag with action parameter
- An INPUT button with an OnClick event script to open the previous page from the
browser's history
- An INPUT button with an Onclick event script to open the home page at www.progressivesoft.com
- The closing FORM tag
In this PopupHTML.tpl file the following elements are found:
- An opening TABLE element tag, defining its appearance
- The TR and TD opening element tags
- A FONT definition tag
- The table cell content inside a B-old element
- The closing FONT element
- Corresponding closing TR, TD and TABLE tags
In this WelcomPageHeader.tpl file the following elements are found:
- A CENTER element tag
- A Heading 1 element containing the page title
- A Heading 2 element containing user instructions
- The closing CENTER tag
Progressive Software Solutions' On-line Recruiting Software
Choose a Discipline
In this WelcomPageFooter.tpl file the following elements are found:
- A Horizontal Rule set to appear 75% of the window width
- An opening FORM element tag with an action parameter
- An INPUT button with an OnClick event script to open the home page at www.progressivesoft.com
- The closing FORM tag