-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.php
executable file
·73 lines (54 loc) · 2.01 KB
/
main.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="base.css">
<title>Page protegée par un mot de passe - BIO-Analysis tools</title>
</head>
<div class="header">
<!-- L'entete du site web -->
<?php include("barre_recherche.php"); ?>
</div>
<body>
<br><br>
<section>
<aside>
<br>
<h1><p style="text-align:right;">B. Cinerea</h1>
<p id="botrytis"><img src="images/Raisin_botrytisé.JPG" alt="botrytis" /></p>
<p style="text-align:right;"> Grappe contaminée par B. cinerea <br> source : wikipedia</style>
</p>
</aside>
</section>
<div>
<div><h1><i>Botrytis cinerea</i></h1></div>
<table><caption style="">Classification</a></caption><tbody><tr>
<th scope="row" style="width:8em;">Règne</a></th>
<td>Fungi</td>
</tr>
<tr>
<th scope="row" style="width:8em;">Division</a></th>
<td>Ascomycota</td>
</tr>
<tr>
<th scope="row" style="width:8em;">Classe</a></th>
<td>Leotiomycetes</td>
</tr>
<tr>
<th scope="row" style="width:8em;">Ordre</a></th>
<td>
<span class="normal">Helotiales</a></span></td>
</tr>
<tr>
<th scope="row" style="width:8em;">Famille</a></th>
<td>Sclerotiniaceae</td>
</tr>
<tr>
<th scope="row" style="width:8em;">Genre</a></th>
<td>Botrytis</td>
</tr>
</tbody></table>
<p class="bloc"><Nom binominal</a></p><div><b><span style="font-style: normal"><i>Botrytis cinerea</i></span></b><br />
</div>
</body>
</html>