ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostStatus/HostStatus.cpp
(Generate patch)

Comparing HostStatus/HostStatus.cpp (file contents):
Revision 35 by Douglas Thrift, 2003-11-15T01:40:10-08:00 vs.
Revision 36 by Douglas Thrift, 2003-11-15T02:21:22-08:00

# Line 124 | Line 124 | void HostStatus::display(const string& m
124  
125   void HostStatus::header()
126   {
127 <        cout << "<html>\n"
127 >        cout << "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\"\n"
128 >                << "\t\"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
129 >                << "<html>\n"
130                  << "<head>\n"
131 <                << "<link rel=\"StyleSheet\" href=\"../stylesheets/regular.css\" type\""
132 <                << "text/css\">\n"
131 >                << "<link rel=\"StyleSheet\" href=\"../stylesheets/regular.css\" type="
132 >                << "\"text/css\">\n"
133                  << "<title>Host Status</title>\n"
134                  << "</head>\n"
135                  << "<body>\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines