website/template.html.erb in sogoumap2pdf-0.0.8 vs website/template.html.erb in sogoumap2pdf-0.0.9

- old
+ new

@@ -36,9 +36,11 @@ <div id="version" class="clickable" onclick='document.location = "<%= download %>"; return false'> <p>Get Version</p> <a href="<%= download %>" class="numbers"><%= version %></a> </div> <%= body %> + <h2>Screencast</h2> +<object width="425" height="350"> <param name="movie" value="http://www.youtube.com/v/SxEZ1lhUDH4"> </param> <embed src="http://www.youtube.com/v/SxEZ1lhUDH4" type="application/x-shockwave-flash" width="425" height="350"> </embed> </object> <p class="coda"> <a href="mailto:ruanwz@gmail.com">David Ruan</a>, <%= modified.pretty %><br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div>