|
|
|
|
document.writeln("<div id=\"searchBox\" class=\"roundCorner\" style=\"z-index:99\">");
|
|
|
|
|
document.writeln("<form id=\"form1\" name=\"form1\" method=\"post\" action=\"search-result.asp\">");
|
|
|
|
|
document.writeln("<label>Date:</label>");
|
|
|
|
|
document.writeln("<input type=\"text\" id=\"cruisestarttime\" class=\"date1\" name=\"starttime\" value=\""+defaultStartTime+"\" onClick=\"dr()\">");
|
|
|
|
|
document.writeln("<div class=\"clear\"></div>");
|
|
|
|
|
document.writeln("<label>Star:</label>");
|
|
|
|
|
document.writeln("<select name=\"cruisestar\" id=\"select\" class=\"star\">");
|
|
|
|
|
document.writeln("<option selected=\"selected\">All</option>");
|
|
|
|
|
document.writeln("<option>5 Star Ships</option>");
|
|
|
|
|
document.writeln("<option>4 Star Ships </option>");
|
|
|
|
|
document.writeln("</select>");
|
|
|
|
|
document.writeln("<br />");
|
|
|
|
|
document.writeln("<label>Routes:</label>");
|
|
|
|
|
document.writeln("<ul>");
|
|
|
|
|
document.writeln("<li >");
|
|
|
|
|
document.writeln("<input name=\"fromto\" type=\"radio\" id=\"fromto0\" onClick=\"changeActive(this)\" value=\"Chongqing-Yichang\" checked=\"checked\"/>");
|
|
|
|
|
document.writeln("Chongqing - Yichang</li>");
|
|
|
|
|
document.writeln("<li>");
|
|
|
|
|
document.writeln("<input type=\"radio\" name=\"fromto\" id=\"fromto1\" value=\"Yichang-Chongqing\" onClick=\"changeActive(this)\"/>");
|
|
|
|
|
document.writeln("Yichang - Chongqing </li>");
|
|
|
|
|
document.writeln("<li>");
|
|
|
|
|
document.writeln("<input type=\"radio\" name=\"fromto\" id=\"fromto2\" value=\"Chongqing-Shanghai\" onClick=\"changeActive(this)\"/>");
|
|
|
|
|
document.writeln("Chongqing - Shanghai </li>");
|
|
|
|
|
document.writeln("<li>");
|
|
|
|
|
document.writeln("<input type=\"radio\" name=\"fromto\" id=\"fromto3\" value=\"Shanghai-Chongqing\" onClick=\"changeActive(this)\"/>");
|
|
|
|
|
document.writeln("Shanghai - Chongqing </li>");
|
|
|
|
|
document.writeln("</ul>");
|
|
|
|
|
document.writeln("<input type=\"image\" class=\"submit\" alt=\"Search a Ship\" onClick=\"\" src=\"/pic/find-ship.png\">");
|
|
|
|
|
document.writeln("</form>");
|
|
|
|
|
document.writeln("<p> </p>");
|
|
|
|
|
document.writeln("</div>");
|