Mercurial > repos > saskia-hiltemann > ireport
comparison tsv2html.pl @ 1:440f4aa3db97 draft
Added option to dowload iReports
author | saskia-hiltemann |
---|---|
date | Wed, 30 Jul 2014 07:03:43 -0400 |
parents | ac5f9272033b |
children | 42076db43d42 |
comparison
equal
deleted
inserted
replaced
0:ac5f9272033b | 1:440f4aa3db97 |
---|---|
1 print <<END; | 1 print <<END; |
2 <!DOCTYPE HTML> | 2 <!DOCTYPE HTML> |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <script src=\"//code.jquery.com/jquery-1.10.2.js\"></script> | 5 <script src=\"jquery-1.10.2.js\"></script> |
6 <script src=\"//code.jquery.com/ui/1.10.4/jquery-ui.js\"></script> | 6 <script src=\"jquery-ui.js\"></script> |
7 <script type="text/javascript" src="jquery.dataTables.js"></script> | 7 <script type="text/javascript" src="jquery.dataTables.js"></script> |
8 <script type="text/javascript" src="iframe-resizer/js/iframeResizer.contentWindow.min.js"></script> | 8 <script type="text/javascript" src="iframe-resizer/js/iframeResizer.contentWindow.min.js"></script> |
9 <script> | 9 <script> |
10 | 10 |
11 <!-- data tables --> | 11 <!-- data tables --> |