%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="xtags" uri="http://jakarta.apache.org/taglibs/xtags-1.0" %>
<%@ page import="edu.stanford.sulair.mjf.site.Constants" %>
<%@ page import="edu.stanford.sulair.mjf.search.SearchConstants" %>
<%@ page import="edu.stanford.sulair.mjf.favorites.FavoritesConstants" %>
<%=request.getAttribute( Constants.SESSION_SEARCH_RESULTS_KEY )%>
" alt="" border="0" />
-
,
-
<%=FavoritesConstants.SOURCE_FAVORITES%>
<%
/* Set the user's XML search result parameter that is stored in the session to null.
* It's crucial to set this to null here because a user could potentially use the
* browser's back button to return to any previous page, including a previous search
* results page. If the XML search results parameter contains, say, browse results,
* and a user returns to a manuscript description search results page, the page won't
* render correctly.
*/
request.setAttribute( Constants.SESSION_SEARCH_RESULTS_KEY, null );
%>