Sha256: fee1ca7db6fd65a0d925430a96758893206583245ab4ea8127795050ddeab96a

Contents?: true

Size: 1.03 KB

Versions: 9

Compression:

Stored size: 1.03 KB

Contents

<meta name="Content-Type" content="text/html; charset=UTF-8" />
<title>YARD Documentation Server <%= YARD::VERSION %> - Library Listing</title>
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="/css/custom.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="/js/jquery.js"></script>
<script type="text/javascript">
  function framesLinks() {
    $('#framelink').toggle(function() {
      $(this).text('links with frames');
      $('ul li a').each(function() {
        $(this).attr('href', $(this).attr('href').replace(/\/frames$/, ''));
      });
    }, function() {
      $(this).text('links without frames');
      $('ul li a').each(function() {
        $(this).attr('href', $(this).attr('href') + '/frames');
      });
    })
  }
  
  $(framesLinks);
</script>
<style type="text/css" media="screen">
  ul { list-style: circle inside none; padding: 0; }
  li { font-size: 1.2em; line-height: 1.4em; padding: 3px 5px; }
</style>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
yard-0.6.8 lib/yard/server/templates/doc_server/library_list/html/headers.erb
yard-0.6.7 lib/yard/server/templates/doc_server/library_list/html/headers.erb
yard-0.6.6 lib/yard/server/templates/doc_server/library_list/html/headers.erb
yard-0.6.5 lib/yard/server/templates/doc_server/library_list/html/headers.erb
yard-0.6.4 lib/yard/server/templates/doc_server/library_list/html/headers.erb
yard-0.6.3 lib/yard/server/templates/doc_server/library_list/html/headers.erb
yard-0.6.2 lib/yard/server/templates/doc_server/library_list/html/headers.erb
yard-0.6.1 lib/yard/server/templates/doc_server/library_list/html/headers.erb
yard-0.6.0 lib/yard/server/templates/doc_server/library_list/html/headers.erb