-
-
- <%= @poll.polls_name %>
- <%= l(:label_poll) %>
-
-
-
- <% @poll_questions.each do |poll_question| %>
-
- -
-
+<%= stylesheet_link_tag 'polls', :media => 'all' %>
+
+
+
+ <%= @poll.polls_name %>
+ <%= l(:label_poll) %>
+
+
+
+ <% @poll_questions.each do |poll_question| %>
+
+ -
+
第<%= poll_question.question_number %>题:
- <%= poll_question.question_title %>
-
- [<%= options_show(poll_question.question_type) %>]
-
-
- <% if poll_question.question_type == 1 || poll_question.question_type == 2 %>
- <%= render :partial =>'choice_show', :locals =>{ :poll_question => poll_question } %>
- <% else %>
- <%= render :partial =>'quiz_answers', :locals =>{ :poll_question => poll_question } %>
- <% end %>
-
-
- <% end %>
-
- <%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => false, :flag => true%>
-
-
-
-
-
-
+ <%= poll_question.question_title %>
+
+ [<%= options_show(poll_question.question_type) %>]
+
+
+ <% if poll_question.question_type == 1 || poll_question.question_type == 2 %>
+ <%= render :partial =>'choice_show', :locals =>{ :poll_question => poll_question } %>
+ <% else %>
+ <%= render :partial =>'quiz_answers', :locals =>{ :poll_question => poll_question } %>
+ <% end %>
+
+
+ <% end %>
+
+ <%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => false, :flag => true%>
+
+
+
+
\ No newline at end of file
diff --git a/public/stylesheets/polls.css b/public/stylesheets/polls.css
index ba5028a97..21b929bff 100644
--- a/public/stylesheets/polls.css
+++ b/public/stylesheets/polls.css
@@ -52,6 +52,8 @@ a:hover.ur_button{ background:#0fa9bb; text-decoration:none;}
.ur_table_result tr td{ border-left:1px solid #cbcbcb;border-top:1px solid #cbcbcb; height:20px;}
.table_bluebg{ background:#e9f1f6; color:#2f3a40; height:24px;}
.td327{ width:300px; padding-left:5px;}
+.full_width{width:100%;}
+.td_full{ width:100%; padding-left:5px;}
.td42{ width:42px; text-align:center;}
.td287{ width:259px;padding-left:5px; }
.Bar{ position: relative; width: 120px; border: 1px solid #cbcbcb; float:left; height:10px; margin-top:5px; margin-right:3px; }