comparison lucene/src/luan/modules/lucene/Ab_testing.luan @ 325:78a6a71afbfd

use SimplyHTML git-svn-id: https://luan-java.googlecode.com/svn/trunk@326 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 03 Mar 2015 06:00:59 +0000
parents cd2924a1052c
children 5b36f663a1b8
comparison
equal deleted inserted replaced
324:b24a35612947 325:78a6a71afbfd
186 else 186 else
187 return 100 * x / total 187 return 100 * x / total
188 end 188 end
189 end 189 end
190 190
191 -- I will change this to use SimplyHTML when this is used again.
191 local function basic_style() %> 192 local function basic_style() %>
192 body {font-family:'Arial',sans-serif;font-size:16px;padding:1em 2em} 193 body {font-family:'Arial',sans-serif;font-size:16px;padding:1em 2em}
193 h1 {font-weight:bold;font-size:20px} 194 h1 {font-weight:bold;font-size:20px}
194 h2 {margin:2em 0 0em;font-size:18px;color:#3589B1} 195 h2 {margin:2em 0 0em;font-size:18px;color:#3589B1}
195 table.results {margin-top:.5em;border-collapse:collapse;font-size:90%} 196 table.results {margin-top:.5em;border-collapse:collapse;font-size:90%}