...
webpage ( paths are shown relative to home folder path ) | description |
---|---|
config.php | global variables (see below) and System-Generated Emails |
rfp_footer.html | system footer |
prelim_investigators.php | contains link to resume template |
investigators.php | contains link to resume template |
schedule.php | contains link to project schedule template |
instructions_includes/panel_review_instructions.php | Panel Review Instructions |
...
variable | description | ||
---|---|---|---|
$domain | URL of host website (e.g. seagrant.mit.edu) | ||
$ftp_domain | URL of host server (e.g. nereides.mit.edu) | ||
$home_folder_path | Absolute path of home folder on host server (e.g. /var/https/htdocs) | $pp_PI_limit | Upper-limit of how many full investigator records to accept, per proposal, at pre-proposal stage (e.g. 2) |
$site_title | Title appearing at top of browser (e.g. MIT Sea Grant College Program) | ||
$SG_pgrm | SG program (e.g. MIT Sea Grant) | ||
$granting_inst | Host institution for SG program (e.g. Massachusetts Institute of Technology) | ||
$granting_inst_short | Host institution acronym for SG program (e.g. MIT) | ||
$mysql_connect_path_RFP | Absolute path of mysql connect script for RFP database (e.g. /var/https/mysql_connects/mysql_connect_PC.php) | ||
$mysql_connect_path_PM | Absolute path of mysql connect script for PM database (e.g. /var/https/mysql_connects/mysql_connect_MITSG.php) | ||
$mysql_connect_path_RFP_no_esc | Absolute path of mysql remote connect script for RFP database (e.g. /var/https/mysql_connects/mysql_connect_PC_no_esc.php) | ||
$mysql_connect_path_PM_no_esc | Absolute path of mysql remote connect script for PM database (e.g. /var/https/mysql_connects/mysql_connect_MITSG_no_esc.php) | ||
$public_registration | Determines whether registration link is visible at Control Panel login. (1 = Yes, 0 = No) If no, then the name and email address for the primary research contact person (see below) is provided instead. | ||
$gen_system_title | Default system header (e.g. Proposal Online Submission) | ||
$fp_banner_bkgd_color | Full proposal header background color (e.g. #000033) | ||
$fp_banner_font_color | Full proposal header font color (e.g. #CCCCCC) | ||
$pp_banner_bkgd_color | Preliminary proposal header background color (e.g. #330000) | ||
$pp_banner_font_color | Preliminary header font color (e.g. #CCCCCC) | ||
$rep_banner_bkgd_color | Project reporting header background color (e.g.#000033) | ||
$rep_banner_font_color | Project reporting header font color (e.g. #CCCCCC) | ||
$pp_rev_system_title | Preliminary proposal review header (e.g. Pre-Proposal Review) | ||
$fp_peer_rev_system_title | Full proposal peer review header (e.g. Full Proposal Peer Review) | ||
$fp_panel_rev_system_title | Full proposal panel review header (e.g. Full Proposal Panel Review) | ||
$rep_system_title | Project reporting header (e.g. Project Reporting) | ||
$admin_rev_system_title | Proposal cycle administrative review header (e.g. Proposal Cycle Administrative Review) | ||
$banner_bkgd_img | Default banner (e.g. images/cape_cod.jpg) | ||
$SG_pgrm_logo | Default logo - large (e.g. images/NUmitsg.jpg) | ||
$SG_pgrm_logo_sm | Default logo - small (images/NUmitsg_small.jpg) | ||
$emp_research_name | Name of primary contact for research questions | ||
$emp_budgets_name | Name of primary contact for budget questions | ||
$emp_tech_name | Name of primary contact for website technical questions | ||
$emp_comm_name | Name of primary contact for communications questions | ||
$emp_research_title | Title of primary contact for research questions | ||
$emp_budgets_title | Title of primary contact for budget questions | ||
$emp_tech_title | Title of primary contact for website technical questions | ||
$emp_comm_title | Title of primary contact for communications questions | ||
$emp_research_phone | Phone # of primary contact for research questions | ||
$emp_budgets_phone | Phone # of primary contact for budget questions | ||
$emp_tech_phone | Phone # of primary contact for website technical questions | ||
$emp_comm_phone | Phone # of primary contact for communications questions | ||
$emp_research_email | Email address of primary contact for research questions | ||
$emp_budgets_email | Email address of primary contact for budget questions | ||
$emp_tech_email | Email address of primary contact for website technical questions | ||
$emp_comm_email | Email address of primary contact for communications questions | ||
recaptchalib.php | Relative path to recaptcha | ||
$privatekey | Recaptcha private key | ||
$publickey | Recaptcha public key |