summaryrefslogtreecommitdiff
path: root/jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml')
-rw-r--r--jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml18
1 files changed, 18 insertions, 0 deletions
diff --git a/jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml b/jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml
new file mode 100644
index 0000000..4a6b006
--- /dev/null
+++ b/jni/ruby/lib/rdoc/generator/template/darkfish/page.rhtml
@@ -0,0 +1,18 @@
+<body id="top" role="document" class="file">
+<nav role="navigation">
+ <div id="project-navigation">
+ <%= render '_sidebar_navigation.rhtml' %>
+ <%= render '_sidebar_search.rhtml' %>
+ </div>
+
+ <%= render '_sidebar_table_of_contents.rhtml' %>
+
+ <div id="project-metadata">
+ <%= render '_sidebar_pages.rhtml' %>
+ </div>
+</nav>
+
+<main role="main" aria-label="Page <%=h file.full_name%>">
+<%= file.description %>
+</main>
+