33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
|
<%@ page language="java" contentType="text/html; charset=utf-8" %>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<title>Printable PDFs and manuals</title>
|
||
|
<link rel="stylesheet" type="text/css" href="finder.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>Printable PDFs and manuals</h2>
|
||
|
|
||
|
<jsp:include page="searchform.jsp" flush="true" />
|
||
|
<form name="form_2">
|
||
|
<table width="95%" cellpadding="0" cellspacing="5" class="output">
|
||
|
<!-- table definition file must match your results.jsp as far as number and order of columns -->
|
||
|
<tr>
|
||
|
<th align="left" valign="bottom">Title<br /><input type="button" value="Sort" onClick="submitSort('title');" /></th>
|
||
|
<th align="left" valign="bottom">Category<br /><input type="button" value="Sort" onClick="submitSort('category');" /></th>
|
||
|
<th align="left" valign="bottom" nowrap="">Order number<br /><input type="button" value="Sort" onClick="submitSort('ordernum');" /></th>
|
||
|
<th align="left" valign="bottom">Type<br /><input type="button" value="Sort" onClick="submitSort('pdftype');" /></th>
|
||
|
</tr>
|
||
|
<% out.print((String)request.getAttribute("table_data"));%>
|
||
|
</table>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|