X7ROOT File Manager
Current Path:
/opt/alt/ruby20/lib64/ruby/2.0.0/rdoc/generator/template/darkfish
opt
/
alt
/
ruby20
/
lib64
/
ruby
/
2.0.0
/
rdoc
/
generator
/
template
/
darkfish
/
ðŸ“
..
📄
_footer.rhtml
(346 B)
📄
_head.rhtml
(925 B)
📄
_sidebar_VCS_info.rhtml
(456 B)
📄
_sidebar_classes.rhtml
(304 B)
📄
_sidebar_extends.rhtml
(486 B)
📄
_sidebar_in_files.rhtml
(190 B)
📄
_sidebar_includes.rhtml
(483 B)
📄
_sidebar_installed.rhtml
(314 B)
📄
_sidebar_methods.rhtml
(408 B)
📄
_sidebar_navigation.rhtml
(287 B)
📄
_sidebar_pages.rhtml
(356 B)
📄
_sidebar_parent.rhtml
(387 B)
📄
_sidebar_search.rhtml
(411 B)
📄
_sidebar_sections.rhtml
(317 B)
📄
_sidebar_table_of_contents.rhtml
(516 B)
📄
class.rhtml
(5.9 KB)
ðŸ“
images
📄
index.rhtml
(500 B)
ðŸ“
js
📄
page.rhtml
(388 B)
📄
rdoc.css
(10.12 KB)
📄
servlet_not_found.rhtml
(371 B)
📄
servlet_root.rhtml
(1.06 KB)
📄
table_of_contents.rhtml
(1.59 KB)
Editing: table_of_contents.rhtml
<body class="indexpage"> <h1><%= h @title %></h1> <% simple_files = @files.select { |f| f.text? } %> <% unless simple_files.empty? then %> <h2>Pages</h2> <ul> <% simple_files.sort.each do |file| %> <li class="file"> <a href="<%= file.path %>"><%= h file.page_name %></a> <% # HACK table_of_contents should not exist on Document table = file.parse(file.comment).table_of_contents unless table.empty? then %> <img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings"> <ul class="initially-hidden"> <% table.each do |heading| %> <li><a href="<%= file.path %>#<%= heading.aref %>"><%= heading.plain_html %></a> <% end %> </ul> <% end %> </li> <% end %> </ul> <% end %> <h2 id="classes">Classes/Modules</h2> <ul> <% @modsort.each do |klass| %> <li class="<%= klass.type %>"> <a href="<%= klass.path %>"><%= klass.full_name %></a> <% table = [] table.concat klass.parse(klass.comment_location).table_of_contents table.concat klass.section_contents unless table.empty? then %> <img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings"> <ul class="initially-hidden"> <% table.each do |item| %> <li><a href="<%= klass.path %>#<%= item.aref %>"><%= item.plain_html %></a> <% end %> </ul> <% end %> </li> <% end %> </ul> <h2 id="methods">Methods</h2> <ul> <% @store.all_classes_and_modules.map do |mod| mod.method_list end.flatten.sort.each do |method| %> <li class="method"><a href="<%= method.path %>"><%= method.pretty_name %> — <%= method.parent.full_name %></a> <% end %> </ul>
Upload File
Create Folder