From: Jakub Skoczen Date: Fri, 20 Jun 2008 13:52:47 +0000 (+0200) Subject: Works in IE. X-Git-Tag: v1.0.10~11^2~1 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=3241112e39e2a79ecde4b88d739c41598d953c07 Works in IE. --- diff --git a/www/jsdemo/example_client.js b/www/jsdemo/example_client.js index 732415e..d0359da 100644 --- a/www/jsdemo/example_client.js +++ b/www/jsdemo/example_client.js @@ -139,7 +139,7 @@ function my_onrecord(data) { function my_onbytarget(data) { var targetDiv = document.getElementById("bytarget"); - var table = 'Target IDHitsDiags' + var table = '' +''; for (var i = 0; i < data.length; i++ ) { @@ -150,7 +150,7 @@ function my_onbytarget(data) { ""; } - table += ''; + table += '
Target IDHitsDiagsRecordsState
" + data[i].state + "
'; targetDiv.innerHTML = table; } diff --git a/www/jsdemo/index.html b/www/jsdemo/index.html index 4069e41..fad90b8 100644 --- a/www/jsdemo/index.html +++ b/www/jsdemo/index.html @@ -74,9 +74,9 @@ diff --git a/www/jsdemo/styles.css b/www/jsdemo/styles.css index 86da952..f6f2372 100644 --- a/www/jsdemo/styles.css +++ b/www/jsdemo/styles.css @@ -1,10 +1,10 @@ html { overflow-y: scroll; + font-size: 12px; } body { font-family: tahoma, arial, sans-serif; - font-size: small; color: #156a16; }