Sha256: e6c6d5134037d9b91b72b01e1bfbb949d0b09e128df64823411959461e18c83c

Contents?: true

Size: 864 Bytes

Versions: 8

Compression:

Stored size: 864 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title><%= h(yield(:title) || "xyxyxyx") %></title>
    <%= csrf_meta_tag %>
    <%= stylesheet_link_tag 'inline_forms', 'jquery-ui-sunny' %>
    <%= javascript_include_tag :defaults, 'jquery.form', 'jquery.remotipart', :ckeditor %>
    <%= yield(:head) %>
    <script>
      $.datepicker.setDefaults({
        dateFormat: 'yy-mm-dd',
        changeMonth: true,
        changeYear: true,
        showOtherMonths: true,
        selectOtherMonths: true,
        showButtonPanel: false,
        showWeek: true,
        firstDay: 1,
        prevText: '<<',
        nextText: '>>'
      })
    </script>
  </head>
  <body>
    <%= render "inline_forms/header" %>
    <%= render "/inline_forms_tabs" %>
    <%= yield %>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
inline_forms-0.9.19 app/views/layouts/inline_forms.rhtml
inline_forms-0.9.18 app/views/layouts/inline_forms.rhtml
inline_forms-0.9.17 app/views/layouts/inline_forms.rhtml
inline_forms-0.9.16 app/views/layouts/inline_forms.rhtml
inline_forms-0.9.15 app/views/layouts/inline_forms.rhtml
inline_forms-0.9.14 app/views/layouts/inline_forms.rhtml
inline_forms-0.9.13 app/views/layouts/inline_forms.rhtml
inline_forms-0.9.12 app/views/layouts/inline_forms.rhtml