Sha256: 9b8aecc30b4cde728a9c12e62a574a0e50130e9bbff8f602a5ec40b1f1af1a74
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
<html> <head> <title>MicroWiki #{@page}</title> <style> a.exists{ color: #00f; } a.nonexists{ color: #f00; } </style> </head> #{ A("< Home", :href => R(self)) unless @page == "Home" } <body> <h1>#{@page}</h1> <?r if @text.empty? ?> #{ A("Create #{@page}?",:href => R(self, :edit, CGI.escape(@page))) } <?r else ?> <div> #{ A("Edit #{@page}?", :href => R(self, :edit, CGI.escape(@page))) } #{@text} </div> <?r end ?> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.1.3 | examples/whywiki/template/show.xhtml |
ramaze-0.1.4 | examples/whywiki/template/show.xhtml |
ramaze-0.1.2 | examples/whywiki/template/show.xhtml |