comparison blast2html.html.jinja @ 23:6995a6f34f3f

fix sectioning, add footer
author Jan Kanis <jan.code@jankanis.nl>
date Thu, 15 May 2014 11:05:39 +0200
parents efce16c98650
children c8347745bbad
comparison
equal deleted inserted replaced
22:efce16c98650 23:6995a6f34f3f
338 338
339 pre.alignmentgraphic { 339 pre.alignmentgraphic {
340 color: #222222; 340 color: #222222;
341 } 341 }
342 342
343 footer {
344 text-align: center;
345 color: #cccccc;
346 font-size: 70%;
347 margin-top: 1em;
348 }
349 footer :link {
350 color: #5588cc;
351 }
343 352
344 </style> 353 </style>
345 354
346 <script type="text/javascript"> 355 <script type="text/javascript">
347 function toggle_visibility(id) { 356 function toggle_visibility(id) {
392 401
393 <section class=header> 402 <section class=header>
394 403
395 <table class=headerdata> 404 <table class=headerdata>
396 {% for param, value in params %} 405 {% for param, value in params %}
397 <tr><td class=param>{{param}}:</td><td>{{value}}</td></tr> 406 <tr><td class=param>{{param}}:</td><td>{{value}}</td></tr>
398 {% endfor %} 407 {% endfor %}
399 </table> 408 </table>
400 409
401 </section> 410 </section>
402 411
583 592
584 {% endfor %} 593 {% endfor %}
585 </div></div> 594 </div></div>
586 </section> 595 </section>
587 {% endif %} 596 {% endif %}
588 597 </section>
589 {% endfor %} 598 {% endfor %}
590 {% endif %} 599 {% endif %}
600
591 </div> 601 </div>
602
603 <footer>
604 This page was generated by <a href="...">blast2html</a>.
605 </footer>
592 </body> 606 </body>
593 </html> 607 </html>
594 608
595 {# 609 {#
596 Local Variables: 610 Local Variables: