25 lines
No EOL
597 B
Text
25 lines
No EOL
597 B
Text
<html>
|
|
<head>
|
|
<title>Photogriffy.net</title>
|
|
<%= stylesheet_link_tag 'global' %>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<% if flash[:error] then %>
|
|
<div class="flash">
|
|
<p><%= flash[:error] %></p>
|
|
</div>
|
|
<% end %>
|
|
<%= yield %>
|
|
<div id="header">
|
|
<h1>photogriffy.net</h1>
|
|
<p>
|
|
<%= link_to "about", {:controller => "info", :action => "about"}, :alt => "about" %> |
|
|
<%= link_to "reload", request.request_uri, :alt => "reload"%>
|
|
</p>
|
|
</div>
|
|
<div class="meta"></div>
|
|
<div id="footer">copyright 2009 andrew davidson, all rights reserved</div>
|
|
</div>
|
|
</body>
|
|
</html> |