dm_html_link Function

public pure function dm_html_link(rel, href) result(html)

Returns link element. Link address and text will be trimmed and encoded.

Arguments

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

The rel attribute.

character(len=*), intent(in) :: href

The href attribute.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_link~~CallsGraph proc~dm_html_link dm_html_link proc~dm_html_encode dm_html_encode proc~dm_html_link->proc~dm_html_encode

Called by

proc~~dm_html_link~~CalledByGraph proc~dm_html_link dm_html_link proc~dm_html_header dm_html_header proc~dm_html_header->proc~dm_html_link