Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame^] | 1 | <!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> |