<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2011 %> <% content_for :ie_emulate_override do %>IE=EmulateIE9<% end %> <% content_for :head do %> <%= stylesheet_link_tag 'views/popup-content.css' %> <%= javascript_include_tag 'source/helpsys/mxclient1_8/mxClient'%> <%= javascript_include_tag 'source/helpsys/mxclient1_8/mxClientFix'%> <% end %> <% @title_section = t("common.job_flow_graph") @title_section = @title_section + ' ' + t('common.view_only_mode') if @view_only %> <% fields_for @job_flow_graph do |form| %> <%= hidden_field_tag :authenticity_token, form_authenticity_token %> <%= form.hidden_field :id %> <%= form.hidden_field :name %> <%= form.hidden_field :description %> <%= form.hidden_field :tag_list %> <% end %> <%= render :file => 'layouts/check_authority_on_path.html.erb' %>