if (outputCount > 0) {
String navigationLine = "";
if (startIndex > 1) {
navigationLine = "<a CLASS=\"" + CSS.CSSIndexNavbar + "\" HREF=\"" + databaseIdentifier.databaseHomepage() + "?" + RequestParameter.ParameterIndexPosition + "=" + Math.max(1, (startIndex - _entriesPerPage));
if (parameterVersion != null) {
navigationLine = navigationLine + "&" + parameterVersion.toURLString();
}
navigationLine = navigationLine + "\"><< prev </a>";
}
navigationLine = navigationLine + "[" + startIndex + "-" + (startIndex + outputCount - 1) + "]";
if (iterator.next() != null) {