dm_html_div Function

public pure function dm_html_div(id, close) result(html)

Returns <div> container with optional id and optional end tag.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), optional :: id

Element id.

logical, intent(in), optional :: close

Close tag.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_div~~CallsGraph proc~dm_html_div dm_html_div interface~dm_present dm_present proc~dm_html_div->interface~dm_present