-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.htm
62 lines (57 loc) · 2.68 KB
/
about.htm
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
<!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=iso-8859-1"/>
<title>About</title>
<script src="scripts/common.js" type="text/javascript" language="JavaScript"></script>
<style type="text/css">
body {
margin: 8px;
}
</style>
</head>
<body>
<img src="./images/icon_about.gif" width="32" height="32" alt="about icon" border="0"/><br /><br />
<span class="pop">Scrum<br />
Version 1.5<br />
<br />
(c) Copyright Eclipse contributors and others 2004, 2008.<br />
All Rights Reserved.</span><br /><br />
<table summary="" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td class="buttonbody" colspan="2"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td colspan="2"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td class="buttonbody" colspan="4" rowspan="2"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td class="buttonshadow"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td class="buttonbody" colspan="2" rowspan="2"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td class="buttonbody"><a class="button" href="javascript:self.close();"><span class="buttontxt"> Close </span></a></td>
<td class="buttonbody" rowspan="2"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td class="buttonshadow" rowspan="2"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td class="buttonbody"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td class="buttonbody"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td class="buttonbody"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td class="buttonshadow"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td colspan="2"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td class="buttonshadow"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
<td colspan="2"><img src="./images/shim.gif" alt="" width="1" height="1" /></td>
</tr>
</table>
</body>
</html>