Sha256: 8846ea7c99c0c4acaf5222296a3b453919208eff040f9ed7d92baa813104b71e

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
	<head>
		<title><%= @title %></title>
		<%= stylesheet_link_tag 'default' %>
		<%= javascript_include_tag "/javascripts/prototype" %>
		<%= javascript_include_tag "/javascripts/scriptaculous" %>

		<meta name="ROBOTS" content="ALL"/>
		<meta name="author" content="Emmanuel Charpentier"/>
		<meta name="description" content="Parlement, a mix between direct and
			representative democracy, in the shape of a website. A mailing list,
			forum, chat."/>
		<meta name="keywords" content="collaborative writing, democracy,
			participative democracy, direct democracy, representative democracy,
			participative internationalisation, web site, ruby on rails,
			PostgreSQL"/>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	</head>

	<body>
		<div class="sidebar">
			<a class="title" href="http://leparlement.org">Parlement</a>

			<div class="signets">
				<a href="http://rubyforge.org/projects/parlement">forge</a>
				<a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>
			</div>
		</div>

		<%= @content_for_layout %>

		<a href="<%= url_for :controller => 'elt', :action => 'show', :id => '' %>"
			class="version">version <%= PARLEMENT_VERSION %></a>
	</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
parlement-0.2 app/views/layouts/top.rhtml