500页面调整

This commit is contained in:
cxt 2016-11-18 19:17:35 +08:00
parent 003c6a7551
commit afd90d6da3
1 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Trustie 500 error</title>
<style type="text/css">
<link type="text/css" rel="stylesheet" href="/stylesheets/css/common.css" />
<link type="text/css" rel="stylesheet" href="/stylesheets/css/public.css" />
<script src="/javascripts/jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js"></script>
<style type="text/css">
body {
font-family: Trebuchet MS, Georgia, "Times New Roman", serif;
background: #fff;
@ -22,7 +27,7 @@
font-size: 24px;
color: #ff0077;
}
</style>
</style>
<script type="text/javascript">
$(function(){
if(window.history.length == 1)
@ -51,6 +56,7 @@
});
});
</script>
</head>
<body>
<!-- <h1>Internal error</h1>
<p>An error occurred on the page you were trying to access.<br />
@ -58,14 +64,14 @@
<p>If you are the Trustie administrator, check your log files for details about the error.</p> -->
<div class="muban_conbox_max">
<div class="pages_new_404">
<img src="images/404/pic_500.jpg" >
<p class="pages_new_404_txt mt40">网站正在维护,请稍后重试。
<img src="/images/404/pic_500.jpg" >
<p class="pages_new_404_txt" style="margin-top: 40px;">网站正在维护,请稍后重试。
<a href="javascript:history.back()" id="history_back" class="linkBlue2 mr10">返回上页>></a>
<a href="javascript:void(0)" class="linkBlue2 mr10" onclick="$('#feedback_div').toggle();"> 给我留言>></a>
<a href="http://shang.qq.com/wpa/qunwpa?idkey=064e805dac955b8aea158c4b0dd3f033b8841bcee175fd619613f0e4ac4d8151" target="_blank" class="linkBlue2">QQ反馈>></a>
</p>
<div style="display:none;" class="mt10" id="feedback_div">
<div style="display:none; margin-top: 10px;" id="feedback_div">
<% get_memo %>
<%= form_for(@new_memo, :url => create_feedback_forum_path(@public_forum)) do |f| %>
<%= f.text_area :subject, :id=>"subject", :style => "width: 570px;", :class => "feedbackText mb5", :placeholder => "请在此输入平台的问题和建议您也可以通过QQ留言谢谢" %>