squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Go to the source code of this file.
Namespaces | |
squirrelmail | |
Functions | |
html_tag ( $tag, $val='', $align='', $bgcolor='', $xtra='') | |
set_url_var ($url, $var, $val=null, $link=true) | |
echo_template_var ($var, $format_ar=array()) | |
echo_template_var | ( | $var, | |
$format_ar = array() |
|||
) |
Definition at line 155 of file html.php.
Referenced by view_header().
html_tag | ( | $tag, | |
$val = '' , |
|||
$align = '' , |
|||
$bgcolor = '' , |
|||
$xtra = '' |
|||
) |
Generate html tags
string | $tag | Tag to output |
string | $val | Value between tags |
string | $align | Alignment (left, center, etc) |
string | $bgcolor | Back color in hexadecimal |
string | $xtra | Extra options |
Definition at line 27 of file html.php.
References $languages, $ret, and $squirrelmail_language.
Referenced by addr_display_result(), address_form(), addressbook_inp_field(), calendar_header(), confirm_deletion(), confirm_update(), day_header(), delete_move_next_display_inside(), display_events(), display_result(), displayHtmlHeader(), displayMessageArray(), displayPageHeader(), drawmonthview(), endcalendar(), error_box(), formatEnvheader(), formatMenubar(), formatToolbar(), getSmallStringCell(), list_writable_backends(), Mail_Fetch_Status(), mail_message_listing_beginning(), mail_message_listing_end(), OptionSubmit(), pf_show_attachments(), plugin_listcommands_menu(), print_option_groups(), print_optionpages_row(), printHeader(), printMessageInfo(), printSearchMessages(), show_event_form(), showInputForm(), sqspell_getWords(), sqspell_makePage(), sqspell_makeWindow(), startcalendar(), and update_event_form().
set_url_var | ( | $url, | |
$var, | |||
$val = null , |
|||
$link = true |
|||
) |
This function is used to add, modify or delete GET variables in a URL. It is especially useful when $url = $PHP_SELF
Set $val to NULL to remove $var from $url. To ensure compatibility with older versions, use $val='0' to set $var to 0.
string | $url | url that must be modified |
string | $var | GET variable name |
string | $val | variable value |
boolean | $link | controls sanitizing of ampersand in urls (since 1.3.2) |
Definition at line 109 of file html.php.
References $url.
Referenced by attachment_common_link_html(), attachment_common_link_image(), attachment_common_link_text(), attachment_common_link_vcard(), formatEnvheader(), formatMenubar(), and formatRecipientString().