-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_window.html~
72 lines (59 loc) · 1.86 KB
/
main_window.html~
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
65
66
67
68
69
70
71
72
<html>
<head>
<link rel="shortcut icon" href="icon_blue.ico">
<link rel="icon" href="icon_blue.jpg">
<title>Main</title>
</head>
<body bgcolor="white">
<table background="foreground_blue_window.jpg" border="0" cellspacing="10" cellpadding="0" width="450" noresize>
<base target="main">
<tr>
<td>
<img src="cursor_off.jpg" align="right" vspace="65" hspace="7" border="0">
</td>
<tr>
<td>
<img name="pt1" src="cursor_off.jpg" align="right" vspace="0" hspace="0" border="0">
</td>
<td>
<a style="text-decoration: none" href="about/about.html" target="main"
onClick='parent.contents.location.href="contents_about.html"'
onMouseOver="on(document.pt1),
onMouseOver=window.status='About';return true;"
onMouseOut="off(document.pt1),
onMouseOut=window.status='';return true;">
<img src="about.jpg" alt="About" vspace="4" hspace="2" border="0"></a>
</td>
</tr>
<tr>
<td>
<img name="pt2" src="cursor_off.jpg" align="right" vspace="0" hspace="0" border="0">
</td>
<td>
<a style="text-decoration: none" href="curriculum_vitae/curriculum_vitae.html" target="main"
onClick='parent.contents.location.href="contents_curriculum_vitae.html"'
onMouseOver="on(document.pt2),
onMouseOver=window.status='Curriculum Vitae';return true;"
onMouseOut="off(document.pt2),
onMouseOut=window.status='';return true;">
<img src="curriculum_vitae.jpg" alt="Curriculum Vitae" vspace="4" hspace="2" border="0"></a>
</td>
</tr>
<tr>
<td>
<img name="pt3" src="cursor_off.jpg" align="right" vspace="0" hspace="0" border=
"0">
</td>
<td>
<a style="text-decoration: none" href="links/links.html" target="main"
onClick='parent.contents.location.href="contents_links.html"'
onMouseOver="on(document.pt3),
onMouseOver=window.status='Links';return true;"
onMouseOut="off(document.pt3),
onMouseOut=window.status='';return true;">
<img src="links.jpg" alt="Links" vspace="4" hspace="2" border="0"></a>
</td>
</tr>
</table>
</body>
</html>