main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
2.0 KB
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <title>jQuery Mobile Plugin for web2py</title> |
---|
4 | <style> |
---|
5 | * { |
---|
6 | border: 0; margin:0; padding: 0; |
---|
7 | font-family: helvetica; |
---|
8 | } |
---|
9 | body { |
---|
10 | background: url('{{=URL('static','plugin_jqmobile/images/iphone.jpg')}}') no-repeat white; |
---|
11 | } |
---|
12 | #back { |
---|
13 | z-index: 1000; |
---|
14 | padding: 10px; |
---|
15 | position: absolute; |
---|
16 | top: 0; |
---|
17 | right: 0; |
---|
18 | } |
---|
19 | iframe { |
---|
20 | position: absolute; |
---|
21 | margin-left: 320px; |
---|
22 | margin-top: 110px; |
---|
23 | width:340px; |
---|
24 | height:550px; |
---|
25 | overflow:hide; |
---|
26 | z-index: 100; |
---|
27 | } |
---|
28 | tt { font-weight: bold} |
---|
29 | ul { padding-left: 20px} |
---|
30 | li { padding-bottom: 5px} |
---|
31 | h1, h2, h3 { |
---|
32 | padding: 0.5em 0 0.2em 0; |
---|
33 | } |
---|
34 | a, a:visited, a:hover { text-decoration: none; color: #6D95BD} |
---|
35 | div#about { |
---|
36 | position: absolute; |
---|
37 | color: black; |
---|
38 | padding-left: 820px; |
---|
39 | padding-top: 110px; |
---|
40 | } |
---|
41 | </style> |
---|
42 | </head> |
---|
43 | <body> |
---|
44 | <iframe src="{{=URL('default','index',vars=dict(is_mobile='true'))}}"></iframe> |
---|
45 | <div id="back"><a href="{{=URL('default','index',vars=dict(is_mobile='false'))}}">Back</a></div> |
---|
46 | <div id="about"> |
---|
47 | <h1><a href="http://web2py.com">web2py</a> plugin</h1> |
---|
48 | <h2>for <a href="http://jquerymobile.com/">jQuery Mobile</a></h2> |
---|
49 | <p>Try click on a button on the left, it is a demo!</p> |
---|
50 | <h3>License</h3> |
---|
51 | MIT (same as jQuery Mobile) |
---|
52 | <h3>Instructions</h3> |
---|
53 | <ul> |
---|
54 | <li><a href="/admin/default/pack_plugin/admin/jqmobile">Download</a> |
---|
55 | and install the plugin in a web2py app.</li> |
---|
56 | <li>Replace extend <tt>"layout.html"</tt> with extend <tt>"plugin_jqmobile/layout.html"</tt> in all your views.</li> |
---|
57 | <li>Only link pages that extend this layout.</li> |
---|
58 | <li>Link external pages with <tt><a rel="external" ...></tt>.</li> |
---|
59 | <li>Optional: make a different response.menu for each action.</li> |
---|
60 | </ul> |
---|
61 | <h3>Created by</h3> |
---|
62 | <ul> |
---|
63 | <li>Jason Blum</li> |
---|
64 | <li>Timothy Stockman</li> |
---|
65 | <li>Harkirat Singh</li> |
---|
66 | <li>Massimo Di Pierro</li> |
---|
67 | </ul> |
---|
68 | </div> |
---|
69 | </body> |
---|
70 | </html> |
---|
71 | |
---|
Note: See
TracBrowser
for help on using the repository browser.