Sha256: fede797ea041fb88bf21923ebda3dec3db2739971e2c1e6e02467dca7426dd7d
Contents?: true
Size: 1.62 KB
Versions: 6
Compression:
Stored size: 1.62 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><%= @elt.subject %></title> <!-- Yes I use the mail domain for lack of another variable :-( --> <base href="http://<%= ActionMailer::Base.server_settings[:domain] %>"/> <link href="/stylesheets/default.css" media="screen" rel="Stylesheet" type="text/css" /> <script src="/javascripts/prototype.js" type="text/javascript"></script> <script src="/javascripts/scriptaculous.js" type="text/javascript"></script> <link rel="shortcut icon" href="/images/world.png" type="image/png"/> <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, direct democracy, representative democracy, forum, mailing list, chat, ruby on rails, PostgreSQL"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> <!-- <div class="links"> <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/licenses/gpl.html">GPL</a> </div> </div> --> <div class="elt"> <h1><%= textilize_without_paragraph @elt.subject %></h1> <div class="eltBody"> <%= RedCloth.new(@elt.body).to_html%> </div> </div> <a class="title" href="http://leparlement.org">Parlement</a> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems