Sha256: 924dc14ca8893ce620f662ac3b2b724036111813c1dfcc06d1651c539c5eddd4
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
<html> <head> <title><%= pagename %></title> <style type="text/css" media="screen">@import "/attachment/stylesheet.css";</style> <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/<%= pagename %>"> </head> <body> <div id="Content"> <%= content_of_page %> </div> <div id="Menu"> <a href='/Home Page' accesskey="H" ><img width=149 src='/attachment/logo.png' alt='<%= @wikiname %>' border='0' /></a> <form method=GET action='/find/<%= pagename %>' > <input name=regex value='' size=20 /> <input name=action value='search' type=submit> </form> <a href='/site index' accesskey="I" >Site Index</a> <a href='/recent changes to this site' accesskey="R" >Recent Changes</a> <% if page %> <% page.links_to.each do |linkedpage| %> <a href='/<%= linkedpage.name %>'><%= linkedpage.name %></a> <% end %> <% end %> <br/> <a href='/edit/Type a title here'>Add a new page</a> <a href='/edit/Picture of Type a title here'>Add a new picture</a> <a href='/edit/Attached Type a title here'>Attach a new file</a> <br/> <span class='disclaimer'> This website can be edited by anyone. It is therefore unlikely to represent the views of anyone named. </span> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
Soks-0.0.2 | template/views/frame.rhtml |