comparison src/luan/modules/lucene/Web_search.luan @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents 73d754b1889f
children 2de84f128be3
comparison
equal deleted inserted replaced
1215:d2da8bfa2013 1216:5dbb552075ff
30 } 30 }
31 <% 31 <%
32 end 32 end
33 33
34 local function form() %> 34 local function form() %>
35 <!doctype html>
35 <html> 36 <html>
36 <head> 37 <head>
37 <title>Lucene Query</title> 38 <title>Lucene Query</title>
38 <style> 39 <style>
39 <% style() %> 40 <% style() %>
100 </html> 101 </html>
101 <% end 102 <% end
102 103
103 104
104 local function result(query,sort,headers,table) %> 105 local function result(query,sort,headers,table) %>
106 <!doctype html>
105 <html> 107 <html>
106 <head> 108 <head>
107 <title>Lucene Query</title> 109 <title>Lucene Query</title>
108 <style> 110 <style>
109 <% style() %> 111 <% style() %>