%@ page contentType="text/html;charset=iso-8859-1" language="java" %> <%@ include file="../authenticate_i.jsp" %> <% ///////////// // Header // The header file looks for the following variables. String pageTitle = "Upcoming Workshops"; %> <%@ include file="../header_i.jsp" %> <% ///////////// // Toolbar // The toolbar file looks for the following variables. To make a particular // "button" not appear, set a variable to null. boolean showToolbar = true; String viewLink = null; String postLink = null; String replyLink = null; String searchLink = null; // we can show a link to a user account if the user is logged in (handled // in the toolbar jsp) String accountLink = "../forum/userAccount.jsp"; %> <%@ include file="../toolbar_i.jsp" %> <% //////////////////// // Breadcrumb bar // The breadcrumb file looks for the variable "breadcrumbs" which // represents a navigational path, ie "Home > My Forum > Hello World" String[][] breadcrumbs = { { "Home", "../" }, { "Upcoming Workshops", ""} }; %> <%@ include file="../breadcrumb_i.jsp" %> <%-- ############################ START CONTENT ############################### --%>
Nothing currently scheduled. Please check back soon!
<%-- ############################# END CONTENT ################################ --%> <%@ include file="../footer_i.jsp" %>