dm_html_nav Function

public function dm_html_nav(anchors, mask) result(html)

Returns HTML navigation element with unordered list of links. If optional array mask is passed, anchors are added according to their mask state.

Arguments

Type IntentOptional Attributes Name
type(anchor_type), intent(inout) :: anchors(:)

Anchor types.

logical, intent(inout), optional :: mask(:)

Mask.

Return Value character(len=:), allocatable

Generated HTML.


Calls

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

Called by

proc~~dm_html_nav~~CalledByGraph proc~dm_html_nav dm_html_nav proc~dm_html_header dm_html_header proc~dm_html_header->proc~dm_html_nav