<%if !@orderrank.nil?%>
<%=@orderrank.size%> Songs ranked <% @img_title='You can revisit these rankings at anytime after you submit!'%> <% @check_mark = "" %> <%if @orderrank.size < 5 or @orderrank.size > 20 %> <% @img_title = 'Please rank between 5 and 20 songs!'%> <% @check_mark=""%> <% 1.times { |i| %> <%=@check_mark %> <% } %> <% elsif @orderrank.size >= 5 && @orderrank.size <= 7 %> <% 1.times { |i| %> <%=@check_mark %> <% } %> <% elsif @orderrank.size >= 8 && @orderrank.size <= 10 %> <% 2.times { |i| %> <%=@check_mark %> <% } %> <% elsif @orderrank.size >= 11 && @orderrank.size <= 13 %> <% 3.times { |i| %> <%=@check_mark %> <% } %> <% elsif @orderrank.size >= 14 && @orderrank.size <= 16 %> <% 4.times { |i| %> <%=@check_mark %> <% } %> <% elsif @orderrank.size >= 17 && @orderrank.size <= 20 %> <% @img_title='You are a supreme ranker!'%> <% @check_mark=""%> <% 5.times { |i| %> <%=@check_mark %> <% } %> <% end %> <%end%>
<% if @orderrank.size>=5 && @orderrank.size <=20%> <%=link_to image_tag("/images/submitRankings.png", :border=>0, :height=>"46px", :width=>"275px", "onmouseover" => "this.src='/images/submitRankings1.png'", "onmouseout" => "this.src='/images/submitRankings.png'"), {:action=> 'submit'} %> <% else %> <%end%>