Sha256: a782f0a30a2fff57be4f7504e07db578a00d343f5364c74184f62b97cbb9b6eb

Contents?: true

Size: 875 Bytes

Versions: 1

Compression:

Stored size: 875 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-datepicker-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

1 entries across 1 versions & 1 rubygems

Version Path
inline_forms-0.9.11 app/views/layouts/inline_forms.rhtml