Sha256: 93b1d762fca042aaddfa7b5b450e69cacda76580a5028b183bda08e9c3fe7828

Contents?: true

Size: 578 Bytes

Versions: 4

Compression:

Stored size: 578 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<%= render :partial => "skyline/shared/head" %>
</head>
<body>
  <div id="loading">
    <%= t(:loading) %>
  </div>
  <div id="application" style="visibility: hidden"> 
    <%= render :partial => "skyline/shared/header_area" %>
    <div id="contentArea">
      <%= yield %>
    </div>
  </div>
  <%= render_messages %>
  <%= render_notifications %>  
</body>
</html>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
westarete-skylinecms-3.0.8.20100329 app/views/skyline/layouts/media.html.erb
westarete-skylinecms-3.0.8.20100330 app/views/skyline/layouts/media.html.erb
skylinecms-3.0.8 app/views/skyline/layouts/media.html.erb
skylinecms-3.0.7 app/views/skyline/layouts/media.html.erb