Index: contrib/explorers/jquery/src/main/resources/libs/sling/servlet/default/explorer/explorer.esp =================================================================== --- contrib/explorers/jquery/src/main/resources/libs/sling/servlet/default/explorer/explorer.esp (revision 991822) +++ contrib/explorers/jquery/src/main/resources/libs/sling/servlet/default/explorer/explorer.esp (working copy) @@ -64,82 +64,13 @@

-    +      

- - -
@@ -218,10 +150,7 @@ - + + function adjust_height() { + var newHeight = $(window).height() - $("#expl_logo").outerHeight(true) - $("#query_container").outerHeight(true) - $("#expl_footer").outerHeight(true); + var offset_top = $("#expl_content_container").offset().top; + var newHeight2 = $(window).height() - offset_top - $("#expl_footer").outerHeight(true); + // $("#height").html(" window height " + $(window).height() + " height1 " + newHeight + " offset top " + offset_top + " height2 " + newHeight2 ); + $("#expl_sidebar").height(newHeight2 - 25); + $("#expl_content").height(newHeight2 - 45); + } + + // ]]> + Index: contrib/explorers/jquery/src/main/resources/libs/sling/servlet/default/explorer/search.esp =================================================================== --- contrib/explorers/jquery/src/main/resources/libs/sling/servlet/default/explorer/search.esp (revision 991822) +++ contrib/explorers/jquery/src/main/resources/libs/sling/servlet/default/explorer/search.esp (working copy) @@ -31,7 +31,7 @@ var page = parseInt(request.getParameter("page") || 1); var queryManager = session.getWorkspace().getQueryManager(); %> -Query results: +

Query results: