blob: db12d436cd99d3ac1d55d4e159b47ed090895f71 [file] [log] [blame]
Nils Diewald5d1ffb42014-05-21 17:45:34 +00001<!DOCTYPE html>
2<html>
3 <head>
4 <title><%= title %></title>
5%= stylesheet '/style.css'
6%= stylesheet '/kwic-3.0.css'
7%= javascript '/jquery-2.0.0.min.js'
8 </head>
9 <body>
10 <h1><%= title %></h1>
11%= form_for url_for() => begin
12%= select_field ql => [[Poliqarp => 'poliqarp'], ['Cosmas II' => 'cosmas2']]
13%= search_field 'q'
14%= submit_button
15% end
16%= content
17 </body>
18</html>