dm_html_anchor Function

public pure function dm_html_anchor(anchor, encode) result(html)

Returns HTML anchor tag. Address and inner HTML of the anchor element are encoded by default.

Arguments

Type IntentOptional Attributes Name
type(anchor_type), intent(in) :: anchor

Anchor type.

logical, intent(in), optional :: encode

Encode address and inner HTML of anchor element.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_anchor~~CallsGraph proc~dm_html_anchor dm_html_anchor proc~dm_html_encode dm_html_encode proc~dm_html_anchor->proc~dm_html_encode

Called by

proc~~dm_html_anchor~~CalledByGraph proc~dm_html_anchor dm_html_anchor proc~dm_html_beat dm_html_beat proc~dm_html_beat->proc~dm_html_anchor proc~dm_html_beats dm_html_beats proc~dm_html_beats->proc~dm_html_anchor proc~dm_html_log dm_html_log proc~dm_html_log->proc~dm_html_anchor proc~dm_html_logs dm_html_logs proc~dm_html_logs->proc~dm_html_anchor proc~dm_html_nav dm_html_nav proc~dm_html_nav->proc~dm_html_anchor proc~dm_html_nodes dm_html_nodes proc~dm_html_nodes->proc~dm_html_anchor proc~dm_html_observ dm_html_observ proc~dm_html_observ->proc~dm_html_anchor proc~dm_html_observs dm_html_observs proc~dm_html_observs->proc~dm_html_anchor proc~dm_html_sensors dm_html_sensors proc~dm_html_sensors->proc~dm_html_anchor proc~dm_html_targets dm_html_targets proc~dm_html_targets->proc~dm_html_anchor proc~dm_html_header dm_html_header proc~dm_html_header->proc~dm_html_nav