33 lines
1.5 KiB
Plaintext
33 lines
1.5 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>
|
||
|
|
||
|
This is your first time accessing the Printable PDFs and manuals finder. To use the finder, you must first run the setup. Setup will take approximately one minute to complete, depending on the speed of your computer. Click <b>Setup</b> to run the setup program.
|
||
|
<br />
|
||
|
<form method=POST action="/pdf_table/InteractiveTableManager">
|
||
|
<input type=hidden name="function" value="setup" />
|
||
|
<input type=hidden name="table_name" value="table" />
|
||
|
<%
|
||
|
//START NON-TRANSLATABLE
|
||
|
String lang = (String)request.getParameter("lang");
|
||
|
out.print("<input type=hidden name=\"lang\" value=\""+lang+"\">");
|
||
|
//END NON-TRANSLATABLE
|
||
|
%>
|
||
|
<input type=submit value="Setup" />
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|