Dotclear

source: inc/core_error.php @ 3731:3770620079d4

Revision 3731:3770620079d4, 1.1 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Simplify licence block at the beginning of each file

Line 
1<?php
2/**
3 * @package Dotclear
4 * @subpackage Public
5 *
6 * @copyright Olivier Meunier & Association Dotclear
7 * @copyright GPL-2.0-only
8 */
9
10header('Content-Type: text/html; charset=utf-8');
11header("HTTP/1.0 " . $code . " " . $summary);
12?>
13<!DOCTYPE html>
14<html lang="en">
15<head>
16  <meta charset="UTF-8" />
17  <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" />
18  <meta name="GOOGLEBOT" content="NOSNIPPET" />
19  <title>Dotclear - Error</title>
20  <style media="screen" type="text/css">
21  <!--
22  body {
23    font: 62.5%/1.5em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
24    color : #000;
25    background : #E5E3DA;
26    margin : 0;
27    padding : 0;
28  }
29  #content {
30      margin: 0 25%;
31      padding: 1px 1em 2em;
32      background: #fff;
33      font-size: 1.2em;
34  }
35  a, a:link, a:visited {
36    color : #2373A8;
37    text-decoration : none;
38    border-bottom : 1px dotted #f90;
39  }
40  h1 {
41    color: #2373A8;
42    font-size: 2.5em;
43    font-weight: normal;
44  }
45
46  h2 {
47    font-size: 1.5em;
48  }
49  -->
50</style>
51</head>
52
53<body>
54<div id="content">
55<h1>Dotclear</h1>
56<h2><?php echo $summary; ?></h2>
57<?php echo $message; ?></div>
58</body>
59</html>
Note: See TracBrowser for help on using the repository browser.

Sites map