d72ac078
Guillaume
Ajout graphe V1.1
|
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<title>JpGraph Documentation</title>
<style type="text/css">
body {
margin-top : 10px;
margin-left : 10px;
margin-right : 10px;
background-color: #E1E1E1;
color : Black;
font-family : Arial,sans-serif;
}
A:link {
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
text-decoration : none;
color : black;
}
A:visited {
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
color : black;
}
A:hover {
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
text-decoration : underline;
color : darkred;
}
table.menu {
width : 500;
background-color : white;
border: #454837 solid 2pt;
}
td.menutitle {
font-family : Arial, Helvetica, sans-serif;
font-size : 1.8em;
font-weight : bold;
color : white;
align : center;
background-color : #436D93;
border-bottom :#454837 solid 2pt;
}
td.menuitem {
font-family : Arial, Helvetica, sans-serif;
font-size : 1.1em;
font-weight : normal;
text-align : center;
height : 100;
vertical-align:top;
align: center;
}
.copyright {
color: gray;
font-family : Arial, Helvetica, sans-serif;
font-size : 0.9em;
font-style : italic;
}
</style>
</head>
<body>
<div align=center>
<table cellspacing=0 cellpadding=5 class="menu">
<tr>
<td colspan=3 class="menutitle">
<a href="http://jpgraph.net/">
<img src="jpgraph_logo.jpg" align=center width=100 border=0></a>
Documentation Portal</td>
</tr>
<tr><td colspan=3 align="center" style="border-bottom:navy solid 1px;">
[ <a href="chunkhtml/apc.html" target=blank>FAQ</a> |
<a href="chunkhtml/pt01.html" target=blank>
Installation</a> |
<a href="https://groups.google.com/forum/?hl=en-GB#!forum/jpgraph" target=blank>
Forum (Google Groups)</a> |
<a href="http://jpgraph.net/download/" target=blank>
Download</a>
]
</td></tr>
<tr>
<td width="50%" class="menuitem">
<a href="chunkhtml/index.html" target=blank><img src="manual.png" border=0
><br>Manual<br>(HTML format)</a></td>
<td width="50%" class="menuitem">
<a href="classref/index.html" target=blank><img src="reference.png" border=0
><br>Class Reference
</a></td>
</tr>
</table>
<span class=copyright>
© 2000 - 2016 Asial Corporation
</span>
</div>
</body>
</html>
|