Mercurial > repos > saskia-hiltemann > ireport
comparison tsv2html_simple.pl @ 6:42076db43d42 draft
Fixed auto resizing plus various other minor bugs
author | saskia-hiltemann |
---|---|
date | Mon, 16 Nov 2015 08:56:22 -0500 |
parents | ac5f9272033b |
children |
comparison
equal
deleted
inserted
replaced
5:4e21ce709269 | 6:42076db43d42 |
---|---|
1 print <<END; | 1 print <<END; |
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
3 "http://www.w3.org/TR/html4/strict.dtd"> | 3 "http://www.w3.org/TR/html4/strict.dtd"> |
4 <html> | 4 <html> |
5 <head> | 5 <head> |
6 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | 6 <script src=\"jquery-1.10.2.js\"></script> |
7 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"></script> | 7 <script src=\"jquery-ui.js\"></script> |
8 <script type="text/javascript" src="jquery.dataTables.js"></script> | 8 <script type="text/javascript" src="jquery.dataTables.js"></script> |
9 <script type="text/javascript" src="iframe-resizer/js/iframeResizer.contentWindow.min.js"></script> | 9 <script type="text/javascript" src="iframe-resizer/js/iframeResizer.contentWindow.min.js"></script> |
10 <script> | 10 <script> |
11 | 11 |
12 <!-- data tables --> | 12 <!-- data tables --> |
15 "bPaginate": false, | 15 "bPaginate": false, |
16 "bLengthChange": false, | 16 "bLengthChange": false, |
17 "bFilter": false, | 17 "bFilter": false, |
18 "bSort": false, | 18 "bSort": false, |
19 "bInfo": false, | 19 "bInfo": false, |
20 "bAutoWidth": true | 20 "bAutoWidth": false |
21 } ); | 21 } ); |
22 } ); | 22 } ); |
23 <!-- data tables --> | 23 <!-- data tables tsv2html_simple.pl --> |
24 </script> | 24 </script> |
25 | 25 |
26 <link rel="stylesheet" type="text/css" href="jquery.dataTables.css"> | 26 <link rel="stylesheet" type="text/css" href="jquery.dataTables.css"> |
27 </head> | 27 </head> |
28 <body> | 28 <body> |