Sha256: bfbf6457909eb5bbbbf03f693c185d61ff87ea350ec14a615cb03a4873a89673

Contents?: true

Size: 513 Bytes

Versions: 2

Compression:

Stored size: 513 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-type" content="text/html; charset=utf-8" />		
		<title><%= @page_title %></title>
		<meta http-equiv="imagetoolbar" content="no" />
		<%= stylesheet_link_tag "accounts" %>
	</head>
  <body>
    <div id='logincontainer'>
      <div class='inner'>
        <%= yield %>
      </div>
    </div>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.5 app/views/layouts/accounts.html.erb
typo-5.4.4 app/views/layouts/accounts.html.erb