The-Navigators-Blog/source/layout.erb

42 lines
1.3 KiB
Plaintext

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>Netscape Blog<%= ' - ' + current_article.title unless current_article.nil? %></title>
</head>
<body bgcolor="#000000" text="#FFFFFF" vlink="#cccccc" link="aaaaaa">
<table border="0">
<tr>
<td width="140">
<% link_to 'https://tilde.town/~netscape_navigator' do %>
<%= image_tag "img/logo.gif" %>
<% end %>
</a>
</td>
<td background="img/statue2.jpg" style="text-shadow: 3px 3px 6px aqua">
<%= partial "layout/header" %>
</td>
</tr>
<tr>
<td valign="top" bgcolor="#008080" width="200px">
<%= partial "layout/sidebar" %>
</td>
<td valign="top" width="850px">
<%if current_article %>
<h1><%= current_article.title %></h1>
<hr/>
<%end%>
<%= yield %>
<%= partial "layout/pager" %>
<%= partial "layout/footer" %>
</td>
</tr>
</table>
</body>
</html>