This page (revision-50) was last changed on 26-Nov-2021 10:22 by kparrott

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
50 26-Nov-2021 10:22 1 KB kparrott to previous HOW_DO_I_ADD_A_HEADER_OR_FOOTER_TO_A_SCREEN ==> HOW TO ADD A HEADER OR FOOTER TO A SCREEN
49 26-Nov-2021 10:22 1 KB jmyers to previous | to last
48 26-Nov-2021 10:22 3 KB jmyers to previous | to last
47 26-Nov-2021 10:22 4 KB jmyers to previous | to last
46 26-Nov-2021 10:22 5 KB jmyers to previous | to last
45 26-Nov-2021 10:22 5 KB jmyers to previous | to last
44 26-Nov-2021 10:22 6 KB jmyers to previous | to last
43 26-Nov-2021 10:22 7 KB jmyers to previous | to last
42 26-Nov-2021 10:22 9 KB jmyers to previous | to last
41 26-Nov-2021 10:22 10 KB jmyers to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 21 removed 29 lines
!Q: HOW DO I ADD A HEADER OR FOOTER TO A SCREEN?
A: Although headers and footers appear on the form, they are set up at the Function level.
# Access the Maintain Function form ([IMFN]) through the Web Site Administrator main menu. You will be presented with a list of functions.
# Select the function to which you wish to add the Header and/or Footer.
# Click on the Preferences tab.
# Click the Add icon found at the bottom of the list of functions.
# Enter a Seq. number. We recommend using numbers increased by increments of ten. (e.g. 10, 20, 30, etc.)
# Enter in the Preference; HEADER INFO or FOOTER INFO.
# Enter the location of the html or jsp file in the Value field i.e. docs/WEDPN_Header.html
# Save the file.
We have supplied various sample screen headers and footers throughout Self Service. These headers and footers are either HTML or JSP files which are saved in the "docs" folder under selfService on your 9ias server.
The headers and footers provided can be edited to your requirements. It is recommended, however, that you follow our naming conventions for these files.
;Header:
Each header is named as follows:
FUNCTION_Header.html or FUNCTION_Header.jsp, where FUNCTION is the name of the function to which you will be applying this header (e.g. WEEPP_Header.html).
;Footer:
Each footer is named as follows:
FUNCTION_Footer.html or FUNCTION_Footer.jsp, where FUNCTION is the name of the function to which you will be applying this footer (e.g. WEEP_Footer.html).
A header and/or footer will only appear on a screen if the Header Info and/or Footer Info preferences have been properly setup via the Maintain Functions ([IMFN]) screen in Self Service Administration module to call the appropriate HTML or JSP document
from the "docs" directory.
Whenever Self Service software updates are provided there is the chance that supplied documents in the "docs" folder will be overwritten. To avoid losing any newly created documents or changes made to the delivered documents, we recommend that you keep a master copy of ALL required headers and footers outside of the server environment.