Dotclear

source: inc/core_error.php @ 1179:a43a29427ef3

Revision 1179:a43a29427ef3, 1.5 KB checked in by franck <carnet.franck.paul@…>, 11 years ago (diff)

Update copyright notice

Line 
1<?php
2# -- BEGIN LICENSE BLOCK ---------------------------------------
3#
4# This file is part of Dotclear 2.
5#
6# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
7# Licensed under the GPL version 2.0 license.
8# See LICENSE file or
9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10#
11# -- END LICENSE BLOCK -----------------------------------------
12
13header('Content-Type: text/html; charset=utf-8');
14header("HTTP/1.0 ".$code." ".$summary);
15?>
16<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
17<html xmlns="http://www.w3.org/1999/xhtml">
18<head>
19  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
20  <meta http-equiv="Content-Language" content="en" />
21  <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" />
22  <meta name="GOOGLEBOT" content="NOSNIPPET" />
23  <title>Dotclear - Error</title>
24  <style media="screen" type="text/css">
25  <!--
26  body {
27     font: 62.5%/1.5em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
28     color : #000;
29     background : #E5E3DA;
30     margin : 0;
31     padding : 0;
32  }
33  #content {
34       margin: 0 25%;
35       padding: 1px 1em 2em;
36       background: #fff;
37       font-size: 1.2em;
38  }
39  a, a:link, a:visited {
40     color : #06c;
41     text-decoration : none;
42     border-bottom : 1px dotted #f90;
43  }
44  h1 {
45     color: #06c;
46     font-size: 2.5em;
47     font-weight: normal;
48  }
49 
50  h2 {
51     font-size: 1.5em;
52  }
53  -->
54</style>
55</head>
56
57<body>
58<div id="content">
59<h1>Dotclear</h1>
60<h2><?php echo $summary; ?></h2>
61<?php echo $message; ?></div>
62</body>
63</html>
Note: See TracBrowser for help on using the repository browser.

Sites map