Sha256: 8ee6ddd9deba81acd404f8c0565874b739fe47a70929c09cbc46755534de4137

Contents?: true

Size: 1.52 KB

Versions: 13

Compression:

Stored size: 1.52 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <title>search index</title>
  <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" charset="utf-8" />
  <link rel="stylesheet" href="../css/panel.css" type="text/css" media="screen" charset="utf-8" />
  <script src="../js/search_index.js" type="text/javascript" charset="utf-8"></script>
  <script src="../js/searcher.js" type="text/javascript" charset="utf-8"></script>
  <script src="tree.js" type="text/javascript" charset="utf-8"></script>
  <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
  <script src="../js/searchdoc.js" type="text/javascript" charset="utf-8"></script>
  <script type="text/javascript" charset="utf-8">
  $(function() {
    $('#links').hide();
    var panel = new Searchdoc.Panel($('#panel'), search_data, tree, top.frames[1]);
    $('#search').focus();

    var s = window.parent.location.search.match(/\?q=([^&]+)/);
    if (s) {
      s = decodeURIComponent(s[1]).replace(/\+/g, ' ');
      if (s.length > 0) {
        $('#search').val(s);
        panel.search(s, true);
      }
    }
  })
  </script>
</head>

<body>
  <div class="panel panel_tree" id="panel">
    <div class="header">
      <input type="text" placeholder="Search for a class, method, ..." autosave="searchdoc" results="10" id="search" autocomplete="off" />
    </div>
    <div class="tree">
      <ul>
      </ul>
    </div>
    <div class="result">
      <ul>
      </ul>
    </div>
  </div>
  <a href="links.html" id="links">index</a>
</body>

</html>

Version data entries

13 entries across 7 versions & 3 rubygems

Version Path
basic_temperature-1.0.0 docs/panel/index.html
basic_temperature-0.2.2 docs/panel/index.html
sdoc-1.1.0 lib/rdoc/generator/template/rails/resources/panel/index.html
nanook-1.0.1 docs/0.7.0/panel/index.html
nanook-1.0.1 docs/0.8.0/panel/index.html
nanook-1.0.1 docs/1.0.0/panel/index.html
nanook-1.0.1 docs/panel/index.html
nanook-1.0.0 docs/0.7.0/panel/index.html
nanook-1.0.0 docs/0.8.0/panel/index.html
nanook-1.0.0 docs/1.0.0/panel/index.html
nanook-1.0.0 docs/panel/index.html
sdoc-1.0.0 lib/rdoc/generator/template/rails/resources/panel/index.html
sdoc-1.0.0.rc3 lib/rdoc/generator/template/rails/resources/panel/index.html