Subversion Repositories Sites.tela-botanica.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1116 → Rev 1117

/trunk/erreurs_http/.htaccess
New file
0,0 → 1,0
AddDefaultCharset UTF-8
/trunk/erreurs_http/404.php
New file
0,0 → 1,72
<html>
<head>
<style media="screen" type="text/css">
body {
background-repeat: no-repeat;
}
.bloc-centre {
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
width: 600px;
height: 450px;
margin: auto;
padding-top: 20px;
text-align: center;
}
.bloc-centre h1 {
margin-bottom: 0;
margin-top: 5px;
font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
font-size: 1.7em;
color: #202020;
}
.bloc-centre h2 {
margin-top: 10px;
margin-bottom: 0;
font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
font-size: 1.3em;
color: #808080;
}
.bloc-centre h3 {
margin-top: 5px;
margin-bottom: 0;
font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
font-size: 1em;
font-weight: normal;
font-style: italic;
color: #a0a0a0;
}
.bloc-centre h3 strong {
font-weight: bold;
font-style: normal;
color: #505050;
}
#recherche {
margin-bottom: 0;
margin-top: 5px;
}
</style>
</head>
<body>
<div class="bloc-centre">
<img src="http://www.tela-botanica.org/404/logo-petit.png" alt="Tela-Botanica"/>
<h1>La page que vous demandez n'existe pas</h1>
<h3><?= urldecode($_SERVER['REQUEST_URI']) ?></h3>
<?php if (isset($_SERVER['HTTP_REFERER'])) : ?>
<h3><?= urldecode($_SERVER['HTTP_REFERER']) ?></h3>
<?php endif; ?>
<form id="recherche" method="post" action="http://www.tela-botanica.org/page:recherche">
<input type="text" name="more_motif"/>
<input type="submit" value="Rechercher" />
</form>
<h2>
<a href="http://www.tela-botanica.org/page:plan_du_site">Plan du site</a>
|
<a href="http://www.tela-botanica.org">Accueil du site</a>
</h2>
</div>
</body>
</html>
/trunk/erreurs_http/logo-petit.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/erreurs_http/logo-petit.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property