Sha256: e572cea85327b7713216ea2ad00b7559131445df772ccdfe13be8dbf25f4ca15
Contents?: true
Size: 1.63 KB
Versions: 1
Compression:
Stored size: 1.63 KB
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><%%= h yield(:title) || <%=File.basename(RAILS_ROOT).titleize.inspect%> %></title> <%%= stylesheet_link_tag 'static_style' %> <%%= javascript_include_tag 'sorttable' %> <%%# Uni-Form %> <style type="text/css" media="screen"> @import "/stylesheets/default-style.css"; @import "/stylesheets/uni-form.css"; </style> <!--[if lte ie 7]> <style type="text/css" media="screen"> /* Move these to your IE6/7 specific stylesheet if possible */ .uniForm, .uniForm fieldset, .uniForm .ctrlHolder, .uniForm .formHint, .uniForm .buttonHolder, .uniForm .ctrlHolder .multiField, .uniForm .inlineLabel{ zoom:1; } .uniForm .inlineLabels label, .uniForm .inlineLabels .label, .uniForm .blockLabels label, .uniForm .blockLabels .label, .uniForm .inlineLabel span{ padding-bottom: .2em; } .uniForm .inlineLabel input, .uniForm .inlineLabels .inlineLabel input, .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; } </style> <![endif]--> <%%= javascript_include_tag 'jquery' %> <%%= javascript_include_tag 'uni-form.jquery' %> <link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="/stylesheets/print.css" type="text/css" media="print"> </head> <body <%%if @onload_javascript%>onLoad="on_load_function();"<%%end%>> <div class="container showgrid">
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jrhicks-static-generators-0.2.5 | rails_generators/static_app/templates/standard_header.html.erb |