dm_html_image Function

public function dm_html_image(image, path, prefix_node, prefix_sensor, prefix_target) result(html)

Uses

  • proc~~dm_html_image~~UsesGraph proc~dm_html_image dm_html_image module~dm_image dm_image proc~dm_html_image->module~dm_image module~dm_error dm_error module~dm_image->module~dm_error module~dm_id dm_id module~dm_image->module~dm_id module~dm_kind dm_kind module~dm_image->module~dm_kind module~dm_mime dm_mime module~dm_image->module~dm_mime module~dm_node dm_node module~dm_image->module~dm_node module~dm_sensor dm_sensor module~dm_image->module~dm_sensor module~dm_target dm_target module~dm_image->module~dm_target module~dm_time dm_time module~dm_image->module~dm_time module~dm_uuid dm_uuid module~dm_image->module~dm_uuid module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env module~dm_node->module~dm_id module~dm_node->module~dm_kind module~dm_sensor->module~dm_id module~dm_sensor->module~dm_kind module~dm_sensor->module~dm_node module~dm_target->module~dm_id module~dm_target->module~dm_kind module~dm_util dm_util module~dm_target->module~dm_util module~dm_time->module~dm_error module~dm_time->module~dm_kind module~dm_time->module~dm_util unix unix module~dm_time->unix module~dm_util->module~dm_error module~dm_util->module~dm_kind

Returns image as HTML table. The input data will be trimmed and encoded.

Arguments

Type IntentOptional Attributes Name
type(image_type), intent(inout) :: image

Image type.

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

Image path.

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

Node link prefix.

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

Sensor link prefix.

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

Target link prefix.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_image~~CallsGraph proc~dm_html_image dm_html_image interface~dm_itoa dm_itoa proc~dm_html_image->interface~dm_itoa interface~dm_size_to_human dm_size_to_human proc~dm_html_image->interface~dm_size_to_human proc~dm_html_anchor dm_html_anchor proc~dm_html_image->proc~dm_html_anchor proc~dm_html_encode dm_html_encode proc~dm_html_image->proc~dm_html_encode proc~dm_html_anchor->proc~dm_html_encode interface~dm_present dm_present proc~dm_html_anchor->interface~dm_present