omniboard_jqtouch 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. data/MIT-LICENSE +19 -0
  2. data/README.rdoc +21 -0
  3. data/lib/omniboard_jqtouch.rb +11 -0
  4. data/lib/public/iphone/404.html +26 -0
  5. data/lib/public/iphone/422.html +26 -0
  6. data/lib/public/iphone/500.html +26 -0
  7. data/lib/public/iphone/favicon.ico +0 -0
  8. data/lib/public/iphone/images/rails.png +0 -0
  9. data/lib/public/iphone/javascripts/application.js +51 -0
  10. data/lib/public/iphone/javascripts/jqtouch.js +634 -0
  11. data/lib/public/iphone/javascripts/jqtouch.min.js +1 -0
  12. data/lib/public/iphone/javascripts/jquery-1.4.3.js +6883 -0
  13. data/lib/public/iphone/robots.txt +5 -0
  14. data/lib/public/iphone/stylesheets/jqtouch.css +373 -0
  15. data/lib/public/iphone/stylesheets/themes/apple/img/backButton.png +0 -0
  16. data/lib/public/iphone/stylesheets/themes/apple/img/blueButton.png +0 -0
  17. data/lib/public/iphone/stylesheets/themes/apple/img/cancel.png +0 -0
  18. data/lib/public/iphone/stylesheets/themes/apple/img/chevron.png +0 -0
  19. data/lib/public/iphone/stylesheets/themes/apple/img/grayButton.png +0 -0
  20. data/lib/public/iphone/stylesheets/themes/apple/img/listArrowSel.png +0 -0
  21. data/lib/public/iphone/stylesheets/themes/apple/img/listGroup.png +0 -0
  22. data/lib/public/iphone/stylesheets/themes/apple/img/loading.gif +0 -0
  23. data/lib/public/iphone/stylesheets/themes/apple/img/on_off.png +0 -0
  24. data/lib/public/iphone/stylesheets/themes/apple/img/pinstripes.png +0 -0
  25. data/lib/public/iphone/stylesheets/themes/apple/img/selection.png +0 -0
  26. data/lib/public/iphone/stylesheets/themes/apple/img/thumb.png +0 -0
  27. data/lib/public/iphone/stylesheets/themes/apple/img/toggle.png +0 -0
  28. data/lib/public/iphone/stylesheets/themes/apple/img/toggleOn.png +0 -0
  29. data/lib/public/iphone/stylesheets/themes/apple/img/toolButton.png +0 -0
  30. data/lib/public/iphone/stylesheets/themes/apple/img/toolbar.png +0 -0
  31. data/lib/public/iphone/stylesheets/themes/apple/img/whiteButton.png +0 -0
  32. data/lib/public/iphone/stylesheets/themes/apple/theme.css +677 -0
  33. data/lib/public/iphone/stylesheets/themes/apple/theme.min.css +1 -0
  34. data/lib/public/iphone/stylesheets/themes/jqt/img/back_button.png +0 -0
  35. data/lib/public/iphone/stylesheets/themes/jqt/img/back_button_clicked.png +0 -0
  36. data/lib/public/iphone/stylesheets/themes/jqt/img/button.png +0 -0
  37. data/lib/public/iphone/stylesheets/themes/jqt/img/button_clicked.png +0 -0
  38. data/lib/public/iphone/stylesheets/themes/jqt/img/chevron.png +0 -0
  39. data/lib/public/iphone/stylesheets/themes/jqt/img/chevron_circle.png +0 -0
  40. data/lib/public/iphone/stylesheets/themes/jqt/img/grayButton.png +0 -0
  41. data/lib/public/iphone/stylesheets/themes/jqt/img/loading.gif +0 -0
  42. data/lib/public/iphone/stylesheets/themes/jqt/img/on_off.png +0 -0
  43. data/lib/public/iphone/stylesheets/themes/jqt/img/rowhead.png +0 -0
  44. data/lib/public/iphone/stylesheets/themes/jqt/img/toggle.png +0 -0
  45. data/lib/public/iphone/stylesheets/themes/jqt/img/toggleOn.png +0 -0
  46. data/lib/public/iphone/stylesheets/themes/jqt/img/toolbar.png +0 -0
  47. data/lib/public/iphone/stylesheets/themes/jqt/img/whiteButton.png +0 -0
  48. data/lib/public/iphone/stylesheets/themes/jqt/theme.css +527 -0
  49. data/lib/public/iphone/stylesheets/themes/jqt/theme.min.css +1 -0
  50. data/lib/views/application.erb +49 -0
  51. metadata +127 -0
@@ -0,0 +1 @@
1
+ body{background:#000;color:#ddd;}body>*{background:-webkit-gradient(linear,0% 0,0% 100%,from(#333),to(#5e5e65));}h1,h2{font:bold 18px Helvetica;text-shadow:rgba(255,255,255,.2) 0 1px 1px;color:#000;margin:10px 20px 5px;}.toolbar{-webkit-box-sizing:border-box;border-bottom:1px solid #000;padding:10px;height:45px;background:url(img/toolbar.png) #000 repeat-x;position:relative;}.black-translucent .toolbar{margin-top:20px;}.toolbar>h1{position:absolute;overflow:hidden;left:50%;top:10px;line-height:1em;margin:1px 0 0 -75px;height:40px;font-size:20px;width:150px;font-weight:bold;text-shadow:rgba(0,0,0,1) 0 -1px 1px;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#fff;}body.landscape .toolbar>h1{margin-left:-125px;width:250px;}.button,.back,.cancel,.add{position:absolute;overflow:hidden;top:8px;right:10px;margin:0;border-width:0 5px;padding:0 3px;width:auto;height:30px;line-height:30px;font-family:inherit;font-size:12px;font-weight:bold;color:#fff;text-shadow:rgba(0,0,0,0.5) 0 -1px 0;text-overflow:ellipsis;text-decoration:none;white-space:nowrap;background:none;-webkit-border-image:url(img/button.png) 0 5 0 5;}.blueButton{-webkit-border-image:url(img/blueButton.png) 0 5 0 5;border-width:0 5px;}.back{left:6px;right:auto;padding:0;max-width:55px;border-width:0 8px 0 14px;-webkit-border-image:url(img/back_button.png) 0 8 0 14;}.back.active{-webkit-border-image:url(img/back_button_clicked.png) 0 8 0 14;color:#aaa;}.leftButton,.cancel{left:6px;right:auto;}.add{font-size:24px;line-height:24px;font-weight:bold;}.whiteButton,.grayButton{display:block;border-width:0 12px;padding:10px;text-align:center;font-size:20px;font-weight:bold;text-decoration:inherit;color:inherit;}.whiteButton{-webkit-border-image:url(img/whiteButton.png) 0 12 0 12;text-shadow:rgba(255,255,255,0.7) 0 1px 0;}.grayButton{-webkit-border-image:url(img/grayButton.png) 0 12 0 12;color:#FFF;}h1+ul,h2+ul,h3+ul,h4+ul,h5+ul,h6+ul{margin-top:0;}ul{color:#aaa;border:1px solid #333;font:bold 18px Helvetica;padding:0;margin:15px 10px 17px 10px;}ul.rounded{-webkit-border-radius:8px;-webkit-box-shadow:rgba(0,0,0,.3) 1px 1px 3px;}ul.rounded li:first-child,ul.rounded li:first-child a{border-top:0;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;}ul.rounded li:last-child,ul.rounded li:last-child a{-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;}ul li{color:#666;border-top:1px solid #333;border-bottom:#555858;list-style-type:none;padding:10px 10px 10px 10px;background:-webkit-gradient(linear,0% 0,0% 100%,from(#4c4d4e),to(#404142));overflow:hidden;}ul li.arrow{background-image:url(img/chevron.png),-webkit-gradient(linear,0% 0,0% 100%,from(#4c4d4e),to(#404142));background-position:right center;background-repeat:no-repeat;}ul li.forward{background-image:url(img/chevron_circle.png),-webkit-gradient(linear,0% 0,0% 100%,from(#4c4d4e),to(#404142));background-position:right center;background-repeat:no-repeat;}ul li a,li.img a+a{color:#fff;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding:12px 10px 12px 10px;margin:-10px;-webkit-tap-highlight-color:rgba(0,0,0,0);text-shadow:rgba(0,0,0,.2) 0 1px 1px;}ul li a.active,ul li a.button{background-color:#53b401;color:#fff;}ul li a.active.loading{background-image:url(img/loading.gif);background-position:95% center;background-repeat:no-repeat;}ul li.arrow a.active{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;}ul li.forward a.active{background-image:url(img/chevron_circle.png);background-position:right center;background-repeat:no-repeat;}ul li.img a+a{margin:-10px 10px -20px -5px;font-size:17px;font-weight:bold;}ul li.img a+a+a{font-size:14px;font-weight:normal;margin-left:-10px;margin-bottom:-10px;margin-top:0;}ul li.img a+small+a{margin-left:-5px;}ul li.img a+small+a+a{margin-left:-10px;margin-top:-20px;margin-bottom:-10px;font-size:14px;font-weight:normal;}ul li.img a+small+a+a+a{margin-left:0!important;margin-bottom:0;}ul li a+a{color:#000;font:14px Helvetica;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin:0;padding:0;}ul li a+a+a,ul li.img a+a+a+a,ul li.img a+small+a+a+a{color:#666;font:13px Helvetica;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding:0;}ul.form li{padding:7px 10px;}ul.form li.error{border:2px solid red;}ul.form li.error+li.error{border-top:0;}ul li input[type="text"],ul li input[type="password"],ul li textarea,ul li select{color:#777;background:transparent url(../.png);border:0;font:normal 17px Helvetica;padding:0;display:inline-block;margin-left:0;width:100%;-webkit-appearance:textarea;}ul li textarea{height:120px;padding:0;text-indent:-2px;}ul li select{text-indent:0;background:transparent url(img/chevron.png) no-repeat right center;-webkit-appearance:textfield;margin-left:-6px;width:104%;}ul li input[type="checkbox"],ul li input[type="radio"]{margin:0;padding:10px 10px;}ul li input[type="checkbox"]:after,ul li input[type="radio"]:after{content:attr(title);font:17px Helvetica;display:block;width:246px;color:#777;margin:-12px 0 0 17px;}ul li small{color:#64c114;font:17px Helvetica;text-align:right;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:23%;float:right;padding:0;}ul li.arrow small{padding:0 15px;}ul li small.counter{font-size:17px;line-height:13px;font-weight:bold;background:rgba(0,0,0,.15);color:#fff;-webkit-border-radius:11px;padding:4px 10px 5px 10px;display:block;width:auto;margin-top:-22px;-webkit-box-shadow:rgba(255,255,255,.1) 0 1px 0;}ul li.arrow small.counter{margin-right:15px;}ul.individual{border:0;background:none;clear:both;overflow:hidden;padding-bottom:3px;-webkit-box-shadow:none;}ul.individual li{background:#4c4d4e;border:1px solid #333;font-size:14px;text-align:center;-webkit-border-radius:8px;-webkit-box-sizing:border-box;width:48%;float:left;display:block;padding:11px 10px 14px 10px;-webkit-box-shadow:rgba(0,0,0,.2) 1px 1px 3px;background:-webkit-gradient(linear,0% 0,0% 100%,from(#4c4d4e),to(#404142));}ul.individual li+li{float:right;}ul.individual li a{color:#fff;line-height:16px;margin:-11px -10px -14px -10px;padding:11px 10px 14px 10px;-webkit-border-radius:8px;}.toggle{width:94px;position:relative;height:27px;display:block;overflow:hidden;float:right;}.toggle input[type="checkbox"]:checked{left:0;}.toggle input[type="checkbox"]{-webkit-appearance:textarea;-webkit-border-radius:5px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transition:left .15s;background-color:transparent;background:#fff url(img/on_off.png) 0 0 no-repeat;border:0;height:27px;left:-55px;margin:0;overflow:hidden;position:absolute;top:0;width:149px;}.info{background:-webkit-gradient(linear,0% 0,0% 100%,from(#ccc),to(#aaa),color-stop(.6,#CCC));font-size:12px;line-height:16px;text-align:center;text-shadow:rgba(255,255,255,.8) 0 1px 0;color:#444;padding:15px;border-top:1px solid rgba(255,255,255,.2);font-weight:bold;}ul.edgetoedge{border-width:1px 0;margin:0;padding:0;}ul.edgetoedge li{background:-webkit-gradient(linear,0% 0,0% 100%,from(#1e1f21),to(#272729));border-bottom:2px solid #000;border-top:1px solid #4a4b4d;font-size:20px;margin-bottom:-1px;}ul.edgetoedge li.sep{background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));border-bottom:1px solid #111113;border-top:1px solid #666;color:#3e9ac3;font-size:16px;margin:1px 0 0 0;padding:2px 10px;text-shadow:#000 0 1px 0;}ul.edgetoedge li em{font-weight:normal;font-style:normal;}#plastic{background:#17181a;}ul.plastic{background:#17181a;color:#aaa;font:bold 18px Helvetica;margin:0;padding:0;border-width:0 0 1px 0;}ul.plastic li{border-width:1px 0;border-style:solid;border-top-color:#222;border-bottom-color:#000;color:#666;list-style-type:none;overflow:hidden;padding:10px 10px 10px 10px;}ul.plastic li a.active.loading{background-image:url(img/loading.gif);background-position:95% center;background-repeat:no-repeat;}ul.plastic li small{color:#888;font-size:13px;font-weight:bold;line-height:24px;text-transform:uppercase;}ul.plastic li:nth-child(odd){background-color:#1c1c1f;}ul.plastic li.arrow{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;}ul.plastic li.arrow a.active{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;}ul.plastic li.forward{background-image:url(img/chevron_circle.png);background-position:right center;background-repeat:no-repeat;}ul.plastic li.forward a.active{background-image:url(img/chevron_circle.png);background-position:right center;background-repeat:no-repeat;}ul.metal{border-bottom:0;border-left:0;border-right:0;border-top:0;margin:0;}ul.metal li{background-image:none;border-top:1px solid #fff;border-bottom:1px solid #666;font-size:26px;background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(238,238,238,1)),to(rgba(156,158,160,1)));}ul.metal li a{line-height:26px;margin:0;text-shadow:#fff 0 1px 0;padding:13px 0;}ul.metal li a em{display:block;font-size:14px;font-style:normal;color:#444;width:50%;line-height:14px;}ul.metal li a.active{color:#000;}ul.metal li small{float:right;position:relative;margin-top:10px;font-weight:bold;}ul.metal li.arrow{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;background-image:url(img/chevron.png),-webkit-gradient(linear,0% 0,0% 100%,from(rgba(238,238,238,1)),to(rgba(156,158,160,1)));background-repeat:no-repeat;background-position:right center;}ul.metal li.arrow a small{padding-right:15px;line-height:17px;}
@@ -0,0 +1,49 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>iOmniboard</title>
5
+ <script src="iphone/javascripts/jquery-1.4.3.js" type="application/x-javascript" charset="utf-8"></script>
6
+ <script src="iphone/javascripts/jqtouch.js" type="application/x-javascript" charset="utf-8"></script>
7
+ <script type="application/x-javascript">
8
+ /* <![CDATA[ */
9
+ $.jQTouch({
10
+ icon: 'jqtouch.png',
11
+ statusBar: 'black-translucent',
12
+ preloadImages: [
13
+ 'iphone/stylesheets/themes/apple/img/chevron.png',
14
+ 'iphone/stylesheets/themes/apple/img/backButton.png',
15
+ 'iphone/stylesheets/themes/apple/img/blueButton.png',
16
+ 'iphone/stylesheets/themes/apple/img/whiteButton.png'
17
+ ]
18
+ });
19
+ /* ]]> */
20
+ </script>
21
+ <script src="iphone/javascripts/application.js" type="application/x-javascript" charset="utf-8"></script>
22
+ <style type="text/css" media="screen">@import "iphone/stylesheets/jqtouch.css";</style>
23
+ <style type="text/css" media="screen">@import "iphone/stylesheets/themes/apple/theme.css";</style>
24
+ </head>
25
+ <body>
26
+
27
+ <div id="home" class="current">
28
+ <div class="toolbar">
29
+ <h1>iOmniboard</h1>
30
+ </div>
31
+ <ul class="rounded">
32
+ <li><input type='password' name='api_key' id='api_key' placeholder="Enter API Key" /></li>
33
+ <li class="arrow"><a class="flip" href="#projects">Sign In</a></li>
34
+ </ul>
35
+ </div>
36
+
37
+ <div id="projects">
38
+ <div class="toolbar">
39
+ <h1>Projects</h1>
40
+ <a href="#home" class="back">back</a>
41
+ </div>
42
+ <div id="listing">
43
+ <h2>Current Projects</h2>
44
+ <ul></ul>
45
+ </div>
46
+ </div>
47
+
48
+ </body>
49
+ </html>
metadata ADDED
@@ -0,0 +1,127 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omniboard_jqtouch
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
+ platform: ruby
11
+ authors:
12
+ - Matt Yoho
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-12-01 00:00:00 -05:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: sinatra
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ~>
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 1
29
+ - 1
30
+ - 0
31
+ version: 1.1.0
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ description: "\n Provides a jQTouch companion application for the Omniboard app\n "
35
+ email: mby@mattyoho.com
36
+ executables: []
37
+
38
+ extensions: []
39
+
40
+ extra_rdoc_files:
41
+ - MIT-LICENSE
42
+ - README.rdoc
43
+ files:
44
+ - lib/omniboard_jqtouch.rb
45
+ - lib/public/iphone/404.html
46
+ - lib/public/iphone/422.html
47
+ - lib/public/iphone/500.html
48
+ - lib/public/iphone/favicon.ico
49
+ - lib/public/iphone/images/rails.png
50
+ - lib/public/iphone/javascripts/application.js
51
+ - lib/public/iphone/javascripts/jqtouch.js
52
+ - lib/public/iphone/javascripts/jqtouch.min.js
53
+ - lib/public/iphone/javascripts/jquery-1.4.3.js
54
+ - lib/public/iphone/robots.txt
55
+ - lib/public/iphone/stylesheets/jqtouch.css
56
+ - lib/public/iphone/stylesheets/themes/apple/img/backButton.png
57
+ - lib/public/iphone/stylesheets/themes/apple/img/blueButton.png
58
+ - lib/public/iphone/stylesheets/themes/apple/img/cancel.png
59
+ - lib/public/iphone/stylesheets/themes/apple/img/chevron.png
60
+ - lib/public/iphone/stylesheets/themes/apple/img/grayButton.png
61
+ - lib/public/iphone/stylesheets/themes/apple/img/listArrowSel.png
62
+ - lib/public/iphone/stylesheets/themes/apple/img/listGroup.png
63
+ - lib/public/iphone/stylesheets/themes/apple/img/loading.gif
64
+ - lib/public/iphone/stylesheets/themes/apple/img/on_off.png
65
+ - lib/public/iphone/stylesheets/themes/apple/img/pinstripes.png
66
+ - lib/public/iphone/stylesheets/themes/apple/img/selection.png
67
+ - lib/public/iphone/stylesheets/themes/apple/img/thumb.png
68
+ - lib/public/iphone/stylesheets/themes/apple/img/toggle.png
69
+ - lib/public/iphone/stylesheets/themes/apple/img/toggleOn.png
70
+ - lib/public/iphone/stylesheets/themes/apple/img/toolbar.png
71
+ - lib/public/iphone/stylesheets/themes/apple/img/toolButton.png
72
+ - lib/public/iphone/stylesheets/themes/apple/img/whiteButton.png
73
+ - lib/public/iphone/stylesheets/themes/apple/theme.css
74
+ - lib/public/iphone/stylesheets/themes/apple/theme.min.css
75
+ - lib/public/iphone/stylesheets/themes/jqt/img/back_button.png
76
+ - lib/public/iphone/stylesheets/themes/jqt/img/back_button_clicked.png
77
+ - lib/public/iphone/stylesheets/themes/jqt/img/button.png
78
+ - lib/public/iphone/stylesheets/themes/jqt/img/button_clicked.png
79
+ - lib/public/iphone/stylesheets/themes/jqt/img/chevron.png
80
+ - lib/public/iphone/stylesheets/themes/jqt/img/chevron_circle.png
81
+ - lib/public/iphone/stylesheets/themes/jqt/img/grayButton.png
82
+ - lib/public/iphone/stylesheets/themes/jqt/img/loading.gif
83
+ - lib/public/iphone/stylesheets/themes/jqt/img/on_off.png
84
+ - lib/public/iphone/stylesheets/themes/jqt/img/rowhead.png
85
+ - lib/public/iphone/stylesheets/themes/jqt/img/toggle.png
86
+ - lib/public/iphone/stylesheets/themes/jqt/img/toggleOn.png
87
+ - lib/public/iphone/stylesheets/themes/jqt/img/toolbar.png
88
+ - lib/public/iphone/stylesheets/themes/jqt/img/whiteButton.png
89
+ - lib/public/iphone/stylesheets/themes/jqt/theme.css
90
+ - lib/public/iphone/stylesheets/themes/jqt/theme.min.css
91
+ - lib/views/application.erb
92
+ - MIT-LICENSE
93
+ - README.rdoc
94
+ has_rdoc: true
95
+ homepage: http://github.com/mattyoho/omniboard_jqtouch
96
+ licenses: []
97
+
98
+ post_install_message:
99
+ rdoc_options:
100
+ - --charset=UTF-8
101
+ require_paths:
102
+ - lib
103
+ required_ruby_version: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ segments:
108
+ - 0
109
+ version: "0"
110
+ required_rubygems_version: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - ">="
113
+ - !ruby/object:Gem::Version
114
+ segments:
115
+ - 1
116
+ - 3
117
+ - 7
118
+ version: 1.3.7
119
+ requirements: []
120
+
121
+ rubyforge_project:
122
+ rubygems_version: 1.3.6
123
+ signing_key:
124
+ specification_version: 3
125
+ summary: Provides a jQTouch companion application for the Omniboard app
126
+ test_files: []
127
+