Loading template/touchIframe.html +27 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,33 @@ <link rel="stylesheet" type="text/css" href="touch/resources/css/sencha-touch.css"> <style id="iframe-css" type="text/css"></style> <style type="text/css" media="screen"> .home { text-align: center; } .home img { width: 64%; } .home h1 { font-weight: bold; font-size: 1.2em; } .home p { color: #666; font-size: 0.8em; line-height: 1.5em; margin: 10px 20px 12px 20px; } .home h2 { color: #999; font-size: 0.7em; } </style> <script type="text/javascript"> var refreshPage = function(code, options) { try { Loading Loading
template/touchIframe.html +27 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,33 @@ <link rel="stylesheet" type="text/css" href="touch/resources/css/sencha-touch.css"> <style id="iframe-css" type="text/css"></style> <style type="text/css" media="screen"> .home { text-align: center; } .home img { width: 64%; } .home h1 { font-weight: bold; font-size: 1.2em; } .home p { color: #666; font-size: 0.8em; line-height: 1.5em; margin: 10px 20px 12px 20px; } .home h2 { color: #999; font-size: 0.7em; } </style> <script type="text/javascript"> var refreshPage = function(code, options) { try { Loading