Sha256: 9bd93a5f62ab64721483e1d64ce5e0001a8ec4da77a4b051b80ce44eb17aa06f

Contents?: true

Size: 1.16 KB

Versions: 14

Compression:

Stored size: 1.16 KB

Contents

<div id="cheesecake">
  <div id="contacts_cheesecake"></div>
  <div id="contacts_filter">
    <%= text_field_tag :filter_query, nil,:autocomplete => :off, :id => :contacts_filter_input %>    
  </div>
  <div id="contacts_grid">
    
    <% @actors.each do |actor|%>
      <%= render :partial => "actors/actor_cheesecake", :locals => {:actor => actor} %>
    <% end %>
  </div>
  <br class="clearfloat">
  <%= javascript_tag do %>
  $(function(){
    $("#center_body").css("width","782px");
    $("#center_body").css("max-width","782px");
    $("#content").css("width","782px");
    $("#contacts_filter_input").Watermark("<%= escape_javascript(I18n.t('search.name')) %>");
  });
  window.onload = function() {
    var cheesecakeData = {
      container: {
        id: "contacts_cheesecake",
        width: 440,
        height: 440
      },
        grid: {
          id: "contacts_grid",
          divIdPrefix: "actor_"
      },
        rMax : 200, 
        center: {x : 220, y : 220}           
      };
      cheesecakeData.sectors = <%= raw(current_subject.cheesecake_json) %>.sectors;
      var cheese = new socialCheesecake.Cheesecake(cheesecakeData);  
  }      
  <% end %>
</div>

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
vkhater-social_stream-0.16.3.3 base/app/views/cheesecake/_index.html.erb
vkhater-social_stream-base-0.11.2 app/views/cheesecake/_index.html.erb
social_stream-0.17.0 base/app/views/cheesecake/_index.html.erb
social_stream-base-0.12.0 app/views/cheesecake/_index.html.erb
social_stream-0.16.3 base/app/views/cheesecake/_index.html.erb
social_stream-base-0.11.2 app/views/cheesecake/_index.html.erb
social_stream-0.16.2 base/app/views/cheesecake/_index.html.erb
social_stream-base-0.11.1 app/views/cheesecake/_index.html.erb
social_stream-0.16.1 base/app/views/cheesecake/_index.html.erb
social_stream-base-0.11.0 app/views/cheesecake/_index.html.erb
social_stream-0.15.8 base/app/views/cheesecake/_index.html.erb
social_stream-base-0.10.11 app/views/cheesecake/_index.html.erb
social_stream-0.15.7 base/app/views/cheesecake/_index.html.erb
social_stream-base-0.10.10 app/views/cheesecake/_index.html.erb