Files

Primary tabs

Contains filters are case sensitive
File name Location Namespacesort descending Description
update_status.info modules/update_status/update_status.info name = Update Status description = Keeps track of version status of modules, and informs the user if an update is available. core = 4.x
student_search.info modules/student_search/student_search.info name = Student Search description = This module allows users to search for students (advisees) core = 4.x
student_search.module modules/student_search/student_search.module
blocks.module modules/blocks/blocks.module
blocks.info modules/blocks/blocks.info name = Blocks description = Manage the location and appearance of blocks in FlightPath core = 4.x
announcements.info modules/announcements/announcements.info name = Announcements description = Administrators may enter announcements which can then be displayed in a block for specific users. core = 4.x requires = content
announcements.module modules/announcements/announcements.module
announcements.install modules/announcements/announcements.install
course_search.install modules/course_search/course_search.install
course_search.info modules/course_search/course_search.info name = Course Search description = Lets users search through courses and descriptions. core = 4.x
course_search.module modules/course_search/course_search.module This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi.
fp_mobile_template.php themes/classic/fp_mobile_template.php
fp_template.php themes/classic/fp_template.php
fp_print_template.php themes/classic/fp_print_template.php
hook.api.php includes/hook.api.php Lists all available hooks within FlightPath's core code.
content.install modules/content/content.install
content.info modules/content/content.info name = Content description = Create generic HTML content for use on your site. core = 4.x
content.module modules/content/content.module
style.css themes/classic/style.css body { font-family: Arial; background-color: #ECECDB; } .c-fieldset-content { /* the astericks mean "only for IE" */ *margin-left: 10px; *margin-right: 10px; } .full_admin_top_options { font-size: 10pt; border: 1px solid…
mobile.css themes/classic/mobile.css .fpcopy-notice { font-size: 0.7em; text-align: center; margin-top: 40px; border-top: 1px solid #ccc; } body { background-color: white; }
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…
comments.css modules/comments/css/comments.css /* Styles for the comments module */ #comments-comment-textarea { width: 100%; height: 100px; } .comments-visible-input-row { font-size: 0.8em; } .comments-copy-paste-help { font-size: 0.7em; } .comments-comment-buttons { text-align:…
admin.css modules/admin/css/admin.css .admin-degrees-list-degree .list-degree-row { padding-bottom: 3px; padding-top: 3px; font-size: 0.9em; } .list-degree-row-excluded { background-color: #ddd; } .admin-button-msg { padding-left: 30px; font-style: italic; color:…
mobile.css modules/blank_degrees/css/mobile.css .course-search-course-extra { display: none; } .degree-search-degree-row { margin: 0; text-decoration: none; display: block; border-bottom: 1px solid #ccc; padding-top: 10px; padding-bottom: 10px; color: black; …
content.css modules/content/css/content.css .content-edit-controls .form-element, .content-edit-controls label { display: inline; padding-right: 10px; }
user.css modules/user/css/user.css table.user-list { font-size: 0.85em; } /* Permissions form */ .admin-perm-table th, .admin-perm-table td { font-size: 0.85em; } .admin-perm-table td.perm-cb { text-align: center; } .admin-perm-table .perm-module-name { background-color:…
blocks.css modules/blocks/css/blocks.css .blocks-table { width: 100%; } .block-module-name { background-color: #eee; border-top: 1em solid white; padding: 5px; }
announcements.css modules/announcements/css/announcements.css /** * CSS file for the announcements module. */ .announcement { margin-bottom: 20px; font-size: 0.9em; } .admin-announcements .announcement { border: 1px solid #ccc; padding: 20px; margin: 20px; } .announcement .announcement-posted…
course_search_mobile_style.css modules/course_search/css/course_search_mobile_style.css .course-search-course-extra { display: none; } .course-search-course-block, .course-search-subject-select-line { margin: 0; text-decoration: none; display: block; border-bottom: 1px solid #ccc; padding-top: 10px; padding-bottom:…
course_search_style.css modules/course_search/css/course_search_style.css .page-content { font-size: 10pt; } .course-search-course-title-row { font-weight: bold; } .course-search-repeat { padding-left: 10px; font-weight: normal; } .course-search-course-block { margin-bottom:20px; margin-left: 10px;…
DegreePlan.php custom/classes/DegreePlan.php
all_custom_classes.php custom/classes/all_custom_classes.php
SubstitutionList.php custom/classes/SubstitutionList.php
Substitution.php custom/classes/Substitution.php
Student.php custom/classes/Student.php
AdvisingScreenTypeView.php custom/classes/AdvisingScreenTypeView.php
GroupList.php custom/classes/GroupList.php
FlightPath.php custom/classes/FlightPath.php
Group.php custom/classes/Group.php
CourseList.php custom/classes/CourseList.php
DatabaseHandler.php custom/classes/DatabaseHandler.php
AdvisingScreen.php custom/classes/AdvisingScreen.php
Semester.php custom/classes/Semester.php
StandardizedTest.php custom/classes/StandardizedTest.php
Course.php custom/classes/Course.php
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…
course_search.edit.inc modules/course_search/course_search.edit.inc This file contains functions relating to editing the course info, like rotation schedule and syllabus
jquery-ui-1.9.2.custom.min.css inc/jqueryui-css/ui-lightness/jquery-ui-1.9.2.custom.min.css /*! jQuery UI - v1.9.2 - 2012-12-13 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css,…
example_helper.info custom/modules/example_helper/example_helper.info name = Example helper module description = This module's source code demonstrates several important features of module development core = 4.x
example_helper.module custom/modules/example_helper/example_helper.module example_helper.module - Example module file

Pages