annotate .svn/pristine/cf/cff70e9e53fe19a0d4f34ba76842be87f910b4d6.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Chris@909 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
Chris@909 3 <head>
Chris@909 4 <title><%=h @page.pretty_title %></title>
Chris@909 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
Chris@909 6 <style>
Chris@909 7 body { font:80% Verdana,Tahoma,Arial,sans-serif; }
Chris@909 8 h1, h2, h3, h4 { font-family: "Trebuchet MS",Georgia,"Times New Roman",serif; }
Chris@909 9 ul.toc { padding: 4px; margin-left: 0; }
Chris@909 10 ul.toc li { list-style-type:none; }
Chris@909 11 ul.toc li.heading2 { margin-left: 1em; }
Chris@909 12 ul.toc li.heading3 { margin-left: 2em; }
Chris@909 13 a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
Chris@909 14 a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
Chris@909 15 h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
Chris@909 16 </style>
Chris@909 17 </head>
Chris@909 18 <body>
Chris@909 19 <%= textilizable @content, :text, :wiki_links => :local %>
Chris@909 20 </body>
Chris@909 21 </html>