<% //-------------------------------------------------- // Source: kquilt.jsp // // Date: 28 June 2004 // // Description: Display a series of pictures // and descriptions which are stored in // an array. // // // TO CONVERT TO ANOTHER SET OF PICTURES // - Copy, and rename "kquilt.jsp" // - Rename the data array "kquilt_data.jsp" // - Copy, and rename "kquilt_index.jsp" // - Rename the data array "kquilt_data.jsp" // - Copy and rename "kquilt_data.jsp" // - Rename the Miscellaneous Information // - Build new pictures // - Rename pictures, titles, & descriptions //-------------------------------------------------- %> <% //-------------------------------------------------- // Include An Array of Pictures & Descriptions //-------------------------------------------------- %> <%@ include file="kquilt_data.jsp" %> Quilting Projects
" border="2"> <%= pictures[Integer.parseInt(request.getParameter("currpic"))][1] %>
<%= pictures[Integer.parseInt(request.getParameter("currpic"))][2] %>

<% if (Integer.parseInt(request.getParameter("currpic")) > 0) { out.println("" + "Previous | " ); } else { out.println("Previous | " ); } if ((Integer.parseInt(request.getParameter("currpic")) + 1) < pictures.length) { out.println("" + "Next" ); } else { out.println("Next" ); } %>

Back to Beginning | Index | Back to Gallery
Comments | Kris & Doug's Home Page | Kris' Page | Doug's Page | Site Map