comparison blast2html.html.jinja @ 27:4e6ac737ba17

improve the galaxy html stripping warning; make sure the tool can find the template from within galaxy
author Jan Kanis <jan.code@jankanis.nl>
date Thu, 15 May 2014 16:46:09 +0200
parents eee23a36c582
children 3bb5da68305e
comparison
equal deleted inserted replaced
26:eee23a36c582 27:4e6ac737ba17
369 369
370 </head> 370 </head>
371 371
372 372
373 <body> 373 <body>
374 <div id="strip_html_warning" style="border: 3px solid red; color: red"> 374
375 This html seems to have been stripped by Galaxy. Disable Galaxy's html sanitization feature to view the full page, or download this page instead of viewing it in Galaxy. 375 <div id="strip_html_warning">
376 <!-- This div should be hidden by the header css block. Galaxy
377 strips all css, breaking this page but making this warning
378 visible. This warning contains some ugly old skool tabular html
379 layout that is not stripped. -->
380 <table bgcolor="#FFE5C9"><tr><td><font color="red"><b>
381 <font size=5><center>This html page seems to have been stripped by Galaxy.</center></font>
382 Disable Galaxy's html sanitization feature to view the full page (see <font face=monospace>sanitize_all_html</font> in your galaxy's universe_wsgi.ini), or download this page instead of viewing it in Galaxy.
383 </b></font></td></tr></table>
376 </div> 384 </div>
377 385
378 <div id=content> 386 <div id=content>
379 387
380 {% if not blast.BlastOutput_iterations.findall('Iteration') %} 388 {% if not blast.BlastOutput_iterations.findall('Iteration') %}