boolean no_entries = true;
HtmlGenerator g = getHtmlGenerator(this, "CVS for "+
getCvsManager().getDirectory());
addStyleSheet(g);
g.addLink(new HtmlLink(null, "made", "jigsaw@w3.org"));
String tablecolor = "white";
String parentpath = null;
ResourceReference rr_parent = resource.getParent();
try {