Sha256: d3e40da1e217a3e277e24a9447b5228bf8e54724b2dada918256d26dc3009731
Contents?: true
Size: 1017 Bytes
Versions: 23
Compression:
Stored size: 1017 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 '/fckeditor/fckeditor', 'cms/editor' %> <%= 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
23 entries across 23 versions & 8 rubygems