data-height_overridden="true" <% end %> >
" id="<%= @tool_form_id ? "tool_form_#{@tool_form_id}" : "tool_form" %>" data-tool-launch-type="<%= @lti_launch.launch_type %>" data-tool-id="<%= @lti_launch.analytics_id %>" data-tool-path="<%= @lti_launch.resource_path %>" data-message-type="<%= @lti_launch.analytics_message_type %>"> <% @lti_launch.params.each do |key, value| %> <%= hidden_field_tag key, value.to_s %> <% end %>
<%= t :new_tab, "This tool needs to be loaded in a new browser window" %>
<%= t('The following content is partner provided') %>
<% if @lti_launch.launch_type != "window" %> <%= iframe( "about:blank", name: @tool_form_id ? "tool_content_#{@tool_form_id}" : "tool_content", id: @tool_form_id ? "tool_content_#{@tool_form_id}" : "tool_content", class: "tool_launch", allowfullscreen: "true", webkitallowfullscreen: "true", mozallowfullscreen: "true", tabindex:"0", title: @lti_launch.link_text, style: "height:#{@lti_launch.tool_dimensions[:selection_height]};width:#{@lti_launch.tool_dimensions[:selection_width]};", allow: Lti::Launch.iframe_allowances.join('; '), data: { 'lti-launch': true } ) %> <% end %>
<%= t('The preceding content is partner provided') %>