<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%@ taglib uri="/WEB-INF/input.tld" prefix="input"%> <%@ page import="java.util.*" %> <%@ page import="pub.beans.*" %> <%-- Displays a list of books and chapters (pubsource/articles) as references, as well as buttons we can use to select an individual reference. We use callbacks to send info back to some ancestor window. --%> <% java.util.List bookBeans = (java.util.List) request.getAttribute("bookBeans"); %> <%-- We generate two Javascript callback hooks that we'll use in a moment. --%>

Select a Textbook Reference

Below is a book/chapter browser. Please select a book and chapter from that book to be used as the book reference.

Book


Book Chapter


<%-- At the very end, let's make sure that something is selected... --%>