Sha256: 6ca34d97fa0ad7ee289b10971795906b88cabc546dfa0bbf4de2867c1a158e24

Contents?: true

Size: 738 Bytes

Versions: 6

Compression:

Stored size: 738 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">
	<head>
		<title><%= class_name %></title>
		<%% if System::get_property('platform') == 'APPLE' %>
			<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
			<style type="text/css" media="screen">@import "/shared/js/iui/iui.css"; @import "/shared/css/rho.css";</style>
			<script type="application/x-javascript" src="/shared/js/iui/iui.js"></script>
			<script src="/shared/js/jquery-1.2.6.min.js"></script>
			<script src="/shared/js/rho.js"></script>
		<%% end %>	
	</head>
	<body>
		<%%= @content %>
	</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rhodes-0.2.3 generators/templates/application/layout.erb
rhodes-0.2.4 generators/templates/application/layout.erb
rhodes-0.2.2 generators/templates/application/layout.erb
rhodes-0.3.0 generators/templates/application/layout.erb
rhodes-0.2.5 generators/templates/application/layout.erb
rhodes-0.2.6 generators/templates/application/layout.erb