app/views/layouts/top.rhtml in parlement-0.1 vs app/views/layouts/top.rhtml in parlement-0.2

- old
+ new

@@ -1,18 +1,12 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!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> - <!--<title><%= controller.action_name %></title>--> - <%= stylesheet_link_tag 'default' %> - <!-- - <%= stylesheet_link_tag 'scaffold' %> - <%= javascript_include_tag "/javascripts/live_tree.js" %> - --> <%= javascript_include_tag "/javascripts/prototype" %> <%= javascript_include_tag "/javascripts/scriptaculous" %> <meta name="ROBOTS" content="ALL"/> <meta name="author" content="Emmanuel Charpentier"/> @@ -26,20 +20,20 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> <div class="sidebar"> - <a class="title" href="/">Parlement</a> + <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 %> - <!-- To make sure the content goes beyond the sidebar --> - <div style="clear:both"/> + <a href="<%= url_for :controller => 'elt', :action => 'show', :id => '' %>" + class="version">version <%= PARLEMENT_VERSION %></a> </body> </html>