1 <%@page contentType
="text/html"%>
2 <%@page pageEncoding
="UTF-8"%>
4 The taglib directive below imports the JSTL library. If you uncomment it,
5 you must also add the JSTL library to the project. The Add Library... action
6 on Libraries node in Projects view can be used to add the JSTL 1.1 library.
9 <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
12 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
13 "http://www.w3.org/TR/html4/loose.dtd">
17 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
18 <title>Galago Search</title>
19 <link rel="stylesheet" href="style.css" />
26 <a href="http://www.galagosearch.org"><img src="galago.png"/></a><br/>
28 <form action="search"><input name="query" size="40"/><input value="Search" type="submit" /></form><br/>
30 <a id="navigational" href="http://www.galagosearch.org">Galago</a> | <a id="navigational" href="services.jsp">Web Services</a><br/>