your_platform 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (704) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +39 -11
  3. data/Rakefile +15 -1
  4. data/app/assets/images/file.png +0 -0
  5. data/app/assets/images/img/excel2013_file_128.png +0 -0
  6. data/app/assets/images/img/excel2013_file_bw_107.png +0 -0
  7. data/app/assets/images/img/excel2013_file_bw_semitransparent_107.png +0 -0
  8. data/app/assets/images/img/glyphicons-halflings-white.png +0 -0
  9. data/app/assets/images/img/glyphicons-halflings.png +0 -0
  10. data/app/assets/images/img/gmaps_yellow_marker.png +0 -0
  11. data/app/assets/images/img/gmaps_yellow_marker_38.png +0 -0
  12. data/app/assets/images/markdown_help.png +0 -0
  13. data/app/assets/images/your_platform/breadcrumb-sep.png +0 -0
  14. data/app/assets/javascripts/app-ng.js.coffee +5 -0
  15. data/app/assets/javascripts/attachments.js +2 -0
  16. data/app/assets/javascripts/controllers-ng/bookmark_list_controller.js.coffee +30 -0
  17. data/app/assets/javascripts/controllers-ng/box_controller.js.coffee +37 -0
  18. data/app/assets/javascripts/controllers-ng/profile_angular.js.coffee +151 -0
  19. data/app/assets/javascripts/directives-ng/box_directive.js.coffee +91 -0
  20. data/app/assets/javascripts/directives-ng/star_tool_directive.js.coffee +111 -0
  21. data/app/assets/javascripts/filters-ng/some_filter.js.coffee +0 -0
  22. data/app/assets/javascripts/jquery.appear-1.1.1.js +138 -0
  23. data/app/assets/javascripts/make-js-more-like-ruby.js.coffee +32 -0
  24. data/app/assets/javascripts/mercury.js +456 -0
  25. data/app/assets/javascripts/models-ng/bookmark.js.coffee +28 -0
  26. data/app/assets/javascripts/services-ng/current_user_bookmarks.js.coffee +39 -0
  27. data/app/assets/javascripts/your_platform.js +27 -0
  28. data/app/assets/javascripts/your_platform/address_labels.js.coffee +40 -0
  29. data/app/assets/javascripts/your_platform/attachments.js.coffee +61 -0
  30. data/app/assets/javascripts/your_platform/auto-completion.js.coffee +90 -0
  31. data/app/assets/javascripts/your_platform/best_in_place.js.coffee +8 -0
  32. data/app/assets/javascripts/your_platform/best_in_place_hyperlinks.js.coffee +25 -0
  33. data/app/assets/javascripts/your_platform/best_in_place_tab_key.js.coffee +28 -0
  34. data/app/assets/javascripts/your_platform/boxes.js.coffee +11 -0
  35. data/app/assets/javascripts/your_platform/change_password.js.coffee +22 -0
  36. data/app/assets/javascripts/your_platform/close_dropdowns.js.coffee +18 -0
  37. data/app/assets/javascripts/your_platform/copy_to_clipboard.js.coffee +6 -0
  38. data/app/assets/javascripts/your_platform/datatables.coffee +112 -0
  39. data/app/assets/javascripts/your_platform/datepicker_settings.js.coffee +16 -0
  40. data/app/assets/javascripts/your_platform/edit_tools.js.coffee +19 -0
  41. data/app/assets/javascripts/your_platform/editable_dbl_click.js.coffee +42 -0
  42. data/app/assets/javascripts/your_platform/events.js.coffee +126 -0
  43. data/app/assets/javascripts/your_platform/fix_textarea.js.coffee +11 -0
  44. data/app/assets/javascripts/your_platform/galleria.js.coffee +112 -0
  45. data/app/assets/javascripts/your_platform/groups.js.coffee +36 -0
  46. data/app/assets/javascripts/your_platform/hidden.js.coffee +5 -0
  47. data/app/assets/javascripts/your_platform/links_to_external_sites.js.coffee +12 -0
  48. data/app/assets/javascripts/your_platform/maps.js.coffee +13 -0
  49. data/app/assets/javascripts/your_platform/may_need_review.js.coffee +10 -0
  50. data/app/assets/javascripts/your_platform/navable_title_rename.js.coffee +17 -0
  51. data/app/assets/javascripts/your_platform/officers.js.coffee +35 -0
  52. data/app/assets/javascripts/your_platform/popovers.js.coffee +38 -0
  53. data/app/assets/javascripts/your_platform/posts.js.coffee +58 -0
  54. data/app/assets/javascripts/your_platform/profile_fields.js.coffee +61 -0
  55. data/app/assets/javascripts/your_platform/search.js.coffee +26 -0
  56. data/app/assets/javascripts/your_platform/tooltips.js.coffee +10 -0
  57. data/app/assets/javascripts/your_platform/turbolinks_loading_spinner.js.coffee +83 -0
  58. data/app/assets/javascripts/your_platform/user_avatars.js.coffee +33 -0
  59. data/app/assets/javascripts/your_platform/user_group_memberships.js.coffee +11 -0
  60. data/app/assets/javascripts/your_platform/user_settings.js.coffee +18 -0
  61. data/app/assets/javascripts/your_platform/users_new.js.coffee +54 -0
  62. data/app/assets/stylesheets/bootstrap_layout.css.sass +3 -0
  63. data/app/assets/stylesheets/bootstrap_layout/attachments.css.sass +3 -0
  64. data/app/assets/stylesheets/bootstrap_layout/boxes.css.sass +11 -0
  65. data/app/assets/stylesheets/bootstrap_layout/breadcrumb.css.sass +25 -0
  66. data/app/assets/stylesheets/bootstrap_layout/category_indicator.css.sass +5 -0
  67. data/app/assets/stylesheets/bootstrap_layout/footer.css.sass +14 -0
  68. data/app/assets/stylesheets/bootstrap_layout/galleria.css.sass +8 -0
  69. data/app/assets/stylesheets/bootstrap_layout/header_bar.css.sass +11 -0
  70. data/app/assets/stylesheets/bootstrap_layout/headings.css.sass +10 -0
  71. data/app/assets/stylesheets/bootstrap_layout/logged_in_bar.css.sass +40 -0
  72. data/app/assets/stylesheets/bootstrap_layout/logo.css.sass +2 -0
  73. data/app/assets/stylesheets/bootstrap_layout/modal_fix.css.sass +8 -0
  74. data/app/assets/stylesheets/bootstrap_layout/profiles.css.sass +10 -0
  75. data/app/assets/stylesheets/bootstrap_layout/session_bar.css.sass +60 -0
  76. data/app/assets/stylesheets/bootstrap_layout/stars.css.sass +4 -0
  77. data/app/assets/stylesheets/bootstrap_layout/turbolinks_progress_bar.css.sass +3 -0
  78. data/app/assets/stylesheets/bootstrap_layout/vertical_menu.css.sass +15 -0
  79. data/app/assets/stylesheets/bootstrap_setup.css.sass +4 -0
  80. data/app/assets/stylesheets/your_platform.css.sass +11 -0
  81. data/app/assets/stylesheets/your_platform/address_labels_modal.css.sass +8 -0
  82. data/app/assets/stylesheets/your_platform/attachments.css.sass +75 -0
  83. data/app/assets/stylesheets/your_platform/authorization_info.css.sass +16 -0
  84. data/app/assets/stylesheets/your_platform/auto-completion.css.sass +3 -0
  85. data/app/assets/stylesheets/your_platform/center.css.sass +14 -0
  86. data/app/assets/stylesheets/your_platform/change_password.css.sass +13 -0
  87. data/app/assets/stylesheets/your_platform/corporate_vita.css.sass +2 -0
  88. data/app/assets/stylesheets/your_platform/datatables.css.sass +23 -0
  89. data/app/assets/stylesheets/your_platform/datepicker.css.sass +2 -0
  90. data/app/assets/stylesheets/your_platform/dropdowns.css.sass +8 -0
  91. data/app/assets/stylesheets/your_platform/events.css.sass +68 -0
  92. data/app/assets/stylesheets/your_platform/forms.css.sass +25 -0
  93. data/app/assets/stylesheets/your_platform/galleria.css.sass +12 -0
  94. data/app/assets/stylesheets/your_platform/groups.css.sass +8 -0
  95. data/app/assets/stylesheets/your_platform/groups_table.css.sass +8 -0
  96. data/app/assets/stylesheets/your_platform/hidden.css.sass +3 -0
  97. data/app/assets/stylesheets/your_platform/images.css.sass +50 -0
  98. data/app/assets/stylesheets/your_platform/last_activities.css.sass +17 -0
  99. data/app/assets/stylesheets/your_platform/latest_members.css.sass +7 -0
  100. data/app/assets/stylesheets/your_platform/login.css.sass +4 -0
  101. data/app/assets/stylesheets/your_platform/maps.css.sass +22 -0
  102. data/app/assets/stylesheets/your_platform/markdown_help.css.sass +5 -0
  103. data/app/assets/stylesheets/your_platform/may_need_review.css.sass +3 -0
  104. data/app/assets/stylesheets/your_platform/pages.css.sass +12 -0
  105. data/app/assets/stylesheets/your_platform/password_strength.css.sass +73 -0
  106. data/app/assets/stylesheets/your_platform/picture_attachments.css.sass +7 -0
  107. data/app/assets/stylesheets/your_platform/popovers.css.sass +13 -0
  108. data/app/assets/stylesheets/your_platform/posts.css.sass +32 -0
  109. data/app/assets/stylesheets/your_platform/profiles.css.sass +153 -0
  110. data/app/assets/stylesheets/your_platform/search_preview.css.sass +4 -0
  111. data/app/assets/stylesheets/your_platform/star_tool.css.sass +2 -0
  112. data/app/assets/stylesheets/your_platform/tooltips.css.sass +7 -0
  113. data/app/assets/stylesheets/your_platform/turbolinks_loading_spinner.css.sass +3 -0
  114. data/app/assets/stylesheets/your_platform/user_avatars.css.sass +8 -0
  115. data/app/assets/stylesheets/your_platform/user_group_memberships.css.sass +4 -0
  116. data/app/assets/stylesheets/your_platform/vertical_nav.css.sass +7 -0
  117. data/app/controllers/activities_controller.rb +6 -0
  118. data/app/controllers/application_controller.rb +236 -0
  119. data/app/controllers/attachments_controller.rb +97 -0
  120. data/app/controllers/blog_posts_controller.rb +50 -0
  121. data/app/controllers/bookmarks_controller.rb +33 -0
  122. data/app/controllers/corporations_controller.rb +22 -0
  123. data/app/controllers/errors_controller.rb +27 -0
  124. data/app/controllers/events_controller.rb +262 -0
  125. data/app/controllers/groups_controller.rb +257 -0
  126. data/app/controllers/officers_controller.rb +28 -0
  127. data/app/controllers/pages_controller.rb +67 -0
  128. data/app/controllers/posts_controller.rb +81 -0
  129. data/app/controllers/profile_fields_controller.rb +132 -0
  130. data/app/controllers/root_controller.rb +35 -0
  131. data/app/controllers/search_controller.rb +149 -0
  132. data/app/controllers/sessions_controller.rb +21 -0
  133. data/app/controllers/setup_controller.rb +80 -0
  134. data/app/controllers/statistics_controller.rb +38 -0
  135. data/app/controllers/status_group_memberships_controller.rb +28 -0
  136. data/app/controllers/terms_of_use_controller.rb +35 -0
  137. data/app/controllers/user_accounts_controller.rb +55 -0
  138. data/app/controllers/user_group_memberships_controller.rb +75 -0
  139. data/app/controllers/user_settings_controller.rb +57 -0
  140. data/app/controllers/users_controller.rb +125 -0
  141. data/app/controllers/workflows_controller.rb +19 -0
  142. data/app/helpers/application_helper.rb +25 -0
  143. data/app/helpers/attachments_helper.rb +2 -0
  144. data/app/helpers/auto_completion_helper.rb +33 -0
  145. data/app/helpers/avatar_helper.rb +70 -0
  146. data/app/helpers/bookmarks_helper.rb +22 -0
  147. data/app/helpers/box_helper.rb +56 -0
  148. data/app/helpers/breadcrumbs_helper.rb +62 -0
  149. data/app/helpers/corporate_vita_helper.rb +34 -0
  150. data/app/helpers/events_helper.rb +28 -0
  151. data/app/helpers/flash_helper.rb +60 -0
  152. data/app/helpers/footer_helper.rb +13 -0
  153. data/app/helpers/galleria_helper.rb +13 -0
  154. data/app/helpers/groups_helper.rb +66 -0
  155. data/app/helpers/horizontal_nav_helper.rb +11 -0
  156. data/app/helpers/i18n_helper.rb +10 -0
  157. data/app/helpers/icon_helper.rb +35 -0
  158. data/app/helpers/mailer_helper.rb +7 -0
  159. data/app/helpers/map_helper.rb +26 -0
  160. data/app/helpers/markdown_helper.rb +22 -0
  161. data/app/helpers/markup_helper.rb +25 -0
  162. data/app/helpers/officers_helper.rb +13 -0
  163. data/app/helpers/password_helper.rb +23 -0
  164. data/app/helpers/profile_field_helper.rb +40 -0
  165. data/app/helpers/profile_helper.rb +69 -0
  166. data/app/helpers/quick_link_helper.rb +53 -0
  167. data/app/helpers/special_pages_helper.rb +9 -0
  168. data/app/helpers/structureable_helper.rb +11 -0
  169. data/app/helpers/sublime_helper.rb +16 -0
  170. data/app/helpers/title_helper.rb +52 -0
  171. data/app/helpers/tool_buttons_helper.rb +74 -0
  172. data/app/helpers/unicode_helper.rb +9 -0
  173. data/app/helpers/users_helper.rb +13 -0
  174. data/app/helpers/vertical_nav_helper.rb +84 -0
  175. data/app/helpers/workflows_helper.rb +37 -0
  176. data/app/mailers/event_mailer.rb +13 -0
  177. data/app/mailers/post_mailer.rb +11 -0
  178. data/app/mailers/user_account_mailer.rb +17 -0
  179. data/app/models/ability.rb +321 -0
  180. data/app/models/active_record_associations_patches.rb +26 -0
  181. data/app/models/active_record_cache_extension.rb +152 -0
  182. data/app/models/active_record_find_by_extension.rb +20 -0
  183. data/app/models/active_record_json_url_extension.rb +51 -0
  184. data/app/models/active_record_metric_events_extension.rb +22 -0
  185. data/app/models/active_record_read_only_extension.rb +35 -0
  186. data/app/models/active_record_update_attributes_bip_extension.rb +24 -0
  187. data/app/models/address_label.rb +50 -0
  188. data/app/models/app_version.rb +49 -0
  189. data/app/models/array.rb +15 -0
  190. data/app/models/attachment.rb +76 -0
  191. data/app/models/bashpass_password.rb +32 -0
  192. data/app/models/blog_post.rb +2 -0
  193. data/app/models/bookmark.rb +67 -0
  194. data/app/models/cache_additions.rb +15 -0
  195. data/app/models/cache_store_extension.rb +78 -0
  196. data/app/models/concerns/user_avatar.rb +16 -0
  197. data/app/models/concerns/user_corporations.rb +44 -0
  198. data/app/models/concerns/user_date_of_birth.rb +74 -0
  199. data/app/models/concerns/user_profile.rb +102 -0
  200. data/app/models/corporation.rb +80 -0
  201. data/app/models/dag_link.rb +29 -0
  202. data/app/models/event.rb +235 -0
  203. data/app/models/flag.rb +18 -0
  204. data/app/models/flagable.rb +62 -0
  205. data/app/models/geo_location.rb +92 -0
  206. data/app/models/group.rb +224 -0
  207. data/app/models/group_mixins/corporations.rb +141 -0
  208. data/app/models/group_mixins/developers.rb +41 -0
  209. data/app/models/group_mixins/everyone.rb +72 -0
  210. data/app/models/group_mixins/guests.rb +61 -0
  211. data/app/models/group_mixins/hidden_users.rb +43 -0
  212. data/app/models/group_mixins/import.rb +321 -0
  213. data/app/models/group_mixins/memberships.rb +207 -0
  214. data/app/models/group_mixins/officers.rb +47 -0
  215. data/app/models/group_mixins/roles.rb +41 -0
  216. data/app/models/horizontal_nav.rb +32 -0
  217. data/app/models/last_seen_activity.rb +10 -0
  218. data/app/models/list_export.rb +359 -0
  219. data/app/models/may_need_review.rb +54 -0
  220. data/app/models/metric_logger.rb +83 -0
  221. data/app/models/nav_node.rb +169 -0
  222. data/app/models/navable.rb +46 -0
  223. data/app/models/object_to_b_extension.rb +12 -0
  224. data/app/models/page.rb +212 -0
  225. data/app/models/password.rb +28 -0
  226. data/app/models/post.rb +199 -0
  227. data/app/models/profile.rb +36 -0
  228. data/app/models/profile_field.rb +196 -0
  229. data/app/models/profile_field_mixins/has_child_profile_fields.rb +114 -0
  230. data/app/models/profile_field_types/about.rb +9 -0
  231. data/app/models/profile_field_types/academic_degree.rb +10 -0
  232. data/app/models/profile_field_types/address.rb +88 -0
  233. data/app/models/profile_field_types/bank_account.rb +12 -0
  234. data/app/models/profile_field_types/competence.rb +7 -0
  235. data/app/models/profile_field_types/custom.rb +12 -0
  236. data/app/models/profile_field_types/date.rb +14 -0
  237. data/app/models/profile_field_types/description.rb +15 -0
  238. data/app/models/profile_field_types/email.rb +20 -0
  239. data/app/models/profile_field_types/employment.rb +24 -0
  240. data/app/models/profile_field_types/general.rb +9 -0
  241. data/app/models/profile_field_types/homepage.rb +19 -0
  242. data/app/models/profile_field_types/name_surrounding.rb +11 -0
  243. data/app/models/profile_field_types/organization.rb +24 -0
  244. data/app/models/profile_field_types/phone.rb +37 -0
  245. data/app/models/profile_field_types/professional_category.rb +8 -0
  246. data/app/models/profile_field_types/study.rb +18 -0
  247. data/app/models/profile_section.rb +49 -0
  248. data/app/models/profileable.rb +58 -0
  249. data/app/models/profileable_mixins/address.rb +118 -0
  250. data/app/models/relationship.rb +78 -0
  251. data/app/models/role.rb +164 -0
  252. data/app/models/setting.rb +9 -0
  253. data/app/models/status_group.rb +28 -0
  254. data/app/models/status_group_membership.rb +189 -0
  255. data/app/models/status_group_membership_info.rb +54 -0
  256. data/app/models/structureable.rb +164 -0
  257. data/app/models/structureable_mixins/has_special_groups.rb +127 -0
  258. data/app/models/structureable_mixins/roles.rb +275 -0
  259. data/app/models/user.rb +878 -0
  260. data/app/models/user_account.rb +162 -0
  261. data/app/models/user_alias.rb +112 -0
  262. data/app/models/user_group_membership.rb +300 -0
  263. data/app/models/user_group_membership_mixins/validity_range.rb +206 -0
  264. data/app/models/user_group_membership_mixins/validity_range_for_indirect_memberships.rb +160 -0
  265. data/app/models/user_mixins/identification.rb +36 -0
  266. data/app/models/user_mixins/memberships.rb +75 -0
  267. data/app/models/workflow.rb +40 -0
  268. data/app/models/workflow_kit/add_to_group_brick.rb +21 -0
  269. data/app/models/workflow_kit/destroy_account_and_end_memberships_if_needed_brick.rb +19 -0
  270. data/app/models/workflow_kit/last_membership_needs_review_brick.rb +19 -0
  271. data/app/models/workflow_kit/mark_as_deceased_brick.rb +17 -0
  272. data/app/models/workflow_kit/remove_from_group_brick.rb +27 -0
  273. data/app/models/workflow_kit/test_brick.rb +13 -0
  274. data/app/pdfs/address_labels_pdf.rb +157 -0
  275. data/app/presenters/base_presenter.rb +52 -0
  276. data/app/presenters/horizontal_nav_presenter.rb +106 -0
  277. data/app/uploaders/attachment_uploader.rb +148 -0
  278. data/app/views/activities/index.html.haml +25 -0
  279. data/app/views/attachments/_attachment.html.haml +20 -0
  280. data/app/views/attachments/_description.html.haml +11 -0
  281. data/app/views/attachments/_documents.html.haml +17 -0
  282. data/app/views/attachments/_drop_field.html.haml +46 -0
  283. data/app/views/attachments/_picture.html.haml +2 -0
  284. data/app/views/attachments/_pictures.html.haml +10 -0
  285. data/app/views/attachments/_video.html.haml +8 -0
  286. data/app/views/attachments/create.js.erb +1 -0
  287. data/app/views/attachments/destroy.js.erb +1 -0
  288. data/app/views/blog_posts/create.js.erb +17 -0
  289. data/app/views/bookmarks/_list.html.haml +7 -0
  290. data/app/views/bookmarks/update.js.erb +4 -0
  291. data/app/views/devise/mailer/reset_password_instructions.html.haml +8 -0
  292. data/app/views/devise/passwords/edit.html.haml +1 -0
  293. data/app/views/devise/passwords/new.html.haml +12 -0
  294. data/app/views/devise/registrations/edit.html.haml +1 -0
  295. data/app/views/devise/sessions/new.html.haml +14 -0
  296. data/app/views/devise/shared/_links.haml +26 -0
  297. data/app/views/errors/show.html.haml +5 -0
  298. data/app/views/errors/unauthorized.html.haml +7 -0
  299. data/app/views/event_mailer/invitation_email.html.erb +63 -0
  300. data/app/views/events/_event_details.html.haml +54 -0
  301. data/app/views/events/_events_lis.html.haml +29 -0
  302. data/app/views/events/_invitation_text.html.erb +8 -0
  303. data/app/views/events/_pictures.html.haml +5 -0
  304. data/app/views/events/_public_index.html.haml +16 -0
  305. data/app/views/events/index.html.haml +24 -0
  306. data/app/views/events/show.html.haml +50 -0
  307. data/app/views/groups/_address_labels_modal.html.haml +27 -0
  308. data/app/views/groups/_export_button.html.haml +66 -0
  309. data/app/views/groups/_group_list.html.haml +25 -0
  310. data/app/views/groups/_member_avatars.html.haml +4 -0
  311. data/app/views/groups/_member_list.html.haml +15 -0
  312. data/app/views/groups/index.html.erb +11 -0
  313. data/app/views/groups/index_mine.html.haml +7 -0
  314. data/app/views/groups/show.html.haml +79 -0
  315. data/app/views/last_seen_activities/_index.html.haml +19 -0
  316. data/app/views/layouts/_add_structureable_additions.html.haml +15 -0
  317. data/app/views/layouts/_box.html.haml +16 -0
  318. data/app/views/layouts/_help_button.html.haml +1 -0
  319. data/app/views/layouts/_role_preview_switcher.html.haml +20 -0
  320. data/app/views/layouts/_session_bar_avatar.html.haml +1 -0
  321. data/app/views/layouts/_vertical_nav.html.haml +5 -0
  322. data/app/views/layouts/bootstrap.html.haml +146 -0
  323. data/app/views/layouts/mercury.html.erb +23 -0
  324. data/app/views/officers/_history_notice.html.haml +4 -0
  325. data/app/views/officers/_officers_box.html.haml +33 -0
  326. data/app/views/officers/_officers_group_entry.html.haml +45 -0
  327. data/app/views/pages/_attachments.html.haml +21 -0
  328. data/app/views/pages/_page.html.haml +28 -0
  329. data/app/views/pages/_pictures.html.haml +2 -0
  330. data/app/views/pages/_videos.html.erb +8 -0
  331. data/app/views/pages/show.html.haml +39 -0
  332. data/app/views/post_mailer/post_email.html.erb +17 -0
  333. data/app/views/posts/_new_post_template_text.html.haml +6 -0
  334. data/app/views/posts/_post.html.haml +13 -0
  335. data/app/views/posts/_post_quote.html.haml +18 -0
  336. data/app/views/posts/_posts.html.haml +6 -0
  337. data/app/views/posts/index.html.haml +9 -0
  338. data/app/views/posts/new.html.haml +42 -0
  339. data/app/views/posts/show.html.haml +8 -0
  340. data/app/views/profile_fields/_postal_address_flag_switch.html.haml +21 -0
  341. data/app/views/profile_fields/_profile_field.html.haml +41 -0
  342. data/app/views/profile_fields/create.js.erb +26 -0
  343. data/app/views/profile_fields/destroy.js.erb +3 -0
  344. data/app/views/profiles/_add_profile_field_button.html.haml +15 -0
  345. data/app/views/profiles/_profile_section_ul.html.haml +8 -0
  346. data/app/views/profiles/_section.html.haml +28 -0
  347. data/app/views/profiles/_send_group_message_button.html.haml +4 -0
  348. data/app/views/root/_latest_members_box.html.haml +19 -0
  349. data/app/views/root/_start_page_elements.html.haml +0 -0
  350. data/app/views/root/_what_is_new.html.haml +21 -0
  351. data/app/views/search/_preview_blog_post.html.haml +1 -0
  352. data/app/views/search/_preview_corporation.html.haml +5 -0
  353. data/app/views/search/_preview_group.html.haml +4 -0
  354. data/app/views/search/_preview_page.html.haml +11 -0
  355. data/app/views/search/_preview_user.html.haml +14 -0
  356. data/app/views/search/index.html.haml +42 -0
  357. data/app/views/setup/index.html.haml +56 -0
  358. data/app/views/shared/_add_structureable.html.haml +22 -0
  359. data/app/views/shared/_authorization_info.html.haml +22 -0
  360. data/app/views/shared/_flags.html.haml +5 -0
  361. data/app/views/shared/_markdown_help.html.haml +4 -0
  362. data/app/views/shared/_search_box.html.haml +2 -0
  363. data/app/views/shared/_upcoming_events.html.haml +33 -0
  364. data/app/views/statistics/index.html.haml +16 -0
  365. data/app/views/statistics/show.html.haml +13 -0
  366. data/app/views/terms_of_use/_checkbox.html.haml +1 -0
  367. data/app/views/terms_of_use/_terms.html.haml +1 -0
  368. data/app/views/terms_of_use/index.html.haml +19 -0
  369. data/app/views/user_account_mailer/welcome_email.html.erb +32 -0
  370. data/app/views/user_accounts/_change_password.html.haml +149 -0
  371. data/app/views/user_accounts/_user_account.html.haml +39 -0
  372. data/app/views/user_group_memberships/_list_item.html.haml +9 -0
  373. data/app/views/user_group_memberships/_memberships_table.html.haml +56 -0
  374. data/app/views/user_group_memberships/_new.html.haml +18 -0
  375. data/app/views/user_group_memberships/create.js.erb +9 -0
  376. data/app/views/user_group_memberships/index.html.haml +5 -0
  377. data/app/views/user_settings/show.html.haml +36 -0
  378. data/app/views/users/_avatar.html.haml +16 -0
  379. data/app/views/users/_communication_box.html.haml +8 -0
  380. data/app/views/users/_corporate_vita.html.haml +23 -0
  381. data/app/views/users/_dead_badge.html.haml +3 -0
  382. data/app/views/users/_deceased_modal.html.haml +24 -0
  383. data/app/views/users/_hidden_badge.html.haml +4 -0
  384. data/app/views/users/_hidden_flag_switch.html.haml +20 -0
  385. data/app/views/users/_special_general_info_fields.html.haml +10 -0
  386. data/app/views/users/_user_corporation_attribute.html.haml +6 -0
  387. data/app/views/users/_user_name_attribute.html.haml +4 -0
  388. data/app/views/users/_user_title.html.haml +5 -0
  389. data/app/views/users/_workflow_triggers.html.haml +23 -0
  390. data/app/views/users/new.html.haml +55 -0
  391. data/app/views/users/show.html.haml +79 -0
  392. data/config/environment.rb +5 -0
  393. data/config/initializers/active_record_cache_extension.rb +1 -0
  394. data/config/initializers/active_record_find_by_extension.rb +1 -0
  395. data/config/initializers/active_record_flagable_extension.rb +2 -0
  396. data/config/initializers/active_record_json_url_extension.rb +1 -0
  397. data/config/initializers/active_record_may_need_review_extension.rb +2 -0
  398. data/config/initializers/active_record_metric_events_extension.rb +1 -0
  399. data/config/initializers/active_record_navable_extension.rb +6 -0
  400. data/config/initializers/active_record_profileable_extension.rb +4 -0
  401. data/config/initializers/active_record_read_only_extension.rb +1 -0
  402. data/config/initializers/active_record_structureable_extension.rb +3 -0
  403. data/config/initializers/active_record_update_attributes_bip_extension.rb +1 -0
  404. data/config/initializers/array_extension.rb +1 -0
  405. data/config/initializers/best_in_place_display_definitions.rb +31 -0
  406. data/config/initializers/cache_store_extension.rb +1 -0
  407. data/config/initializers/devise.rb +240 -0
  408. data/config/initializers/fnordmetric.rb +14 -0
  409. data/config/initializers/formtastic.rb +76 -0
  410. data/config/initializers/group_type_column_patches.rb +11 -0
  411. data/config/initializers/mime_types.rb +1 -0
  412. data/config/initializers/mini_profiler.rb +32 -0
  413. data/config/initializers/object_to_b_extension.rb +1 -0
  414. data/config/initializers/refile.rb +22 -0
  415. data/config/initializers/sidekiq.rb +12 -0
  416. data/config/locales/attachments/de.yml +33 -0
  417. data/config/locales/bookmarks/de.yml +3 -0
  418. data/config/locales/bookmarks/en.yml +3 -0
  419. data/config/locales/common_expressions/de.yml +5 -0
  420. data/config/locales/common_expressions/en.yml +5 -0
  421. data/config/locales/companies/de.yml +4 -0
  422. data/config/locales/companies/en.yml +4 -0
  423. data/config/locales/de.yml +30 -0
  424. data/config/locales/devise/de.yml +60 -0
  425. data/config/locales/devise/en.yml +62 -0
  426. data/config/locales/en.yml +25 -0
  427. data/config/locales/events/de.yml +34 -0
  428. data/config/locales/events/en.yml +34 -0
  429. data/config/locales/forms/de.yml +3 -0
  430. data/config/locales/groups/de.yml +56 -0
  431. data/config/locales/groups/en.yml +47 -0
  432. data/config/locales/officers/de.yml +10 -0
  433. data/config/locales/pages/de.yml +15 -0
  434. data/config/locales/pages/en.yml +14 -0
  435. data/config/locales/pagination/de.yml +6 -0
  436. data/config/locales/pagination/en.yml +5 -0
  437. data/config/locales/password_strength/de.yml +9 -0
  438. data/config/locales/password_strength/en.yml +9 -0
  439. data/config/locales/posts/de.yml +9 -0
  440. data/config/locales/profile_fields/de.yml +78 -0
  441. data/config/locales/profile_fields/en.yml +22 -0
  442. data/config/locales/profiles/de.yml +47 -0
  443. data/config/locales/profiles/en.yml +44 -0
  444. data/config/locales/roles/de.yml +9 -0
  445. data/config/locales/root/de.yml +3 -0
  446. data/config/locales/root/en.yml +3 -0
  447. data/config/locales/search/de.yml +11 -0
  448. data/config/locales/search/en.yml +11 -0
  449. data/config/locales/sessions/de.yml +37 -0
  450. data/config/locales/sessions/en.yml +37 -0
  451. data/config/locales/setup/de.yml +26 -0
  452. data/config/locales/setup/en.yml +26 -0
  453. data/config/locales/statistics/de.yml +6 -0
  454. data/config/locales/terms_of_use/de.yml +6 -0
  455. data/config/locales/tools/de.yml +9 -0
  456. data/config/locales/tools/en.yml +9 -0
  457. data/config/locales/user_accounts/de.yml +16 -0
  458. data/config/locales/user_accounts/en.yml +13 -0
  459. data/config/locales/user_settings/de.yml +9 -0
  460. data/config/locales/users/de.yml +82 -0
  461. data/config/locales/users/en.yml +51 -0
  462. data/config/locales/workflows/de.yml +4 -0
  463. data/config/locales/workflows/en.yml +4 -0
  464. data/config/routes.rb +104 -0
  465. data/db/migrate/20120403002734_create_users.rb +12 -0
  466. data/db/migrate/20120403011601_create_profile_fields.rb +11 -0
  467. data/db/migrate/20120403161549_remove_user_email_column.rb +5 -0
  468. data/db/migrate/20120405222050_encrypt_password.rb +8 -0
  469. data/db/migrate/20120425161138_create_dag_links.rb +14 -0
  470. data/db/migrate/20120425162644_create_pages.rb +10 -0
  471. data/db/migrate/20120426023322_create_groups.rb +9 -0
  472. data/db/migrate/20120426090436_create_nav_nodes.rb +18 -0
  473. data/db/migrate/20120427021934_create_user_accounts.rb +12 -0
  474. data/db/migrate/20120427044338_add_foreign_key_to_user_accounts.rb +7 -0
  475. data/db/migrate/20120427150156_add_group_token.rb +8 -0
  476. data/db/migrate/20120507165551_make_profile_fields_polymorphic.rb +11 -0
  477. data/db/migrate/20120508130729_add_profile_field_acts_as_tree.rb +9 -0
  478. data/db/migrate/20120508152233_change_profile_field_value_to_text.rb +9 -0
  479. data/db/migrate/20120508201550_add_group_internal_token.rb +11 -0
  480. data/db/migrate/20120511090234_create_workflows.rb +9 -0
  481. data/db/migrate/20120701115059_add_password_digest_to_user_accounts.rb +5 -0
  482. data/db/migrate/20120710193308_remove_salt_from_user_accounts.rb +5 -0
  483. data/db/migrate/20120713102445_add_deleted_at_to_dag_links.rb +5 -0
  484. data/db/migrate/20120722005022_create_workflow_kit_workflows.workflow_kit.rb +11 -0
  485. data/db/migrate/20120722005023_create_workflow_kit_steps.workflow_kit.rb +12 -0
  486. data/db/migrate/20120722005024_create_workflow_kit_parameters.workflow_kit.rb +12 -0
  487. data/db/migrate/20120723165226_add_female_to_users.rb +5 -0
  488. data/db/migrate/20120811140509_create_flags.rb +11 -0
  489. data/db/migrate/20120814100529_create_attachments.rb +13 -0
  490. data/db/migrate/20120815205610_add_content_type_and_file_size_to_attachments.rb +6 -0
  491. data/db/migrate/20130118220014_add_relationships_table_without_dag.rb +10 -0
  492. data/db/migrate/20130207214331_create_events.rb +12 -0
  493. data/db/migrate/20130208215253_create_status_group_membership_infos.rb +11 -0
  494. data/db/migrate/20130220184943_create_stars.rb +11 -0
  495. data/db/migrate/20130309193623_add_devise_to_user_accounts.rb +72 -0
  496. data/db/migrate/20130310003840_rename_stars_to_bookmarks.rb +9 -0
  497. data/db/migrate/20130310004622_fix_column_names_for_bookmarks.rb +6 -0
  498. data/db/migrate/20130313211414_create_geo_infos.rb +13 -0
  499. data/db/migrate/20130313234131_create_geo_locations.rb +16 -0
  500. data/db/migrate/20130314011638_drop_geo_infos.rb +5 -0
  501. data/db/migrate/20130315072759_add_invalid_to_geo_location.rb +5 -0
  502. data/db/migrate/20130315073149_exchange_invalid_for_queried_at_in_geo_location.rb +8 -0
  503. data/db/migrate/20130320003051_add_redirect_to_to_page.rb +5 -0
  504. data/db/migrate/20130329231657_create_posts.rb +15 -0
  505. data/db/migrate/20130404223735_add_entire_message_to_posts.rb +5 -0
  506. data/db/migrate/20130409192959_add_author_to_page.rb +5 -0
  507. data/db/migrate/20130908011215_add_type_to_pages.rb +5 -0
  508. data/db/migrate/20131115114715_validity_range_for_dag_links.rb +16 -0
  509. data/db/migrate/20140611170430_create_activities.rb +23 -0
  510. data/db/migrate/20140808223512_create_last_seen_activities.rb +12 -0
  511. data/db/migrate/20141008101744_add_location_to_events.rb +5 -0
  512. data/db/migrate/20141010130344_add_publish_on_website_to_events.rb +6 -0
  513. data/db/migrate/20141010134227_add_auth_token_to_user_accounts.rb +5 -0
  514. data/db/migrate/20141018143323_add_accepted_terms_to_users.rb +6 -0
  515. data/db/migrate/20141018221659_add_author_to_attachments.rb +5 -0
  516. data/db/migrate/20141102223954_add_body_to_groups.rb +5 -0
  517. data/db/migrate/20141110193830_create_settings.rb +17 -0
  518. data/db/migrate/20141202140522_add_indices.rb +6 -0
  519. data/db/migrate/20141209161946_add_keys.rb +20 -0
  520. data/db/migrate/20150127013809_add_incognito_to_users.rb +5 -0
  521. data/db/migrate/20150129194501_add_indices_for_polymorphic_references.rb +13 -0
  522. data/db/migrate/20150304192448_add_type_to_groups.rb +5 -0
  523. data/db/migrate/20150313221004_add_avatar_id_to_users.rb +5 -0
  524. data/lib/best_in_place/controller_extensions.rb +25 -0
  525. data/lib/best_in_place/helper.rb +127 -0
  526. data/lib/tasks/db_bootstrap.rake +37 -0
  527. data/lib/tasks/your_platform_tasks.rake +4 -0
  528. data/lib/templates/erb/scaffold/_form.html.erb +11 -0
  529. data/lib/your_platform.rb +6 -2
  530. data/lib/your_platform/engine.rb +127 -0
  531. data/lib/your_platform/version.rb +1 -1
  532. data/spec/factories/attachment.rb +12 -0
  533. data/spec/factories/blog_post.rb +10 -0
  534. data/spec/factories/company.rb +7 -0
  535. data/spec/factories/corporation.rb +20 -0
  536. data/spec/factories/event.rb +13 -0
  537. data/spec/factories/group.rb +36 -0
  538. data/spec/factories/html_email.eml +1059 -0
  539. data/spec/factories/mail_message.rb +30 -0
  540. data/spec/factories/page.rb +10 -0
  541. data/spec/factories/relationship.rb +13 -0
  542. data/spec/factories/status_group_membership.rb +21 -0
  543. data/spec/factories/user.rb +97 -0
  544. data/spec/factories/workflow.rb +44 -0
  545. data/spec/features/blog_post_spec.rb +46 -0
  546. data/spec/features/corporate_vita_events_spec.rb +114 -0
  547. data/spec/features/corporate_vita_spec.rb +258 -0
  548. data/spec/features/edit_mode_after_clicking_a_link_spec.rb +20 -0
  549. data/spec/features/events_spec.rb +356 -0
  550. data/spec/features/group_export_spec.rb +19 -0
  551. data/spec/features/group_post_spec.rb +89 -0
  552. data/spec/features/groups_of_groups_page_spec.rb +67 -0
  553. data/spec/features/groups_page_spec.rb +66 -0
  554. data/spec/features/groups_table_spec.rb +32 -0
  555. data/spec/features/help_page_spec.rb +22 -0
  556. data/spec/features/intranet_root_page_spec.rb +18 -0
  557. data/spec/features/locales_spec.rb +36 -0
  558. data/spec/features/maps_spec.rb +53 -0
  559. data/spec/features/mini_profiler_spec.rb +37 -0
  560. data/spec/features/officers_spec.rb +61 -0
  561. data/spec/features/page_redirects_spec.rb +23 -0
  562. data/spec/features/page_spec.rb +20 -0
  563. data/spec/features/postal_address_flag_spec.rb +46 -0
  564. data/spec/features/relationships_on_user_page_spec.rb +78 -0
  565. data/spec/features/review_membership_spec.rb +44 -0
  566. data/spec/features/search_field_spec.rb +121 -0
  567. data/spec/features/setup_spec.rb +63 -0
  568. data/spec/features/user_change_date_of_birth_spec.rb +26 -0
  569. data/spec/features/vertical_nav_spec.rb +27 -0
  570. data/spec/features/what_is_new_box_spec.rb +33 -0
  571. data/spec/helpers/attachments_helper_spec.rb +15 -0
  572. data/spec/models/ability_spec.rb +93 -0
  573. data/spec/models/active_record_cache_extension_spec.rb +177 -0
  574. data/spec/models/active_record_find_by_extension_spec.rb +26 -0
  575. data/spec/models/active_record_json_url_extension_spec.rb +79 -0
  576. data/spec/models/address_label_spec.rb +144 -0
  577. data/spec/models/app_version_spec.rb +38 -0
  578. data/spec/models/attachment_spec.rb +5 -0
  579. data/spec/models/bookmark_spec.rb +70 -0
  580. data/spec/models/concerns/user_corporations_spec.rb +71 -0
  581. data/spec/models/corporation_spec.rb +128 -0
  582. data/spec/models/dag_link_spec.rb +48 -0
  583. data/spec/models/event_spec.rb +267 -0
  584. data/spec/models/flag_spec.rb +20 -0
  585. data/spec/models/flagable_spec.rb +55 -0
  586. data/spec/models/geo_location_spec.rb +126 -0
  587. data/spec/models/group_mixins/corporations_spec.rb +95 -0
  588. data/spec/models/group_mixins/everyone_spec.rb +64 -0
  589. data/spec/models/group_mixins/guests_spec.rb +75 -0
  590. data/spec/models/group_mixins/hidden_users_spec.rb +21 -0
  591. data/spec/models/group_mixins/import_spec.rb +93 -0
  592. data/spec/models/group_mixins/memberships_spec.rb +303 -0
  593. data/spec/models/group_mixins/officers_spec.rb +63 -0
  594. data/spec/models/group_mixins/roles_spec.rb +46 -0
  595. data/spec/models/group_spec.rb +341 -0
  596. data/spec/models/list_export_spec.rb +155 -0
  597. data/spec/models/may_need_review_spec.rb +114 -0
  598. data/spec/models/nav_node_spec.rb +277 -0
  599. data/spec/models/navable_spec.rb +54 -0
  600. data/spec/models/page_spec.rb +185 -0
  601. data/spec/models/post_spec.rb +271 -0
  602. data/spec/models/profile_field_mixins/has_child_profile_fields_spec.rb +73 -0
  603. data/spec/models/profile_field_spec.rb +482 -0
  604. data/spec/models/profile_section_spec.rb +89 -0
  605. data/spec/models/profile_spec.rb +74 -0
  606. data/spec/models/profileable_mixins/adress_spec.rb +93 -0
  607. data/spec/models/profileable_spec.rb +152 -0
  608. data/spec/models/relationship_spec.rb +113 -0
  609. data/spec/models/status_group_membership_spec.rb +350 -0
  610. data/spec/models/status_group_spec.rb +103 -0
  611. data/spec/models/structureable_mixins/has_special_groups_spec.rb +479 -0
  612. data/spec/models/structureable_mixins/roles_spec.rb +517 -0
  613. data/spec/models/structureable_spec.rb +128 -0
  614. data/spec/models/user_account_spec.rb +142 -0
  615. data/spec/models/user_alias_spec.rb +57 -0
  616. data/spec/models/user_group_membership_mixins/validity_range_for_indirect_memberships_spec.rb +291 -0
  617. data/spec/models/user_group_membership_mixins/validity_range_spec.rb +293 -0
  618. data/spec/models/user_group_membership_spec.rb +428 -0
  619. data/spec/models/user_mixins/identification_spec.rb +27 -0
  620. data/spec/models/user_mixins/memberships_spec.rb +138 -0
  621. data/spec/models/user_spec.rb +1794 -0
  622. data/spec/old_yp_spec_helper.rb +46 -0
  623. data/spec/spec_helper.rb +350 -0
  624. data/spec/support/auto_complete.rb +22 -0
  625. data/spec/support/capybara/flash_helpers.rb +37 -0
  626. data/spec/support/capybara/profile_steps.rb +73 -0
  627. data/spec/support/capybara/session_steps.rb +53 -0
  628. data/spec/support/capybara/user_account_helpers.rb +15 -0
  629. data/spec/support/debug.rb +8 -0
  630. data/spec/support/devise-controller_macros.rb +15 -0
  631. data/spec/support/geocoder/stubs.rb +60 -0
  632. data/spec/support/press_enter.rb +15 -0
  633. data/spec/support/time_travel.rb +9 -0
  634. data/spec/support/uploads/image-upload.png +0 -0
  635. data/spec/support/uploads/pdf-upload.pdf +0 -0
  636. data/spec/support/wait_for_ajax.rb +39 -0
  637. data/spec/support/wait_for_cache.rb +7 -0
  638. data/spec/uploaders/attachment_uploader_spec.rb +47 -0
  639. data/vendor/assets/images/flags.png +0 -0
  640. data/vendor/assets/images/galleria/classic-loader.gif +0 -0
  641. data/vendor/assets/images/galleria/classic-map.png +0 -0
  642. data/vendor/assets/javascripts/best_in_place_datetime.js.coffee +45 -0
  643. data/vendor/assets/javascripts/galleria-classic.js +100 -0
  644. data/vendor/assets/javascripts/galleria.js +6919 -0
  645. data/vendor/assets/javascripts/gmaps4rails.js +2 -0
  646. data/vendor/assets/javascripts/gmaps4rails/all.js +1 -0
  647. data/vendor/assets/javascripts/gmaps4rails/base.coffee +1 -0
  648. data/vendor/assets/javascripts/gmaps4rails/base/common.coffee +43 -0
  649. data/vendor/assets/javascripts/gmaps4rails/base/configuration.coffee +7 -0
  650. data/vendor/assets/javascripts/gmaps4rails/base/gmaps.coffee +13 -0
  651. data/vendor/assets/javascripts/gmaps4rails/base/interfaces/basic_interface.coffee +15 -0
  652. data/vendor/assets/javascripts/gmaps4rails/base/interfaces/controller_interface.coffee +15 -0
  653. data/vendor/assets/javascripts/gmaps4rails/base/interfaces/map_interface.coffee +27 -0
  654. data/vendor/assets/javascripts/gmaps4rails/base/interfaces/marker_interface.coffee +15 -0
  655. data/vendor/assets/javascripts/gmaps4rails/base/main.coffee +124 -0
  656. data/vendor/assets/javascripts/gmaps4rails/base/main_controller_extensions/circle_controller.coffee +29 -0
  657. data/vendor/assets/javascripts/gmaps4rails/base/main_controller_extensions/kml_controller.coffee +5 -0
  658. data/vendor/assets/javascripts/gmaps4rails/base/main_controller_extensions/marker_controller.coffee +76 -0
  659. data/vendor/assets/javascripts/gmaps4rails/base/main_controller_extensions/polygon_controller.coffee +29 -0
  660. data/vendor/assets/javascripts/gmaps4rails/base/main_controller_extensions/polyline_controller.coffee +29 -0
  661. data/vendor/assets/javascripts/gmaps4rails/base/objects/circle.coffee +12 -0
  662. data/vendor/assets/javascripts/gmaps4rails/base/objects/kml.coffee +8 -0
  663. data/vendor/assets/javascripts/gmaps4rails/base/objects/map.coffee +62 -0
  664. data/vendor/assets/javascripts/gmaps4rails/base/objects/marker.coffee +24 -0
  665. data/vendor/assets/javascripts/gmaps4rails/base/objects/polygon.coffee +11 -0
  666. data/vendor/assets/javascripts/gmaps4rails/base/objects/polyline.coffee +11 -0
  667. data/vendor/assets/javascripts/gmaps4rails/bing.coffee +1 -0
  668. data/vendor/assets/javascripts/gmaps4rails/bing/main.coffee +29 -0
  669. data/vendor/assets/javascripts/gmaps4rails/bing/objects/map.coffee +63 -0
  670. data/vendor/assets/javascripts/gmaps4rails/bing/objects/marker.coffee +78 -0
  671. data/vendor/assets/javascripts/gmaps4rails/bing/shared.coffee +20 -0
  672. data/vendor/assets/javascripts/gmaps4rails/google.coffee +1 -0
  673. data/vendor/assets/javascripts/gmaps4rails/google/main.coffee +47 -0
  674. data/vendor/assets/javascripts/gmaps4rails/google/objects/circle.coffee +38 -0
  675. data/vendor/assets/javascripts/gmaps4rails/google/objects/kml.coffee +16 -0
  676. data/vendor/assets/javascripts/gmaps4rails/google/objects/map.coffee +71 -0
  677. data/vendor/assets/javascripts/gmaps4rails/google/objects/marker.coffee +114 -0
  678. data/vendor/assets/javascripts/gmaps4rails/google/objects/polygon.coffee +38 -0
  679. data/vendor/assets/javascripts/gmaps4rails/google/objects/polyline.coffee +49 -0
  680. data/vendor/assets/javascripts/gmaps4rails/google/shared.coffee +27 -0
  681. data/vendor/assets/javascripts/gmaps4rails/openlayers.coffee +1 -0
  682. data/vendor/assets/javascripts/gmaps4rails/openlayers/main.coffee +138 -0
  683. data/vendor/assets/javascripts/gmaps4rails/openlayers/objects/map.coffee +49 -0
  684. data/vendor/assets/javascripts/gmaps4rails/openlayers/objects/marker.coffee +68 -0
  685. data/vendor/assets/javascripts/gmaps4rails/openlayers/objects/polyline.coffee +39 -0
  686. data/vendor/assets/javascripts/gmaps4rails/openlayers/shared.coffee +19 -0
  687. data/vendor/assets/javascripts/jquery-ui-timepicker-addon.js +2223 -0
  688. data/vendor/assets/javascripts/jquery-ui-timepicker-de.js +26 -0
  689. data/vendor/assets/javascripts/jquery.ui.datepicker-de.js +23 -0
  690. data/vendor/assets/javascripts/password_strength.js +149 -0
  691. data/vendor/assets/javascripts/zxcvbn.js +43 -0
  692. data/vendor/assets/stylesheets/flags.css.scss +259 -0
  693. data/vendor/assets/stylesheets/galleria-classic.css.scss +239 -0
  694. data/vendor/assets/stylesheets/gmaps4rails.css +24 -0
  695. data/vendor/assets/stylesheets/mercury.css +24 -0
  696. data/vendor/scripts/bashpass/README.md +29 -0
  697. data/vendor/scripts/bashpass/bashpass +124 -0
  698. data/vendor/scripts/bashpass/bashpass-APACHE-LICENSE +201 -0
  699. data/vendor/scripts/bashpass/german.dic +40794 -0
  700. metadata +1540 -16
  701. data/.gitignore +0 -17
  702. data/Gemfile +0 -4
  703. data/LICENSE.txt +0 -4
  704. data/your_platform.gemspec +0 -19
@@ -1,3 +1,3 @@
1
1
  module YourPlatform
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -0,0 +1,12 @@
1
+ FactoryGirl.define do
2
+ factory :attachment do |f|
3
+ f.title 'New Attachment'
4
+ f.description 'Descriptive description of the new attachment.'
5
+ f.file { Rack::Test::UploadedFile.new(File.expand_path(File.join(__FILE__, '../../support/uploads/pdf-upload.pdf'))) }
6
+
7
+ factory :image_attachment do |f|
8
+ f.file { Rack::Test::UploadedFile.new(File.expand_path(File.join(__FILE__, '../../support/uploads/image-upload.png'))) }
9
+ end
10
+
11
+ end
12
+ end
@@ -0,0 +1,10 @@
1
+ FactoryGirl.define do
2
+
3
+ factory :blog_post do
4
+
5
+ sequence( :title ) { |n| "Blog Post #{n}" }
6
+ content "This is some <strong>example content</strong>."
7
+
8
+ end
9
+
10
+ end
@@ -0,0 +1,7 @@
1
+ FactoryGirl.define do
2
+
3
+ factory :company do
4
+ sequence(:name) { |n| "Company #{n}" }
5
+ end
6
+
7
+ end
@@ -0,0 +1,20 @@
1
+ FactoryGirl.define do
2
+
3
+ factory :corporation do
4
+ sequence(:token) { |n| ( "A".."Z" ).to_a[ n ] }
5
+ sequence(:name) { |n| "The Corporation of #{token.to_s}" }
6
+ sequence(:extensive_name) { |n| "The Great Corporation of the #{token.to_s}" }
7
+ sequence(:internal_token) { |n| "#{token.to_s}C" }
8
+
9
+ factory :corporation_with_status_groups do
10
+ after :create do |corporation|
11
+ status1 = corporation.child_groups.create(name: "Member Status 1")
12
+ status2 = corporation.child_groups.create(name: "Member Status 2")
13
+ status3 = corporation.child_groups.create(name: "Member Status 3")
14
+ [status1, status2, status3].each { |g| g.add_flag :full_members } # in contrast to deceased
15
+ end
16
+ end
17
+ end
18
+
19
+ end
20
+
@@ -0,0 +1,13 @@
1
+ FactoryGirl.define do
2
+
3
+ factory :event do
4
+
5
+ sequence( :name ) { |n| "Event #{n}" }
6
+ description "This is some Description."
7
+ start_at 1.hours.from_now
8
+ end_at 4.hours.from_now
9
+
10
+ end
11
+
12
+ end
13
+
@@ -0,0 +1,36 @@
1
+ FactoryGirl.define do
2
+
3
+ factory :group do
4
+
5
+ sequence( :name ) { |n| "Group #{n}" }
6
+ sequence( :token ) { |n| "G#{n}" }
7
+ sequence( :extensive_name ) { |n| "The Group #{n}" }
8
+ sequence( :internal_token ) { |n| "#{n}G" }
9
+
10
+
11
+ trait :with_members do
12
+ after :create do |group|
13
+ 10.times do
14
+ user = create(:user, :with_address)
15
+ group.child_users << user
16
+ end
17
+ end
18
+ end
19
+
20
+
21
+ trait :with_hidden_member do
22
+ after :create do |group|
23
+ user = create(:user, :with_address, :hidden, last_name: 'Hidden')
24
+ group.child_users << user
25
+ end
26
+ end
27
+
28
+ trait :with_dead_member do
29
+ after :create do |group|
30
+ user = create(:user, :with_address, :dead, last_name: 'Dead')
31
+ group.child_users << user
32
+ end
33
+ end
34
+ end
35
+ end
36
+
@@ -0,0 +1,1059 @@
1
+ Return-Path: <john.doe@example.com>
2
+ X-Original-To: test-group@example.com
3
+ Delivered-To: group-mail-worker@example.com
4
+ Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.8])
5
+ by example.com (Postfix) with ESMTPS id 1CFDC219BD
6
+ for <test-group@example.com>; Tue, 2 Apr 2013 23:10:55 +0200 (CEST)
7
+ Received: from [192.168.0.110] (p5B2840DA.dip.t-dialin.net [91.40.64.218])
8
+ by mrelayeu.kundenserver.de (node=mreu4) with ESMTP (Nemesis)
9
+ id 0Mhrl9-1U0GGj1Vn1-00N259; Tue, 02 Apr 2013 23:10:54 +0200
10
+ From: "John Doe (E06)" <john.doe@example.com>
11
+ Content-Type: multipart/alternative; boundary="Apple-Mail=_178E883F-F1A3-462B-8E94-676F6006B9E7"
12
+ Subject: Gruppen-Mailverteiler online!
13
+ Message-Id: <75C2CEC3-1877-44B6-A125-D00C3F79F63A@wingolf.org>
14
+ Date: Tue, 2 Apr 2013 23:10:52 +0200
15
+ To: "test-group@example.com" <test-group@example.com>
16
+ Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\))
17
+ X-Mailer: Apple Mail (2.1499)
18
+ X-Provags-ID: V02:K0:ppzxdKVDpRO6QNt3WeDv5IHCvLxKtK+vt48ZvsQVAB5
19
+ H6OTHPBKIz/+RoHE4jg1I9WHIFXbwlySYiOnWqJ18YSBjUmVtz
20
+ AIpi0e4QKKzZzWW7hYoQ18tZX/lsdTqJf8lbjnwg4hZzMhFH85
21
+ ABCXhf7+9nWqOGsOw1jUediRM+QpNrqxqoloQmCvg//3nyJOWd
22
+ G0aXIqx+TuW28Z0/aO5HITgOeHHi3AYqKkYu7zYktIS5toNhga
23
+ Djqo8ajQ4CPo9/PJfNkaI5Pr65342EC5710ZcnzXcT6Wbs4HcJ
24
+ 66ZsLnthsEP5+mGUXk01IQGBOAz7pD0WN4tpMnpjv/XrOvHKYs
25
+ tumcvVWeSKulHawDeq0amBu7Tg1UK5KnJ+rLNxUXjKviiFZTYE
26
+ +sp96WLeWccHw==
27
+
28
+
29
+ --Apple-Mail=_178E883F-F1A3-462B-8E94-676F6006B9E7
30
+ Content-Transfer-Encoding: quoted-printable
31
+ Content-Type: text/plain;
32
+ charset=windows-1252
33
+
34
+ Liebe Freunde,
35
+
36
+ es ist mir ein besonderes Vergn=FCgen, die neuen E-Mail-Verteiler =
37
+ vorzustellen. Diese Nachricht wurde erzeugt, indem ich ebendiese E-Mail =
38
+ an test-group@example.com geschickt habe. Das System hat sie =
39
+ dann in die Datenbank importiert. Die Nachrichten an die E-Mails der =
40
+ Gruppenmitglieder weiterzuleiten, d=FCrfte nicht mehr so schwierig sein.
41
+
42
+ Die Gruppen-E-Mails waren ein Feature, das immer wieder angefragt wurde, =
43
+ und von dem wir noch nicht so recht wussten, wie wir es umsetzen sollten =
44
+ =96 einfach, weil es eine Vielzahl von m=F6glichen Vorgehensweisen gibt.=20=
45
+
46
+
47
+ Umso mehr freut es mich, dass dieses Feature heute =96 am Tag des =
48
+ einj=E4hrigen Jubil=E4ums des neuen Plattformprojektes =96 online gehen =
49
+ kann.
50
+
51
+ Viele Gr=FC=DFe!
52
+ Fiedl Z! E06
53
+
54
+
55
+
56
+
57
+ Arbeitskreis Internet
58
+ von Wingolfsbund und VAW
59
+
60
+
61
+
62
+ --Apple-Mail=_178E883F-F1A3-462B-8E94-676F6006B9E7
63
+ Content-Type: multipart/related;
64
+ type="text/html";
65
+ boundary="Apple-Mail=_4196AA6A-B939-469E-9C77-5C43ED0ED0F4"
66
+
67
+
68
+ --Apple-Mail=_4196AA6A-B939-469E-9C77-5C43ED0ED0F4
69
+ Content-Transfer-Encoding: quoted-printable
70
+ Content-Type: text/html;
71
+ charset=windows-1252
72
+
73
+ <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
74
+ charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
75
+ -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Liebe =
76
+ Freunde,<div><br></div><div>es ist mir ein besonderes Vergn=FCgen, die =
77
+ neuen E-Mail-Verteiler vorzustellen. Diese Nachricht wurde erzeugt, =
78
+ indem ich ebendiese E-Mail an&nbsp;<a =
79
+ href=3D"mailto:test-group@example.com">test-group@example.com=
80
+ </a>&nbsp;geschickt habe. Das System hat sie dann in die =
81
+ Datenbank importiert. Die Nachrichten an die E-Mails der =
82
+ Gruppenmitglieder weiterzuleiten, d=FCrfte nicht mehr so schwierig =
83
+ sein.</div><div><br></div><div>Die Gruppen-E-Mails waren ein Feature, =
84
+ das immer wieder angefragt wurde, und von dem wir noch nicht so recht =
85
+ wussten, wie wir es umsetzen sollten =96 einfach, weil es eine Vielzahl =
86
+ von m=F6glichen Vorgehensweisen =
87
+ gibt.&nbsp;</div><div><br></div><div>Umso mehr freut es mich, dass =
88
+ dieses Feature heute =96 am Tag des einj=E4hrigen Jubil=E4ums des neuen =
89
+ Plattformprojektes =96 online gehen kann.</div><div><br></div><div>Viele =
90
+ Gr=FC=DFe!</div><div>Fiedl Z! E06</div><div =
91
+ apple-content-edited=3D"true"><span class=3D"Apple-style-span" =
92
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
93
+ Helvetica; font-style: normal; font-variant: normal; font-weight: =
94
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
95
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
96
+ white-space: normal; widows: 2; word-spacing: 0px; =
97
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
98
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
99
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
100
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
101
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
102
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
103
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
104
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
105
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
106
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
107
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
108
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
109
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
110
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
111
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
112
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
113
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
114
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
115
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
116
+ class=3D"Apple-style-span" style=3D"font-weight: 800; "><span =
117
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
118
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
119
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
120
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
121
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
122
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
123
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
124
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
125
+ class=3D"Apple-style-span" style=3D"font-weight: 800; "><span =
126
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
127
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
128
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
129
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
130
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
131
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
132
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
133
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
134
+ class=3D"Apple-style-span" style=3D"font-weight: 800; "><span =
135
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
136
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
137
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
138
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
139
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
140
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
141
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
142
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
143
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
144
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
145
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
146
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
147
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
148
+ white-space: normal; widows: 2; word-spacing: 0px; =
149
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
150
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
151
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
152
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
153
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
154
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
155
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
156
+ white-space: normal; widows: 2; word-spacing: 0px; =
157
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
158
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
159
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
160
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
161
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
162
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
163
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
164
+ white-space: normal; widows: 2; word-spacing: 0px; =
165
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
166
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
167
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
168
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
169
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
170
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
171
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
172
+ white-space: normal; widows: 2; word-spacing: 0px; =
173
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
174
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
175
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><br =
176
+ class=3D"Apple-interchange-newline"></b></div></span></span></span></span>=
177
+ </span></span></span></span></span></span></span></span></span><span></spa=
178
+ n><br class=3D"Apple-interchange-newline"><span></span><span><img =
179
+ height=3D"34" width=3D"114" id=3D"f9dc071f-e627-4066-9343-04c8fa0edde1" =
180
+ apple-width=3D"yes" apple-height=3D"yes" =
181
+ src=3D"cid:8E35A750-3751-44C0-9AF5-17C7A5644E14@localdomain"></span><span =
182
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
183
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
184
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
185
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
186
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
187
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
188
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
189
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
190
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
191
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
192
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
193
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
194
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
195
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
196
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
197
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
198
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
199
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
200
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
201
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
202
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
203
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
204
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
205
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
206
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><b><span =
207
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
208
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
209
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
210
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
211
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
212
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
213
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
214
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
215
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
216
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
217
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
218
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
219
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
220
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
221
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
222
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
223
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
224
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
225
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
226
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
227
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
228
+ white-space: normal; widows: 2; word-spacing: 0px; =
229
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
230
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
231
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
232
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
233
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
234
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
235
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
236
+ white-space: normal; widows: 2; word-spacing: 0px; =
237
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
238
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
239
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
240
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
241
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
242
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
243
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
244
+ white-space: normal; widows: 2; word-spacing: 0px; =
245
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
246
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
247
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
248
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
249
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
250
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
251
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
252
+ white-space: normal; widows: 2; word-spacing: 0px; =
253
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
254
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
255
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
256
+ style=3D"display: inline !important; "><b><span class=3D"Apple-style-span"=
257
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
258
+ Helvetica; font-style: normal; font-variant: normal; font-weight: =
259
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
260
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
261
+ white-space: normal; widows: 2; word-spacing: 0px; =
262
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
263
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
264
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
265
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
266
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><b><span =
267
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
268
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
269
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
270
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
271
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
272
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
273
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
274
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><b><span =
275
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
276
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
277
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
278
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
279
+ white-space: normal; widows: 2; word-spacing: 0px; =
280
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
281
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
282
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><b =
283
+ style=3D"font-weight: normal; "><span class=3D"Apple-style-span" =
284
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
285
+ Helvetica; font-style: normal; font-variant: normal; font-weight: =
286
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
287
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
288
+ white-space: normal; widows: 2; word-spacing: 0px; =
289
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
290
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
291
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
292
+ style=3D"display: inline !important; "><b><br =
293
+ class=3D"Apple-interchange-newline"><br></b></div></span></b></span></b></=
294
+ span></b></span></span></span></b></div></span></span></span></span></span=
295
+ ></span></span></b></span></span></span><div><span =
296
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
297
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
298
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
299
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
300
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
301
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
302
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
303
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
304
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
305
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
306
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
307
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
308
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
309
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
310
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
311
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
312
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><b><span =
313
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
314
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
315
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
316
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
317
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
318
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
319
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
320
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
321
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
322
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
323
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
324
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
325
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
326
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
327
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
328
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
329
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
330
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
331
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
332
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
333
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
334
+ white-space: normal; widows: 2; word-spacing: 0px; =
335
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
336
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
337
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
338
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
339
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
340
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
341
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
342
+ white-space: normal; widows: 2; word-spacing: 0px; =
343
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
344
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
345
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
346
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
347
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
348
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
349
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
350
+ white-space: normal; widows: 2; word-spacing: 0px; =
351
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
352
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
353
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
354
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
355
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
356
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
357
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
358
+ white-space: normal; widows: 2; word-spacing: 0px; =
359
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
360
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
361
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
362
+ style=3D"display: inline !important; "><b><span class=3D"Apple-style-span"=
363
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
364
+ Helvetica; font-style: normal; font-variant: normal; font-weight: =
365
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
366
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
367
+ white-space: normal; widows: 2; word-spacing: 0px; =
368
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
369
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
370
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
371
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
372
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><b><span =
373
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
374
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
375
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
376
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
377
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
378
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
379
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
380
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><b><span =
381
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
382
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
383
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
384
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
385
+ white-space: normal; widows: 2; word-spacing: 0px; =
386
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
387
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
388
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><b =
389
+ style=3D"font-weight: normal; "><span class=3D"Apple-style-span" =
390
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
391
+ Helvetica; font-style: normal; font-variant: normal; font-weight: =
392
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
393
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
394
+ white-space: normal; widows: 2; word-spacing: 0px; =
395
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
396
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
397
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
398
+ style=3D"display: inline !important; "><b>Arbeitskreis =
399
+ Internet</b></div></span></b></span></b></span></b></span></span></span></=
400
+ b></div></span></span></span></span></span></span></span></b></span><span =
401
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
402
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
403
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
404
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
405
+ white-space: normal; widows: 2; word-spacing: 0px; =
406
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
407
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
408
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
409
+ class=3D"Apple-style-span" style=3D"font-weight: normal; "><span =
410
+ class=3D"Apple-style-span" style=3D"font-weight: 800; "><span =
411
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
412
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
413
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
414
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
415
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
416
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
417
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
418
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
419
+ class=3D"Apple-style-span" style=3D"font-weight: 800; "><span =
420
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
421
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
422
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
423
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
424
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
425
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
426
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
427
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
428
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
429
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
430
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
431
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
432
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
433
+ white-space: normal; widows: 2; word-spacing: 0px; =
434
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
435
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
436
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
437
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
438
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
439
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
440
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
441
+ white-space: normal; widows: 2; word-spacing: 0px; =
442
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
443
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
444
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
445
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
446
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
447
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
448
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
449
+ white-space: normal; widows: 2; word-spacing: 0px; =
450
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
451
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
452
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
453
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
454
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
455
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
456
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
457
+ white-space: normal; widows: 2; word-spacing: 0px; =
458
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
459
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
460
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; =
461
+ "></span></span></span></span></span></span></span></span></span></span><s=
462
+ pan class=3D"Apple-style-span" style=3D"border-collapse: separate; =
463
+ color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; =
464
+ font-variant: normal; font-weight: normal; letter-spacing: normal; =
465
+ line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
466
+ 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
467
+ 0px; -webkit-border-horizontal-spacing: 0px; =
468
+ -webkit-border-vertical-spacing: 0px; =
469
+ -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
470
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
471
+ class=3D"Apple-style-span" style=3D"font-weight: 800; "><span =
472
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
473
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
474
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
475
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
476
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
477
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
478
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
479
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
480
+ class=3D"Apple-style-span" style=3D"font-weight: 800; "><span =
481
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
482
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
483
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
484
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
485
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
486
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
487
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
488
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
489
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
490
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
491
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
492
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
493
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
494
+ white-space: normal; widows: 2; word-spacing: 0px; =
495
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
496
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
497
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
498
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
499
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
500
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
501
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
502
+ white-space: normal; widows: 2; word-spacing: 0px; =
503
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
504
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
505
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
506
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
507
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
508
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
509
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
510
+ white-space: normal; widows: 2; word-spacing: 0px; =
511
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
512
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
513
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
514
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
515
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
516
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
517
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
518
+ white-space: normal; widows: 2; word-spacing: 0px; =
519
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
520
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
521
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
522
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
523
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
524
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
525
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
526
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
527
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
528
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
529
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
530
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
531
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
532
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
533
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
534
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
535
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
536
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
537
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
538
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
539
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
540
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
541
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
542
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
543
+ white-space: normal; widows: 2; word-spacing: 0px; =
544
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
545
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
546
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
547
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
548
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
549
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
550
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
551
+ white-space: normal; widows: 2; word-spacing: 0px; =
552
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
553
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
554
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
555
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
556
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
557
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
558
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
559
+ white-space: normal; widows: 2; word-spacing: 0px; =
560
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
561
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
562
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
563
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
564
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
565
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
566
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
567
+ white-space: normal; widows: 2; word-spacing: 0px; =
568
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
569
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
570
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
571
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
572
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
573
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
574
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
575
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
576
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
577
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
578
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
579
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
580
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
581
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
582
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
583
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
584
+ white-space: normal; widows: 2; word-spacing: 0px; =
585
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
586
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
587
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
588
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
589
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
590
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
591
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
592
+ white-space: normal; widows: 2; word-spacing: 0px; =
593
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
594
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
595
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
596
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
597
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
598
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
599
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
600
+ white-space: normal; widows: 2; word-spacing: 0px; =
601
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
602
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
603
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
604
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
605
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
606
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
607
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
608
+ white-space: normal; widows: 2; word-spacing: 0px; =
609
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
610
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
611
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
612
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
613
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
614
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
615
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
616
+ white-space: normal; widows: 2; word-spacing: 0px; =
617
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
618
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
619
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
620
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
621
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
622
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
623
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
624
+ white-space: normal; widows: 2; word-spacing: 0px; =
625
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
626
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
627
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
628
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
629
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
630
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
631
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
632
+ white-space: normal; widows: 2; word-spacing: 0px; =
633
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
634
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
635
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
636
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
637
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
638
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
639
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
640
+ white-space: normal; widows: 2; word-spacing: 0px; =
641
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
642
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
643
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
644
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
645
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
646
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
647
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
648
+ white-space: normal; widows: 2; word-spacing: 0px; =
649
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
650
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
651
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
652
+ style=3D"font-weight: normal; ">von Wingolfsbund und VAW</div><div =
653
+ style=3D"font-weight: normal; "><br></div><div style=3D"font-weight: =
654
+ normal; "><a =
655
+ href=3D"mailto:test-group@example.com">test-group@example.com</a>, <a =
656
+ href=3D"http://example.org/test-group/">http://example.org/test-group/</=
657
+ a></div><div style=3D"font-weight: normal; "><br></div><b> =
658
+ &nbsp;</b><div style=3D"font-weight: normal; ">Leiter des =
659
+ Arbeitskreises =
660
+ Internet<br><br></div></span></b></div></span></span></b></div></span></sp=
661
+ an></span></b></div></span></span></span></span></span></b></div></span></=
662
+ span></span></span></span></span><span class=3D"Apple-style-span" =
663
+ style=3D"font-weight: bold; "><b><span class=3D"Apple-style-span" =
664
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
665
+ Helvetica; font-style: normal; font-variant: normal; font-weight: =
666
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
667
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
668
+ white-space: normal; widows: 2; word-spacing: 0px; =
669
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
670
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
671
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
672
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
673
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
674
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
675
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
676
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
677
+ white-space: normal; widows: 2; word-spacing: 0px; =
678
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
679
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
680
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
681
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
682
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
683
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
684
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
685
+ white-space: normal; widows: 2; word-spacing: 0px; =
686
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
687
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
688
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
689
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
690
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
691
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
692
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
693
+ white-space: normal; widows: 2; word-spacing: 0px; =
694
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
695
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
696
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
697
+ style=3D"display: inline !important; "><b><span class=3D"Apple-style-span"=
698
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
699
+ Helvetica; font-style: normal; font-variant: normal; letter-spacing: =
700
+ normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
701
+ text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
702
+ word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
703
+ -webkit-border-vertical-spacing: 0px; =
704
+ -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
705
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
706
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
707
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
708
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
709
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
710
+ white-space: normal; widows: 2; word-spacing: 0px; =
711
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
712
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
713
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
714
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
715
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
716
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
717
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
718
+ white-space: normal; widows: 2; word-spacing: 0px; =
719
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
720
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
721
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
722
+ style=3D"display: inline !important; "><b><span class=3D"Apple-style-span"=
723
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
724
+ Helvetica; font-style: normal; font-variant: normal; letter-spacing: =
725
+ normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
726
+ text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
727
+ word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
728
+ -webkit-border-vertical-spacing: 0px; =
729
+ -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
730
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
731
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
732
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
733
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
734
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
735
+ white-space: normal; widows: 2; word-spacing: 0px; =
736
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
737
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
738
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
739
+ style=3D"display: inline !important; "><b><span class=3D"Apple-style-span"=
740
+ style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
741
+ Helvetica; font-style: normal; font-variant: normal; letter-spacing: =
742
+ normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
743
+ text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
744
+ word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
745
+ -webkit-border-vertical-spacing: 0px; =
746
+ -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
747
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
748
+ style=3D"font-weight: normal; display: inline !important; ">Tel.: =
749
+ / , Mobil: / =
750
+ 09</div></span></b></div></span></span></b></div></span></span></span></b>=
751
+ </div></span></span></span></span></span></b></span><span =
752
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
753
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
754
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
755
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
756
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
757
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
758
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
759
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
760
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
761
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
762
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
763
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
764
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
765
+ white-space: normal; widows: 2; word-spacing: 0px; =
766
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
767
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
768
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
769
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
770
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
771
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
772
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
773
+ white-space: normal; widows: 2; word-spacing: 0px; =
774
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
775
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
776
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
777
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
778
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
779
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
780
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
781
+ white-space: normal; widows: 2; word-spacing: 0px; =
782
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
783
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
784
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
785
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
786
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
787
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
788
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
789
+ white-space: normal; widows: 2; word-spacing: 0px; =
790
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
791
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
792
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
793
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
794
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
795
+ normal; font-weight: normal; letter-spacing: normal; line-height: =
796
+ normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
797
+ text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
798
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
799
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
800
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
801
+ class=3D"Apple-style-span" style=3D"font-weight: bold; "><span =
802
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
803
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
804
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
805
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
806
+ white-space: normal; widows: 2; word-spacing: 0px; =
807
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
808
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
809
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
810
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
811
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
812
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
813
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
814
+ white-space: normal; widows: 2; word-spacing: 0px; =
815
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
816
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
817
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
818
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
819
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
820
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
821
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
822
+ white-space: normal; widows: 2; word-spacing: 0px; =
823
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
824
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
825
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
826
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
827
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
828
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
829
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
830
+ white-space: normal; widows: 2; word-spacing: 0px; =
831
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
832
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
833
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
834
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
835
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
836
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
837
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
838
+ white-space: normal; widows: 2; word-spacing: 0px; =
839
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
840
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
841
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
842
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
843
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
844
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
845
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
846
+ white-space: normal; widows: 2; word-spacing: 0px; =
847
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
848
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
849
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
850
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
851
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
852
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
853
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
854
+ white-space: normal; widows: 2; word-spacing: 0px; =
855
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
856
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
857
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
858
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
859
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
860
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
861
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
862
+ white-space: normal; widows: 2; word-spacing: 0px; =
863
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
864
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
865
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><b><span =
866
+ class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
867
+ rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
868
+ normal; letter-spacing: normal; line-height: normal; orphans: 2; =
869
+ text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
870
+ white-space: normal; widows: 2; word-spacing: 0px; =
871
+ -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
872
+ 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
873
+ auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
874
+ style=3D"font-weight: normal; "> =
875
+ </div><div style=3D"font-weight: normal; "><a =
876
+ href=3D"mailto:john.doe@example.com">john.doe@example.com</a><br=
877
+ ><br><br></div></span></b></div></span></span></b></div></span></span></sp=
878
+ an></b></div></span></span></span></span></span></b></div></span></span></=
879
+ span></span></span></span></span></b></div></span></span></span></span></s=
880
+ pan></span></span></span></span></span></span></span></span></div></span>
881
+ </span></div>
882
+ <br></body></html>=
883
+
884
+ --Apple-Mail=_4196AA6A-B939-469E-9C77-5C43ED0ED0F4
885
+ Content-Transfer-Encoding: base64
886
+ Content-Disposition: inline;
887
+ filename=wingolf_kl.png
888
+ Content-Type: image/png;
889
+ name="wingolf_kl.png"
890
+ Content-Id: <8E35A750-3751-44C0-9AF5-17C7A5644E14@localdomain>
891
+
892
+ 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
1055
+ /DzrX6L8+EVRi1RQAAAAAElFTkSuQmCC
1056
+
1057
+ --Apple-Mail=_4196AA6A-B939-469E-9C77-5C43ED0ED0F4--
1058
+
1059
+ --Apple-Mail=_178E883F-F1A3-462B-8E94-676F6006B9E7--