Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_forum
daiao 6 years ago
commit c8d280d275

@ -1,66 +1,61 @@
<!DOCTYPE html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>We're sorry, but something went wrong (500)</title> <title>EduCoder 500 error</title>
<meta name="viewport" content="width=device-width,initial-scale=1"> <link type="text/css" rel="stylesheet" href="/stylesheets/educoder/edu-main.css" />
<style> <link href="//at.alicdn.com/t/font_653600_rr8l5v2aaym.css" rel="stylesheet" type="text/css"/>
.rails-default-error-page { <script src="/javascripts/jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js"></script>
background-color: #EFEFEF;
color: #2E2F30;
text-align: center;
font-family: arial, sans-serif;
margin: 0;
}
.rails-default-error-page div.dialog { <style type="text/css">
width: 95%; body {
max-width: 33em; font-family: "微软雅黑","宋体";
margin: 4em auto 0; background: #fff;
} }
h1 {
.rails-default-error-page div.dialog > div { font-size: 1.5em;
border: 1px solid #CCC; }
border-right-color: #999; p {
border-left-color: #999; font-size: 0.8em;
border-bottom-color: #BBB; }
border-top: #B00100 solid 4px; .h_content{
border-top-left-radius: 9px; text-align: center;
border-top-right-radius: 9px; padding-top: 15px;
background-color: white; }
padding: 7px 12% 0; .font_h{
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); font-size: 24px;
} color: #ff0077;
}
.rails-default-error-page h1 { .verticalCenter{
font-size: 100%; height: 100%;
color: #730E15; justify-content: center;
line-height: 1.5em; align-items: center;
} display: -webkit-flex;
}
.rails-default-error-page div.dialog > p {
margin: 0 0 1em;
padding: 1em;
background-color: #F7F7F7;
border: 1px solid #CCC;
border-right-color: #999;
border-left-color: #999;
border-bottom-color: #999;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-color: #DADADA;
color: #666;
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}
</style> </style>
<script type="text/javascript">
$(function(){
if(window.history.length == 1)
{
$("#history_back").css("color","#CCC");
$("#history_back").css("cursor","default");
}
});
</script>
</head> </head>
<body>
<body class="rails-default-error-page"> <!-- <h1>Internal error</h1>
<!-- This file lives in public/500.html --> <p>An error occurred on the page you were trying to access.<br />
<div class="dialog"> If you continue to experience problems please contact your Trustie administrator for assistance.</p>
<div> <p>If you are the Trustie administrator, check your log files for details about the error.</p> -->
<h1>We're sorry, but something went wrong.</h1> <div class="verticalCenter">
</div> <div class="edu-txt-center">
<p>If you are the application owner check the logs for more information.</p> <img src="/images/warn/pic_500.jpg" >
<p class="font-18 mt40">您可以稍后尝试&nbsp;
您可以稍后尝试&nbsp;<a href="javascript:history.back()" class="color-blue">返回上页</a>,或者&nbsp;
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=2f2043d88c1bd61d182b98bf1e061c6185e23055bec832c07d8148fe11c5a6cd" class="color-blue">QQ反馈>></a>
</p>
</div> </div>
</div>
</body> </body>
</html> </html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Loading…
Cancel
Save