<%-- - Licensed Materials - Property of IBM Corp. - IBM AnthillPro - (c) Copyright IBM Corporation 2011, 2013. All Rights Reserved. - - U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by - GSA ADP Schedule Contract with IBM Corp. --%> <%@ page contentType="text/html" %> <%@ page pageEncoding="UTF-8" %> <%@ page import="com.urbancode.anthill3.help.*" %> <%@ page import="com.urbancode.website.cms.*" %> <%@ page import="com.urbancode.website.cms.tags.*" %> <%@ page import="java.io.*" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="cms" prefix="cms" %> <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> AnthillPro 5.0 Online Help <% String content = "content.html"; String file = (String) request.getParameter("file"); if (file != null) { content = CmsUrlTag.resolveUrl(file, null, request); } pageContext.setAttribute("content", content); %>