-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbienfaiteur.html
53 lines (50 loc) · 1.46 KB
/
bienfaiteur.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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<title>Sfeir Démo hopitaux - Accueil bienfaiteur</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<center><h1>Fonctionnalités du bienfaiteur</h1></center>
<br /><br />
<hr />
<br /><br />
<h2>Faire une proposition d'aide</h2>
Rédigez votre proposition :
<br />
<textarea cols="100" rows="10"></textarea>
<br />
<input type="button" value="envoyer la proposition" />
<br /><br />
<hr />
<br /><br />
<h2>Lister les demandes d'aide</h2>
<table width="1200">
<tr>
<th>Emetteur</th>
<th>Téléphone</th>
<th>Texte de l'aide</th>
<th>Distance avec vous</th>
<th>Matching</th>
</tr>
<tr>
<td>CHU Lille</td>
<td>0612131416</td>
<td>Il nous manque 300 paires de gants de chirurgiens</td>
<td>350 kms</td>
<td><input type="button" value="je peux aider" /></td>
</tr>
<tr>
<td>CHU Nîmes</td>
<td>0612131415</td>
<td>Il nous manque 500 masques de chirurgiens</td>
<td>750 kms</td>
<td><input type="button" value="je peux aider" /></td>
</tr>
</table>
</body>
</html>