From d132c08a11fef262818380dc6ee1530c1d872250 Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Tue, 25 Aug 2015 09:29:19 +0800
Subject: [PATCH 1/6] =?UTF-8?q?=E5=A2=9E=E5=8A=A0footer?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/layouts/_footer.html.erb | 40 ++++++++++++++++++++++++
app/views/layouts/new_base_user.html.erb | 3 ++
config/locales/zh.yml | 34 ++++++++++----------
public/stylesheets/new_public.css | 2 +-
4 files changed, 61 insertions(+), 18 deletions(-)
create mode 100644 app/views/layouts/_footer.html.erb
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
new file mode 100644
index 000000000..5aeb0031f
--- /dev/null
+++ b/app/views/layouts/_footer.html.erb
@@ -0,0 +1,40 @@
+
\ No newline at end of file
diff --git a/app/views/layouts/new_base_user.html.erb b/app/views/layouts/new_base_user.html.erb
index 6f3ed0c67..61ba59dd8 100644
--- a/app/views/layouts/new_base_user.html.erb
+++ b/app/views/layouts/new_base_user.html.erb
@@ -137,6 +137,9 @@
<%= render :partial => 'layouts/new_feedback' %>
+
+<%= render :partial => 'layouts/footer' %>
+
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index c2c558cf5..f3d6df6cc 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -2061,22 +2061,22 @@ zh:
lable_unset: 未设置
label_chose_group: 请选择分班
-# label_hosted_organization: 主办单位
-# label_hosted_by: 国防科学技术大学并行与分布处理国家重点实验室
-# label_sponsor: 计算机科学与技术系
-# label_partners: 合作单位
-# label_co_organizer_NUDT: 国防科学技术大学计算机学院
-# label_co_organizer_EECS: 北京大学
-# label_co_organizer_BHU: 北京航空航天大学
-# label_co_organizer_CAS: 中国科学院软件研究所
-# label_co_organizer_InforS: 中创软件
-# label_rights_reserved: Copyright 2007~2015, All Rights Riserved
-# label_about_us: 关于我们
-# label_contact_us: 联系我们
-# label_recruitment_information: 招聘信息
-# label_surpport_group: 帮助中心
-# label_forums: 论坛反馈
-# label_language: 语言
-# label_license: 湘ICP备09019772
+ label_hostedz_organization: 主办单位
+ label_hosted_by: 国防科学技术大学并行与分布处理国家重点实验室
+ label_sponsor: 计算机科学与技术系
+ label_partners: 合作单位
+ label_co_organizer_NUDT: 国防科学技术大学计算机学院
+ label_co_organizer_EECS: 北京大学
+ label_co_organizer_BHU: 北京航空航天大学
+ label_co_organizer_CAS: 中国科学院软件研究所
+ label_co_organizer_InforS: 中创软件
+ label_rights_reserved: Copyright 2007~2015, All Rights Riserved
+ label_about_us: 关于我们
+ label_contact_us: 联系我们
+ label_recruitment_information: 招聘信息
+ label_surpport_group: 帮助中心
+ label_forums: 论坛反馈
+ label_language: 语言
+ label_license: 湘ICP备09019772
diff --git a/public/stylesheets/new_public.css b/public/stylesheets/new_public.css
index 4ba8c4711..130faa30d 100644
--- a/public/stylesheets/new_public.css
+++ b/public/stylesheets/new_public.css
@@ -618,7 +618,7 @@ a.loginChooseTab {color:#484848; height:30px; display:block;}
/*底部*/
#Footer{background-color:#ffffff; margin-bottom:10px; padding-bottom:15px; color:#666666;}
.footerAboutContainer {width:auto; border-bottom:1px solid #efefef;}
-.footerAbout{ width:585px; margin:0 auto;height:35px; line-height:35px; border-bottom:1px solid #efefef; }
+.footerAbout{ width:455px; margin:0 auto;height:35px; line-height:35px; border-bottom:1px solid #efefef; }
.languageBox {width:55px; height:20px; margin-left:5px; outline:none; color:#666666; border:1px solid #d9d9d9;}
.departments{ width:890px; margin:5px auto 0 auto;height:30px;line-height:30px;}
.copyright{ width:375px; margin:0 auto;height:20px;line-height:20px;}
From 67c4561b28a4a55ff0d6070110ec8f983ebce411 Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Tue, 25 Aug 2015 10:04:27 +0800
Subject: [PATCH 2/6] =?UTF-8?q?=E6=88=91=E7=9A=84=E8=AF=BE=E7=A8=8B?=
=?UTF-8?q?=E3=80=81=E6=88=91=E7=9A=84=E9=A1=B9=E7=9B=AE=E5=9B=BE=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/layouts/new_base_user.html.erb | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/app/views/layouts/new_base_user.html.erb b/app/views/layouts/new_base_user.html.erb
index 61ba59dd8..3104dd147 100644
--- a/app/views/layouts/new_base_user.html.erb
+++ b/app/views/layouts/new_base_user.html.erb
@@ -95,9 +95,7 @@