Changeset 251
- Timestamp:
- Apr 29, 2007, 1:43:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Node.cc
r235 r251 130 130 os << "<th>Code</th>\n"; 131 131 os << "<th>Comments</th>\n"; 132 os << "<th>Other</th>\n"; 133 os << "<th>Revision</th>\n"; 134 os << "<th>Date</th>\n"; 132 135 os << "</tr>\n</thead>\n"; 133 136 os << "<tbody>"; … … 153 156 << "</td><td>" << stats_.code(*i) 154 157 << "</td><td>" << stats_.comments(*i) 158 << "</td><td>" << stats_.empty(*i) 159 << "</td><td>" 160 << "</td><td>" 155 161 << "</td></tr>\n"; 156 162 if (color=="dark") … … 172 178 os << "<td>" << stats_.code() << "</td>\n"; 173 179 os << "<td>" << stats_.comments() << "</td>\n"; 180 os << "<td>" << stats_.empty() << "</td>\n"; 181 os << "<td>" << "" << "</td>\n"; 182 os << "<td>" << "" << "</td>\n"; 174 183 os << "</tr>\n"; 175 184 os << "</table>\n";
Note: See TracChangeset
for help on using the changeset viewer.