Mercurial > repos > saskia-hiltemann > ireport
diff createHTML.sh @ 1:440f4aa3db97 draft
Added option to dowload iReports
author | saskia-hiltemann |
---|---|
date | Wed, 30 Jul 2014 07:03:43 -0400 |
parents | ac5f9272033b |
children | a4813532bbc6 |
line wrap: on
line diff
--- a/createHTML.sh Tue Jul 01 11:42:23 2014 -0400 +++ b/createHTML.sh Wed Jul 30 07:03:43 2014 -0400 @@ -4,6 +4,7 @@ coverimage=$2 link=$3 htmlout=$4 + zipireport=$5 echo -e "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\"> <html> @@ -19,6 +20,7 @@ <br/> <a href=\"$link\"> Click here to view report </a> <br/><br/> <a href=\"$link\"> <img src="$coverimage" width=\"50%\" alt=\"loading image..\"/> </a><br/><br/> + <a href=\"$zipireport\"> Click here to download a copy of this iReport </a> <br/><br/> </center> </body> </html>" > $htmlout @@ -466,13 +468,12 @@ <title>jQuery UI Tabs - Default functionality</title> - <link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css\"> - <link rel=\"stylesheet\" href=\"/resources/demos/style.css\"> - - <script src=\"//code.jquery.com/jquery-1.10.2.js\"></script> - <script src=\"//code.jquery.com/ui/1.10.4/jquery-ui.js\"></script> + <link rel=\"stylesheet\" href=\"jquery-ui.css\"> + <script src=\"jquery-1.10.2.js\"></script> + <script src=\"jquery-ui.js\"></script> <script type=\"text/javascript\" src=\"iframe-resizer/src/iframeResizer.js\"></script> <script type=\"text/javascript\" src=\"jquery.zoom.js\"></script> + <script> \$(function() { \$( \"#tabs\" ).tabs();