24 calls to fp_render_curved_line()

admin_display_main in modules/admin/admin.module
This is the "main" page for the admin module. It's what the user first sees when the click to go to the Admin page.
advise_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_display_popup_change_term in modules/advise/advise.module
This popup allows the advisor to change the advising term.
advise_display_popup_change_track in modules/advise/advise.module
advise_display_popup_change_track_non_dynamic_degree in modules/advise/advise.module
This is the "change track" popup we will display if the degree cannot be combined with anything else (non-dynamic).
advise_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
advise_what_if_selection_form in modules/advise/advise.module
blocks_render_blocks in modules/blocks/blocks.module
This function will actually render the HTML for the blocks requested for a particular section and region.
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.
fp_render_menu_block in includes/theme.inc
Render a "menu" block of menu items which are all rooted at the menu_root. So if the menu root is tools, it might return items whose paths look like: tools/fun tools/here/there So long as the menu type is "MENU_TYPE_NORMAL_ITEM". …
student_search_render_advisees in modules/student_search/student_search.module
system_display_login_page in modules/system/system.module
Display the "login" page. This is the default page displayed to the user, at /login, if they have not logged in yet.
system_popup_report_contact_form in modules/system/system.module
This is the form which lets users send an email to the FlightPath production team,
system_popup_report_contact_thank_you in modules/system/system.module
This is the thank you page you see after submitting the contact form.
z__old__advise_display_popup_change_track in modules/advise/advise.module
z___advise_display_what_if_selection in modules/advise/advise.module
Displays the pulldown select list for picking a new What If degree. Returns HTML.
_AdvisingScreen::display_popup_course_description in classes/_AdvisingScreen.php
Displays the contents of the Descripton tab for the course popup.
_AdvisingScreen::display_popup_substitute in classes/_AdvisingScreen.php
This is used to display the substitution popup to a user, to let them actually make a substitution.
_AdvisingScreen::display_toolbox_courses in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's courses which they have taken.
_AdvisingScreen::display_toolbox_moved in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's moved courses. That is, courses which have had their group memberships changed.
_AdvisingScreen::display_toolbox_substitutions in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's substututions
_AdvisingScreen::display_toolbox_transfers in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's transfers
_AdvisingScreen::draw_box_top in classes/_AdvisingScreen.php
Used to draw the beginning of semester boxes and other boxes, for example the footnotes.