encapsulated function printHTMLbasics
import Modelica.Utilities.Files;
import Modelica.Utilities.Streams;
input String fileName = "systemReport.html" "File on which the html basics should be written";
input Boolean printBegin = false "True, if beginning of a html file should be printed, otherwise the ending" annotation(
choices(checkBox = true));
end printHTMLbasics;