22 #include "liaison_home.h" 26 goby::common::LiaisonHome::LiaisonHome(Wt::WContainerWidget* parent)
27 : LiaisonContainer(parent), main_layout_(new
Wt::WVBoxLayout(this))
29 Wt::WContainerWidget* top_text =
new Wt::WContainerWidget(
this);
30 main_layout_->addWidget(top_text);
32 top_text->addWidget(
new WText(
"Welcome to Goby Liaison: an extensible tool for commanding and " 33 "comprehending this Goby platform."));
34 top_text->addWidget(
new WBreak());
35 top_text->addWidget(
new WText(
"<i>liaison (n): one that establishes and maintains " 36 "communication for mutual understanding and cooperation</i>"));