87 lines
3.0 KiB
Plaintext
87 lines
3.0 KiB
Plaintext
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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" %>
|
|
<%= javascript_include_tag "application", "code_highlighter", "tabs" %>
|
|
<%= javascript_include_tag "item_index" %>
|
|
|
|
<%= stylesheet_link_tag "api" %>
|
|
|
|
<script type="text/javascript">
|
|
PDoc.pathPrefix = '<%= path_prefix %>';
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="sidebar">
|
|
<ul id="sidebar_tabs" class="sidebar-tabs">
|
|
<li>
|
|
<a href="#menu_pane">Menu</a>
|
|
</li>
|
|
<li>
|
|
<a href="#search_pane">Search</a>
|
|
</li>
|
|
</ul> <!-- .sidebar-tabs -->
|
|
|
|
<form class="search-ribbon">
|
|
<label>
|
|
<span class="hidden">Search</span>
|
|
<input type="text" id="search" size="20" title="Search" />
|
|
</label>
|
|
</form>
|
|
|
|
<div class="sidebar-pane scrollable" id="menu_pane">
|
|
<ul id="api_menu" class="menu-items">
|
|
<% @root.sections.each do |section| %>
|
|
<%= menu(section) %>
|
|
<% end %>
|
|
</ul> <!--- #api_menu =-->
|
|
</div> <!-- .sidebar-pane -->
|
|
<div class="sidebar-pane" id="search_pane">
|
|
<ul id="search_results" class="search-results menu-items scrollable"></ul>
|
|
</div> <!-- .sidebar-pane -->
|
|
</div> <!-- #sidebar -->
|
|
|
|
|
|
<div id="page">
|
|
<div class="masthead">
|
|
<div class="content">
|
|
<h1 class="logo">
|
|
<a href="http://prototypejs.org"><span class="replaced">Prototype JavaScript framework</span></a>
|
|
</h1>
|
|
</div> <!-- .content -->
|
|
</div> <!-- .masthead -->
|
|
<div id="main" class="page-content">
|
|
|
|
<%= @content_for_layout %>
|
|
|
|
</div> <!-- #main -->
|
|
|
|
<div id="footer">
|
|
<div class="content clearfix">
|
|
|
|
<div class="cc clearfix">
|
|
<span>
|
|
<img src="http://creativecommons.org/images/public/somerights20.png"
|
|
style="border-width: 0pt;" alt="Creative Commons License"/>
|
|
</span>
|
|
|
|
<p>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>.</p>
|
|
</div> <!-- .cc -->
|
|
|
|
<div class="credits">
|
|
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> and portions of <a href="http://github.com/280north/aristo/tree/master" title="280north's aristo at master - GitHub">Aristo</a>.
|
|
</div> <!-- .credits -->
|
|
|
|
</div> <!-- .content -->
|
|
</div> <!-- #footer -->
|
|
|
|
</div> <!-- #page -->
|
|
</body>
|
|
</html>
|