80 lines
2.9 KiB
Plaintext
80 lines
2.9 KiB
Plaintext
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Prototype API documentation | <%= @title %></title>
|
|
<meta name="generator" content="PDoc" />
|
|
|
|
<%= javascript_include_tag "prototype", "effects", "controls" %>
|
|
<%= javascript_include_tag "application", "code_highlighter" %>
|
|
|
|
<%= javascript_include_tag "item_index" %>
|
|
|
|
<%= stylesheet_link_tag "core", "api" %>
|
|
|
|
<script type="text/javascript">PDoc.pathPrefix = '<%= path_prefix %>';</script>
|
|
</head>
|
|
<body class="">
|
|
<div id="page">
|
|
|
|
<div id="masthead">
|
|
<div id="masthead_content">
|
|
<a href="http://prototypejs.org">
|
|
<h1 id="logo"><span class="replaced">Prototype JavaScript framework</span></h1>
|
|
</a>
|
|
</div> <!-- #masthead_content -->
|
|
</div> <!-- #masthead -->
|
|
|
|
<div id="menu" class="clearfix">
|
|
<div class="api-box">
|
|
<h2><a href="#" id="api_menu_button">Menu ↓</a></h2>
|
|
|
|
<ul id="api_menu" class="menu-items" style="display: none">
|
|
<% @root.sections.each do |section| %>
|
|
<%= menu(section) %>
|
|
<% end %>
|
|
</ul>
|
|
</div> <!-- .api-box -->
|
|
|
|
<div class="search-box">
|
|
<form>
|
|
<label><span class="hidden">Search </span><input type="text" id="search" size="20" /></label>
|
|
</form>
|
|
<ul id="search_results" class="search-results menu-items" style="display:none"></ul>
|
|
</div> <!-- .search-box -->
|
|
|
|
</div> <!-- #menu -->
|
|
|
|
<div id="main" class="page-content">
|
|
|
|
<%= @content_for_layout %>
|
|
|
|
</div> <!-- #main -->
|
|
|
|
<div id="footer">
|
|
|
|
<div class="about clearfix">
|
|
<div class="copyright clearfix">
|
|
<div class="cc">
|
|
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://creativecommons.org/images/public/somerights20.png" /></a>
|
|
</div> <!-- .cc -->
|
|
<div class="copyright-about">
|
|
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.
|
|
</div> <!-- .copyright-about -->
|
|
</div> <!-- .copyright -->
|
|
|
|
<div class="credits">
|
|
<p>Generated by <a href="http://pdoc.org">PDoc</a>. Uses <a href="http://famfamfam.com/lab/icons/silk/" title="famfamfam.com: Silk Icons">Silk Icons</a>.</p>
|
|
|
|
</div> <!-- .credits -->
|
|
|
|
</div> <!-- .about -->
|
|
|
|
|
|
</div> <!-- #footer -->
|
|
|
|
</div> <!-- #page -->
|
|
|
|
</body>
|
|
</html>
|