<!DOCTYPE html> <html lang=“en”> <head>
<meta charset="<%= @options.charset %>"> <title><%= @options.title %></title>
</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>