Sha256: 7fcd0be8597dd93baaae5208ab91dd4aebb5873bf38724ee83be6158811025d1

Contents?: true

Size: 1.89 KB

Versions: 10

Compression:

Stored size: 1.89 KB

Contents

<div id="toolbar">
  <div id="toolbar-logo">
    
  </div>
  <div id="close" class="section">
    <a id="close_frame" title="Remove frame and go to this web address." class="url_fragment" href="<%= @resource_uri %>"> </a>
    <a id="close_frame_text" title="Remove frame and go to this web address." class="url_fragment" href="<%= @resource_uri %>"><%= t('muck.services.close') %></a>
  </div>
  <div id="search" class="section">
    <%= form_tag(search_entries_path, {:method => :get}) do -%>
      <div id="search_box"><%= text_field_tag(:q, '', :id => 'search-box') %></div>
      <input id="search_go" class="input-button" type="submit" value="<%= t('muck.services.search_button') %>"/>
    <% end -%>
  </div>
  <div id="tools" class="section">
    <%= link_to t('muck.services.show_related_resources'), '#', :style => "display:none", :id => "show_recommendations_link", :onclick => 'jQuery("#recs_panel").show();jQuery("#show_recommendations_link").hide();return false;' %>
    <%#= link_to t('muck.services.remix'), new_content_path(@entry), :id => 'share'  - copy the page into the content system %>
    <%#= link_to t('muck.services.save'), new_content_path(@entry), :id => 'share'  - save the content for use later on  %>
    <% if logged_in? -%>
      <%= link_to t('muck.services.share'), new_user_share_path(current_user, :title => @entry.title, :uri => @resource_uri), :id => 'share' if MuckServices.configuration.enable_services_shares -%>      
    <% else -%>
      <span id="share_login"><%= t('muck.services.login_or_signup_prompt', :signup => link_to(t('muck.services.signup'), signup_path, :id => 'signup'), :login => link_to(t('muck.services.login'), login_path, :id => 'login') ) %></span>
    <% end -%>
    <%= link_to t('muck.services.comment_entries_count', :count => @comment_count), entry_comments_path(@entry), :id => 'comment' if MuckServices.configuration.enable_services_comments -%>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
muck-services-3.3.3 app/views/visits/_toolbar.html.erb
muck-services-3.3.2 app/views/visits/_toolbar.html.erb
muck-services-3.3.1 app/views/visits/_toolbar.html.erb
muck-services-3.3.0 app/views/visits/_toolbar.html.erb
muck-services-3.2.2 app/views/visits/_toolbar.html.erb
muck-services-3.2.1 app/views/visits/_toolbar.html.erb
muck-services-3.2.0 app/views/visits/_toolbar.html.erb
muck-services-3.1.1 app/views/visits/_toolbar.html.erb
muck-services-3.1.0 app/views/visits/_toolbar.html.erb
muck-services-3.0.0 app/views/visits/_toolbar.html.erb