Sha256: 1be321adbcb8610ccbe433ffd190d7e6f0640844415d906c2033b65e729ef2dc

Contents?: true

Size: 1.09 KB

Versions: 15

Compression:

Stored size: 1.09 KB

Contents

<!DOCTYPE HTML>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Spontaneous CMS: Unsupported Browser</title>
		<link REL="SHORTCUT ICON" HREF="/@spontaneous/static/favicon.ico" />
	<link rel="stylesheet" href="/@spontaneous/css/unsupported.css" type="text/css" media="screen" charset="utf-8" />

</head>
<body>
	<div id="outer">
	<h1>Sorry!</h1>
	<h2>You are using an unsupported browser...</h2>
  <div class="error">
    <p class="feature"><%= params[:msg] %></p>
    <p class="user-agent">Browser: <%= params[:useragent] %></p>
  </div>
	<p>In order to provide the best editing experience Spontaneous uses features only found in the latest browsers.</p>
	<p>Please download and install <a href="http://www.google.com/chrome">Google Chrome</a> or <a href="http://www.google.com/chromeframe">Chrome Frame</a> in order to use this CMS as well as enjoy the best of the internet.  You won&rsquo;t regret it...</p>
  <p class="chrome"><a href="http://www.google.com/chrome">
    <img src="/@spontaneous/static/chromelogo-200x52-45c7cbc93be080bea342df5fcda2ef8b.png" alt="" />
  </a></p>
	</div>
</body>
</html>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
spontaneous-0.2.0.beta10 application/views/unsupported.erb
spontaneous-0.2.0.beta9 application/views/unsupported.erb
spontaneous-0.2.0.beta8 application/views/unsupported.erb
spontaneous-0.2.0.beta7 application/views/unsupported.erb
spontaneous-0.2.0.beta6 application/views/unsupported.erb
spontaneous-0.2.0.beta5 application/views/unsupported.erb
spontaneous-0.2.0.beta4 application/views/unsupported.erb
spontaneous-0.2.0.beta3 application/views/unsupported.erb
spontaneous-0.2.0.beta2 application/views/unsupported.erb
spontaneous-0.2.0.beta1 application/views/unsupported.erb
spontaneous-0.2.0.alpha7 application/views/unsupported.erb
spontaneous-0.2.0.alpha6 application/views/unsupported.erb
spontaneous-0.2.0.alpha5 application/views/unsupported.erb
spontaneous-0.2.0.alpha4 application/views/unsupported.erb
spontaneous-0.2.0.alpha3 application/views/unsupported.erb