font.add(name);
String action=lc.isStarted()?"Stop":"Start";
comp.add(" [");
comp.add(new Link(URI.addPaths(request.getContextPath(),request.getServletPath())+
"?T="+Long.toString(System.currentTimeMillis(),36)+
"&A="+action+
"&ID="+UrlEncoded.encodeString(id),
action));
comp.add("]");