71 calls to fp_url()

admin_display_courses in modules/admin/admin.courses.inc
This function displays all of our courses for us to edit.
admin_display_degrees in modules/admin/admin.degrees.inc
admin_display_groups in modules/admin/admin.groups.inc
This function will display a list of all our groups.
admin_display_groups_popup_edit_definition in modules/admin/admin.groups.inc
admin_display_watchdog in modules/admin/admin.module
admin_edit_degree_form in modules/admin/admin.degrees.inc
Meant to replace the old-fashioned display_edit_degree function...
admin_edit_group_form in modules/admin/admin.groups.inc
This function lets the user edit a group.
advise_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_display_view in modules/advise/advise.module
This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
AdvisingScreen::build_footnotes in classes/AdvisingScreen.php
Constructs the HTML which will show footnotes for substitutions and transfer credits.
AdvisingScreen::display_popup_group_select in classes/AdvisingScreen.php
This function displays the popup which lets a user select a course to be advised into a group.
AdvisingScreen::draw_popup_group_subject_select in classes/AdvisingScreen.php
When the groupSelect has too many courses, they are broken down into subjects, and the user first selects a subject. This function will draw out that select list.
alerts_advisees_alerts_form in modules/alerts/alerts.module
Displays alerts for our various advisees.
audit_display_audit in modules/audit/audit.module
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
blank_degrees_select_degree_form in modules/blank_degrees/blank_degrees.module
This form lets the user select which degree they wish to view.
calendar_build_custom_calendar in modules/calendar/calendar.module
Actually renders the HTML for the calendar.
calendar_content_alter in modules/calendar/calendar.module
Implements hook_content_alter. We want to alter the way that our calendar appointments are displayed.
calendar_display_schedule_appointment_page in modules/calendar/calendar.module
This is the page which lets students schedule an appointment with the faculty member supplied in the user_id.
calendar_display_schedule_staff_page in modules/calendar/calendar.module
This page (primarily meant for students) is for quickly finding your advisor or professor or whomever, and finding their link to schedule an appointment with them.
calendar_display_user_appointment_settings_page in modules/calendar/calendar.module
This page is where the user can configure their various appointment settings (like when they offer them)
calendar_get_available_times_on_date in modules/calendar/calendar.module
calendar_render_mini_calendar in modules/calendar/calendar.module
calendar_schedule_appointment_confirm_form in modules/calendar/calendar.module
The confirmation form the user will see once they have made their schedule selections.
content_display_content_admin_list in modules/content/content.module
Display a list of content for the administrator
content_get_uploaded_file in modules/content/content.module
content_public_files_form in modules/content/content.module
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/
content_render_content in modules/content/content.module
Return the HTML rendering the content we have in the database.
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
course_search_display_search in modules/course_search/course_search.module
Displays the search pulldown for the user to use to find courses.
course_search_get_course_syllabus_details in modules/course_search/course_search.module
engagements_create_new_tracking_img_url in modules/engagements/engagements.module
Generates a URL to our tracking pixel, based on the cid included.
engagements_display_advisee_engagements_page in modules/engagements/engagements.module
engagements_display_main in modules/engagements/engagements.module
displays the main Engagements tab, which shows the history of past engagements.
fp_build_sub_tab_array in includes/theme.inc
Create a "sub-tab" array, which looks like a standard tab_array, but it contains only this page's sub-tab siblings.
fp_build_tab_array in includes/theme.inc
Looks at the current page array and returns a valid $tab_array Meant for the top of the screen.
fp_goto in includes/misc.inc
Redirect the user's browser to the specified internal path + query.
fp_render_form in includes/render.inc
Render the form array from the callback to the screen, and set the form to save itself in our default submit handler. Valid form_types are: "system_settings" => values automatically saved to variables table. "normal" or BLANK…
fp_render_menu_item in includes/theme.inc
fp_render_sidebar_left_content in includes/theme.inc
Returns the HTML for the left sidebar content.
fp_render_student_profile_header in includes/theme.inc
Returns the HTML for the "profile" header html for a student
fp_render_top_nav_content in includes/theme.inc
Returns the HTML for the top navigation content of the screen itself.
l in includes/misc.inc
This works like Drupal's l() function for creating links. Ex: l("Click here for course search!", "tools/course-search", "abc=xyz&hello=goodbye", array("class" => "my-class")); Do not…
page--login.tpl.php in themes/how_to_customize/custom_fp6_clean/page--login.tpl.php
This file is responsible for outputting our content to the web browser.
page--login.tpl.php in themes/fp6_clean/page--login.tpl.php
This file is responsible for outputting our content to the web browser.
page.tpl.php in themes/how_to_customize/custom_fp6_clean/page.tpl.php
This file is responsible for outputting our content to the web browser.
page.tpl.php in themes/fp6_clean/page.tpl.php
This file is responsible for outputting our content to the web browser.
stats_draw_date_range_form in modules/stats/stats.module
Displays the HTML for the date range form used by several reports. $path is what is the form's ACTION sending to.
stats_report_access_stats in modules/stats/stats.module
This report shows recent activity in FlightPath. It can also be used to see if anyone is "online" in that they would have activity less than 5 minutes old.
stats_report_course_use_summary in modules/stats/stats.module
This report will display everywhere a particular course is used in FlightPath (groups and degrees)
stats_report_student_course_list in modules/stats/stats.module
This report shows a list of all of a student's courses which FlightPath is aware of.
student_files_content_alter in modules/student_files/student_files.module
Implememnt hook_content_alter
student_priority_display_priority_calculations_page in modules/student_priority/student_priority.module
Displays the calculations used to get the priority values. Can be displayed in either the dialog or stand-alone.
student_profile_display_student_profile_page in modules/student_profile/student_profile.module
student_search_display_majors_search in modules/student_search/student_search.module
Display the majors search sub-tab, where we can select a major and see the students assigned to it.
student_search_render_advisees in modules/student_search/student_search.module
student_search_render_small_search in modules/student_search/student_search.module
This is meant to be called directly from the theme template, to draw the small search box in the corner of the screen.
system_display_dashboard_page in modules/system/system.module
This is the "dashboard" page for FlightPath, which replaces the "main" page from FP 5.
system_modules_form in modules/system/system.module
This is the form which an admin may use to manage the modules in the system.
system_render_advising_snapshop_for_iframe in modules/system/system.module
This is meant to be a widget which shows in the dashboard of the advising user, within an iframe, since it can take a while to load.
user_alter_student_profile_items in modules/user/user.module
Implements hook_alter_student_profile_items
user_edit_student_user_form in modules/user/user.student.inc
Let the user edit a studentuser's information.
user_edit_user_advisees_form in modules/user/user.module
This form lets us populate the advisor_student table
user_edit_user_attributes_form in modules/user/user.module
user_edit_user_form in modules/user/user.module
Let the user edit a user's roles and other information.
user_student_edit_student_courses_form in modules/user/user.student.inc
This is the form which we will use to manage a student's courses they've taken.
z__admin_display_watchdog in modules/admin/admin.module
Displays recent watchdog entries, from the watchdog table
z__stats_draw_student_cwid_form in modules/stats/stats.module
Draws a simple form for entering a student's CWID, used by other reports.
z__stats_report_selected_degree_options in modules/stats/stats.module
This report will show which degree options are being selected for degrees which offer options.
z__student_search_render_advisees in modules/student_search/student_search.module
z______student_search_render_advisees in modules/student_search/student_search.module