Sha256: b58a3c448c3891330b2b896998062a4f09f206a9b2915125ffba11cf6b2e43b8
Contents?: true
Size: 1.87 KB
Versions: 9
Compression:
Stored size: 1.87 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) || "Highrise" %></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]--> <script src="/javascripts/jquery-1.3.2.min.js" type="text/javascript"></script> <script src="/javascripts/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script> <script src="/javascripts/jrails.js" type="text/javascript"></script> <%%= javascript_include_tag 'uni-form.jquery' %> <!-- Liquid Blueprint CSS --> <link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" media="screen, projection"> <!--[if IE]><link rel="stylesheet" href="/stylesheets/ie.css" type="text/css" media="screen, projection"><![endif]--> <link rel="stylesheet" href="/stylesheets/redmond/jquery-ui-1.7.2.custom.css" type="text/css" media="screen"> </head> <body>
Version data entries
9 entries across 9 versions & 1 rubygems