Sha256: 25909257fff1b8711335c43e3c9ffcbbecba1956d77b1ba2c38a9145a1b21afe

Contents?: true

Size: 843 Bytes

Versions: 42

Compression:

Stored size: 843 Bytes

Contents

<!-- edgarj/index.html.erb -->
<table>
  <tr>
    <td id=page_title><h2><%= controller.send(:human_name) %></h2></td>
  </tr>
</table>
<%= render 'list' %>
<%= render 'form' %>
<%= render 'search_form' %>
<%= render 'search_operator_selection' %>

<div id=edgarj_message_popup></div>
<%= javascript_tag do %>
$(function(){
  $('#edgarj_search_form').hide();

  /* init message-dialog, which will be mainly used to display error message */
  $('#edgarj_message_popup').dialog({
    autoOpen: false,
    modal:    true,
    title:    '<%= t('edgarj.message_popup.title') %>',
    width:    800,
  });
});
<% end %>

<div id=edgarj_form_popup></div>
<%= javascript_tag do %>
$(function(){
  /* init popup-dialog, but don't show */
  $('#edgarj_form_popup').dialog({
    autoOpen: false,
    modal:    true,
    width:    800,
  });
});
<% end %>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
edgarj-4.06.10 app/views/edgarj/edgarj/index.html.erb
edgarj-4.06.09 app/views/edgarj/edgarj/index.html.erb
edgarj-4.06.07 app/views/edgarj/edgarj/index.html.erb
edgarj-4.06.05 app/views/edgarj/edgarj/index.html.erb
edgarj-4.06.04 app/views/edgarj/edgarj/index.html.erb
edgarj-4.06.03 app/views/edgarj/edgarj/index.html.erb
edgarj-4.06.02 app/views/edgarj/edgarj/index.html.erb
edgarj-4.06.01 app/views/edgarj/edgarj/index.html.erb
edgarj-4.06.00 app/views/edgarj/edgarj/index.html.erb
edgarj-4.05.04 app/views/edgarj/edgarj/index.html.erb
edgarj-4.05.03 app/views/edgarj/edgarj/index.html.erb
edgarj-4.05.02 app/views/edgarj/edgarj/index.html.erb
edgarj-4.05.01 app/views/edgarj/edgarj/index.html.erb
edgarj-4.05.00 app/views/edgarj/edgarj/index.html.erb
edgarj-4.04.01 app/views/edgarj/edgarj/index.html.erb
edgarj-4.04.00 app/views/edgarj/edgarj/index.html.erb
edgarj-4.03.00 app/views/edgarj/edgarj/index.html.erb
edgarj-4.02.00 app/views/edgarj/edgarj/index.html.erb
edgarj-4.01.01 app/views/edgarj/edgarj/index.html.erb
edgarj-4.01.00 app/views/edgarj/edgarj/index.html.erb