Sha256: 3767a1c29193daf8371ef4b0d7bc65b714fb84bb38e6963193300d046ca0c900
Contents?: true
Size: 902 Bytes
Versions: 2
Compression:
Stored size: 902 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title><%= @page_title %></title> <%= stylesheet_link_tag 'cms/application', 'cms/date_picker', 'cms/sitemap', 'cms/taglist' %> <%= javascript_include_tag "cms/application", cms_content_editor %> <script type="text/javascript"> jQuery(function($){ <% if protect_against_forgery? %> $.cms.authenticity_token = '<%= form_authenticity_token %>' <% end %> $('input.date_picker').datepicker({ changeFirstDay: false, changeMonth:true, changeYear:true, closeText:'', showButtonPanel: true, dateFormat: '<%= Cms::DatePicker.jquery_format %>' }) }) </script> <%= yield :html_head %> </head>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
browsercms-3.4.0.rc2 | app/views/layouts/cms/_head.html.erb |
browsercms-3.4.0.rc1 | app/views/layouts/cms/_head.html.erb |