|
|
|
@ -1,14 +1,5 @@
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
<title>
|
|
|
|
|
<%= l(:label_poll_result) %>
|
|
|
|
|
</title>
|
|
|
|
|
<%= stylesheet_link_tag 'polls', :media => 'all' %>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="polls_content polls_box" id="polls">
|
|
|
|
|
<%= stylesheet_link_tag 'polls', :media => 'all' %>
|
|
|
|
|
<div class="polls_content polls_box" id="polls">
|
|
|
|
|
<div class="ur_page_head" >
|
|
|
|
|
<h1 class="ur_page_title">
|
|
|
|
|
<%= @poll.polls_name %>
|
|
|
|
@ -17,7 +8,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<% @poll_questions.each do |poll_question| %>
|
|
|
|
|
<ol style="margin-left: -40px;">
|
|
|
|
|
<ol>
|
|
|
|
|
<li class="ur_question_item">
|
|
|
|
|
<div class="ur_title_result">
|
|
|
|
|
<span class="title_index">
|
|
|
|
@ -41,6 +32,4 @@
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
</div>
|