187 |
|
<< "<form action=\"hoststatus.cgi\" method=\"POST\">\n" |
188 |
|
<< "<table class=\"center\">\n" |
189 |
|
<< "<tr>\n" |
190 |
< |
<< "<td><select name=\"host\" multiple>\n"; |
190 |
> |
<< "<td>\n" |
191 |
> |
<< "<select name=\"host\" size=\"2\" multiple>\n"; |
192 |
|
|
193 |
|
if (method != "POST") sputenv("QUERY_STRING=mode=h"); |
194 |
|
|
228 |
|
cout << "<option>" << host.getHost() << "</option>\n"; |
229 |
|
} |
230 |
|
|
231 |
< |
cout << "</select></td>\n" |
232 |
< |
<< "<td><input type=\"checkbox\" name=\"mode\" value=\"h\"> Host" |
233 |
< |
<< "\n<input type=\"checkbox\" name=\"mode\" value=\"n\"> Name\n" |
231 |
> |
cout << "</select>\n" |
232 |
> |
<< "</td>\n" |
233 |
> |
<< "<td>\n" |
234 |
> |
<< "<input type=\"checkbox\" name=\"mode\" value=\"h\"> Host\n" |
235 |
> |
<< "<input type=\"checkbox\" name=\"mode\" value=\"n\"> Name\n" |
236 |
|
<< "<input type=\"checkbox\" name=\"mode\" value=\"a\"> Address\n" |
237 |
|
<< "<input type=\"checkbox\" name=\"mode\" value=\"p\"> Platform" |
238 |
|
<< "\n<input type=\"checkbox\" name=\"mode\" value=\"s\"> Since\n" |