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
|
Rev | Line | |
---|
[0] | 1 | <?php |
---|
[3731] | 2 | /** |
---|
| 3 | * @package Dotclear |
---|
| 4 | * @subpackage Public |
---|
| 5 | * |
---|
| 6 | * @copyright Olivier Meunier & Association Dotclear |
---|
| 7 | * @copyright GPL-2.0-only |
---|
| 8 | */ |
---|
[0] | 9 | |
---|
| 10 | header('Content-Type: text/html; charset=utf-8'); |
---|
[3730] | 11 | header("HTTP/1.0 " . $code . " " . $summary); |
---|
[0] | 12 | ?> |
---|
[2760] | 13 | <!DOCTYPE html> |
---|
| 14 | <html lang="en"> |
---|
[0] | 15 | <head> |
---|
[2760] | 16 | <meta charset="UTF-8" /> |
---|
[0] | 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 { |
---|
[3730] | 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; |
---|
[0] | 28 | } |
---|
| 29 | #content { |
---|
[3730] | 30 | margin: 0 25%; |
---|
| 31 | padding: 1px 1em 2em; |
---|
| 32 | background: #fff; |
---|
| 33 | font-size: 1.2em; |
---|
[0] | 34 | } |
---|
| 35 | a, a:link, a:visited { |
---|
[3730] | 36 | color : #2373A8; |
---|
| 37 | text-decoration : none; |
---|
| 38 | border-bottom : 1px dotted #f90; |
---|
[0] | 39 | } |
---|
| 40 | h1 { |
---|
[3730] | 41 | color: #2373A8; |
---|
| 42 | font-size: 2.5em; |
---|
| 43 | font-weight: normal; |
---|
[0] | 44 | } |
---|
[2566] | 45 | |
---|
[0] | 46 | h2 { |
---|
[3730] | 47 | font-size: 1.5em; |
---|
[0] | 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> |
---|
[2566] | 59 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.