<!DOCTYPE html> <html lang=“en”> <head>
<meta http-equiv="Content-Type" content="text/html; charset=<%= @options.charset %>" /> <title><%= @options.title %></title> <meta name="viewport" content="width=device-width,initial-scale=1">
</head> <frameset cols=“300,*” frameborder=“1” border=“1” bordercolor=“#999999” framespacing=“1”>
<frame src="panel/index.html" title="Search" name="panel" /> <frame src="<%= index_path %>" name="docwin" />
</frameset> </html>