6 *out << cgicc::div().set(
"style", position.c_str()) << std::endl;
7 *out << cgicc::form().set(
"name",
"ConfigurationForm") << std::endl;
10 << cgicc::td() <<
"Hostname:" << cgicc::td()
11 << cgicc::td() <<
cgicc::input().set(
"type",
"text").set(
"name",
"Hostname") << cgicc::td()
12 << cgicc::tr() << std::endl;
14 << cgicc::td() <<
"Port:" << cgicc::td()
15 << cgicc::td() <<
cgicc::input().set(
"type",
"text").set(
"name",
"Port") << cgicc::td()
16 << cgicc::tr() << std::endl;
18 << cgicc::td() <<
"Client Name:" << cgicc::td()
19 << cgicc::td() <<
cgicc::input().set(
"type",
"text").set(
"name",
"Name") << cgicc::td()
20 << cgicc::tr() << std::endl;
22 std::string js_command =
"submitConfigure('" +
get_url() +
"', form)";
24 << cgicc::td() <<
cgicc::input().set(
"type",
"button").set(
"value",
"(Re)configure!").set(
"onClick", js_command) << cgicc::td()
25 << cgicc::tr() << std::endl;
27 *out << cgicc::form() << std::endl;
28 *out << cgicc::div() << std::endl;
std::string get_pix_left()
static int position[TOTALCHAMBERS][3]
void printHTML(xgi::Output *out)
std::string get_pix_top()