<%@ page import="java.util.List" %> <%@ page import="com.wisemapping.view.HistoryBean" %> <%@ include file="/jsp/init.jsp" %> <% final List list = (List) request.getAttribute("historyBeanList"); if (list != null && !list.isEmpty()) { %> <% for (HistoryBean history : list) { %> <% } } else { %> <% } %>
 
<%=history.getCreation(request.getLocale())%> <%=history.getAuthor()%>
"> <% if (request.getAttribute("goToMindmapList") != null) { %> <% } %>