blob: db12d436cd99d3ac1d55d4e159b47ed090895f71 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
%= stylesheet '/style.css'
%= stylesheet '/kwic-3.0.css'
%= javascript '/jquery-2.0.0.min.js'
</head>
<body>
<h1><%= title %></h1>
%= form_for url_for() => begin
%= select_field ql => [[Poliqarp => 'poliqarp'], ['Cosmas II' => 'cosmas2']]
%= search_field 'q'
%= submit_button
% end
%= content
</body>
</html>