liquid_feedback_frontend
view app/main/_layout/system_error.html @ 1045:701a5cf6b067
Imported LiquidFeedback Frontend 3.0 branch
author | bsw |
---|---|
date | Thu Jul 10 01:19:48 2014 +0200 (2014-07-10) |
parents | 00d1004545f1 |
children | 58d703bb06e4 |
line source
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
4 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
5 <title><!-- WEBMCP SLOTNODIV html_title --></title>
6 <link href='http://fonts.googleapis.com/css?family=Signika:300,400,600' rel='stylesheet' type='text/css'>
7 <link href='http://fonts.googleapis.com/css?family=Kreon:300,400,700' rel='stylesheet' type='text/css'>
8 <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
9 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/gregor.js/gregor.css" />
10 <link rel="stylesheet" type="text/less" href="__BASEURL__/static/lf3.less" />
11 <!-- WEBMCP SLOTNODIV html_head -->
12 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
13 <script type="text/javascript" src="__BASEURL__/static/js/less-1.4.1.min.js"></script>
14 <script type="text/javascript">jsFail = true;</script>
15 <![if !IE]>
16 <script type="text/javascript">jsFail = false;</script>
17 <![endif]>
18 <script type="text/javascript" src="__BASEURL__/static/js/jsprotect.js"></script>
19 <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
20 <script type="text/javascript">var ui_tabs_active = {};</script>
21 <style>
22 body {
23 background-image: url('__BASEURL__/static/back/berlin2.png');
24 background-repeat: no-repeat;
25 background-position: left bottom;
26 background-size: 100%;
27 background: #397ab6;
28 }
29 </style>
30 </head>
31 <body style="">
32 <div class="head_outer">
33 <div class="head">
34 <div class="nav">
35 <!--WEBMCP SLOTNODIV navigation -->
36 </div>
38 <a class="logo" href="__BASEURL__/">
39 <span class="liquid">Liquid</span><span class="feedback">Feedback</span>
40 <span class="instanceName"><!-- WEBMCP SLOTNODIV instance_name --></span>
41 </a>
44 </div>
45 </div>
47 <div class="page">
48 <div class="title_outer">
49 <div class="slot_title">System error</div>
50 </div>
52 <div class="content">
53 <div class="sidebar">
54 </div>
56 <div class="main_outer">
57 <div class="main">
58 <div class="section">
59 <div class="sectionHead">
60 <h1>A system error occured</h1>
61 </div>
62 <div class="sectionRow">
63 Sorry, a system error occured.
64 <br />
65 <br />
66 <br />
67 <a href="__BASEURL__">Go back to home page</a>
68 </div>
69 </div>
70 </div>
71 </div>
72 </div>
73 <br style="clear: both;" />
74 <div class="footer">
75 <!-- WEBMCP SLOTNODIV footer -->
76 </div>
77 </div>
79 <div id="trace_content">
80 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
81 <hr />
82 <!-- WEBMCP SLOT trace -->
83 </div>
85 </body>
86 </html>