<%@ 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 = "Boulder Biodiesel: Links"; %> <%@ 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", "../" }, { "Links", "../links/" } }; %> <%@ include file="../breadcrumb_i.jsp" %>

Links and Resources

Regional Biodiesel Retailers

Regional Biodiesel Producers, Distributors, and Support

Regional Renewable Energy and Energy Conservation

 

National Biodiesel Producers

 

National Biodiesel Contacts

 

National Renewable Energy Resources

International Biodiesel Contacts

<%@ include file="../footer_i.jsp" %>