Sha256: 5de9590b3d8adcf4d970119934fabdfdeb61aee0e07424d9fc2d9bc60b643976
Contents?: true
Size: 996 Bytes
Versions: 11
Compression:
Stored size: 996 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/date_picker', 'cms/thickbox' %> <%= javascript_include_tag 'jquery', 'jquery-ui', 'jquery.cookie.js', 'jquery.selectbox-0.5.js', 'jquery.thickbox.js' %> <%= javascript_include_tag Cms.wysiwig_js %> <%= javascript_include_tag 'cms/application' %> <script type="text/javascript"> jQuery(function($){ <% if protect_against_forgery? %> $.cms.authenticity_token = '<%= form_authenticity_token %>' <% end %> $('input.date_picker').datepicker() }) </script> <%= yield :html_head %> </head> <body> <div align="right"><a href="#" onclick="self.parent.tb_remove();">X</a></div> <%= yield %> </body> </html>
Version data entries
11 entries across 11 versions & 4 rubygems