Sha256: 928f06942d1d38bfd8f47328e66b067b35ce55fb6c3812d2e025f8c2b6a2ef79
Contents?: true
Size: 677 Bytes
Versions: 20
Compression:
Stored size: 677 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>Typo Administration: <%= controller.controller_name %></title> <meta http-equiv="imagetoolbar" content="no" /> <%= stylesheet_link_tag "administration.css" %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls", "typo" %> </head> <body> <div id="container"> <div id="content"> <h2><%= @page_heading %></h2> <%= @content_for_layout %> </div> </div> </body> </html>
Version data entries
20 entries across 20 versions & 1 rubygems