From de3a4718ab0c2ddafb96c0b71b850c7c28ce1820 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 11 Mar 2016 15:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=EF=BC=8C=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=EF=BC=8C=E9=A1=B9=E7=9B=AE=EF=BC=8C=E7=BB=84=E7=BB=87=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E9=87=8F=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_courses.html.erb | 1 + app/views/layouts/base_org.html.erb | 1 + app/views/layouts/base_projects.html.erb | 3 +++ app/views/layouts/new_base_user.html.erb | 1 + public/stylesheets/new_user.css | 1 + public/stylesheets/public.css | 1 + 6 files changed, 8 insertions(+) diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb index 59ed3ad39..5bdc76c34 100644 --- a/app/views/layouts/base_courses.html.erb +++ b/app/views/layouts/base_courses.html.erb @@ -250,6 +250,7 @@ <%= render :partial => 'courses/recommendation', :locals => {:course => @course} %> +
访问计数 100
diff --git a/app/views/layouts/base_org.html.erb b/app/views/layouts/base_org.html.erb index f810dd1d6..4166070c4 100644 --- a/app/views/layouts/base_org.html.erb +++ b/app/views/layouts/base_org.html.erb @@ -132,6 +132,7 @@
<%= render :partial => "organizations/org_left_subfield_list", :locals => {:organization => @organization} %>
+
访问计数 100
<%= render_flash_messages %> diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index c30d1b4ed..00525d326 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -158,9 +158,12 @@
+ +
访问计数 100
+
<%= render_flash_messages %> <%= yield %> diff --git a/app/views/layouts/new_base_user.html.erb b/app/views/layouts/new_base_user.html.erb index 731162920..fc42a6ba9 100644 --- a/app/views/layouts/new_base_user.html.erb +++ b/app/views/layouts/new_base_user.html.erb @@ -226,6 +226,7 @@
+
访问计数 100
<%= yield %> diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css index 620feaeac..693e417c1 100644 --- a/public/stylesheets/new_user.css +++ b/public/stylesheets/new_user.css @@ -192,6 +192,7 @@ a.c_green{ color:#28be6c;} .fontGrey {color:#cecece;} .fontGrey2 {color:#888888;} .fontGrey3 {color:#484848;} +.fontGrey5 {color:#a1a1a1;} .fontBlue {color:#3498db;} a.underline {text-decoration:underline;} a.fontBlue {color:#297fb8;} diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css index 94db0d86a..b84fb040e 100644 --- a/public/stylesheets/public.css +++ b/public/stylesheets/public.css @@ -230,6 +230,7 @@ a.c_green{ color:#28be6c;} .fontGrey2 {color:#888888;} .fontGrey3 {color:#484848;} .fontGrey4{color:#999999;} +.fontGrey5 {color:#a1a1a1;} .fontBlue {color:#3498db;} .fontBlue2 {color:#269ac9 !important;} a.underline {text-decoration:underline;}