git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7488 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 14 years ago
parent addbd5b482
commit c69a4874b4

@ -80,9 +80,9 @@ public class yacysearchtrailer {
prop.put("nav-namespace_element_" + i + "_nl", 1); prop.put("nav-namespace_element_" + i + "_nl", 1);
i++; i++;
} }
prop.put("nav-namespace_element", i);
i--; i--;
prop.put("nav-namespace_element_" + i + "_nl", 0); prop.put("nav-namespace_element_" + i + "_nl", 0);
prop.put("nav-namespace_element", i);
} }
// host navigators // host navigators
@ -104,9 +104,9 @@ public class yacysearchtrailer {
prop.put("nav-domains_element_" + i + "_nl", 1); prop.put("nav-domains_element_" + i + "_nl", 1);
i++; i++;
} }
prop.put("nav-domains_element", i);
i--; i--;
prop.put("nav-domains_element_" + i + "_nl", 0); prop.put("nav-domains_element_" + i + "_nl", 0);
prop.put("nav-domains_element", i);
} }
// author navigators // author navigators
@ -130,9 +130,9 @@ public class yacysearchtrailer {
prop.put("nav-authors_element_" + i + "_nl", 1); prop.put("nav-authors_element_" + i + "_nl", 1);
i++; i++;
} }
prop.put("nav-authors_element", i);
i--; i--;
prop.put("nav-authors_element_" + i + "_nl", 0); prop.put("nav-authors_element_" + i + "_nl", 0);
prop.put("nav-authors_element", i);
} }
// topics navigator // topics navigator
@ -159,9 +159,9 @@ public class yacysearchtrailer {
i++; i++;
} }
} }
prop.put("nav-topics_element", i);
i--; i--;
prop.put("nav-topics_element_" + i + "_nl", 0); prop.put("nav-topics_element_" + i + "_nl", 0);
prop.put("nav-topics_element", i);
} }
// about box // about box

Loading…
Cancel
Save