From 5ef8626d71dab43daa462cbf8523cf6c58806ff6 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Wed, 11 Jun 2014 09:11:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BA=86=E7=AB=9E=E8=B5=9B?= =?UTF-8?q?=E5=AD=90=E7=AB=99=E9=A6=96=E9=A1=B5=E6=98=BE=E7=A4=BA=E5=AE=89?= =?UTF-8?q?=E5=8D=93=E7=AB=9E=E8=B5=9B=E7=BB=93=E6=9E=9C=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=8F=8A=E5=B8=83=E5=B1=80=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/welcome/contest.html.erb | 106 +++++++++++++++-------------- 1 file changed, 54 insertions(+), 52 deletions(-) diff --git a/app/views/welcome/contest.html.erb b/app/views/welcome/contest.html.erb index e1578f67..d0b9789f 100644 --- a/app/views/welcome/contest.html.erb +++ b/app/views/welcome/contest.html.erb @@ -177,34 +177,71 @@ -
+

<%=l(:label_notification)%>

<%#= link_to l(:label_more_information), forums_path %> -
-
+
+
2014年Android程序设计大赛获奖名单
- -
一等奖: 日记本
-
二等奖:笔记本
-
三等奖:钢笔
-
一等奖:日记本
-
二等奖:笔记本
-
三等奖:钢笔
-
一等奖:日记本
-
二等奖:笔记本
-
三等奖:钢笔
-
一等奖:日记本
-
二等奖:笔记本
-
三等奖:钢笔
+ +
一等奖: 基于移动终端多种传感器数据研究的安全保密通讯软件
+
二等奖: 消灭那怪兽
+
三等奖: 疯狂猜图
+
一等奖: 兄弟向前冲
+
二等奖: 愉快的定向越野
+
三等奖: Lovecall
+
一等奖: 体能训练助手
+
二等奖: 永齐飞机大战
+
三等奖: 我要背单词-wordroid
+
一等奖: 迷你日记本
+
二等奖: 克拉索夫越野导航
+
三等奖: 高数小帮手
-
+
+

+ <%=l(:label_issue_feedback_activities)%> + <%= link_to l(:label_my_question), newbie_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%> + <%= link_to l(:label_my_feedback), suggestion_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%> +

+ <%= link_to l(:label_more_information), forums_path %> +
+
    + <% find_new_forum_topics(8).each do |topic|%> +
  • +
    +       + <%= link_to '['+topic.forum.name + ']',forum_path(topic.forum),:class => 'memo_Bar_title' %><%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url, :class => "gray" , :style => "font-size: 10pt !important;" %> + +
    + + <%= "#{l(:label_updated_time, value: time_tag_welcome(topic_last_time topic))}".html_safe %> + + + <%=l(:label_question_sponsor)%>: <%= link_to_user(topic.author) %> + + + <%=l(:label_final_reply)%>: <%=link_to_user topic.last_reply.try(:author) %> + + + <%=l(:label_reply)%>(<%= link_to topic.try(:replies_count), topic.event_url %>) + +
    +
    +
  • + <% end %> +
+
+
+ + +

<%=l(:label_current_attendingcontest_work)%>

<%= link_to l(:label_more_information), {:controller => 'softapplications', :action => 'index', :host => Setting.contest_domain}, :target => "_blank" %>
@@ -240,41 +277,6 @@
-
-

- <%=l(:label_issue_feedback_activities)%> - <%= link_to l(:label_my_question), newbie_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%> - <%= link_to l(:label_my_feedback), suggestion_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%> -

- <%= link_to l(:label_more_information), forums_path %> -
-
    - <% find_new_forum_topics(11).each do |topic|%> -
  • -
    -       - <%= link_to '['+topic.forum.name + ']',forum_path(topic.forum),:class => 'memo_Bar_title' %><%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url, :class => "gray" , :style => "font-size: 10pt !important;" %> - -
    - - <%= "#{l(:label_updated_time, value: time_tag_welcome(topic_last_time topic))}".html_safe %> - - - <%=l(:label_question_sponsor)%>: <%= link_to_user(topic.author) %> - - - <%=l(:label_final_reply)%>: <%=link_to_user topic.last_reply.try(:author) %> - - - <%=l(:label_reply)%>(<%= link_to topic.try(:replies_count), topic.event_url %>) - -
    -
    -
  • - <% end %> -
-
-