dm_html_nodes Function

public function dm_html_nodes(nodes, prefix) result(html)

Uses

  • proc~~dm_html_nodes~~UsesGraph proc~dm_html_nodes dm_html_nodes module~dm_node dm_node proc~dm_html_nodes->module~dm_node module~dm_id dm_id module~dm_node->module~dm_id module~dm_kind dm_kind module~dm_node->module~dm_kind iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Returns sensor nodes as HTML table. Input data will be trimmed and encoded.

Arguments

Type IntentOptional Attributes Name
type(node_type), intent(inout) :: nodes(:)

Node types.

character(len=*), intent(in), optional :: prefix

Link address prefix.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_nodes~~CallsGraph proc~dm_html_nodes dm_html_nodes interface~dm_ftoa dm_ftoa proc~dm_html_nodes->interface~dm_ftoa interface~dm_itoa dm_itoa proc~dm_html_nodes->interface~dm_itoa proc~dm_html_anchor dm_html_anchor proc~dm_html_nodes->proc~dm_html_anchor proc~dm_html_encode dm_html_encode proc~dm_html_nodes->proc~dm_html_encode proc~dm_html_anchor->proc~dm_html_encode