Sha256: f17489a2b4891e0ab65e7a07785c6e3ffdaddd22b6e3203446dbae8c452e1495

Contents?: true

Size: 1.35 KB

Versions: 11

Compression:

Stored size: 1.35 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 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" />
    <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>
    <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="class_list.html">Classes</a> | 
        <a target="_self" href="method_list.html">Methods</a> |
        <a target="_self" href="file_list.html">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

11 entries across 11 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.7.2 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.7.1 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.7.0 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.6.4 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.6.3 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.6.1 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.6.0 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.5.4 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.5.3 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.5.2 lib/templates/default/fulldoc/html/full_list.erb
cucumber-in-the-yard-1.5.1 lib/templates/default/fulldoc/html/full_list.erb