dm_html_td Function

public pure function dm_html_td(str, col_span, row_span) result(html)

Returns str enclosed by <td> tag, with optional column or row span. The passed string will not be encoded or trimmed.

Arguments

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

Input string.

integer, intent(in), optional :: col_span

Column span.

integer, intent(in), optional :: row_span

Row span.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_td~~CallsGraph proc~dm_html_td dm_html_td interface~dm_itoa dm_itoa proc~dm_html_td->interface~dm_itoa