Sha256: 9bb191ead850facee41f8fae23485c1fbc7dae80ef5cfba872f1a798fd763d69

Contents?: true

Size: 1.64 KB

Versions: 5

Compression:

Stored size: 1.64 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta name="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/lucid.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/lucid.js"></script>
    <base id="base_target" target="_parent" />
  </head>
  <body>
    <script>
      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

5 entries across 5 versions & 1 rubygems

Version Path
yard-lucid-0.5.0 lib/docserver/doc_server/full_list/html/full_list.erb
yard-lucid-0.4.0 lib/docserver/doc_server/full_list/html/full_list.erb
yard-lucid-0.3.0 lib/docserver/doc_server/full_list/html/full_list.erb
yard-lucid-0.2.0 lib/docserver/doc_server/full_list/html/full_list.erb
yard-lucid-0.1.0 lib/docserver/doc_server/full_list/html/full_list.erb