}
} else {
l.add(a1 + adminRelPath.add("index.jsp") + a2 + bundle.getString("homeTitle") + a3);
if (!isEdit) {
if (user.canWrite(webSite, pagePath)) {
if (webSite.isVisuallyEditable(pagePath)) {
l.add(a1 + request.getRequestURI() + '?' + HitFilter.ACTION_NAME +
'=' + HitFilter.ACTION_EDIT + a2 +
bundle.getString("adminEditPage") + a3);
}