Files

Primary tabs

Contains filters are case sensitive
File namesort descending Location Namespace Description
phpmailer.lang-pl.php inc/PHPMailer/language/phpmailer.lang-pl.php
phpmailer.lang-pt.php inc/PHPMailer/language/phpmailer.lang-pt.php
phpmailer.lang-pt_br.php inc/PHPMailer/language/phpmailer.lang-pt_br.php
phpmailer.lang-ro.php inc/PHPMailer/language/phpmailer.lang-ro.php
phpmailer.lang-ru.php inc/PHPMailer/language/phpmailer.lang-ru.php
phpmailer.lang-sk.php inc/PHPMailer/language/phpmailer.lang-sk.php
phpmailer.lang-sl.php inc/PHPMailer/language/phpmailer.lang-sl.php
phpmailer.lang-sr.php inc/PHPMailer/language/phpmailer.lang-sr.php
phpmailer.lang-sv.php inc/PHPMailer/language/phpmailer.lang-sv.php
phpmailer.lang-tl.php inc/PHPMailer/language/phpmailer.lang-tl.php
phpmailer.lang-tr.php inc/PHPMailer/language/phpmailer.lang-tr.php
phpmailer.lang-uk.php inc/PHPMailer/language/phpmailer.lang-uk.php
phpmailer.lang-vi.php inc/PHPMailer/language/phpmailer.lang-vi.php
phpmailer.lang-zh.php inc/PHPMailer/language/phpmailer.lang-zh.php
phpmailer.lang-zh_cn.php inc/PHPMailer/language/phpmailer.lang-zh_cn.php
PHPMailer.php inc/PHPMailer/src/PHPMailer.php PHPMailer\PHPMailer
pImage.class.php inc/pchart/pchart/class/pImage.class.php
POP3.php inc/PHPMailer/src/POP3.php PHPMailer\PHPMailer
popup.css modules/tinymce/inc/tiny_mce/plugins/xhtmlxtras/css/popup.css input.field, select.field {width:200px;} input.picker {width:179px; margin-left: 5px;} input.disabled {border-color:#F2F2F2;} img.picker {vertical-align:text-bottom; cursor:pointer;} h1 {padding: 0 0 5px 0;} .panel_wrapper div.current…
pPie.class.php inc/pchart/pchart/class/pPie.class.php
props.css modules/tinymce/inc/tiny_mce/plugins/style/css/props.css #text_font {width:250px;} #text_size {width:70px;} .mceAddSelectValue {background:#DDD;} select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padding_right, #box_padding_bottom, #box_padding_left {width:70px;} #box_margin_top,…
READEME.txt custom/files/READEME.txt This directory (/custom/files) must be readable/writable by the webserver. This is where modules will store uploaded files. One example of how to make this directory writable would be with the CHMOD command. Ex: chmod 777 files Your specific…
README.txt README.txt FlightPath - The Electronic Student Advising System =================================================== FlightPath may be downloaded from: http://getflightpath.com Check the above address for updates, modules, and technical…
README.txt modules/tinymce/README.txt TinyMCE FlightPath Module ========================= Though this module is included with the FlightPath software system, the editor itself was not programmed by any member of the FlightPath production team. For more information about the TinyMCE…
README.txt modules/batch/README.txt README File for Batch API module ================================ For instructions on this module's use (which appeals primarily to developers), search FlightPath's documentation:…
README.txt themes/basic/README.txt READEME for Basic Starter theme =============================== Unlike the "classic" theme, this theme is meant to be very plain and basic, lacking many of the images which comprise the classic theme's layout. The idea is for you to…
README.txt inc/pchart/README.txt This directory contains a portion of the pChart library, an excellent GPLv3 library for creating pie charts in PHP. For more information, visit: http://pchart.net
readme.txt inc/pchart/pchart/readme.txt Non-displayable characters.
readme.txt modules/tinymce/inc/tiny_mce/plugins/style/readme.txt Edit CSS Style plug-in notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Unlike WYSIWYG editor functionality that operates only on the selected text, typically by inserting new HTML elements with the specified styles. This plug-in operates on the HTML blocks…
render.inc includes/render.inc
row.css modules/tinymce/inc/tiny_mce/plugins/table/css/row.css /* CSS file for row dialog in the table plugin */ .panel_wrapper div.current { height: 200px; } .advfield { width: 200px; } #action { margin-bottom: 3px; } #rowtype,#align,#valign,#class,#height { width: 150px; } #height { width:…
searchreplace.css modules/tinymce/inc/tiny_mce/plugins/searchreplace/css/searchreplace.css .panel_wrapper {height:85px;} .panel_wrapper div.current {height:85px;} /* IE */ * html .panel_wrapper {height:100px;} * html .panel_wrapper div.current {height:100px;}
Semester.php custom/classes/Semester.php
smtp.info modules/smtp/smtp.info name = SMTP Mail Protocol description = Send emails using SMTP instead of sendmail and PHP mail() command. core = 5.x
smtp.module modules/smtp/smtp.module This is the main module file for SMTP, which will let us send emails using SMTP instead of PHP's mail() command.
SMTP.php inc/PHPMailer/src/SMTP.php
StandardizedTest.php custom/classes/StandardizedTest.php
stats.info modules/stats/stats.info name = Stats description = Look up various usage stats & run reports about FlightPath core = 5.x requires = batch
stats.module modules/stats/stats.module This module displays statistics and reports for FlightPath
Student.php custom/classes/Student.php
student_search.css modules/student_search/css/student_search.css .major-search-form { text-align: center; padding-top: 30px; padding-bottom: 30px; } .major-search-form label { font-size: 0.8em; font-weight: bold; } .student_search_advisee_results { cursor: pointer; font-size:…
student_search.info modules/student_search/student_search.info name = Student Search description = This module allows users to search for students (advisees) core = 5.x
student_search.module modules/student_search/student_search.module
style.css themes/basic/style.css This CSS file pertains to the look of content itself in FlightPath.
style.css themes/fp5_clean/style.css This CSS file pertains to the look of content itself in FlightPath.
style.css themes/classic/style.css This CSS file pertains to the look of content itself in FlightPath.
style.css modules/system/css/style.css /* Login page */ .fp-form-system_login_form { padding-top: 20px; padding-left: 20px; } .fp-form-system_login_form label { display: inline-block; width: 105px; } .fp-form-system_login_form #element-user, .fp-form-system_login_form…
Substitution.php custom/classes/Substitution.php
SubstitutionList.php custom/classes/SubstitutionList.php
system.info modules/system/system.info name = System description = This module controls various settings for FlightPath, and is required for FlightPath to run. It cannot be disabled. core = 5.x required = true schema = 8

Pages