Sha256: f19864f30c723cca21fa3823e6f9d2ed4228f8772cf835cc8a7ab0242c3ca7b1
Contents?: true
Size: 1.04 KB
Versions: 21
Compression:
Stored size: 1.04 KB
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>RhodesTest</title> <link href="/public/css/base.css" type="text/css" rel="stylesheet"/> <% if System::get_property('platform') == 'APPLE' %> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> <!-- <script src="/public/js/jquery-1.2.6.min.js"></script> <script src="/public/js/rho.js"></script> <script src="/public/js/application.js"></script> --> <link href="/public/css/iphone.css" type="text/css" rel="stylesheet"/> <% else %> <% if System::get_property('platform') == 'Blackberry' && System::get_property('webview_framework') !~ /^WEBKIT/ %> <link href="/public/css/blackberry.css" type="text/css" rel="stylesheet"/> <% else %> <link href="/public/css/xhtml.css" type="text/css" rel="stylesheet"/> <% end %> <% end %> </head> <body> <%= @content %> </body> </html>
Version data entries
21 entries across 21 versions & 1 rubygems