Sha256: 531c62267a4560274e4c21ad66805c22d034ea46deb31646d6a759c94d897cfd

Contents?: true

Size: 1.26 KB

Versions: 10

Compression:

Stored size: 1.26 KB

Contents

!!!
%html
  %head
    %link{:type=>"text/css", :rel=>"stylesheet", :href=>"../style.css"}
    %title="Rubyvis - Example: #{title}"
  %body
    %h1="Rubyvis - Example: #{title}"
    .example_main
      .description=find_and_preserve(text)
      .navigation
        %ul
          %li 
            %a{:href=>"../index.html"} Home
          - if prev_ex
            %li
              %a{:href=>"#{prev_ex}.html"} Previous: #{pages[prev_ex].title}
          - if next_ex
            %li
              %a{:href=>"#{next_ex}.html"} Next: #{pages[next_ex].title}          
      .image
        /[if IE]
          %embed.svg{:src=>svg_file,:width=>svg_width, :height=>svg_height}
        %object.svg{:data=>svg_file, :type=>"image/svg+xml", :width=>svg_width, :height=>svg_height}
      .source=find_and_preserve(source)
    :javascript
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-5764936-8']);
      _gaq.push(['_trackPageview']);
      
      (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rubyvis-0.5.2 web/examples.haml
rubyvis-0.5.1 web/examples.haml
rubyvis-0.5.0 web/examples.haml
rubyvis-0.4.1 web/examples.haml
rubyvis-0.4.0 web/examples.haml
rubyvis-0.3.6 web/examples.haml
rubyvis-0.3.5 web/examples.haml
rubyvis-0.3.4 web/examples.haml
rubyvis-0.3.3 web/examples.haml
rubyvis-0.3.2 web/examples.haml