-<!-- $Id: index.html,v 1.2 2007-06-22 10:54:59 adam Exp $ -->
+<!-- $Id: index.html,v 1.3 2007-07-18 16:44:15 jakub Exp $ -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>Exemplary Pazpar2 client [using pz2.js]</title>
+ <title>Pazpar2 demo client</title>
<style type="text/css">
html {
}
#heading {
- background-color: #ff8c71;
- border-color: #ff8c71;
+ background-color: #34cc67;
+ border-color: #34cc67;
color: #ffffff;
font-size: large;
}
input#button {
border: 3px groove #3171f2;
background-color: #6b9bfd;
- padding: 1px;
- width: 5em;
+ padding: 2px;
+ width: 6em;
color: #FFFFFF;
font-weight: bold;
- font-size: 12px;
+ text-transform: uppercase;
+ font-size: 10px;
margin-left: 8px;
cursor: pointer;
}
input#query {
- border: 2px inset #ff613c;
+ border: 2px inset #34cc67;
padding: 3px;
font-size: 12px;
}
<input id="button" type="submit" value="Search"/>
</form>
</td>
+ <td>
+ <img src="id.gif" align="right" />
+ </td>
</tr>
</table>