PluginProbe
ShiftController Employee Shift Scheduling / 2.2.0
ShiftController Employee Shift Scheduling v2.2.0
4.9.97 4.9.96 4.9.95 4.9.74 4.9.75 4.9.76 4.9.77 4.9.78 4.9.84 4.9.85 4.9.87 4.9.91 4.9.92 trunk 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 3.2.4 All 38 releases
shiftcontroller / happ / application / errors / error_general.php

error_general.php in ShiftController Employee Shift Scheduling 2.2.0, at happ/application/errors/error_general.php

62 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>Error</title>
5 <style type="text/css">
6
7 ::selection{ background-color: #E13300; color: white; }
8 ::moz-selection{ background-color: #E13300; color: white; }
9 ::webkit-selection{ background-color: #E13300; color: white; }
10
11 body {
12 background-color: #fff;
13 margin: 40px;
14 font: 13px/20px normal Helvetica, Arial, sans-serif;
15 color: #4F5155;
16 }
17
18 a {
19 color: #003399;
20 background-color: transparent;
21 font-weight: normal;
22 }
23
24 h1 {
25 color: #444;
26 background-color: transparent;
27 border-bottom: 1px solid #D0D0D0;
28 font-size: 19px;
29 font-weight: normal;
30 margin: 0 0 14px 0;
31 padding: 14px 15px 10px 15px;
32 }
33
34 code {
35 font-family: Consolas, Monaco, Courier New, Courier, monospace;
36 font-size: 12px;
37 background-color: #f9f9f9;
38 border: 1px solid #D0D0D0;
39 color: #002166;
40 display: block;
41 margin: 14px 0 14px 0;
42 padding: 12px 10px 12px 10px;
43 }
44
45 #container {
46 margin: 10px;
47 border: 1px solid #D0D0D0;
48 -webkit-box-shadow: 0 0 8px #D0D0D0;
49 }
50
51 p {
52 margin: 12px 15px 12px 15px;
53 }
54 </style>
55 </head>
56 <body>
57 <div id="container">
58 <h1><?php echo $heading; ?></h1>
59 <?php echo $message; ?>
60 </div>
61 </body>
62 </html>