Sha256: f612d456ee179d0d240d2d73326237afffe3f92e60432d1e88916abe75b7facf

Contents?: true

Size: 1.82 KB

Versions: 1

Compression:

Stored size: 1.82 KB

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
	<title><%= pagename %></title>
	<meta name='description' content='<%= $SETTINGS[:description] %>' />
	<meta name='keywords' content='Soks, <%= $SETTINGS[:name] %>' />
	<link href='/attachment/stylesheet.css' rel='stylesheet' type='text/css' media='screen' />
	<link href='/attachment/print_stylesheet.css' rel='stylesheet' type='text/css' media='print' />	
	<link rel='alternate' type='application/rss+xml' title='RSS' href='/rss/<%= pagename %>' />
	<script src='/attachment/newpage.js' type='text/javascript'></script>
</head>
<body onkeypress='hotkey(event);'>
	<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 %>' /></a> 
		<form method='get' action='/find/<%= pagename %>' >
			<input class='search' name='regex' value='' size='18' />
			<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 %>
			<br />
			<% 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'>Upload a new picture</a>
		<a href='/edit/Attached Type a title here'>Upload 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>
		<br />
		<a style='display:inline;' href='/rss/<%= pagename %>'><img src='/attachment/rss.png' alt='rss feed' /></a>
	</div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Soks-0.0.4 templates/default/views/frame.rhtml