html_begin [line 258]
(1) Print the document type and the opening <html> tag
html_body_begin [line 380]
(8) Begin the <body> section
html_body_end [line 619]
(14) End the <body> section
html_bottom_banner [line 521]
null html_bottom_banner(
)
|
|
(12) Print a user-defined banner at the bottom of the page if there is one.
html_button [line 1213]
null html_button(
string $p_action, $p_button_text, [array $p_fields = null], [string $p_method = 'post'], string $p_buttion_text
)
|
|
Print an html button inside a form
Parameters:
|
string |
$p_action: |
|
|
string |
$p_buttion_text: |
|
|
array |
$p_fields: |
|
|
string |
$p_method: |
|
|
|
$p_button_text: |
|
html_buttons_view_bug_page [line 1483]
null html_buttons_view_bug_page(
int $p_bug_id
)
|
|
Print all buttons for view bug pages
Parameters:
html_button_bug_assign_to [line 1300]
null html_button_bug_assign_to(
int $p_bug_id
)
|
|
Print Assign To: combo box of possible handlers
Parameters:
html_button_bug_change_status [line 1258]
null html_button_bug_change_status(
int $p_bug_id
)
|
|
Print Change Status to: button This code is similar to print_status_option_list except there is no masking, except for the current state
Parameters:
html_button_bug_create_child [line 1411]
null html_button_bug_create_child(
int $p_bug_id
)
|
|
Print a button to move the given bug to a different project
Parameters:
html_button_bug_delete [line 1459]
null html_button_bug_delete(
int $p_bug_id
)
|
|
Print a button to delete the given bug
Parameters:
html_button_bug_monitor [line 1438]
null html_button_bug_monitor(
int $p_bug_id
)
|
|
Print a button to monitor the given bug
Parameters:
html_button_bug_move [line 1398]
null html_button_bug_move(
int $p_bug_id
)
|
|
Print a button to move the given bug to a different project
Parameters:
html_button_bug_reopen [line 1422]
null html_button_bug_reopen(
int $p_bug_id
)
|
|
Print a button to reopen the given bug
Parameters:
html_button_bug_unmonitor [line 1450]
null html_button_bug_unmonitor(
int $p_bug_id
)
|
|
Print a button to unmonitor the given bug
no reason to ever disallow someone from unmonitoring a bug
Parameters:
html_button_bug_update [line 1244]
null html_button_bug_update(
int $p_bug_id
)
|
|
Print a button to update the given bug
Parameters:
html_button_wiki [line 1470]
null html_button_wiki(
int $p_bug_id
)
|
|
Print a button to create a wiki page
Parameters:
html_content_type [line 275]
null html_content_type(
)
|
|
(3) Print the content-type
html_css [line 303]
(5) Print the link to include the css file
html_end [line 629]
(15) Print the closing <html> tag
html_footer [line 534]
null html_footer(
string $p_file
)
|
|
(13) Print the page footer information
Parameters:
html_header [line 390]
(9) Print the title displayed at the top of the page
html_head_begin [line 267]
(2) Begin the <head> section
html_head_end [line 370]
(7) End the <head> section
html_head_javascript [line 350]
null html_head_javascript(
)
|
|
(6a) Javascript...
html_login_info [line 445]
(11) Print the user's account information
Also print the select box where users can switch projects
html_meta_redirect [line 325]
boolean html_meta_redirect(
string $p_url, [integer $p_time = null], [boolean $p_sanitize = true]
)
|
|
(6) Print an HTML meta tag to redirect to another page This function is optional and may be called by pages that need a redirect.
$p_time is the number of seconds to wait before redirecting. If we have handled any errors on this page and the 'stop_on_errors' config option is turned on, return false and don't redirect.
Parameters:
|
string |
$p_url: |
The page to redirect: has to be a relative path |
|
integer |
$p_time: |
seconds to wait for before redirecting |
|
boolean |
$p_sanitize: |
apply string_sanitize_url to passed url |
html_page_bottom [line 211]
null html_page_bottom(
[string $p_file = null]
)
|
|
Print the part of the page that comes below the page content
$p_file should always be the __FILE__ variable. This is passed to show source
Parameters:
|
string |
$p_file: |
should always be the __FILE__ variable. This is passed to show source |
html_page_bottom1 [line 221]
null html_page_bottom1(
[string $p_file = null]
)
|
|
Print the part of the page that comes below the page content
$p_file should always be the __FILE__ variable. This is passed to show source
Parameters:
|
string |
$p_file: |
should always be the __FILE__ variable. This is passed to show source |
html_page_bottom1a [line 243]
null html_page_bottom1a(
[string $p_file = null]
)
|
|
Print the part of the page that comes below the page content but leave off the menu. This is used during the login process and other times when the user may not be authenticated.
Parameters:
|
string |
$p_file: |
should always be the __FILE__ variable. |
html_page_top [line 124]
null html_page_top(
[string $p_page_title = null], [string $p_redirect_url = null]
)
|
|
Defines the top of a HTML page
Parameters:
|
string |
$p_page_title: |
html page title |
|
string |
$p_redirect_url: |
url to redirect to if necessary |
html_page_top1 [line 137]
null html_page_top1(
[string $p_page_title = null]
)
|
|
Print the part of the page that comes before meta redirect tags should be inserted
Parameters:
|
string |
$p_page_title: |
page title |
html_page_top2 [line 168]
Print the part of the page that comes after meta tags, but before the actual page content
html_page_top2a [line 195]
Print the part of the page that comes after meta tags and before the
actual page content, but without login info or menus. This is used directly during the login process and other times when the user may not be authenticated
html_robots_noindex [line 101]
null html_robots_noindex(
)
|
|
This method must be called before the html_page_top* methods. It marks the page as not for indexing.
html_rss_link [line 110]
Prints the link that allows auto-detection of the associated feed.
html_set_rss_link [line 89]
null html_set_rss_link(
string $p_rss_feed_url
)
|
|
Sets the url for the rss link associated with the current page.
null: means no feed (default).
Parameters:
|
string |
$p_rss_feed_url: |
rss feed url |
html_status_legend [line 1111]
null html_status_legend(
[string 0 = ]
)
|
|
Print the color legend for the status colors
Parameters:
html_status_percentage_legend [line 1153]
null html_status_percentage_legend(
)
|
|
Print the legend for the status percentage
html_title [line 284]
null html_title(
[string $p_page_title = null]
)
|
|
(4) Print the window title
Parameters:
|
string |
$p_page_title: |
window title |
html_top_banner [line 401]
(10) Print a user-defined banner at the top of the page if there is one.
prepare_custom_menu_options [line 638]
array prepare_custom_menu_options(
string $p_config
)
|
|
Prepare an array of additional menu options from a config variable
Parameters:
|
string |
$p_config: |
config name |
print_account_menu [line 990]
null print_account_menu(
[string $p_page = '']
)
|
|
Print the menu for the account section
Parameters:
|
string |
$p_page: |
specifies the current page name so it's link can be disabled |
print_doc_menu [line 1054]
null print_doc_menu(
[string $p_page = '']
)
|
|
Print the menu for the docs section
Parameters:
|
string |
$p_page: |
specifies the current page name so it's link can be disabled |
print_manage_config_menu [line 944]
null print_manage_config_menu(
[string $p_page = '']
)
|
|
Print the menu for the manage configuration section
Parameters:
|
string |
$p_page: |
specifies the current page name so it's link can be disabled |
print_manage_menu [line 859]
null print_manage_menu(
[string $p_page = '']
)
|
|
Print the menu for the manage section
Parameters:
|
string |
$p_page: |
specifies the current page name so it's link can be disabled |
print_menu_graph [line 839]
Print the menu for the graph summary section
print_project_menu_bar [line 803]
null print_project_menu_bar(
)
|
|
Print the menu bar with a list of projects to which the user has access
print_subproject_menu_bar [line 825]
null print_subproject_menu_bar(
$p_project_id, [ $p_parents = '']
)
|
|
Print the menu bar with a list of projects to which the user has access
Parameters:
|
|
$p_project_id: |
|
|
|
$p_parents: |
|
print_summary_menu [line 1083]
null print_summary_menu(
[string $p_page = '']
)
|
|
Print the menu for the summary section
Parameters:
|
string |
$p_page: |
specifies the current page name so it's link can be disabled |