This module creates HTML file.
It shows info as HTML file (index.html)
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(IO_), | public | :: | file | ||||
character(len=10), | public | :: | mode | = | "text" |
File instance |
|
character(len=200), | public | :: | title | = | "plantFEM" |
Text file or 3D file |
|
integer(kind=int32), | public | :: | fh |
Title of the page |
procedure, public :: init => initHTML | ../../../ initialize the HTML file |
procedure, public :: add => addHTML | ../../../ Add content in the HTML file |
procedure, public :: show => showHTML | ../../../ show the HTML file |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(HTML_), | intent(inout) | :: | obj |