common_interface 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. data/Rakefile +8 -63
  2. data/lib/views/CommonInterface/Demo/Basic/_dialog.html.haml +7 -0
  3. data/lib/views/CommonInterface/Demo/Basic/_popup.html.haml +4 -0
  4. data/lib/views/CommonInterface/Demo/Basic/aspects.html.haml +32 -0
  5. data/lib/views/CommonInterface/Demo/Basic/basic.html.haml +122 -0
  6. data/lib/views/CommonInterface/Demo/Basic/dialog.js.erb +1 -0
  7. data/lib/views/CommonInterface/Demo/Basic/folder.html.haml +45 -0
  8. data/lib/views/CommonInterface/Demo/Basic/help.html.haml +7 -0
  9. data/lib/views/CommonInterface/Demo/Basic/index.html.haml +24 -0
  10. data/lib/views/CommonInterface/Demo/Basic/items.html.haml +91 -0
  11. data/lib/views/CommonInterface/Demo/Basic/list.html.haml +23 -0
  12. data/lib/views/CommonInterface/Demo/Basic/page.html.haml +19 -0
  13. data/lib/views/CommonInterface/Demo/Basic/page/_folder.html.haml +10 -0
  14. data/lib/views/CommonInterface/Demo/Basic/page/_note.html.haml +4 -0
  15. data/lib/views/CommonInterface/Demo/Basic/page/_toolbar.html.haml +5 -0
  16. data/lib/views/CommonInterface/Demo/Basic/popup.js.erb +1 -0
  17. data/lib/views/CommonInterface/Demo/Basic/selector.html.haml +38 -0
  18. data/lib/views/CommonInterface/Demo/Basic/style.html.erb +113 -0
  19. data/lib/views/CommonInterface/Demo/Basic/tmp.haml +2 -0
  20. data/lib/views/CommonInterface/Demo/Basic/user.html.haml +16 -0
  21. data/lib/views/CommonInterface/Demo/Site/blog.html.haml +13 -0
  22. data/lib/views/CommonInterface/Demo/Site/home.html.haml +9 -0
  23. data/lib/views/CommonInterface/Demo/Site/post.html.haml +11 -0
  24. data/lib/views/CommonInterface/Demo/Site/style.html.haml +9 -0
  25. data/lib/views/CommonInterface/Demo/layouts/theme.html.erb +1 -0
  26. data/lib/views/CommonInterface/Demo/layouts/theme.js.erb +14 -0
  27. data/lib/views/CommonInterface/Demo/shared/_comments.html.haml +11 -0
  28. data/lib/views/CommonInterface/Demo/shared/_core_tools.html.haml +6 -0
  29. data/lib/views/CommonInterface/Demo/shared/_line_previews.html.haml +39 -0
  30. data/lib/views/CommonInterface/Demo/shared/_paginator.html.haml +7 -0
  31. data/lib/views/CommonInterface/Demo/shared/_tools.html.haml +26 -0
  32. data/lib/views/CommonInterface/Demo/shared/_top_navigation_bottom.html.haml +32 -0
  33. data/lib/views/layouts/config/default.yml +14 -0
  34. data/lib/views/layouts/config/simple_organization.yml +24 -0
  35. data/lib/views/themes/default/application.html.haml +29 -0
  36. data/lib/views/themes/default/aspects/comment.html.haml +14 -0
  37. data/lib/views/themes/default/aspects/controls.html.haml +3 -0
  38. data/lib/views/themes/default/aspects/details.html.haml +6 -0
  39. data/lib/views/themes/default/aspects/discussion.html.haml +9 -0
  40. data/lib/views/themes/default/aspects/paginator.html.haml +8 -0
  41. data/lib/views/themes/default/aspects/tag_selector.html.haml +11 -0
  42. data/lib/views/themes/default/basic/bottom_panel.html.haml +9 -0
  43. data/lib/views/themes/default/basic/dialog.html.haml +1 -0
  44. data/lib/views/themes/default/basic/divider.html.haml +2 -0
  45. data/lib/views/themes/default/basic/html.html.haml +1 -0
  46. data/lib/views/themes/default/basic/inplace.html.haml +1 -0
  47. data/lib/views/themes/default/basic/message.html.haml +3 -0
  48. data/lib/views/themes/default/basic/more.html.haml +5 -0
  49. data/lib/views/themes/default/basic/narrow.html.haml +1 -0
  50. data/lib/views/themes/default/basic/navigation.html.haml +9 -0
  51. data/lib/views/themes/default/basic/popup.html.haml +1 -0
  52. data/lib/views/themes/default/basic/text.html.haml +1 -0
  53. data/lib/views/themes/default/basic/title.html.haml +3 -0
  54. data/lib/views/themes/default/basic/tool.html.haml +4 -0
  55. data/lib/views/themes/default/basic/top_panel.html.haml +18 -0
  56. data/lib/views/themes/default/components/basic_list.html.haml +1 -0
  57. data/lib/views/themes/default/components/basic_list_item.html.haml +4 -0
  58. data/lib/views/themes/default/components/table.html.haml +12 -0
  59. data/lib/views/themes/default/components/table_row.html.haml +5 -0
  60. data/lib/views/themes/default/components/tabs.html.haml +4 -0
  61. data/lib/views/themes/default/components/tabs_item.html.haml +4 -0
  62. data/lib/views/themes/default/components/toolbar.html.haml +14 -0
  63. data/lib/views/themes/default/forms/errors.html.haml +5 -0
  64. data/lib/views/themes/default/forms/field.html.haml +19 -0
  65. data/lib/views/themes/default/forms/form.html.haml +5 -0
  66. data/lib/views/themes/default/forms/line.html.haml +6 -0
  67. data/lib/views/themes/default/help.html.haml +1 -0
  68. data/lib/views/themes/default/items/file.html.haml +19 -0
  69. data/lib/views/themes/default/items/folder.html.haml +23 -0
  70. data/lib/views/themes/default/items/line.html.haml +34 -0
  71. data/lib/views/themes/default/items/list.html.haml +35 -0
  72. data/lib/views/themes/default/items/list_item.html.haml +16 -0
  73. data/lib/views/themes/default/items/note.html.haml +16 -0
  74. data/lib/views/themes/default/items/page.html.haml +29 -0
  75. data/lib/views/themes/default/items/selector.html.haml +18 -0
  76. data/lib/views/themes/default/items/thumb.html.haml +12 -0
  77. data/lib/views/themes/default/items/user.html.haml +12 -0
  78. data/lib/views/themes/default/layout_templates/dashboard.html.haml +1 -0
  79. data/lib/views/themes/default/layout_templates/default.html.haml +11 -0
  80. data/lib/views/themes/default/metadata.rb +117 -0
  81. data/lib/views/themes/simple_organization/application.html.erb +45 -0
  82. data/lib/views/themes/simple_organization/application_js.html.erb +12 -0
  83. data/lib/views/themes/simple_organization/aspects/comment.html.haml +21 -0
  84. data/lib/views/themes/simple_organization/aspects/discussion.html.haml +14 -0
  85. data/lib/views/themes/simple_organization/aspects/paginator.html.haml +5 -0
  86. data/lib/views/themes/simple_organization/aspects/tag_selector.html.haml +10 -0
  87. data/lib/views/themes/simple_organization/basic/bottom_panel.html.erb +12 -0
  88. data/lib/views/themes/simple_organization/basic/divider.html.erb +3 -0
  89. data/lib/views/themes/simple_organization/basic/message.html.erb +7 -0
  90. data/lib/views/themes/simple_organization/basic/more.html.haml +5 -0
  91. data/lib/views/themes/simple_organization/basic/navigation.html.erb +15 -0
  92. data/lib/views/themes/simple_organization/basic/text.html.haml +1 -0
  93. data/lib/views/themes/simple_organization/basic/tool.html.erb +9 -0
  94. data/lib/views/themes/simple_organization/basic/top_panel.html.erb +14 -0
  95. data/lib/views/themes/simple_organization/help.html.erb +1 -0
  96. data/lib/views/themes/simple_organization/items/line.html.haml +17 -0
  97. data/lib/views/themes/simple_organization/items/note.html.haml +16 -0
  98. data/lib/views/themes/simple_organization/items/selector.html.haml +11 -0
  99. data/lib/views/themes/simple_organization/layout_templates/default.html.erb +20 -0
  100. data/lib/views/themes/simple_organization/layout_templates/home.html.erb +14 -0
  101. data/lib/views/themes/simple_organization/metadata.rb +193 -0
  102. data/spec/basic_spec.rb +2 -2
  103. data/spec/helper.rb +1 -2
  104. metadata +104 -5
  105. data/spec/spec.opts +0 -4
@@ -0,0 +1,11 @@
1
+ - tag :div, object.merge_html_attributes(:class => " _selector") do
2
+ - if object.name?
3
+ %h1= object.name
4
+
5
+ - if object.text?
6
+ ._markup.so_markup= object.text
7
+
8
+ - if object.controls?
9
+ .post-date.item_controls= object.controls.join(' ')
10
+
11
+ ._clear
@@ -0,0 +1,20 @@
1
+ <div class="main _layout_content" id="main-two-columns">
2
+
3
+ <div class="left _main" id="main-content">
4
+ <%= yield :aspects_top %>
5
+
6
+ <%= tag :div, yield(:content), :class => '_content' %>
7
+
8
+ <%= yield :aspects %>
9
+ <%= yield :aspects_bottom %>
10
+
11
+ <div class="clearer">&nbsp;</div>
12
+
13
+ </div>
14
+
15
+ <div class="right sidebar" id="sidebar">
16
+ <%= yield :tools %>
17
+ </div>
18
+
19
+ <div class="clearer">&nbsp;</div>
20
+ </div>
@@ -0,0 +1,14 @@
1
+ <div class="main home _main _layout_content">
2
+ <%= yield :aspects_top %>
3
+
4
+ <%= tag :div, yield(:content), :class => '_content' %>
5
+
6
+ <% unless (tools = yield :tools).blank? %>
7
+ <% b.more :name => t(:show_more), :id => 'tools' do %>
8
+ <%= tools %>
9
+ <% end %>
10
+ <% end %>
11
+
12
+ <%= yield :aspects %>
13
+ <%= yield :aspects_bottom %>
14
+ </div>
@@ -0,0 +1,193 @@
1
+ base = "/common_interface/themes/simple_organization"
2
+
3
+ m = {
4
+ :logo => %{<a href="/"><img src="#{base}/img/logo.gif" alt=""></a>}
5
+ }
6
+
7
+ m[:homepage_html] = <<HTML\
8
+ <div class="col3 left">
9
+
10
+ <h2 class="decoration decoration-green">Mission Statement</h2>
11
+
12
+ <p class="quiet large">What we want to achieve</p>
13
+
14
+ <p>Vestibulum eu pellentesque ante. Sed tincidunt quam eu nisl luctus id mattis tellus rhoncus.</p>
15
+ <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec dapibus eros vitae nibh venenatis faucibus.</p>
16
+ <p><a class="more" href="#">Learn more »</a></p>
17
+
18
+ </div>
19
+
20
+ <div class="col3-mid left">
21
+
22
+ <h2 class="decoration decoration-orange">Next Event</h2>
23
+
24
+ <p class="quiet large">Friday, August 18, 2009</p>
25
+
26
+ <p><img height="80" width="240" class="bordered" alt="" src="#{base}/img/sample-event.jpg"></p>
27
+ <p><em>Aliquam augue neque, rhoncus et dictum in, cursus eget mauris.</em></p>
28
+
29
+ </div>
30
+
31
+ <div class="col3 right">
32
+
33
+ <h2 class="decoration decoration-blue">Follow Us</h2>
34
+
35
+ <p class="quiet large">http://twitter.com/username</p>
36
+
37
+ <p>Nulla mollis sollicitudin nulla et mattis.<span class="quiet">(2 hours ago)</span></p>
38
+ <p>Torquent per conubia nostra, per inceptos himenaeos. <span class="quiet">(2 hours ago)</span></p>
39
+ <p>In sed ante at velit hendrerit blandit a et nibh. Cras sed cursus nulla. <span class="quiet">(3 hours ago)</span></p>
40
+ <p>Nullam vitae mi at nulla blandit. <span class="quiet">(5 hours ago)</span></p>
41
+
42
+ </div>
43
+
44
+ <div class="clearer">&nbsp;</div>
45
+
46
+
47
+
48
+ <div class="content-separator"></div>
49
+
50
+ <h2>Images in text</h2>
51
+
52
+ <p>Curabitur faucibus risus quis lectus. <a href="#">Donec vehicula</a>. Pellentesque nec, lectus. Nullam dictum sem. Phasellus varius. Vestibulum in felis in mauris consequat molestie</p>
53
+
54
+ <div class='left'>
55
+ <img height="75" width="75" alt="" src="#{base}/img/sample-thumbnail.jpg">
56
+ </div>
57
+
58
+ <p>Consectetur adipiscing elit. In nisi. Duis condimentum est nec augue blandit scelerisque. Phasellus varius. Vestibulum in felis in mauris consequat molestie. Sem nec pellentesque condimentum, turpis massa ultricies nisi, at molestie justo eros ac velit.</p>
59
+
60
+ <div class='right'>
61
+ <img height="75" width="75" alt="" src="#{base}/img/sample-thumbnail.jpg">
62
+ </div>
63
+
64
+ <p>Curabitur euismod mi ac neque. Cras vel tortor molestie <a href="#">tortor luctus</a> facilisis. Nulla a nunc. Vivamus est. Integer ac sem quis ipsum dignissim sodales. Nam pulvinar sem eu nibh. Suspendisse non nulla et ligula bibendum facilisis. Suspendisse potenti. Vivamus leo.</p>
65
+
66
+ <p>Nulla lacus tortor, ornare vitae, vulputate vitae, sed quis magna. Pellentesque urna urna, bibendum non, ornare in, sollicitudin quis, est.</p>
67
+
68
+ <div class="clearer">&nbsp;</div>
69
+
70
+ HTML
71
+
72
+ m[:style_html] = <<HTML\
73
+ <h1>Heading 1</h1>
74
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
75
+
76
+ <h2>Heading 2</h2>
77
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
78
+
79
+ <h3>Heading 3</h3>
80
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
81
+
82
+ <h4>Heading 4</h4>
83
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
84
+
85
+ <div class="content-separator"></div>
86
+
87
+ <h2>Images in text</h2>
88
+
89
+ <img height="75" width="75" src="#{base}/img/sample-thumbnail.jpg">
90
+
91
+ <p>Curabitur faucibus risus quis lectus. <a href="#">Donec vehicula</a>. Pellentesque nec, lectus. Nullam dictum sem. Phasellus varius. Vestibulum in felis in mauris consequat molestie</p>
92
+
93
+ <div class="content-separator"></div>
94
+
95
+ <div class='left'>
96
+ <img height="75" width="75" alt="" src="#{base}/img/sample-thumbnail.jpg">
97
+ </div>
98
+
99
+ <p>Consectetur adipiscing elit. In nisi. Duis condimentum est nec augue blandit scelerisque. Phasellus varius. Vestibulum in felis in mauris consequat molestie. Sem nec pellentesque condimentum, turpis massa ultricies nisi, at molestie justo eros ac velit.</p>
100
+
101
+ <div class='right'>
102
+ <img height="75" width="75" alt="" src="#{base}/img/sample-thumbnail.jpg">
103
+ </div>
104
+
105
+ <p>Curabitur euismod mi ac neque. Cras vel tortor molestie <a href="#">tortor luctus</a> facilisis. Nulla a nunc. Vivamus est. Integer ac sem quis ipsum dignissim sodales. Nam pulvinar sem eu nibh. Suspendisse non nulla et ligula bibendum facilisis. Suspendisse potenti. Vivamus leo.</p>
106
+
107
+ <p>Nulla lacus tortor, ornare vitae, vulputate vitae, sed quis magna. Pellentesque urna urna, bibendum non, ornare in, sollicitudin quis, est.</p>
108
+
109
+ <div class="clearer">&nbsp;</div>
110
+
111
+ <div class="content-separator"></div>
112
+
113
+ <h2>Blockquote</h2>
114
+
115
+ <blockquote>
116
+ <p>Praesent orci nisi, interdum quis, tristique vitae, consectetur sed, arcu. Ut at sapien non dolor semper sollicitudin. Etiam semper erat quis odio. Quisque commodo suscipit velit. Nulla facilisi.</p>
117
+ <p><cite>- Duis justo quam</cite></p>
118
+ </blockquote>
119
+
120
+ <div class="content-separator"></div>
121
+
122
+ <h2>Lists</h2>
123
+
124
+ <h3>Unsorted list</h3>
125
+ <ul>
126
+ <li>Blandit in, interdum a</li>
127
+ <li>Ultrices non lectus</li>
128
+ <li>Nunc id odio</li>
129
+ <li>Fusce ultricies</li>
130
+ </ul>
131
+
132
+ <h3>Ordered list</h3>
133
+ <ol>
134
+ <li>Blandit in, interdum a</li>
135
+ <li>Ultrices non lectus</li>
136
+ <li>Nunc id odio</li>
137
+ <li>Fusce ultricies</li>
138
+ </ol>
139
+
140
+ <h3>Definition list</h3>
141
+
142
+ <dl>
143
+ <dt>title</dt>
144
+ <dd>definition</dd>
145
+ <dd>definition</dd>
146
+ <dt>title</dt>
147
+ <dt>title</dt>
148
+ <dd>definition</dd>
149
+ <dt>title</dt>
150
+ <dd>definition</dd>
151
+ </dl>
152
+
153
+ <div class="content-separator"></div>
154
+
155
+ <h2>Tables</h2>
156
+
157
+ <h3>Data table</h3>
158
+
159
+ <table class="data-table">
160
+ <tbody><tr>
161
+ <th>Property 1</th>
162
+ <th>Property 2</th>
163
+ <th>Property 3</th>
164
+ <th>Property 4</th>
165
+ </tr>
166
+ <tr class="even">
167
+ <td>Value 1.1</td>
168
+ <td>Value 1.2</td>
169
+ <td>Value 1.3</td>
170
+ <td>Value 1.4</td>
171
+ </tr>
172
+ <tr>
173
+ <td>Value 2.1</td>
174
+ <td>Value 2.2</td>
175
+ <td>Value 2.3</td>
176
+ <td>Value 2.4</td>
177
+ </tr>
178
+ <tr class="even">
179
+ <td>Value 3.1</td>
180
+ <td>Value 3.2</td>
181
+ <td>Value 3.3</td>
182
+ <td>Value 3.4</td>
183
+ </tr>
184
+ <tr>
185
+ <td>Value 4.1</td>
186
+ <td>Value 4.2</td>
187
+ <td>Value 4.3</td>
188
+ <td>Value 4.4</td>
189
+ </tr>
190
+ </tbody></table>
191
+ HTML
192
+
193
+ m
data/spec/basic_spec.rb CHANGED
@@ -1,5 +1,5 @@
1
- dir = File.expand_path(File.dirname(__FILE__))
2
- require "#{dir}/helper"
1
+ require 'rspec_ext'
2
+ require "#{__FILE__.dirname}/helper"
3
3
 
4
4
  CORE_CASES = %w{aspects basic folder items list page selector}
5
5
  SPECIAL_CASES = %w{user style}
data/spec/helper.rb CHANGED
@@ -1,5 +1,4 @@
1
- dir = File.expand_path(File.dirname(__FILE__))
2
- lib_dir = File.expand_path("#{dir}/../../../lib")
1
+ lib_dir = "#{__FILE__.parent_dirname}/lib"
3
2
  $LOAD_PATH << lib_dir unless $LOAD_PATH.include? lib_dir
4
3
 
5
4
  require 'crystal/profiles/web_require'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: common_interface
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexey Petrushin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-11 00:00:00 +04:00
18
+ date: 2010-10-13 00:00:00 +04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -180,9 +180,108 @@ files:
180
180
  - lib/common_interface/tmp/js.js
181
181
  - lib/common_interface/view_helper.rb
182
182
  - lib/common_interface.rb
183
+ - lib/views/CommonInterface/Demo/Basic/_dialog.html.haml
184
+ - lib/views/CommonInterface/Demo/Basic/_popup.html.haml
185
+ - lib/views/CommonInterface/Demo/Basic/aspects.html.haml
186
+ - lib/views/CommonInterface/Demo/Basic/basic.html.haml
187
+ - lib/views/CommonInterface/Demo/Basic/dialog.js.erb
188
+ - lib/views/CommonInterface/Demo/Basic/folder.html.haml
189
+ - lib/views/CommonInterface/Demo/Basic/help.html.haml
190
+ - lib/views/CommonInterface/Demo/Basic/index.html.haml
191
+ - lib/views/CommonInterface/Demo/Basic/items.html.haml
192
+ - lib/views/CommonInterface/Demo/Basic/list.html.haml
193
+ - lib/views/CommonInterface/Demo/Basic/page/_folder.html.haml
194
+ - lib/views/CommonInterface/Demo/Basic/page/_note.html.haml
195
+ - lib/views/CommonInterface/Demo/Basic/page/_toolbar.html.haml
196
+ - lib/views/CommonInterface/Demo/Basic/page.html.haml
197
+ - lib/views/CommonInterface/Demo/Basic/popup.js.erb
198
+ - lib/views/CommonInterface/Demo/Basic/selector.html.haml
199
+ - lib/views/CommonInterface/Demo/Basic/style.html.erb
200
+ - lib/views/CommonInterface/Demo/Basic/tmp.haml
201
+ - lib/views/CommonInterface/Demo/Basic/user.html.haml
202
+ - lib/views/CommonInterface/Demo/layouts/theme.html.erb
203
+ - lib/views/CommonInterface/Demo/layouts/theme.js.erb
204
+ - lib/views/CommonInterface/Demo/shared/_comments.html.haml
205
+ - lib/views/CommonInterface/Demo/shared/_core_tools.html.haml
206
+ - lib/views/CommonInterface/Demo/shared/_line_previews.html.haml
207
+ - lib/views/CommonInterface/Demo/shared/_paginator.html.haml
208
+ - lib/views/CommonInterface/Demo/shared/_tools.html.haml
209
+ - lib/views/CommonInterface/Demo/shared/_top_navigation_bottom.html.haml
210
+ - lib/views/CommonInterface/Demo/Site/blog.html.haml
211
+ - lib/views/CommonInterface/Demo/Site/home.html.haml
212
+ - lib/views/CommonInterface/Demo/Site/post.html.haml
213
+ - lib/views/CommonInterface/Demo/Site/style.html.haml
214
+ - lib/views/layouts/config/default.yml
215
+ - lib/views/layouts/config/simple_organization.yml
216
+ - lib/views/themes/default/application.html.haml
217
+ - lib/views/themes/default/aspects/comment.html.haml
218
+ - lib/views/themes/default/aspects/controls.html.haml
219
+ - lib/views/themes/default/aspects/details.html.haml
220
+ - lib/views/themes/default/aspects/discussion.html.haml
221
+ - lib/views/themes/default/aspects/paginator.html.haml
222
+ - lib/views/themes/default/aspects/tag_selector.html.haml
223
+ - lib/views/themes/default/basic/bottom_panel.html.haml
224
+ - lib/views/themes/default/basic/dialog.html.haml
225
+ - lib/views/themes/default/basic/divider.html.haml
226
+ - lib/views/themes/default/basic/html.html.haml
227
+ - lib/views/themes/default/basic/inplace.html.haml
228
+ - lib/views/themes/default/basic/message.html.haml
229
+ - lib/views/themes/default/basic/more.html.haml
230
+ - lib/views/themes/default/basic/narrow.html.haml
231
+ - lib/views/themes/default/basic/navigation.html.haml
232
+ - lib/views/themes/default/basic/popup.html.haml
233
+ - lib/views/themes/default/basic/text.html.haml
234
+ - lib/views/themes/default/basic/title.html.haml
235
+ - lib/views/themes/default/basic/tool.html.haml
236
+ - lib/views/themes/default/basic/top_panel.html.haml
237
+ - lib/views/themes/default/components/basic_list.html.haml
238
+ - lib/views/themes/default/components/basic_list_item.html.haml
239
+ - lib/views/themes/default/components/table.html.haml
240
+ - lib/views/themes/default/components/table_row.html.haml
241
+ - lib/views/themes/default/components/tabs.html.haml
242
+ - lib/views/themes/default/components/tabs_item.html.haml
243
+ - lib/views/themes/default/components/toolbar.html.haml
244
+ - lib/views/themes/default/forms/errors.html.haml
245
+ - lib/views/themes/default/forms/field.html.haml
246
+ - lib/views/themes/default/forms/form.html.haml
247
+ - lib/views/themes/default/forms/line.html.haml
248
+ - lib/views/themes/default/help.html.haml
249
+ - lib/views/themes/default/items/file.html.haml
250
+ - lib/views/themes/default/items/folder.html.haml
251
+ - lib/views/themes/default/items/line.html.haml
252
+ - lib/views/themes/default/items/list.html.haml
253
+ - lib/views/themes/default/items/list_item.html.haml
254
+ - lib/views/themes/default/items/note.html.haml
255
+ - lib/views/themes/default/items/page.html.haml
256
+ - lib/views/themes/default/items/selector.html.haml
257
+ - lib/views/themes/default/items/thumb.html.haml
258
+ - lib/views/themes/default/items/user.html.haml
259
+ - lib/views/themes/default/layout_templates/dashboard.html.haml
260
+ - lib/views/themes/default/layout_templates/default.html.haml
261
+ - lib/views/themes/default/metadata.rb
262
+ - lib/views/themes/simple_organization/application.html.erb
263
+ - lib/views/themes/simple_organization/application_js.html.erb
264
+ - lib/views/themes/simple_organization/aspects/comment.html.haml
265
+ - lib/views/themes/simple_organization/aspects/discussion.html.haml
266
+ - lib/views/themes/simple_organization/aspects/paginator.html.haml
267
+ - lib/views/themes/simple_organization/aspects/tag_selector.html.haml
268
+ - lib/views/themes/simple_organization/basic/bottom_panel.html.erb
269
+ - lib/views/themes/simple_organization/basic/divider.html.erb
270
+ - lib/views/themes/simple_organization/basic/message.html.erb
271
+ - lib/views/themes/simple_organization/basic/more.html.haml
272
+ - lib/views/themes/simple_organization/basic/navigation.html.erb
273
+ - lib/views/themes/simple_organization/basic/text.html.haml
274
+ - lib/views/themes/simple_organization/basic/tool.html.erb
275
+ - lib/views/themes/simple_organization/basic/top_panel.html.erb
276
+ - lib/views/themes/simple_organization/help.html.erb
277
+ - lib/views/themes/simple_organization/items/line.html.haml
278
+ - lib/views/themes/simple_organization/items/note.html.haml
279
+ - lib/views/themes/simple_organization/items/selector.html.haml
280
+ - lib/views/themes/simple_organization/layout_templates/default.html.erb
281
+ - lib/views/themes/simple_organization/layout_templates/home.html.erb
282
+ - lib/views/themes/simple_organization/metadata.rb
183
283
  - spec/basic_spec.rb
184
284
  - spec/helper.rb
185
- - spec/spec.opts
186
285
  has_rdoc: true
187
286
  homepage: http://github.com/alexeypetrushin/common_interface
188
287
  licenses: []
data/spec/spec.opts DELETED
@@ -1,4 +0,0 @@
1
- --colour
2
- --format progress
3
- --loadby mtime
4
- --reverse