Sha256: 54d261e535cbb47addf20215f908ef444246a2ad3cad66a1fa584db4ed9019a6

Contents?: true

Size: 1.8 KB

Versions: 3

Compression:

Stored size: 1.8 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<%= charset %>" />
    <link rel="stylesheet" href="/css/full_list.css" type="text/css" media="screen" charset="utf-8" />
    <link rel="stylesheet" href="/css/common.css" type="text/css" media="screen" charset="utf-8" />
    <link rel="stylesheet" href="/css/cucumber.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" charset="utf-8" src="/js/full_list.js"></script>
    <script type="text/javascript" charset="utf-8" src="/js/cucumber.js"></script>
    <base id="base_target" target="_parent" />
  </head>
  <body>
    <script type="text/javascript" charset="utf-8">
      if (window.top.frames.main) {
        document.getElementById('base_target').target = 'main';
        document.body.className = 'frames';
      }
    </script>
    <div id="content">
      <h1 id="full_list_header"><%= @list_title %></h1>
      <div id="nav">
        <a target="_self" href="/<%= base_path(router.list_prefix) %>/features">Features</a> | 
        <a target="_self" href="/<%= base_path(router.list_prefix) %>/tags">Tags</a> | 
        <a target="_self" href="/<%= base_path(router.list_prefix) %>/class">Classes</a> | 
        <a target="_self" href="/<%= base_path(router.list_prefix) %>/methods">Methods</a> |
        <a target="_self" href="/<%= base_path(router.list_prefix) %>/files">Files</a>
      </div>
      <div id="search">Search: <input type="text" /></div>


      <ul id="full_list" class="<%= @list_class || @list_type %>">
        <%= erb "full_list_#{@list_type}" %>
      </ul>
    </div>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yard-nrser-cucumber-0.1.3 lib/docserver/doc_server/full_list/html/full_list.erb
yard-nrser-cucumber-0.1.2 lib/docserver/doc_server/full_list/html/full_list.erb
yard-nrser-cucumber-0.1.1 lib/docserver/doc_server/full_list/html/full_list.erb