20 calls to fp_render_content()
Search API
- 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.
- 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_course_description in classes/
AdvisingScreen.php - Displays the contents of the Descripton tab for the course popup.
- AdvisingScreen::display_screen in classes/
AdvisingScreen.php - This function generates the HTML to display the screen. Should be used in conjunction with output_to_browser()
- AdvisingScreen::display_semester in classes/
AdvisingScreen.php - Given a Semester object, this will generate the HTML to draw it out to the screen. We will take advantage of the render engine, so we can utilize hook_content_alter later on.
- AdvisingScreen::draw_box_top in classes/
AdvisingScreen.php - Used to draw the beginning of semester boxes and other boxes, for example the footnotes.
- AdvisingScreen::draw_course_row in classes/
AdvisingScreen.php - This is used by lots of other functions to display a course on the screen. It will show the course, the hours, the grade, and quality points, as well as any necessary icons next to it.
- AdvisingScreen::draw_group_select_row in classes/
AdvisingScreen.php - This draws the "blank row" for a group on the degree plan, which instructs the user to click on it to select a course from the popup.
- blank_degrees_display_blank_degree in modules/
blank_degrees/ blank_degrees.module - calendar_display_upcoming_appointments in modules/
calendar/ calendar.module - content_view_content in modules/
content/ content.module - Display the content specified in the GET's cid.
- 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.
- system_display_dashboard_page in modules/
system/ system.module - This is the "dashboard" page for FlightPath, which replaces the "main" page from FP 5.
- user_display_student_users in modules/
user/ user.student.inc - Similar to user_display_users, except only for student users.
- user_display_users in modules/
user/ user.module - Display our list of faculty/staff users in the system.