Function generate_complete_webmenu

Source
pub fn generate_complete_webmenu(verbose: &bool)
Expand description

The only public function, because the only purpose of this module is to write an HTML file!

Many “compose” functions are called to somewhat modularize and break up the really ugly autocoding here. This one might be even worse than crate::write_html::generate_complete_html!

No input arguments are supplied, because the location and filename of the Web Menu HTML file are assumed a priori:

  • location is the Process Library root (next to stanhope binary)
  • filename is “WebMenu.html”