Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 1.36 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <div>
  2.         <form action="<%= request.request_uri %>" method="get" id="multi_form">
  3.                 <input type="hidden" value="tags" name="state" id="state_input">
  4.                 <ul class="cloud_tabs">
  5.             <li <% if !@tab_state or @tab_state == 'tags' %>class="active"<% end %>><a class="multiform" rel="tags">Tags</a></li>
  6.             <li <% if @tab_state == 'most_commented' %>class="active"<% end %>><a class="multiform" rel="most_commented">Most Commented</a></li>
  7.             <li <% if @tab_state == 'users_online' %>class="active"<% end %>><a class="multiform" rel="users_online">Users Online</a></li>
  8.         </ul>
  9.         </form>
  10. </div>
  11.  
  12. <% if @tab_state == 'users_online' %>
  13.         <div class="tag_cloud"><%= render :partial => "shared/users_online" %>  </div>
  14. <% elsif @tab_state == 'most_commented' %>
  15.         <div class="tag_cloud"><%= render :partial => "shared/most_commented" %>        </div>
  16. <% else %>
  17.         <div class="tag_cloud"><%= render :partial => "shared/tag_cloud" %>     </div>
  18. <% end %>
  19. <div class="ad_w300">
  20.     <img src="/images/ad-twitter.jpg" alt="Follow us on Twitter"/>
  21. </div>
  22. <div class="ad_w300">
  23.     <a href="http://www.anrdoezrs.net/click-3465181-10443223" target="_blank">
  24.     <img src="http://www.awltovhc.com/image-3465181-10443223" width="300" height="250" alt="Find the Perfect Hotel!" border="0"/></a>
  25. </div>