Changeset 407 for lang/ruby/rdoc
- Timestamp:
- 10/07/07 00:49:56 (6 years ago)
- Location:
- lang/ruby/rdoc/generators/template/html/resh
- Files:
-
- 4 modified
-
class.rhtml (modified) (2 diffs)
-
file.rhtml (modified) (2 diffs)
-
index.rhtml (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/rdoc/generators/template/html/resh/class.rhtml
r386 r407 13 13 </head> 14 14 <body> 15 <% index = Pathname.new("").relative_path_from(Pathname.new(f.path).parent) + "index.html"%> 15 16 <div id="whole"> 16 <h1 id="top">< %=values["title"]%></h1>17 <h1 id="top"><a href="<%=index%>"><%=values["title"]%></a></h1> 17 18 <div class="class-information"> 18 19 <p class="full-name"> … … 214 215 215 216 <div id="footer"> 216 <p>Created at: <%=require "time"; Time.now.xmlschema %></p> 217 <% require "time" %> 218 <p class="footer-links"><a href="<%=index%>"><Index</a> <a href="#top">Top^</a></p> 219 <p>Created at: <%=Time.now.xmlschema %></p> 217 220 <p>Powerd by <span class="ruby-r">R</span>Doc / <span class="ruby-r">R</span>uby / ruby<%=RUBY_VERSION%></p> 218 221 </div> -
lang/ruby/rdoc/generators/template/html/resh/file.rhtml
r386 r407 13 13 </head> 14 14 <body> 15 <% index = Pathname.new("").relative_path_from(Pathname.new(f.path).parent) + "index.html"%> 15 16 <div id="whole"> 16 <h1 id="top">< %=values["title"]%></h1>17 <h1 id="top"><a href="<%=index%>"><%=values["title"]%></a></h1> 17 18 <div class="file-information"> 18 19 <p class="shot-name"> … … 196 197 197 198 <div id="footer"> 198 <p>Original Document Last-modified: <%=values["dtm_modified"]%></p> 199 <p>Created at: <%=require "time"; Time.now.xmlschema %></p> 199 <% require "time" %> 200 <p class="footer-links"><a href="<%=index%>"><Index</a> <a href="#top">Top^</a></p> 201 <p>Original Document Last-modified: <%=Time.parse(values["dtm_modified"]).xmlschema%></p> 202 <p>Created at: <%=Time.now.xmlschema %></p> 200 203 <p>Powerd by <span class="ruby-r">R</span>Doc / <span class="ruby-r">R</span>uby / ruby<%=RUBY_VERSION%></p> 201 204 </div> -
lang/ruby/rdoc/generators/template/html/resh/index.rhtml
r389 r407 15 15 <body> 16 16 <div id="whole"> 17 <h1 id="top">< %=values["title"]%></h1>17 <h1 id="top"><a href=""><%=values["title"]%></a></h1> 18 18 19 19 <div id="content"> … … 85 85 86 86 <div id="footer"> 87 <p class="footer-links"><a href="#top">Top^</a></p> 87 88 <p>Created at: <%=require "time"; Time.now.xmlschema %></p> 88 89 <p>Powerd by <span class="ruby-r">R</span>Doc / <span class="ruby-r">R</span>uby / ruby<%=RUBY_VERSION%></p> -
lang/ruby/rdoc/generators/template/html/resh/style.css
r390 r407 62 62 } 63 63 64 #top { 65 } 66 67 #top a:link , 68 #top a:visited , 69 #top a:hover { 70 color: #000; 71 text-decoration: none; 72 } 73 64 74 .readme { 65 75 background: #f9f9f9; … … 71 81 .index-classes { 72 82 clear: both; 83 } 84 85 .index-files h3, 86 .index-classes h3 { 87 margin: 0.5em 0.5em 1em 0.5em; 73 88 } 74 89
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)