liquid_feedback_frontend
diff app/main/_layout/system_error.html @ 0:3bfb2fcf7ab9
Version alpha1
author | bsw/jbe |
---|---|
date | Wed Nov 18 12:00:00 2009 +0100 (2009-11-18) |
parents | |
children | 3941792e8be6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/_layout/system_error.html Wed Nov 18 12:00:00 2009 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +<html> 1.5 + <head> 1.6 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 1.7 + <title>Liquid Democracy System Error</title> 1.8 + <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" /> 1.9 + <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/style.css" /> 1.10 + </head> 1.11 + <body class="system_error"> 1.12 + <div class="layout_content"> 1.13 + <div class="layout_title"> 1.14 + <div class="title"> 1.15 + <br /> 1.16 + <br /> 1.17 + System message 1.18 + </div> 1.19 + </div> 1.20 + <br style="clear: left;"> 1.21 + <div class="layout_actions"> 1.22 + 1.23 + </div> 1.24 + <div class="layout_main"> 1.25 + <div class="main"> 1.26 + <tt><!-- WEBMCP SLOT system_error --></tt> 1.27 + <br /> 1.28 + <br /> 1.29 + <br /> 1.30 + <br /> 1.31 + <button onclick="window.location.reload()">Retry request</button> 1.32 + <a href="__BASEURL__">index</a> 1.33 + </div> 1.34 + </div> 1.35 + </div> 1.36 + <div class="layout_trace" id="layout_trace" style="xdisplay: none"> 1.37 + <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';" style="display: none;">TRACE</div> 1.38 + <div id="trace_content"> 1.39 + <!-- WEBMCP SLOT trace --> 1.40 + <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">close</div> 1.41 + </div> 1.42 + </div> 1.43 + </body> 1.44 +</html> 1.45 \ No newline at end of file