lib/rdoc/generators/template/html/resh/index.rhtml in resh-0.0.3 vs lib/rdoc/generators/template/html/resh/index.rhtml in resh-0.0.4
- old
+ new
@@ -20,11 +20,11 @@
<%
readme = @files.find {|i| File.basename(i.name) =~ /README/i }
if readme
r = readme.value_hash
%>
- <div class="readme">
+ <div class="readme" id="readme">
<div class="readme-information">
<p class="short-name">
<%=r["short_name"]%>
</p>
@@ -36,11 +36,11 @@
</dl>
</div>
<%=r["description"]%>
</div>
<% end %>
- <div class="index-classes">
+ <div class="index-classes" id="classes">
<h2>Classes/Modules</h2>
<% @classes.sort.each do |c|
next unless c.document_self
next if c.name.empty?
cv = c.value_hash
@@ -68,11 +68,11 @@
<% end %>
</div>
<% end %>
<% end %>
</div>
- <div class="index-files">
+ <div class="index-files" id="files">
<h2>Files</h2>
<ul>
<% @files.sort.each do |f|
next unless f.document_self
fv = f.value_hash
@@ -85,10 +85,10 @@
<div id="footer">
<p class="footer-links"><a href="#top">Top^</a></p>
<p>Created at: <%=require "time"; Time.now.xmlschema %></p>
<p>
- Powerd by
+ Powered by
<span class="ruby-r">R</span>Doc
(
template: <a href="http://coderepos.org/share/wiki/Resh">Resh</a>
)
/