blob: 2c1fec02d25e9e699b929cc4b05e2293f4af02f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Title</title>
<base target="wb_cont">
<style type="text/css">
td.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: bold;
color: #FFFFFF;
text-align: left;
vertical-align: middle;
}
td.contact {
text-align: center;
vertical-align: middle;
width: 11em;
}
a.contact {
font-family: Arial, Helvetica, sans-serif;
color: #0962BB;
font-size: 9pt;
text-decoration: none;
font-weight: bold;
}
a.contact:hover {
text-decoration: underline;
}
</style>
</head>
<body style="background-color: #3366CC; margin-left: 3px; margin-right: 3px; margin-top: 2px; margin-bottom: 0; background-image: url('wb_img/title_background.png');">
<table style="width: 100%" cellspacing="0" cellpadding="0">
<tr>
<td style="width: 50px;"><img src="logo.gif"></td>
<td class="title">CD - Version 5.4</td>
<td style="width: 3.5em">
<a class="contact" href="ssSearch.html">SimpleSearch</a>
</td>
<td style="width: 11em">
<FORM method=GET action="http://www.google.com/search" style="margin-bottom: 0; margin: 0; text-align: center; ">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT TYPE=text name=q size=21 maxlength=255 value=""><br>
<A HREF="http://www.google.com/"><IMG SRC="wb_img/google.gif" border="0" ALT="Google"></A>
<INPUT type=submit name=btnG VALUE="Search" style="height: 21px; vertical-align: top; font-size: x-small;">
<input type=hidden name=domains value="http://www.tecgraf.puc-rio.br/cd">
<input type=hidden name=sitesearch value="http://www.tecgraf.puc-rio.br/cd" checked>
<input type=hidden name=sitesearch value="">
</FORM>
</td>
<td class="contact">
<a class="contact" target="_blank" href="http://www.tecgraf.puc-rio.br">© Tecgraf/PUC-Rio</a>
<br>
<a class="contact" href="mailto:cd@tecgraf.puc-rio.br">(cd@tecgraf.puc-rio.br)</a>
</td>
</tr>
</table>
</body>
</html>
|