Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1117 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1117 mathias 1
<html>
2
<head>
3
	<style media="screen" type="text/css">
4
		body {
5
			background-repeat: no-repeat;
6
		}
7
		.bloc-centre {
8
			position: absolute;
9
			top:0;
10
			bottom: 0;
11
			left: 0;
12
			right: 0;
13
			width: 600px;
14
			height: 450px;
15
		    margin: auto;
16
			padding-top: 20px;
17
			text-align: center;
18
		}
19
		.bloc-centre h1 {
20
			margin-bottom: 0;
21
			margin-top: 5px;
22
			font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
23
			font-size: 1.7em;
24
			color: #202020;
25
		}
26
		.bloc-centre h2 {
27
			margin-top: 10px;
28
			margin-bottom: 0;
29
			font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
30
			font-size: 1.3em;
31
			color: #808080;
32
		}
33
		.bloc-centre h3 {
34
			margin-top: 5px;
35
			margin-bottom: 0;
36
			font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
37
			font-size: 1em;
38
			font-weight: normal;
39
			font-style: italic;
40
			color: #a0a0a0;
41
		}
42
		.bloc-centre h3 strong {
43
			font-weight: bold;
44
			font-style: normal;
45
			color: #505050;
46
		}
47
		#recherche {
48
			margin-bottom: 0;
49
			margin-top: 5px;
50
		}
51
	</style>
52
</head>
53
<body>
54
		<div class="bloc-centre">
1118 mathias 55
			<img src="<?= dirname($_SERVER['PHP_SELF']) ?>/logo-petit.png" alt="Tela-Botanica"/>
1117 mathias 56
			<h1>La page que vous demandez n'existe pas</h1>
57
			<h3><?= urldecode($_SERVER['REQUEST_URI']) ?></h3>
58
			<?php if (isset($_SERVER['HTTP_REFERER'])) : ?>
59
				<h3><?= urldecode($_SERVER['HTTP_REFERER']) ?></h3>
60
			<?php endif; ?>
61
			<form id="recherche" method="post" action="http://www.tela-botanica.org/page:recherche">
62
				<input type="text" name="more_motif"/>
63
				<input type="submit" value="Rechercher" />
64
			</form>
65
			<h2>
66
				<a href="http://www.tela-botanica.org/page:plan_du_site">Plan du site</a>
67
				|
68
				<a href="http://www.tela-botanica.org">Accueil du site</a>
69
			</h2>
70
		</div>
71
</body>
72
</html>