-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevolution.html
More file actions
80 lines (78 loc) · 1.86 KB
/
Copy pathevolution.html
File metadata and controls
80 lines (78 loc) · 1.86 KB
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
73
74
75
76
77
78
79
80
<html xmlns:ganttproject="http://ganttproject.sf.net/">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GanttProject - evolution</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
<meta name="author" content="Pawel Lipinski">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
a {
text-decoration: none;
font-family: Arial;
color: rgb(255, 255, 255);
border: none;
}
a:hover {
text-decoration: none;
font-family: Arial;
color: #dc2dff;
border: none;
}
body {
margin: 0;
}
</style>
</head>
<body>
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" width="1700" height="909">
<tr>
<td valign="top" colspan="2" background="images/top.jpg" width="990" height="94">
<br>
</td>
</tr>
<tr>
<td valign="top" width="136">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0" background="images/menu.jpg">
<tr>
<td height="50">
<br>
</td><td width="5">
<br>
</td>
</tr>
<tr>
<td align="right" valign="top"><a target="inner" id="chart" href="evolution-chart.html">Diagramme de Gantt</a></td><td>
<br>
</td>
</tr>
<tr>
<td align="right" valign="top"><a target="inner" id="tasks" href="evolution-tasks.html">Tâches</a></td><td>
<br>
</td>
</tr>
<tr>
<td align="right" valign="top"><a target="inner" id="resources" href="evolution-resources.html">Ressources</a></td><td>
<br>
</td>
</tr>
<tr>
<td align="right" valign="top"><a id="oktosing" href="index.php">Retour à Oktosing</a></td>
<br>
</tr>
<tr>
<td height="300" valign="bottom">
<br>
</td><td>
<br>
</td>
</tr>
</table>
</td><td valign="top" width="854" height="100%">
<iframe frameborder="0" height="100%" id="inner" name="inner" width="100%" src="evolution-chart.html"></iframe>
</td>
</tr>
</table>
</div>
</body>
</html>