Sha256: 4d8f05cb1a9de6e127d5a04330c7b48989453ccaf434713952bfca43d8edf908
Contents?: true
Size: 1.04 KB
Versions: 15
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><%= 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;"/> <link href="/public/css/webkit.css" type="text/css" rel="stylesheet"/> <link href="/public/css/iphone.css" type="text/css" rel="stylesheet"/> <%% elsif System::get_property('platform') == 'Blackberry' %> <link href="/public/css/blackberry.css" type="text/css" rel="stylesheet"/> <%% elsif System::get_property('platform') == 'ANDROID' %> <link href="/public/css/webkit.css" type="text/css" rel="stylesheet"/> <link href="/public/css/android.css" type="text/css" rel="stylesheet"/> <%% else %> <link href="/public/css/windows_mobile.css" type="text/css" rel="stylesheet"/> <%% end %> </head> <body> <%%= @content %> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems