Sha256: 49070f0ceca2c78861a1a291878c706291ca5f2c04501f112ebc5082cd94c8a0
Contents?: true
Size: 432 Bytes
Versions: 2
Compression:
Stored size: 432 Bytes
Contents
<?xml version='1.0' encoding='utf-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title><%= "MicroWiki #{h @page}" %></title> <style type="text/css"> a.exists{ color: #00f; } a.missing{ color: #f00; } textarea{ width: 90%; height: 20em; } </style> </head> <body> <%= @content %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
manveru-innate-2009.02.06 | example/app/whywiki_erb/layout/wiki.html.erb |
manveru-innate-2009.02.21 | example/app/whywiki_erb/layout/wiki.html.erb |