Changeset 209 for trunk/lib/html_utility.cc
- Timestamp:
- Sep 12, 2006, 2:14:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/html_utility.cc
r207 r209 255 255 << "<ul><li></li>" 256 256 << "<li>"; 257 anchor(os, "index.html", "Home", level, "Main page"); 258 os << "</li>" 259 << "<li>"; 260 anchor(os, "all/total/index.html", "Browse", level, "Browser"); 257 anchor(os, "index.html", "Main", level, "Main page"); 258 os << "</li>" 259 << "<li>"; 260 anchor(os, "all/total/index.html", "Total", level, 261 "View statistics of all lines"); 262 os << "</li>" 263 << "<li>"; 264 anchor(os, "all/code/index.html", "Code", level, 265 "View statistics of code lines"); 266 os << "</li>" 267 << "<li>"; 268 anchor(os, "all/comments/index.html", "Comment", level, 269 "View statistics of comment lines"); 270 os << "</li>" 271 << "<li>"; 272 anchor(os, "all/empty/index.html", "Empty", level, 273 "View statistics of empty lines"); 261 274 os << "</li>" 262 275 << "</ul></div>"
Note: See TracChangeset
for help on using the changeset viewer.