瀏覽代碼

Make HTML heading more compact (for printing)

[SVN r11837]
Beman Dawes 24 年之前
父節點
當前提交
c4f287342d
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      status/regression.cpp

+ 3 - 4
status/regression.cpp

@@ -475,12 +475,11 @@ int main(int argc, char * argv[])
 
   out << "<html>\n<head>\n<title>\nCompiler Status: " + host + "\n</title>\n</head>\n"
       << "<body bgcolor=\"#ffffff\" text=\"#000000\">\n"
-      << "<h1><img border border=\"0\" src=\"../c++boost.gif\" width=\"277\" height=\"86\"></h1>\n"
+      << "<img border border=\"0\" src=\"../c++boost.gif\" width=\"277\" height=\"86\" align=\"left\">\n"
       << "<h1>Compiler Status: " + host + "</h1>\n"
       << "\n"
-      << "<p><b>Run Date:</b> " << run_date << "</p>\n"
-      << "<p><b>System Configuration:</b> " << get_system_configuration()
-      << "</p>\n"
+      << "<p><b>System Configuration:</b> " << get_system_configuration() << "<br>\n"
+      << "<b>Run Date:</b> " << run_date << "</p>\n"
       << "<p>\n" 
       << "<table border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\n";
     

粤ICP备19079148号