Whenever a new call or reporting period is created in FMP, you need to create an instructions set for it. This is best accomplished by duplicating an existing instructions set that is most like what the new instruction set will become and then editing the new instructions files.
CALL-SPECIFIC FILES
Pre-Proposal Submission interface page header contents : preprop_nav_header_file_list.php
Full Proposal Submission interface page header contents : fp_nav_header_file_list.php
PRE-PROPOSAL INSTRUCTIONS
'instructions_prelim.php' is the core instructions page for submitting pre-proposals in eSG. Both the pre-proposal start page (index_prelim.php), and the printer-friendly, publicly-accessible version (index_pp_popup.php) include 'instructions_prelim.php'. If accessed via a public page, 'index_pp_popup.php' requires a query parameter for call ID (e.g. "index_pp_popup.php?call_id=1").
FULL PROPOSAL INSTRUCTIONS
'instructions.php' file is the core instructions page for submitting full proposals in eSG. 'justification_includes' folder holds files used in budget instructions and budget justification pop-ups. Both the full proposal start page (index_fp.php), and the printer-friendly, publicly-accessible version (index_fp_popup.php) include 'instructions.php'. If accessed via a public page, 'index_fp_popup.php' requires a query parameter for call ID (e.g. "index_fp_popup.php?call_id=1").
JUSTIFICATION INSTRUCTIONS
Each call instructions set contains a set of budget justification includes. These instructions appear both in core instructions pages and the justification pop-ups.
PRE-PROPOSAL REVIEW INSTRUCTIONS
Each call also uses two embedded, call-specific pre-proposal review instructions includes that work just like the call-specific instructions includes for the proposal submission interfaces. There's one set for each pre-proposal review configuration (1:simple, 2:complex), and correspond to instructions sections at the top and bottom of the peer review interface.
FULL PROPOSAL PEER REVIEW INSTRUCTIONS
Each call also uses two embedded, call-specific peer review instructions includes that work just like the call-specific instructions includes for the proposal submission interfaces. There's one set for each peer review configuration (1:simple, 2:complex), and correspond to instructions sections at the top and bottom of the peer review interface.
Reporting period instructions work similar to call instructions, where each php file is an include that appears both at the start page for that reporting period, and in the specific form that php file pertains to.