labelup_faq 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +24 -0
  5. data/app/assets/images/labelup_faq/1_1.jpg +0 -0
  6. data/app/assets/images/labelup_faq/1_2.jpg +0 -0
  7. data/app/assets/images/labelup_faq/1_3.jpg +0 -0
  8. data/app/assets/images/labelup_faq/1_4.jpg +0 -0
  9. data/app/assets/images/labelup_faq/2_1.jpg +0 -0
  10. data/app/assets/images/labelup_faq/2_10.jpg +0 -0
  11. data/app/assets/images/labelup_faq/2_11.jpg +0 -0
  12. data/app/assets/images/labelup_faq/2_12.jpg +0 -0
  13. data/app/assets/images/labelup_faq/2_2.jpg +0 -0
  14. data/app/assets/images/labelup_faq/2_3.jpg +0 -0
  15. data/app/assets/images/labelup_faq/2_4.jpg +0 -0
  16. data/app/assets/images/labelup_faq/2_5.jpg +0 -0
  17. data/app/assets/images/labelup_faq/2_6.jpg +0 -0
  18. data/app/assets/images/labelup_faq/2_7.jpg +0 -0
  19. data/app/assets/images/labelup_faq/2_8.jpg +0 -0
  20. data/app/assets/images/labelup_faq/2_9.jpg +0 -0
  21. data/app/assets/images/labelup_faq/3_1.jpg +0 -0
  22. data/app/assets/images/labelup_faq/3_2.jpg +0 -0
  23. data/app/assets/images/labelup_faq/3_3.jpg +0 -0
  24. data/app/assets/images/labelup_faq/3_4.jpg +0 -0
  25. data/app/assets/images/labelup_faq/3_5.jpg +0 -0
  26. data/app/assets/images/labelup_faq/3_6.jpg +0 -0
  27. data/app/assets/images/labelup_faq/5_1.jpg +0 -0
  28. data/app/assets/images/labelup_faq/5_2.jpg +0 -0
  29. data/app/assets/images/labelup_faq/5_3.jpg +0 -0
  30. data/app/assets/images/labelup_faq/5_4.jpg +0 -0
  31. data/app/assets/images/labelup_faq/5_5.jpg +0 -0
  32. data/app/assets/images/labelup_faq/5_6.jpg +0 -0
  33. data/app/assets/images/labelup_faq/7_1.jpg +0 -0
  34. data/app/assets/images/labelup_faq/7_2.jpg +0 -0
  35. data/app/assets/images/labelup_faq/7_3.jpg +0 -0
  36. data/app/assets/images/labelup_faq/7_4.jpg +0 -0
  37. data/app/assets/images/labelup_faq/7_5.jpg +0 -0
  38. data/app/assets/images/labelup_faq/7_6.jpg +0 -0
  39. data/app/assets/images/labelup_faq/8_1.jpg +0 -0
  40. data/app/assets/images/labelup_faq/bg_2.jpg +0 -0
  41. data/app/assets/images/labelup_faq/bg_5.jpg +0 -0
  42. data/app/assets/images/labelup_faq/bg_6.jpg +0 -0
  43. data/app/assets/images/labelup_faq/bg_6_help.jpg +0 -0
  44. data/app/assets/images/labelup_faq/help_next.svg +41 -0
  45. data/app/assets/images/labelup_faq/ico.jpg +0 -0
  46. data/app/assets/images/labelup_faq/logowh.svg +28 -0
  47. data/app/assets/javascripts/labelup_faq/browser.sniff.js +23 -0
  48. data/app/assets/javascripts/labelup_faq/main.js.erb +326 -0
  49. data/app/assets/javascripts/labelup_faq.js +13 -0
  50. data/app/assets/stylesheets/labelup_faq/animate.css +1607 -0
  51. data/app/assets/stylesheets/labelup_faq/html5boilerplate.css +282 -0
  52. data/app/assets/stylesheets/labelup_faq/normalize.css +424 -0
  53. data/app/assets/stylesheets/labelup_faq/style.scss +858 -0
  54. data/app/assets/stylesheets/labelup_faq.scss +8 -0
  55. data/app/controllers/labelup_faq/help_controller.rb +13 -0
  56. data/app/helpers/labelup_faq/help_helper.rb +51 -0
  57. data/app/views/labelup_faq/help/begin.html.erb +39 -0
  58. data/app/views/labelup_faq/help/choose_performers.html.erb +86 -0
  59. data/app/views/labelup_faq/help/conclusion.html.erb +32 -0
  60. data/app/views/labelup_faq/help/create_campaign.html.erb +97 -0
  61. data/app/views/labelup_faq/help/intro.html.erb +24 -0
  62. data/app/views/labelup_faq/help/moderation.html.erb +49 -0
  63. data/app/views/labelup_faq/help/top_up.html.erb +52 -0
  64. data/app/views/labelup_faq/shared/_header_help.html.erb +16 -0
  65. data/app/views/labelup_faq/shared/_header_mob.html.erb +11 -0
  66. data/app/views/labelup_faq/shared/_menu.slim +6 -0
  67. data/app/views/labelup_faq/shared/_mob_content.html.erb +213 -0
  68. data/app/views/layouts/labelup_faq/help.slim +47 -0
  69. data/config/routes.rb +3 -0
  70. data/labelup_faq.gemspec +26 -0
  71. data/lib/labelup_faq/engine.rb +14 -0
  72. data/lib/labelup_faq/version.rb +3 -0
  73. data/lib/labelup_faq.rb +8 -0
  74. data/lib/tasks/labelup_faq_tasks.rake +4 -0
  75. metadata +159 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 61d008bb5335cf256e5b8cdc1926459308538adb
4
+ data.tar.gz: b5775994c2d855160d25def4b18d65415da4d3bd
5
+ SHA512:
6
+ metadata.gz: de7d730c03a1275660eb3fa78888fe74f5c1a138633d8f1c5ddc413e129fd6596576aad07dd34832d2728bec013b81f958b50a1169a052051435bbc40054dd55
7
+ data.tar.gz: 691f7b60b1fe75366c4f65bc6303ebd364f76ec0a945e459dcb5e46fa954131d12be1a910a42bfcf8a55e4021c7f1d1fca1d308b9a9a438e522fd02ac7b0f83f
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2017 C80609A
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc ADDED
@@ -0,0 +1,3 @@
1
+ = LabelupFaq
2
+
3
+ This project rocks (¬‿¬) and uses MIT-LICENSE.
data/Rakefile ADDED
@@ -0,0 +1,24 @@
1
+ begin
2
+ require 'bundler/setup'
3
+ rescue LoadError
4
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
+ end
6
+
7
+ require 'rdoc/task'
8
+
9
+ RDoc::Task.new(:rdoc) do |rdoc|
10
+ rdoc.rdoc_dir = 'rdoc'
11
+ rdoc.title = 'LabelupFaq'
12
+ rdoc.options << '--line-numbers'
13
+ rdoc.rdoc_files.include('README.rdoc')
14
+ rdoc.rdoc_files.include('lib/**/*.rb')
15
+ end
16
+
17
+
18
+
19
+ load 'rails/tasks/statistics.rake'
20
+
21
+
22
+
23
+ Bundler::GemHelper.install_tasks
24
+
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 612 612" style="enable-background:new 0 0 612 612;" xml:space="preserve">
5
+ <g>
6
+ <g>
7
+ <path d="M587.572,186.881c-32.266-75.225-87.096-129.934-162.956-162.285C386.711,8.427,346.985,0.168,305.497,0.168 c-41.488,0-80.914,8.181-118.784,24.428C111.488,56.861,56.415,111.535,24.092,186.881C7.895,224.629,0,264.176,0,305.664 c0,41.496,7.895,81.371,24.092,119.127c32.323,75.346,87.396,130.348,162.621,162.621c37.87,16.247,77.295,24.42,118.784,24.42 c41.489,0,81.214-8.259,119.12-24.42c75.86-32.352,130.69-87.403,162.956-162.621C603.819,386.914,612,347.16,612,305.664 C612,264.176,603.819,224.757,587.572,186.881z M538.717,440.853c-24.014,41.195-56.922,73.876-98.375,98.039 c-41.196,24.021-86.325,36.135-134.845,36.135c-36.47,0-71.27-7.024-104.399-21.415c-33.123-14.384-61.733-33.294-85.662-57.215 c-23.921-23.928-42.966-52.811-57.214-85.997c-14.198-33.065-21.08-68.258-21.08-104.735c0-48.52,11.921-93.428,35.799-134.509 c23.971-41.231,56.886-73.947,98.04-98.04c41.16-24.092,85.997-36.142,134.517-36.142s93.649,12.121,134.845,36.142 c41.453,24.164,74.283,56.879,98.375,98.04c24.092,41.153,36.142,85.99,36.142,134.509 C574.858,354.185,562.888,399.399,538.717,440.853z" fill="#006DF0"/>
8
+ <path d="M270.026,128.995c-7.603-7.795-19.402-7.367-26.098-0.671c-7.695,7.695-7.274,18.981-0.671,25.763l149.571,153.591 L243.257,457.242c-7.21,7.217-6.689,19.074,0,25.77c3.683,3.677,8.366,5.689,13.72,5.689c5.019,0,9.366-2.021,13.049-5.689 l162.286-161.621c7.23-7.195,6.609-19.324,0-26.098L270.026,128.995z" fill="#006DF0"/>
9
+ </g>
10
+ </g>
11
+ <g>
12
+ </g>
13
+ <g>
14
+ </g>
15
+ <g>
16
+ </g>
17
+ <g>
18
+ </g>
19
+ <g>
20
+ </g>
21
+ <g>
22
+ </g>
23
+ <g>
24
+ </g>
25
+ <g>
26
+ </g>
27
+ <g>
28
+ </g>
29
+ <g>
30
+ </g>
31
+ <g>
32
+ </g>
33
+ <g>
34
+ </g>
35
+ <g>
36
+ </g>
37
+ <g>
38
+ </g>
39
+ <g>
40
+ </g>
41
+ </svg>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 245.5 102" style="enable-background:new 0 0 245.5 102;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#E62117;}
7
+ .st1{fill:#FFFFFF;}
8
+ </style>
9
+ <circle class="st0" cx="194.5" cy="51" r="51"/>
10
+ <g>
11
+ <path class="st1" d="M193.5,35.9v20c0,3.5-1.1,6.3-3.2,8.3c-2.1,2-5,3-8.8,3s-6.6-1-8.6-3s-3.1-4.8-3.1-8.4V35.9h3.6V56
12
+ c0,2.6,0.7,4.6,2.1,5.9c1.4,1.4,3.5,2.1,6.2,2.1c2.6,0,4.6-0.7,6-2.1c1.4-1.4,2.1-3.4,2.1-6v-20H193.5z"/>
13
+ <path class="st1" d="M221.3,44.9c0,3.1-1.1,5.5-3.2,7.2c-2.1,1.7-5.2,2.5-9.2,2.5h-3.6v12.1h-3.6V35.9h8
14
+ C217.4,35.9,221.3,38.9,221.3,44.9z M205.3,51.6h3.2c3.2,0,5.5-0.5,6.9-1.5s2.1-2.7,2.1-4.9c0-2-0.7-3.6-2-4.6s-3.4-1.5-6.2-1.5h-4
15
+ V51.6z"/>
16
+ </g>
17
+ <g>
18
+ <path class="st1" d="M4.2,66.8V36.1h3.6v27.5h13.6v3.2C21.4,66.8,4.2,66.8,4.2,66.8z"/>
19
+ <path class="st1" d="M45.9,66.8L42.1,57H29.7L26,66.8h-3.6L34.5,36h3l12.1,30.9L45.9,66.8L45.9,66.8z M41,53.8l-3.6-9.5
20
+ c-0.5-1.2-0.9-2.7-1.4-4.4c-0.3,1.3-0.8,2.8-1.3,4.4L31,53.8H41z"/>
21
+ <path class="st1" d="M53.8,36.1h8.7c4.1,0,7,0.6,8.9,1.8s2.7,3.1,2.7,5.8c0,1.8-0.5,3.3-1.5,4.5s-2.5,2-4.4,2.3v0.2
22
+ c4.7,0.8,7,3.3,7,7.4c0,2.7-0.9,4.9-2.8,6.4s-4.5,2.3-7.8,2.3H53.8V36.1z M57.4,49.3h5.9c2.5,0,4.3-0.4,5.4-1.2s1.7-2.1,1.7-4
23
+ c0-1.7-0.6-3-1.9-3.7c-1.2-0.8-3.2-1.1-5.9-1.1h-5.3v10H57.4z M57.4,52.3v11.5h6.4c2.5,0,4.3-0.5,5.6-1.4c1.3-1,1.9-2.5,1.9-4.5
24
+ c0-1.9-0.6-3.3-1.9-4.2s-3.2-1.3-5.9-1.3L57.4,52.3L57.4,52.3z"/>
25
+ <path class="st1" d="M98.8,66.8H81.7V36.1h17.1v3.2H85.3v9.9H98v3.2H85.3v11.3h13.6L98.8,66.8L98.8,66.8z"/>
26
+ <path class="st1" d="M105.7,66.8V36.1h3.6v27.5h13.6v3.2C122.9,66.8,105.7,66.8,105.7,66.8z"/>
27
+ </g>
28
+ </svg>
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Quick & dirty browser sniff to detect mobile devices.
3
+ */
4
+
5
+ var html = document.getElementsByTagName('html')[0];
6
+ var staticClass = 'static-site'
7
+ var dynamicClass = 'dynamic-site'
8
+
9
+ if (
10
+ navigator.userAgent.match(/Android/i) ||
11
+ navigator.userAgent.match(/webOS/i) ||
12
+ navigator.userAgent.match(/iPhone/i) ||
13
+ navigator.userAgent.match(/iPod/i) ||
14
+ navigator.userAgent.match(/iPad/i) ||
15
+ navigator.userAgent.match(/BlackBerry/i) ||
16
+ navigator.userAgent.match(/IEMobile/i) ||
17
+ navigator.userAgent.match(/Opera Mini/i)
18
+ ) {
19
+ window.isMobile = true;
20
+ }
21
+
22
+ var addClass = window.isMobile ? staticClass : dynamicClass;
23
+ html.className += html.className ? ' ' + addClass : addClass;
@@ -0,0 +1,326 @@
1
+ $(document).ready(function(e) {
2
+
3
+ $(".help_i_brand").click(function () {
4
+ $(".brand_action").removeClass("disN");
5
+ $(".skrit").removeClass("disNN");
6
+ $(".brand_action2").addClass("disN");
7
+ });
8
+
9
+ $(".help_img_1_1").click(function () {
10
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/1_1.jpg') %>');
11
+ $('.help_side_active').removeClass('help_side_active')
12
+ $(".help_img_1_1").addClass("help_side_active");
13
+ })
14
+
15
+
16
+
17
+ $(".help_img_1_2").click(function () {
18
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/1_2.jpg') %>');
19
+ $('.help_side_active').removeClass('help_side_active')
20
+ $(".help_img_1_2").addClass("help_side_active");
21
+ })
22
+
23
+ $(".help_img_1_3").click(function () {
24
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/1_3.jpg') %>');
25
+ $('.help_side_active').removeClass('help_side_active')
26
+ $(".help_img_1_3").addClass("help_side_active");
27
+
28
+ })
29
+
30
+ $(".help_img_1_4").click(function () {
31
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/1_4.jpg') %>');
32
+ $('.help_side_active').removeClass('help_side_active')
33
+ $(".help_img_1_4").addClass("help_side_active");
34
+
35
+ })
36
+
37
+ $(".help_img_2_1").click(function () {
38
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_1.jpg') %>');
39
+ $('.help_side_active').removeClass('help_side_active')
40
+ $(".help_img_2_1").addClass("help_side_active");
41
+
42
+ })
43
+
44
+ $(".help_img_2_2").click(function () {
45
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_2.jpg') %>');
46
+ $('.help_side_active').removeClass('help_side_active')
47
+ $(".help_img_2_2").addClass("help_side_active");
48
+
49
+ })
50
+
51
+ $(".help_img_2_3").click(function () {
52
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_3.jpg') %>');
53
+ $('.help_side_active').removeClass('help_side_active')
54
+ $(".help_img_2_3").addClass("help_side_active");
55
+
56
+ })
57
+
58
+ $(".help_img_2_4").click(function () {
59
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_4.jpg') %>');
60
+ $('.help_side_active').removeClass('help_side_active')
61
+ $(".help_img_2_4").addClass("help_side_active");
62
+
63
+ })
64
+
65
+
66
+ $(".help_img_2_5").click(function () {
67
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_5.jpg') %>');
68
+ $('.help_side_active').removeClass('help_side_active')
69
+ $(".help_img_2_5").addClass("help_side_active");
70
+
71
+ })
72
+
73
+
74
+ $(".help_img_2_6").click(function () {
75
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_6.jpg') %>');
76
+ $('.help_side_active').removeClass('help_side_active')
77
+ $(".help_img_2_6").addClass("help_side_active");
78
+
79
+ })
80
+
81
+ $(".help_img_2_7").click(function () {
82
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_7.jpg') %>');
83
+ $('.help_side_active').removeClass('help_side_active')
84
+ $(".help_img_2_7").addClass("help_side_active");
85
+
86
+ })
87
+
88
+
89
+ $(".help_img_2_8").click(function () {
90
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_8.jpg') %>');
91
+ $('.help_side_active').removeClass('help_side_active')
92
+ $(".help_img_2_8").addClass("help_side_active");
93
+
94
+ })
95
+
96
+
97
+
98
+ $(".help_img_2_9").click(function () {
99
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_9.jpg') %>');
100
+ $('.help_side_active').removeClass('help_side_active')
101
+ $(".help_img_2_9").addClass("help_side_active");
102
+
103
+ })
104
+
105
+
106
+ $(".help_img_2_10").click(function () {
107
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_10.jpg') %>');
108
+ $('.help_side_active').removeClass('help_side_active')
109
+ $(".help_img_2_10").addClass("help_side_active");
110
+
111
+ })
112
+
113
+ $(".help_img_2_11").click(function () {
114
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_11.jpg') %>');
115
+ $('.help_side_active').removeClass('help_side_active')
116
+ $(".help_img_2_11").addClass("help_side_active");
117
+
118
+ })
119
+
120
+
121
+ $(".help_img_2_12").click(function () {
122
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_12.jpg') %>');
123
+ $('.help_side_active').removeClass('help_side_active')
124
+ $(".help_img_2_12").addClass("help_side_active");
125
+
126
+ })
127
+
128
+ //
129
+ // $(".help_img_2_13").click(function () {
130
+ // $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_13.jpg') %>');
131
+ // $('.help_side_active').removeClass('help_side_active')
132
+ // $(".help_img_2_13").addClass("help_side_active");
133
+ //
134
+ // })
135
+ //
136
+ //
137
+ //
138
+ // $(".help_img_2_14").click(function () {
139
+ // $(".img_1_1").attr('src', '<%= image_url('labelup_faq/2_14.jpg') %>');
140
+ // $('.help_side_active').removeClass('help_side_active')
141
+ // $(".help_img_2_14").addClass("help_side_active");
142
+ //
143
+ // })
144
+
145
+
146
+ $(".help_img_3_1").click(function () {
147
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/3_1.jpg') %>');
148
+ $('.help_side_active').removeClass('help_side_active')
149
+ $(".help_img_3_1").addClass("help_side_active");
150
+
151
+ })
152
+
153
+ $(".help_img_3_2").click(function () {
154
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/3_2.jpg') %>');
155
+ $('.help_side_active').removeClass('help_side_active')
156
+ $(".help_img_3_2").addClass("help_side_active");
157
+
158
+ })
159
+
160
+ $(".help_img_3_3").click(function () {
161
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/3_3.jpg') %>');
162
+ $('.help_side_active').removeClass('help_side_active')
163
+ $(".help_img_3_3").addClass("help_side_active");
164
+
165
+ })
166
+
167
+ $(".help_img_3_4").click(function () {
168
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/3_4.jpg') %>');
169
+ $('.help_side_active').removeClass('help_side_active')
170
+ $(".help_img_3_4").addClass("help_side_active");
171
+
172
+ })
173
+
174
+
175
+ $(".help_img_3_5").click(function () {
176
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/3_5.jpg') %>');
177
+ $('.help_side_active').removeClass('help_side_active')
178
+ $(".help_img_3_5").addClass("help_side_active");
179
+
180
+ })
181
+
182
+
183
+ $(".help_img_3_6").click(function () {
184
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/3_6.jpg') %>');
185
+ $('.help_side_active').removeClass('help_side_active')
186
+ $(".help_img_3_6").addClass("help_side_active");
187
+
188
+ })
189
+
190
+
191
+ $(".help_img_4_1").click(function () {
192
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/4_1.jpg') %>');
193
+ $('.help_side_active').removeClass('help_side_active')
194
+ $(".help_img_4_1").addClass("help_side_active");
195
+
196
+ })
197
+
198
+
199
+ $(".help_img_4_2").click(function () {
200
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/4_2.jpg') %>');
201
+ $('.help_side_active').removeClass('help_side_active')
202
+ $(".help_img_4_2").addClass("help_side_active");
203
+
204
+ })
205
+
206
+
207
+ $(".help_img_4_3").click(function () {
208
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/4_3.jpg') %>');
209
+ $('.help_side_active').removeClass('help_side_active')
210
+ $(".help_img_4_3").addClass("help_side_active");
211
+
212
+ })
213
+
214
+
215
+
216
+ $(".help_img_4_4").click(function () {
217
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/4_4.jpg') %>');
218
+ $('.help_side_active').removeClass('help_side_active')
219
+ $(".help_img_4_4").addClass("help_side_active");
220
+
221
+ })
222
+
223
+ $(".help_img_4_5").click(function () {
224
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/4_5.jpg') %>');
225
+ $('.help_side_active').removeClass('help_side_active')
226
+ $(".help_img_4_5").addClass("help_side_active");
227
+
228
+ })
229
+
230
+ $(".help_img_5_1").click(function () {
231
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/5_1.jpg') %>');
232
+ $('.help_side_active').removeClass('help_side_active')
233
+ $(".help_img_5_1").addClass("help_side_active");
234
+
235
+ })
236
+
237
+
238
+ $(".help_img_5_2").click(function () {
239
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/5_2.jpg') %>');
240
+ $('.help_side_active').removeClass('help_side_active')
241
+ $(".help_img_5_2").addClass("help_side_active");
242
+
243
+ })
244
+
245
+
246
+ $(".help_img_5_3").click(function () {
247
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/5_3.jpg') %>');
248
+ $('.help_side_active').removeClass('help_side_active')
249
+ $(".help_img_5_3").addClass("help_side_active");
250
+
251
+ })
252
+
253
+
254
+
255
+ $(".help_img_5_4").click(function () {
256
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/5_4.jpg') %>');
257
+ $('.help_side_active').removeClass('help_side_active')
258
+ $(".help_img_5_4").addClass("help_side_active");
259
+
260
+ })
261
+
262
+ $(".help_img_5_5").click(function () {
263
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/5_5.jpg') %>');
264
+ $('.help_side_active').removeClass('help_side_active')
265
+ $(".help_img_5_5").addClass("help_side_active");
266
+
267
+ })
268
+
269
+ $(".help_img_5_6").click(function () {
270
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/5_6.jpg') %>');
271
+ $('.help_side_active').removeClass('help_side_active')
272
+ $(".help_img_5_6").addClass("help_side_active");
273
+
274
+ })
275
+
276
+ $(".help_img_5_7").click(function () {
277
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/5_7.jpg') %>');
278
+ $('.help_side_active').removeClass('help_side_active')
279
+ $(".help_img_5_7").addClass("help_side_active");
280
+
281
+ })
282
+
283
+
284
+ $(".help_img_7_1").click(function () {
285
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/7_1.jpg') %>');
286
+ $('.help_side_active').removeClass('help_side_active')
287
+ $(".help_img_7_1").addClass("help_side_active");
288
+
289
+ })
290
+
291
+ $(".help_img_7_2").click(function () {
292
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/7_2.jpg') %>');
293
+ $('.help_side_active').removeClass('help_side_active')
294
+ $(".help_img_7_2").addClass("help_side_active");
295
+
296
+ })
297
+
298
+ $(".help_img_7_3").click(function () {
299
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/7_3.jpg') %>');
300
+ $('.help_side_active').removeClass('help_side_active')
301
+ $(".help_img_7_3").addClass("help_side_active");
302
+
303
+ })
304
+
305
+ $(".help_img_7_4").click(function () {
306
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/7_4.jpg') %>');
307
+ $('.help_side_active').removeClass('help_side_active')
308
+ $(".help_img_7_4").addClass("help_side_active");
309
+
310
+ })
311
+
312
+ $(".help_img_7_5").click(function () {
313
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/7_5.jpg') %>');
314
+ $('.help_side_active').removeClass('help_side_active')
315
+ $(".help_img_7_5").addClass("help_side_active");
316
+
317
+ })
318
+
319
+ $(".help_img_7_6").click(function () {
320
+ $(".img_1_1").attr('src', '<%= image_url('labelup_faq/7_6.jpg') %>');
321
+ $('.help_side_active').removeClass('help_side_active')
322
+ $(".help_img_7_6").addClass("help_side_active");
323
+
324
+ })
325
+
326
+ });
@@ -0,0 +1,13 @@
1
+ //= require jquery
2
+ //= require jquery_ujs
3
+ //= require bootstrap.min
4
+ //= require moment.min
5
+ //= require utils
6
+ //= require lu
7
+ //= require shared/phones
8
+ //= require static/main
9
+ //= require labelup_faq/main
10
+
11
+ $(function() {
12
+ $.ajaxSetup({dataType: 'json'});
13
+ });