Under Construction / Maintenance Mode from Acurax - Version 2.0

Version Description

  • Nov 20, 2015
  • Code Optimization
  • UI Improvements
  • Image Saving Logic Improvements
  • Added More Customization Options
  • Added Google Analytics Support
  • Fixed Bug Custom HTML Save Issue
  • Fixed Issues With Calendar Date Pick
  • Security Improvements
  • Compatibility Fixes
  • Stable Release
Download this release

Release Info

Developer Acurax
Plugin Icon 128x128 Under Construction / Maintenance Mode from Acurax
Version 2.0
Comparing to
See all releases

Code changes from version 1.1 to 2.0

acx_csma.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /*
3
- Plugin Name: Coming Soon / Maintenance Mode From Acurax
4
  Plugin URI: http://www.acurax.com/Products/
5
  Description: Simple and the best Coming Soon or Maintenance Mode Plugin Which Supports Practically Unlimited Responsive Designs.
6
  Author: Acurax
7
- Version: 1.1
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
@@ -26,12 +26,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26
  ?>
27
  <?php
28
  /*************** Admin function ***************/
29
- define("ACX_CSMA_CURRENT_VERSION",1.1);
30
  define("ACX_CSMA_TOTAL_THEMES",5);
31
  define("ACX_CSMA_BASE_LOCATION",plugin_dir_url( __FILE__ ));
 
32
  include_once('function.php');
33
  include_once('includes/hooks.php');
34
  include_once('includes/hook_functions.php');
 
 
 
 
 
 
35
  function acx_csma_admin()
36
  {
37
  include('includes/acx_csma_admin.php');
@@ -55,6 +62,7 @@ include_once('includes/hook_functions.php');
55
  include('includes/acx_csma_expert_support.php');
56
  }
57
 
 
58
  $acx_csma_hide_expert_support_menu = get_option('acx_csma_hide_expert_support_menu');
59
  if ($acx_csma_hide_expert_support_menu == "") { $acx_csma_hide_expert_support_menu = "no"; }
60
  function acx_csma_admin_actions()
@@ -75,7 +83,7 @@ include_once('includes/hook_functions.php');
75
  }
76
 
77
  $acx_csma_version=get_option('acx_csma_version');
78
- if($acx_csma_version =='' || $acx_csma_version < ACX_CSMA_CURRENT_VERSION)
79
  {
80
  add_action('admin_head','acx_csma_migration');
81
  }
@@ -90,6 +98,128 @@ include_once('includes/hook_functions.php');
90
  $acx_csma_date_time = $acx_csma_cur_date_time_from + ($diff);
91
  update_option('acx_csma_start_date_time',$acx_csma_start_timestamp);
92
  update_option('acx_csma_date_time',$acx_csma_date_time);
93
- update_option('acx_csma_version',ACX_CSMA_CURRENT_VERSION);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  ?>
1
  <?php
2
  /*
3
+ Plugin Name: Under Construction / Maintenance Mode From Acurax
4
  Plugin URI: http://www.acurax.com/Products/
5
  Description: Simple and the best Coming Soon or Maintenance Mode Plugin Which Supports Practically Unlimited Responsive Designs.
6
  Author: Acurax
7
+ Version: 2.0
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
26
  ?>
27
  <?php
28
  /*************** Admin function ***************/
29
+ define("ACX_CSMA_CURRENT_VERSION",2.0);
30
  define("ACX_CSMA_TOTAL_THEMES",5);
31
  define("ACX_CSMA_BASE_LOCATION",plugin_dir_url( __FILE__ ));
32
+
33
  include_once('function.php');
34
  include_once('includes/hooks.php');
35
  include_once('includes/hook_functions.php');
36
+
37
+ $filename = plugin_dir_path( __FILE__ ) . 'backward_compactability_file.php';
38
+ if( file_exists( $filename ) === true )
39
+ {
40
+ include('backward_compactability_file.php');
41
+ }
42
  function acx_csma_admin()
43
  {
44
  include('includes/acx_csma_admin.php');
62
  include('includes/acx_csma_expert_support.php');
63
  }
64
 
65
+
66
  $acx_csma_hide_expert_support_menu = get_option('acx_csma_hide_expert_support_menu');
67
  if ($acx_csma_hide_expert_support_menu == "") { $acx_csma_hide_expert_support_menu = "no"; }
68
  function acx_csma_admin_actions()
83
  }
84
 
85
  $acx_csma_version=get_option('acx_csma_version');
86
+ if($acx_csma_version !='' || $acx_csma_version < '1.1')
87
  {
88
  add_action('admin_head','acx_csma_migration');
89
  }
98
  $acx_csma_date_time = $acx_csma_cur_date_time_from + ($diff);
99
  update_option('acx_csma_start_date_time',$acx_csma_start_timestamp);
100
  update_option('acx_csma_date_time',$acx_csma_date_time);
101
+ update_option('acx_csma_version','1.1');
102
+ }
103
+
104
+ $acx_csma_version=get_option('acx_csma_version');
105
+ if($acx_csma_version != '' || $acx_csma_version < ACX_CSMA_CURRENT_VERSION)
106
+ {
107
+ if (function_exists('acx_csma_base_encode_fix')) {
108
+ add_action('admin_head','acx_csma_update_content');
109
+ }
110
+ }
111
+
112
+ function acx_csma_update_content()
113
+ {
114
+ $acx_csma_appearence_array=get_option('acx_csma_appearence_array');
115
+ if($acx_csma_appearence_array != "")
116
+ {
117
+ if(is_serialized($acx_csma_appearence_array))
118
+ {
119
+ $acx_csma_appearence_array = unserialize($acx_csma_appearence_array);
120
+ }
121
  }
122
+ if(is_array($acx_csma_appearence_array))
123
+ {
124
+ if(array_key_exists('1',$acx_csma_appearence_array) && array_key_exists('acx_csma_inside_title1',$acx_csma_appearence_array['1']))
125
+ {
126
+ $acx_csma_inside_title1 = $acx_csma_appearence_array['1']['acx_csma_inside_title1'];
127
+ if(strcmp($acx_csma_inside_title1,"Estimate Time Before Lunching") === 0 )
128
+ {
129
+ $acx_csma_appearence_array['1']['acx_csma_inside_title1'] = "Estimate Time Before Launching";
130
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
131
+ }
132
+ }
133
+ if(array_key_exists('1',$acx_csma_appearence_array) && array_key_exists('acx_csma_custom_html_top_temp1',$acx_csma_appearence_array['1']))
134
+ {
135
+ $acx_csma_custom_html_top_temp1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_top_temp1'];
136
+
137
+
138
+ $acx_html_fix_content1 = acx_csma_base_encode_fix($acx_csma_custom_html_top_temp1);
139
+ $acx_csma_appearence_array['1']['acx_csma_custom_html_top_temp1'] = $acx_html_fix_content1;
140
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
141
+ }
142
+ if(array_key_exists('1',$acx_csma_appearence_array) && array_key_exists('acx_csma_custom_html_bottom_temp1',$acx_csma_appearence_array['1']))
143
+ {
144
+ $acx_csma_custom_html_bottom_temp1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_bottom_temp1'];
145
+
146
+ $acx_html_fix_content2 =acx_csma_base_encode_fix($acx_csma_custom_html_bottom_temp1);
147
+ $acx_csma_appearence_array['1']['acx_csma_custom_html_bottom_temp1'] = $acx_html_fix_content2;
148
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
149
+
150
+ }
151
+ if(array_key_exists('2',$acx_csma_appearence_array) && array_key_exists('acx_csma_desc_subtitle2',$acx_csma_appearence_array['2']))
152
+ {
153
+ $acx_csma_desc_subtitle2 = $acx_csma_appearence_array['2']['acx_csma_desc_subtitle2'];
154
+
155
+ $acx_html_fix_content3 = acx_csma_base_encode_fix($acx_csma_desc_subtitle2);
156
+ $acx_csma_appearence_array['2']['acx_csma_desc_subtitle2'] = $acx_html_fix_content3;
157
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
158
+
159
+ }
160
+ if(array_key_exists('2',$acx_csma_appearence_array) && array_key_exists('acx_csma_custom_html_top_temp2',$acx_csma_appearence_array['2']))
161
+ {
162
+ $acx_csma_custom_html_top_temp2 = $acx_csma_appearence_array['2']['acx_csma_custom_html_top_temp2'];
163
+ $acx_html_fix_content4 = acx_csma_base_encode_fix($acx_csma_custom_html_top_temp2);
164
+ $acx_csma_appearence_array['2']['acx_csma_custom_html_top_temp2'] = $acx_html_fix_content4;
165
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
166
+ }
167
+ if(array_key_exists('3',$acx_csma_appearence_array) && array_key_exists('acx_csma_custom_html_top_temp3',$acx_csma_appearence_array['3']))
168
+ {
169
+ $acx_csma_custom_html_top_temp3 = $acx_csma_appearence_array['3']['acx_csma_custom_html_top_temp3'];
170
+ $acx_html_fix_content5 = acx_csma_base_encode_fix($acx_csma_custom_html_top_temp3);
171
+ $acx_csma_appearence_array['3']['acx_csma_custom_html_top_temp3'] = $acx_html_fix_content5;
172
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
173
+
174
+ }
175
+ if(array_key_exists('3',$acx_csma_appearence_array) && array_key_exists('acx_csma_desc_subtitle3',$acx_csma_appearence_array['3']))
176
+ {
177
+ $acx_csma_desc_subtitle3 = $acx_csma_appearence_array['3']['acx_csma_desc_subtitle3'];
178
+ $acx_html_fix_content6 = acx_csma_base_encode_fix($acx_csma_desc_subtitle3);
179
+ $acx_csma_appearence_array['3']['acx_csma_desc_subtitle3'] = $acx_html_fix_content6;
180
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
181
+
182
+ }
183
+ if(array_key_exists('4',$acx_csma_appearence_array) && array_key_exists('acx_csma_custom_html_top_temp4',$acx_csma_appearence_array['4']))
184
+ {
185
+ $acx_csma_custom_html_top_temp4 = $acx_csma_appearence_array['4']['acx_csma_custom_html_top_temp4'];
186
+ $acx_html_fix_content7 = acx_csma_base_encode_fix($acx_csma_custom_html_top_temp4);
187
+ $acx_csma_appearence_array['4']['acx_csma_custom_html_top_temp4'] = $acx_html_fix_content7;
188
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
189
+ }
190
+ if(array_key_exists('4',$acx_csma_appearence_array) && array_key_exists('acx_csma_custom_html_bottom_temp4',$acx_csma_appearence_array['4']))
191
+ {
192
+ $acx_csma_custom_html_bottom_temp4 = $acx_csma_appearence_array['4']['acx_csma_custom_html_bottom_temp4'];
193
+ $acx_html_fix_content8 = acx_csma_base_encode_fix($acx_csma_custom_html_bottom_temp4);
194
+ $acx_csma_appearence_array['4']['acx_csma_custom_html_bottom_temp4'] = $acx_html_fix_content8;
195
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
196
+
197
+ }
198
+ if(array_key_exists('5',$acx_csma_appearence_array) && array_key_exists('acx_csma_custom_html_top_temp5',$acx_csma_appearence_array['5']))
199
+ {
200
+ $acx_csma_custom_html_top_temp5 = $acx_csma_appearence_array['5']['acx_csma_custom_html_top_temp5'];
201
+ $acx_html_fix_content9 = acx_csma_base_encode_fix($acx_csma_custom_html_top_temp5);
202
+ $acx_csma_appearence_array['5']['acx_csma_custom_html_top_temp5'] = $acx_html_fix_content9;
203
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
204
+
205
+ }
206
+ if(array_key_exists('5',$acx_csma_appearence_array) && array_key_exists('acx_csma_custom_html_bottom_temp5',$acx_csma_appearence_array['5']))
207
+ {
208
+ $acx_csma_custom_html_bottom_temp5 = $acx_csma_appearence_array['5']['acx_csma_custom_html_bottom_temp5'];
209
+
210
+ $acx_html_fix_content10 = acx_csma_base_encode_fix($acx_csma_custom_html_bottom_temp5);
211
+ $acx_csma_appearence_array['5']['acx_csma_custom_html_bottom_temp5'] = $acx_html_fix_content10;
212
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
213
+ }
214
+ if(array_key_exists('5',$acx_csma_appearence_array) && !array_key_exists('acx_csma_subscribe_main_title5',$acx_csma_appearence_array['5']))
215
+ {
216
+ $acx_csma_appearence_array['5']['acx_csma_subscribe_main_title5'] = "Want to know when we launch?";
217
+ update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
218
+ }
219
+ }
220
+ $acx_csma_custom_html_val = get_option('acx_csma_custom_html_val');
221
+ $acx_html_fix_content11 = acx_csma_base_encode_fix($acx_csma_custom_html_val);
222
+ update_option('acx_csma_custom_html_val',$acx_html_fix_content11);
223
+ update_option('acx_csma_version',ACX_CSMA_CURRENT_VERSION);
224
+ }
225
  ?>
backward_compactability_file.php ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ function acx_csma_base_encode_fix($acx_content_to_fix)
3
+ {
4
+ if($acx_content_to_fix != "")
5
+ {
6
+ if ( base64_encode(base64_decode($acx_content_to_fix, true)) === $acx_content_to_fix)
7
+ {
8
+ $acx_content_to_fix = base64_decode($acx_content_to_fix) ;
9
+ }
10
+ }
11
+ return $acx_content_to_fix;
12
+ }
13
+ ?>
css/acx_csma_box.css CHANGED
@@ -1,48 +1,65 @@
 
1
  #acx_csma_1_p_q_and_a_h_main_holder {
 
2
  height: auto;
3
  margin-left: auto;
4
  margin-right: auto;
5
- max-width: 96%;
6
  }
7
  #acx_csma_2_p_q_and_a_h_main_holder{
8
- height: auto;
 
9
  margin-left: auto;
10
  margin-right: auto;
11
- max-width: 96%;
12
  }
13
  #acx_csma_3_p_q_and_a_h_main_holder{
14
- height: auto;
 
15
  margin-left: auto;
16
  margin-right: auto;
17
- max-width: 96%;
18
  }
19
  #acx_csma_4_p_q_and_a_h_main_holder{
20
- height: auto;
 
21
  margin-left: auto;
22
  margin-right: auto;
23
- max-width: 96%;
24
  }
25
  #acx_csma_5_p_q_and_a_h_main_holder{
26
- height: auto;
 
27
  margin-left: auto;
28
  margin-right: auto;
29
- max-width: 96%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  }
31
-
32
  #acx_csmap_q_and_a_h {
33
- background: none repeat scroll 0 0 #dad6d6;
34
- border-radius: 8px;
35
- color: white;
36
  display: inline-block;
37
- font-family: verdana;
38
- font-size: 12px;
39
- font-style: italic;
40
- font-weight: bold;
41
  margin-top: 10px;
42
- max-width: 98%;
43
  padding: 10px;
44
  text-transform: capitalize;
45
- width: 96%;
46
  }
47
  #acx_csmap_q_and_a_h input {
48
  border: 1px solid lightblue;
@@ -59,15 +76,14 @@
59
  margin-right: 20px;
60
  overflow: auto;
61
  padding: 2px 6px;
62
- width: 54%;
63
  }
64
  #acx_csmap_q_and_a_h select {
65
  float: right;
66
  font-size: 12px;
67
  margin-right: 20px;
68
  margin-top: 11px;
69
- max-width: 15%;
70
- width: 245px;
71
  }
72
  #acx_csmap_q_and_a_h label {
73
  cursor: default;
@@ -100,9 +116,10 @@
100
  cursor: pointer;
101
  display: inline-block;
102
  float: left;
 
 
103
  max-width: 100%;
104
  min-height: 18px;
105
- text-shadow: 1px 1px 1px #e0d8d8;
106
  width: 675px;
107
  }
108
  #acx_csmap_q_and_a_h .acx_csma_toggle {
@@ -119,7 +136,7 @@
119
  }
120
  #acx_csmap_q_and_a_h .acx_open {
121
  background: none repeat scroll 0 0 white;
122
- border-radius: 5px;
123
  display: inline-block !important;
124
  margin-top: 8px;
125
  min-height: 50px;
@@ -127,23 +144,20 @@
127
  }
128
  .acx_csmap_q_and_a_h_info
129
  {
130
- background: none repeat scroll 0 0 whitesmoke;
131
- border: 1px solid lightgray;
 
 
 
132
  margin-left: auto;
133
  margin-right: auto;
134
  margin-top: 12px;
135
  padding: 1%;
136
- text-align: center;
137
- width: 90%;
138
  }
139
  .acx_csmap_q_and_a_h_info a
140
  {
141
- background: none repeat scroll 0 0 buttonhighlight;
142
- border: 1px solid lightgray;
143
- border-radius: 5px;
144
- box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
145
- color: black;
146
- margin-left: 10px;
147
  padding: 4px;
148
  text-decoration: none;
149
  }
1
+ @import url(https://fonts.googleapis.com/css?family=Oxygen);
2
  #acx_csma_1_p_q_and_a_h_main_holder {
3
+ box-sizing: border-box;
4
  height: auto;
5
  margin-left: auto;
6
  margin-right: auto;
7
+ max-width: 100%;
8
  }
9
  #acx_csma_2_p_q_and_a_h_main_holder{
10
+ box-sizing: border-box;
11
+ height: auto;
12
  margin-left: auto;
13
  margin-right: auto;
14
+ max-width: 100%;
15
  }
16
  #acx_csma_3_p_q_and_a_h_main_holder{
17
+ box-sizing: border-box;
18
+ height: auto;
19
  margin-left: auto;
20
  margin-right: auto;
21
+ max-width: 100%;
22
  }
23
  #acx_csma_4_p_q_and_a_h_main_holder{
24
+ box-sizing: border-box;
25
+ height: auto;
26
  margin-left: auto;
27
  margin-right: auto;
28
+ max-width: 100%;
29
  }
30
  #acx_csma_5_p_q_and_a_h_main_holder{
31
+ box-sizing: border-box;
32
+ height: auto;
33
  margin-left: auto;
34
  margin-right: auto;
35
+ max-width: 100%;
36
+ }
37
+ #acx_csma_template_0 table {
38
+ width: 100%;
39
+ }
40
+ #acx_csma_template_0 table td:first-child {
41
+ min-width: 160px;
42
+ width: 15%;
43
+ }
44
+ #acx_csma_template_0 textarea {
45
+ border: 1px solid lightgray;
46
+ box-shadow: none;
47
+ margin-top: 14px;
48
+ max-width: 100% !important;
49
+ width: 100% !important;
50
  }
 
51
  #acx_csmap_q_and_a_h {
52
+ background: #f0f0f0 none repeat scroll 0 0;
53
+ border: 1px solid lightgray;
54
+ box-sizing: border-box;
55
  display: inline-block;
56
+ font-family: arial;
57
+ font-size: 13px;
 
 
58
  margin-top: 10px;
59
+ max-width: 100%;
60
  padding: 10px;
61
  text-transform: capitalize;
62
+ width: 100%;
63
  }
64
  #acx_csmap_q_and_a_h input {
65
  border: 1px solid lightblue;
76
  margin-right: 20px;
77
  overflow: auto;
78
  padding: 2px 6px;
79
+ width: 255px;
80
  }
81
  #acx_csmap_q_and_a_h select {
82
  float: right;
83
  font-size: 12px;
84
  margin-right: 20px;
85
  margin-top: 11px;
86
+ width: 255px;
 
87
  }
88
  #acx_csmap_q_and_a_h label {
89
  cursor: default;
116
  cursor: pointer;
117
  display: inline-block;
118
  float: left;
119
+ font-family: "Oxygen",sans-serif;
120
+ font-size: 14px;
121
  max-width: 100%;
122
  min-height: 18px;
 
123
  width: 675px;
124
  }
125
  #acx_csmap_q_and_a_h .acx_csma_toggle {
136
  }
137
  #acx_csmap_q_and_a_h .acx_open {
138
  background: none repeat scroll 0 0 white;
139
+ border-radius: 2px;
140
  display: inline-block !important;
141
  margin-top: 8px;
142
  min-height: 50px;
144
  }
145
  .acx_csmap_q_and_a_h_info
146
  {
147
+ background: #f9f9f9 none repeat scroll 0 0;
148
+ border: 1px dotted lightgray;
149
+ box-sizing: border-box;
150
+ float: left;
151
+ font-family: arial;
152
  margin-left: auto;
153
  margin-right: auto;
154
  margin-top: 12px;
155
  padding: 1%;
156
+ text-align: right;
157
+ width: 100%;
158
  }
159
  .acx_csmap_q_and_a_h_info a
160
  {
 
 
 
 
 
 
161
  padding: 4px;
162
  text-decoration: none;
163
  }
css/fonts/OpenSans-Regular-webfont.eot ADDED
Binary file
css/fonts/OpenSans-Regular-webfont.svg ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>
5
+ This is a custom SVG webfont generated by Font Squirrel.
6
+ Copyright : Digitized data copyright 20102011 Google Corporation
7
+ Foundry : Ascender Corporation
8
+ Foundry URL : httpwwwascendercorpcom
9
+ </metadata>
10
+ <defs>
11
+ <font id="OpenSansRegular" horiz-adv-x="1171" >
12
+ <font-face units-per-em="2048" ascent="1638" descent="-410" />
13
+ <missing-glyph horiz-adv-x="532" />
14
+ <glyph unicode=" " horiz-adv-x="532" />
15
+ <glyph unicode="&#x09;" horiz-adv-x="532" />
16
+ <glyph unicode="&#xa0;" horiz-adv-x="532" />
17
+ <glyph unicode="!" horiz-adv-x="547" d="M152 106q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5zM170 1462h207l-51 -1059h-105z" />
18
+ <glyph unicode="&#x22;" horiz-adv-x="821" d="M133 1462h186l-40 -528h-105zM502 1462h186l-41 -528h-104z" />
19
+ <glyph unicode="#" horiz-adv-x="1323" d="M51 430v129h287l68 340h-277v127h299l82 436h139l-82 -436h305l84 436h134l-84 -436h264v-127h-289l-66 -340h283v-129h-307l-84 -430h-137l84 430h-303l-82 -430h-136l80 430h-262zM475 559h303l66 340h-303z" />
20
+ <glyph unicode="$" d="M131 170v156q83 -37 191.5 -60.5t197.5 -23.5v440q-205 65 -287.5 151t-82.5 222q0 131 101.5 215t268.5 102v182h129v-180q184 -5 355 -74l-52 -131q-149 59 -303 70v-434q157 -50 235 -97.5t115 -109t37 -149.5q0 -136 -102 -224.5t-285 -111.5v-232h-129v223 q-112 0 -217 17.5t-172 48.5zM319 1057q0 -76 45 -122t156 -87v387q-99 -16 -150 -62.5t-51 -115.5zM649 252q217 30 217 184q0 72 -44.5 116.5t-172.5 88.5v-389z" />
21
+ <glyph unicode="%" horiz-adv-x="1686" d="M104 1026q0 227 74.5 342t220.5 115q145 0 223 -119t78 -338q0 -228 -76.5 -344.5t-224.5 -116.5q-140 0 -217.5 119t-77.5 342zM242 1026q0 -170 37 -255t120 -85q164 0 164 340q0 338 -164 338q-83 0 -120 -84t-37 -254zM365 0l811 1462h147l-811 -1462h-147zM985 440 q0 227 74.5 342t220.5 115q142 0 221.5 -117.5t79.5 -339.5q0 -227 -76.5 -343.5t-224.5 -116.5q-142 0 -218.5 119t-76.5 341zM1122 440q0 -171 37 -255.5t121 -84.5t124 83.5t40 256.5q0 171 -40 253.5t-124 82.5t-121 -82.5t-37 -253.5z" />
22
+ <glyph unicode="&#x26;" horiz-adv-x="1495" d="M113 379q0 130 69.5 230t249.5 202q-85 95 -115.5 144t-48.5 102t-18 110q0 150 98 234t273 84q162 0 255 -83.5t93 -232.5q0 -107 -68 -197.5t-225 -183.5l407 -391q56 62 89.5 145.5t56.5 182.5h168q-68 -286 -205 -434l299 -291h-229l-185 178q-118 -106 -240 -152 t-272 -46q-215 0 -333.5 106t-118.5 293zM285 383q0 -117 77.5 -185.5t206.5 -68.5q241 0 400 154l-437 424q-111 -68 -157 -112.5t-68 -95.5t-22 -116zM414 1171q0 -69 36 -131.5t123 -150.5q129 75 179.5 138.5t50.5 146.5q0 77 -51.5 125.5t-137.5 48.5q-89 0 -144.5 -48 t-55.5 -129z" />
23
+ <glyph unicode="'" horiz-adv-x="453" d="M133 1462h186l-40 -528h-105z" />
24
+ <glyph unicode="(" horiz-adv-x="606" d="M82 561q0 265 77.5 496t223.5 405h162q-144 -193 -216.5 -424t-72.5 -475q0 -240 74 -469t213 -418h-160q-147 170 -224 397t-77 488z" />
25
+ <glyph unicode=")" horiz-adv-x="606" d="M61 1462h162q147 -175 224 -406.5t77 -494.5t-77.5 -490t-223.5 -395h-160q139 188 213 417.5t74 469.5q0 244 -72.5 475t-216.5 424z" />
26
+ <glyph unicode="*" horiz-adv-x="1130" d="M86 1090l29 182l391 -111l-43 395h194l-43 -395l398 111l26 -182l-381 -31l248 -326l-172 -94l-176 362l-160 -362l-176 94l242 326z" />
27
+ <glyph unicode="+" d="M104 653v138h410v428h139v-428h412v-138h-412v-426h-139v426h-410z" />
28
+ <glyph unicode="," horiz-adv-x="502" d="M63 -264q27 104 59.5 257t45.5 245h182l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125z" />
29
+ <glyph unicode="-" horiz-adv-x="659" d="M84 473v152h491v-152h-491z" />
30
+ <glyph unicode="." horiz-adv-x="545" d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
31
+ <glyph unicode="/" horiz-adv-x="752" d="M20 0l545 1462h166l-545 -1462h-166z" />
32
+ <glyph unicode="0" d="M102 733q0 382 119 567t363 185q238 0 361.5 -193t123.5 -559q0 -379 -119.5 -566t-365.5 -187q-236 0 -359 191.5t-123 561.5zM270 733q0 -319 75 -464.5t239 -145.5q166 0 240.5 147.5t74.5 462.5t-74.5 461.5t-240.5 146.5q-164 0 -239 -144.5t-75 -463.5z" />
33
+ <glyph unicode="1" d="M188 1163l387 299h140v-1462h-162v1042q0 130 8 246q-21 -21 -47 -44t-238 -195z" />
34
+ <glyph unicode="2" d="M100 0v143l385 387q176 178 232 254t84 148t28 155q0 117 -71 185.5t-197 68.5q-91 0 -172.5 -30t-181.5 -109l-88 113q202 168 440 168q206 0 323 -105.5t117 -283.5q0 -139 -78 -275t-292 -344l-320 -313v-8h752v-154h-961z" />
35
+ <glyph unicode="3" d="M94 59v158q95 -47 202.5 -71.5t203.5 -24.5q379 0 379 297q0 266 -418 266h-144v143h146q171 0 271 75.5t100 209.5q0 107 -73.5 168t-199.5 61q-96 0 -181 -26t-194 -96l-84 112q90 71 207.5 111.5t247.5 40.5q213 0 331 -97.5t118 -267.5q0 -140 -78.5 -229 t-222.5 -119v-8q176 -22 261 -112t85 -236q0 -209 -145 -321.5t-412 -112.5q-116 0 -212.5 17.5t-187.5 61.5z" />
36
+ <glyph unicode="4" d="M43 336v145l694 989h176v-983h217v-151h-217v-336h-159v336h-711zM209 487h545v486q0 143 10 323h-8q-48 -96 -90 -159z" />
37
+ <glyph unicode="5" d="M133 59v160q70 -45 174 -70.5t205 -25.5q176 0 273.5 83t97.5 240q0 306 -375 306q-95 0 -254 -29l-86 55l55 684h727v-153h-585l-37 -439q115 23 229 23q231 0 363.5 -114.5t132.5 -313.5q0 -227 -144.5 -356t-398.5 -129q-247 0 -377 79z" />
38
+ <glyph unicode="6" d="M117 625q0 431 167.5 644.5t495.5 213.5q113 0 178 -19v-143q-77 25 -176 25q-235 0 -359 -146.5t-136 -460.5h12q110 172 348 172q197 0 310.5 -119t113.5 -323q0 -228 -124.5 -358.5t-336.5 -130.5q-227 0 -360 170.5t-133 474.5zM287 506q0 -103 40 -192t113.5 -141 t167.5 -52q142 0 220.5 89.5t78.5 258.5q0 145 -73 228t-218 83q-90 0 -165 -37t-119.5 -102t-44.5 -135z" />
39
+ <glyph unicode="7" d="M94 1309v153h973v-133l-598 -1329h-184l606 1309h-797z" />
40
+ <glyph unicode="8" d="M104 373q0 251 306 391q-138 78 -198 168.5t-60 202.5q0 159 117.5 253.5t314.5 94.5q200 0 317 -93t117 -257q0 -108 -67 -197t-214 -162q178 -85 253 -178.5t75 -216.5q0 -182 -127 -290.5t-348 -108.5q-234 0 -360 102.5t-126 290.5zM268 369q0 -120 83.5 -187 t234.5 -67q149 0 232 70t83 192q0 97 -78 172.5t-272 146.5q-149 -64 -216 -141.5t-67 -185.5zM315 1128q0 -92 59 -158t218 -132q143 60 202.5 129t59.5 161q0 101 -72.5 160.5t-199.5 59.5q-125 0 -196 -60t-71 -160z" />
41
+ <glyph unicode="9" d="M106 991q0 228 127.5 360t335.5 132q149 0 260.5 -76.5t171.5 -223t60 -345.5q0 -858 -664 -858q-116 0 -184 20v143q80 -26 182 -26q240 0 362.5 148.5t133.5 455.5h-12q-55 -83 -146 -126.5t-205 -43.5q-194 0 -308 116t-114 324zM270 993q0 -144 72 -226.5t219 -82.5 q91 0 167.5 37t120.5 101t44 134q0 105 -41 194t-114.5 140t-168.5 51q-143 0 -221 -92t-78 -256z" />
42
+ <glyph unicode=":" horiz-adv-x="545" d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM152 989q0 135 118 135q123 0 123 -135q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
43
+ <glyph unicode=";" horiz-adv-x="545" d="M63 -264q27 104 59.5 257t45.5 245h182l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125zM147 989q0 135 119 135q123 0 123 -135q0 -65 -33 -100t-90 -35q-58 0 -88.5 35t-30.5 100z" />
44
+ <glyph unicode="&#x3c;" d="M104 664v98l961 479v-149l-782 -371l782 -328v-151z" />
45
+ <glyph unicode="=" d="M119 449v137h930v-137h-930zM119 858v137h930v-137h-930z" />
46
+ <glyph unicode="&#x3e;" d="M104 242v151l783 326l-783 373v149l961 -479v-98z" />
47
+ <glyph unicode="?" horiz-adv-x="879" d="M27 1384q189 99 395 99q191 0 297 -94t106 -265q0 -73 -19.5 -128.5t-57.5 -105t-164 -159.5q-101 -86 -133.5 -143t-32.5 -152v-33h-129v54q0 117 36 192.5t134 159.5q136 115 171.5 173t35.5 140q0 102 -65.5 157.5t-188.5 55.5q-79 0 -154 -18.5t-172 -67.5zM240 106 q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5z" />
48
+ <glyph unicode="@" horiz-adv-x="1841" d="M121 571q0 260 107 463t305 314.5t454 111.5q215 0 382.5 -90.5t259 -257t91.5 -383.5q0 -142 -44 -260t-124 -183t-184 -65q-86 0 -145 52t-70 133h-8q-40 -87 -114.5 -136t-176.5 -49q-150 0 -234.5 102.5t-84.5 278.5q0 204 118 331.5t310 127.5q68 0 154 -12.5 t155 -34.5l-25 -470v-22q0 -178 133 -178q91 0 148 107.5t57 279.5q0 181 -74 317t-210.5 209.5t-313.5 73.5q-223 0 -388 -92.5t-252 -264t-87 -396.5q0 -305 161 -469t464 -164q210 0 436 86v-133q-192 -84 -436 -84q-363 0 -563.5 199.5t-200.5 557.5zM686 598 q0 -254 195 -254q207 0 225 313l14 261q-72 20 -157 20q-130 0 -203.5 -90t-73.5 -250z" />
49
+ <glyph unicode="A" horiz-adv-x="1296" d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211z" />
50
+ <glyph unicode="B" horiz-adv-x="1327" d="M201 0v1462h413q291 0 421 -87t130 -275q0 -130 -72.5 -214.5t-211.5 -109.5v-10q333 -57 333 -350q0 -196 -132.5 -306t-370.5 -110h-510zM371 145h305q177 0 266.5 68.5t89.5 214.5q0 136 -91.5 200t-278.5 64h-291v-547zM371 836h280q180 0 259 56.5t79 190.5 q0 123 -88 177.5t-280 54.5h-250v-479z" />
51
+ <glyph unicode="C" horiz-adv-x="1292" d="M125 733q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557z" />
52
+ <glyph unicode="D" horiz-adv-x="1493" d="M201 0v1462h448q341 0 530 -189t189 -528q0 -362 -196.5 -553.5t-565.5 -191.5h-405zM371 147h207q304 0 457 149.5t153 442.5q0 286 -143.5 431t-426.5 145h-247v-1168z" />
53
+ <glyph unicode="E" horiz-adv-x="1139" d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815z" />
54
+ <glyph unicode="F" horiz-adv-x="1057" d="M201 0v1462h815v-151h-645v-535h606v-151h-606v-625h-170z" />
55
+ <glyph unicode="G" horiz-adv-x="1491" d="M125 731q0 228 91.5 399.5t263.5 262t403 90.5q234 0 436 -86l-66 -150q-198 84 -381 84q-267 0 -417 -159t-150 -441q0 -296 144.5 -449t424.5 -153q152 0 297 35v450h-327v152h497v-711q-116 -37 -236 -56t-278 -19q-332 0 -517 197.5t-185 553.5z" />
56
+ <glyph unicode="H" horiz-adv-x="1511" d="M201 0v1462h170v-622h770v622h170v-1462h-170v688h-770v-688h-170z" />
57
+ <glyph unicode="I" horiz-adv-x="571" d="M201 0v1462h170v-1462h-170z" />
58
+ <glyph unicode="J" horiz-adv-x="547" d="M-160 -213q71 -20 148 -20q99 0 150.5 60t51.5 173v1462h170v-1448q0 -190 -96 -294.5t-276 -104.5q-94 0 -148 27v145z" />
59
+ <glyph unicode="K" horiz-adv-x="1257" d="M201 0v1462h170v-725l663 725h201l-588 -635l610 -827h-200l-533 709l-153 -136v-573h-170z" />
60
+ <glyph unicode="L" horiz-adv-x="1063" d="M201 0v1462h170v-1308h645v-154h-815z" />
61
+ <glyph unicode="M" horiz-adv-x="1849" d="M201 0v1462h256l463 -1206h8l467 1206h254v-1462h-170v942q0 162 14 352h-8l-500 -1294h-137l-496 1296h-8q14 -154 14 -366v-930h-157z" />
62
+ <glyph unicode="N" horiz-adv-x="1544" d="M201 0v1462h192l797 -1222h8q-2 28 -9 174q-5 114 -5 177v32v839h159v-1462h-194l-799 1227h-8q16 -216 16 -396v-831h-157z" />
63
+ <glyph unicode="O" horiz-adv-x="1595" d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5z" />
64
+ <glyph unicode="P" horiz-adv-x="1233" d="M201 0v1462h379q548 0 548 -426q0 -222 -151.5 -341.5t-433.5 -119.5h-172v-575h-170zM371 721h153q226 0 327 73t101 234q0 145 -95 216t-296 71h-190v-594z" />
65
+ <glyph unicode="Q" horiz-adv-x="1595" d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -281 -113 -467t-319 -252l348 -362h-247l-285 330l-55 -2q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5 q-243 0 -369.5 -153.5t-126.5 -446.5z" />
66
+ <glyph unicode="R" horiz-adv-x="1266" d="M201 0v1462h401q269 0 397.5 -103t128.5 -310q0 -290 -294 -392l397 -657h-201l-354 608h-305v-608h-170zM371 754h233q180 0 264 71.5t84 214.5q0 145 -85.5 209t-274.5 64h-221v-559z" />
67
+ <glyph unicode="S" horiz-adv-x="1124" d="M106 47v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5 q230 -82 316.5 -176t86.5 -244q0 -193 -140 -301t-380 -108q-260 0 -400 67z" />
68
+ <glyph unicode="T" horiz-adv-x="1133" d="M18 1311v151h1096v-151h-463v-1311h-170v1311h-463z" />
69
+ <glyph unicode="U" horiz-adv-x="1491" d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396z" />
70
+ <glyph unicode="V" horiz-adv-x="1219" d="M0 1462h180l336 -946q58 -163 92 -317q36 162 94 323l334 940h183l-527 -1462h-168z" />
71
+ <glyph unicode="W" horiz-adv-x="1896" d="M27 1462h180l231 -903q48 -190 70 -344q27 183 80 358l262 889h180l275 -897q48 -155 81 -350q19 142 72 346l230 901h180l-391 -1462h-168l-295 979q-21 65 -47 164t-27 119q-22 -132 -70 -289l-286 -973h-168z" />
72
+ <glyph unicode="X" horiz-adv-x="1182" d="M8 0l486 764l-453 698h188l363 -579l366 579h181l-453 -692l488 -770h-193l-393 643l-400 -643h-180z" />
73
+ <glyph unicode="Y" horiz-adv-x="1147" d="M0 1462h186l387 -731l390 731h184l-488 -895v-567h-172v559z" />
74
+ <glyph unicode="Z" horiz-adv-x="1169" d="M82 0v133l776 1176h-752v153h959v-133l-776 -1175h798v-154h-1005z" />
75
+ <glyph unicode="[" horiz-adv-x="674" d="M166 -324v1786h457v-141h-289v-1503h289v-142h-457z" />
76
+ <glyph unicode="\" horiz-adv-x="752" d="M23 1462h163l547 -1462h-166z" />
77
+ <glyph unicode="]" horiz-adv-x="674" d="M51 -182h289v1503h-289v141h457v-1786h-457v142z" />
78
+ <glyph unicode="^" horiz-adv-x="1110" d="M49 551l434 922h99l477 -922h-152l-372 745l-334 -745h-152z" />
79
+ <glyph unicode="_" horiz-adv-x="918" d="M-4 -184h926v-131h-926v131z" />
80
+ <glyph unicode="`" horiz-adv-x="1182" d="M393 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
81
+ <glyph unicode="a" horiz-adv-x="1139" d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137 t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5z" />
82
+ <glyph unicode="b" horiz-adv-x="1255" d="M176 0v1556h166v-378q0 -127 -8 -228h8q116 164 344 164q216 0 335.5 -147.5t119.5 -417.5t-120.5 -419.5t-334.5 -149.5q-107 0 -195.5 39.5t-148.5 121.5h-12l-35 -141h-119zM342 549q0 -231 77 -330.5t247 -99.5q153 0 228 111.5t75 320.5q0 214 -75 319t-232 105 q-170 0 -245 -97.5t-75 -328.5z" />
83
+ <glyph unicode="c" horiz-adv-x="975" d="M115 541q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57q-238 0 -368.5 146.5t-130.5 414.5z" />
84
+ <glyph unicode="d" horiz-adv-x="1255" d="M115 545q0 271 120 421t334 150q223 0 342 -162h13l-7 79l-4 77v446h166v-1556h-135l-22 147h-9q-115 -167 -344 -167q-215 0 -334.5 147t-119.5 418zM287 543q0 -210 77 -317t226 -107q170 0 246.5 92.5t76.5 298.5v35q0 233 -77.5 332.5t-247.5 99.5 q-146 0 -223.5 -113.5t-77.5 -320.5z" />
85
+ <glyph unicode="e" horiz-adv-x="1149" d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z " />
86
+ <glyph unicode="f" horiz-adv-x="694" d="M29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196z" />
87
+ <glyph unicode="g" horiz-adv-x="1122" d="M39 -186q0 100 64 173t180 99q-42 19 -70.5 59t-28.5 93q0 60 32 105t101 87q-85 35 -138.5 119t-53.5 192q0 180 108 277.5t306 97.5q86 0 155 -20h379v-105l-203 -24q28 -35 50 -91.5t22 -127.5q0 -161 -110 -257t-302 -96q-49 0 -92 8q-106 -56 -106 -141 q0 -45 37 -66.5t127 -21.5h194q178 0 273.5 -75t95.5 -218q0 -182 -146 -277.5t-426 -95.5q-215 0 -331.5 80t-116.5 226zM199 -184q0 -89 75 -135t215 -46q209 0 309.5 62.5t100.5 169.5q0 89 -55 123.5t-207 34.5h-199q-113 0 -176 -54t-63 -155zM289 745q0 -115 65 -174 t181 -59q243 0 243 236q0 247 -246 247q-117 0 -180 -63t-63 -187z" />
88
+ <glyph unicode="h" horiz-adv-x="1257" d="M176 0v1556h166v-471q0 -85 -8 -141h10q49 79 139.5 124.5t206.5 45.5q201 0 301.5 -95.5t100.5 -303.5v-715h-166v709q0 134 -61 200t-191 66q-173 0 -252.5 -94t-79.5 -308v-573h-166z" />
89
+ <glyph unicode="i" horiz-adv-x="518" d="M162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM176 0v1096h166v-1096h-166z" />
90
+ <glyph unicode="j" horiz-adv-x="518" d="M-111 -332q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324q-95 0 -154 25v135zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
91
+ <glyph unicode="k" horiz-adv-x="1075" d="M176 0v1556h164v-825q0 -55 -8 -170h8q43 61 131 160l354 375h197l-444 -467l475 -629h-201l-387 518l-125 -108v-410h-164z" />
92
+ <glyph unicode="l" horiz-adv-x="518" d="M176 0v1556h166v-1556h-166z" />
93
+ <glyph unicode="m" horiz-adv-x="1905" d="M176 0v1096h135l27 -150h8q47 80 132.5 125t191.5 45q257 0 336 -186h8q49 86 142 136t212 50q186 0 278.5 -95.5t92.5 -305.5v-715h-166v713q0 131 -56 196.5t-174 65.5q-155 0 -229 -89t-74 -274v-612h-166v713q0 131 -56 196.5t-175 65.5q-156 0 -228.5 -93.5 t-72.5 -306.5v-575h-166z" />
94
+ <glyph unicode="n" horiz-adv-x="1257" d="M176 0v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166z" />
95
+ <glyph unicode="o" horiz-adv-x="1237" d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z" />
96
+ <glyph unicode="p" horiz-adv-x="1255" d="M176 -492v1588h135l23 -150h8q64 90 149 130t195 40q218 0 336.5 -149t118.5 -418q0 -270 -120.5 -419.5t-334.5 -149.5q-107 0 -195.5 39.5t-148.5 121.5h-12q12 -96 12 -182v-451h-166zM342 549q0 -231 77 -330.5t247 -99.5q142 0 222.5 115t80.5 317 q0 205 -80.5 314.5t-226.5 109.5q-168 0 -243 -93t-77 -296v-37z" />
97
+ <glyph unicode="q" horiz-adv-x="1255" d="M115 545q0 269 120 420t334 151q225 0 346 -170h9l24 150h131v-1588h-166v469q0 100 11 170h-13q-115 -167 -346 -167q-212 0 -331 149t-119 416zM287 543q0 -207 76.5 -315.5t226.5 -108.5q166 0 242 89t81 300v37q0 230 -78 331t-247 101q-146 0 -223.5 -113.5 t-77.5 -320.5z" />
98
+ <glyph unicode="r" horiz-adv-x="836" d="M176 0v1096h137l19 -203h8q61 107 147 165t189 58q73 0 131 -12l-23 -154q-68 15 -120 15q-133 0 -227.5 -108t-94.5 -269v-588h-166z" />
99
+ <glyph unicode="s" horiz-adv-x="977" d="M106 827q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5 t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129z" />
100
+ <glyph unicode="t" horiz-adv-x="723" d="M31 967v80l157 69l70 234h96v-254h318v-129h-318v-645q0 -99 47 -152t129 -53q44 0 85 6.5t65 13.5v-127q-27 -13 -79.5 -21.5t-94.5 -8.5q-318 0 -318 335v652h-157z" />
101
+ <glyph unicode="u" horiz-adv-x="1257" d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304z" />
102
+ <glyph unicode="v" horiz-adv-x="1026" d="M0 1096h178l236 -650q80 -228 94 -296h8q11 53 69.5 219.5t262.5 726.5h178l-416 -1096h-194z" />
103
+ <glyph unicode="w" horiz-adv-x="1593" d="M23 1096h174q106 -413 161.5 -629t63.5 -291h8q11 57 35.5 147.5t42.5 143.5l201 629h180l196 -629q56 -172 76 -289h8q4 36 21.5 111t208.5 807h172l-303 -1096h-197l-201 643q-19 59 -71 268h-8q-40 -175 -70 -270l-207 -641h-192z" />
104
+ <glyph unicode="x" horiz-adv-x="1073" d="M39 0l401 561l-381 535h189l289 -420l288 420h187l-381 -535l401 -561h-188l-307 444l-310 -444h-188z" />
105
+ <glyph unicode="y" horiz-adv-x="1032" d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156z" />
106
+ <glyph unicode="z" horiz-adv-x="958" d="M82 0v113l598 854h-561v129h743v-129l-590 -838h605v-129h-795z" />
107
+ <glyph unicode="{" horiz-adv-x="776" d="M61 498v141q130 2 188 48t58 142v306q0 155 108 241t290 86v-139q-230 -6 -230 -199v-295q0 -215 -223 -254v-12q223 -39 223 -254v-297q0 -102 58.5 -148t171.5 -48v-140q-190 2 -294 87t-104 239v303q0 104 -63 148.5t-183 44.5z" />
108
+ <glyph unicode="|" horiz-adv-x="1128" d="M494 -496v2052h141v-2052h-141z" />
109
+ <glyph unicode="}" horiz-adv-x="776" d="M72 -184q111 2 169 48t58 148v297q0 114 55 174t168 80v12q-223 39 -223 254v295q0 193 -227 199v139q184 0 289.5 -87t105.5 -240v-306q0 -97 59 -142.5t189 -47.5v-141q-122 0 -185 -44.5t-63 -148.5v-303q0 -153 -102.5 -238.5t-292.5 -87.5v140z" />
110
+ <glyph unicode="~" d="M104 592v151q100 109 244 109q68 0 124.5 -14t145.5 -52q66 -28 115 -41.5t96 -13.5q54 0 118 32t118 89v-150q-102 -110 -244 -110q-72 0 -135 16.5t-135 48.5q-75 32 -120 44t-93 12q-53 0 -116.5 -33.5t-117.5 -87.5z" />
111
+ <glyph unicode="&#xa1;" horiz-adv-x="547" d="M152 983q0 63 31.5 99t88.5 36q51 0 86 -32t35 -103q0 -135 -121 -135q-60 0 -90 35.5t-30 99.5zM168 -373l51 1057h105l51 -1057h-207z" />
112
+ <glyph unicode="&#xa2;" d="M190 741q0 508 396 570v172h135v-164q75 -3 146 -19.5t120 -39.5l-49 -140q-133 51 -242 51q-172 0 -253 -105.5t-81 -322.5q0 -212 79.5 -313.5t246.5 -101.5q141 0 283 59v-147q-105 -54 -252 -60v-200h-133v206q-203 32 -299.5 168.5t-96.5 386.5z" />
113
+ <glyph unicode="&#xa3;" d="M63 0v141q205 47 205 291v223h-198v127h198v316q0 178 112 280.5t302 102.5t360 -84l-61 -133q-154 77 -297 77q-123 0 -185.5 -62t-62.5 -202v-295h422v-127h-422v-221q0 -100 -32.5 -168t-106.5 -112h795v-154h-1029z" />
114
+ <glyph unicode="&#xa4;" d="M123 1092l94 92l135 -133q104 73 234 73q127 0 229 -73l137 133l95 -92l-134 -138q74 -113 74 -231q0 -131 -74 -234l131 -135l-92 -92l-137 133q-102 -71 -229 -71q-134 0 -234 73l-135 -133l-92 92l133 136q-74 107 -74 231q0 122 74 229zM313 723q0 -112 78.5 -192 t194.5 -80t195 79.5t79 192.5q0 114 -80 195t-194 81q-116 0 -194.5 -82t-78.5 -194z" />
115
+ <glyph unicode="&#xa5;" d="M31 1462h178l375 -727l379 727h174l-416 -770h262v-127h-317v-170h317v-127h-317v-268h-164v268h-316v127h316v170h-316v127h256z" />
116
+ <glyph unicode="&#xa6;" horiz-adv-x="1128" d="M494 281h141v-777h-141v777zM494 780v776h141v-776h-141z" />
117
+ <glyph unicode="&#xa7;" horiz-adv-x="1057" d="M123 57v148q78 -37 175 -59.5t179 -22.5q134 0 204.5 38t70.5 109q0 46 -24 75t-78 58t-169 72q-142 52 -209 97t-100 102t-33 135q0 86 43 154.5t121 105.5q-74 40 -116 95.5t-42 140.5q0 121 103.5 190.5t300.5 69.5q94 0 173.5 -14.5t176.5 -53.5l-53 -131 q-98 39 -165.5 52.5t-143.5 13.5q-116 0 -174 -29.5t-58 -93.5q0 -60 61.5 -102t215.5 -97q186 -68 261 -143.5t75 -182.5q0 -90 -41 -160.5t-115 -111.5q153 -81 153 -227q0 -140 -117 -216.5t-329 -76.5q-218 0 -346 65zM285 829q0 -77 66 -129.5t233 -113.5l49 -19 q137 80 137 191q0 83 -73.5 139t-258.5 113q-68 -19 -110.5 -69t-42.5 -112z" />
118
+ <glyph unicode="&#xa8;" horiz-adv-x="1182" d="M309 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM690 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
119
+ <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM205 731q0 -173 87 -323.5t237.5 -237t322.5 -86.5q174 0 323 87t236.5 235.5t87.5 324.5q0 174 -87 323 t-235.5 236.5t-324.5 87.5q-174 0 -323 -87t-236.5 -235.5t-87.5 -324.5zM481 731q0 209 110.5 332t301.5 123q128 0 246 -60l-58 -118q-108 51 -188 51q-125 0 -192.5 -87t-67.5 -241q0 -168 63.5 -249t194.5 -81q86 0 211 45v-124q-48 -20 -98.5 -34t-120.5 -14 q-194 0 -298 120.5t-104 336.5z" />
120
+ <glyph unicode="&#xaa;" horiz-adv-x="725" d="M70 989q0 102 77 154.5t242 58.5l117 4v39q0 133 -148 133q-100 0 -204 -51l-43 96q114 56 247 56q130 0 198.5 -52.5t68.5 -173.5v-452h-93l-24 84q-92 -97 -232 -97q-95 0 -150.5 49.5t-55.5 151.5zM193 989q0 -100 112 -100q201 0 201 180v49l-98 -4 q-112 -4 -163.5 -32.5t-51.5 -92.5z" />
121
+ <glyph unicode="&#xab;" horiz-adv-x="1018" d="M82 524v27l342 407l119 -69l-289 -350l289 -351l-119 -71zM477 524v27l344 407l117 -69l-287 -350l287 -351l-117 -71z" />
122
+ <glyph unicode="&#xac;" d="M104 653v138h961v-527h-137v389h-824z" />
123
+ <glyph unicode="&#xad;" horiz-adv-x="659" d="M84 473v152h491v-152h-491z" />
124
+ <glyph unicode="&#xae;" horiz-adv-x="1704" d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM205 731q0 -173 87 -323.5t237.5 -237t322.5 -86.5q174 0 323 87t236.5 235.5t87.5 324.5q0 174 -87 323 t-235.5 236.5t-324.5 87.5q-174 0 -323 -87t-236.5 -235.5t-87.5 -324.5zM575 285v891h261q166 0 243.5 -65t77.5 -198q0 -80 -42.5 -141.5t-119.5 -91.5l238 -395h-168l-207 354h-135v-354h-148zM723 762h108q80 0 128.5 41.5t48.5 105.5q0 75 -43 107.5t-136 32.5h-106 v-287z" />
125
+ <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M-6 1556v127h1036v-127h-1036z" />
126
+ <glyph unicode="&#xb0;" horiz-adv-x="877" d="M127 1171q0 130 90.5 221t220.5 91t221 -90.5t91 -221.5q0 -84 -41 -155.5t-114 -113.5t-157 -42q-130 0 -220.5 90t-90.5 221zM242 1171q0 -82 58.5 -139t139.5 -57q80 0 137.5 56.5t57.5 139.5q0 84 -56.5 140.5t-138.5 56.5q-83 0 -140.5 -57t-57.5 -140z" />
127
+ <glyph unicode="&#xb1;" d="M104 653v138h410v428h139v-428h412v-138h-412v-426h-139v426h-410zM104 1v138h961v-138h-961z" />
128
+ <glyph unicode="&#xb2;" horiz-adv-x="711" d="M49 586v104l236 230q89 86 130 134.5t57.5 86.5t16.5 92q0 68 -40 102.5t-103 34.5q-52 0 -101 -19t-118 -69l-66 88q131 111 283 111q132 0 205.5 -65t73.5 -177q0 -80 -44.5 -155.5t-191.5 -213.5l-174 -165h440v-119h-604z" />
129
+ <glyph unicode="&#xb3;" horiz-adv-x="711" d="M33 625v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90q63 45 133 72t164 27q136 0 214.5 -59.5t78.5 -166.5q0 -80 -41 -131.5t-109 -74.5q176 -47 176 -209 q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56z" />
130
+ <glyph unicode="&#xb4;" horiz-adv-x="1182" d="M393 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
131
+ <glyph unicode="&#xb5;" horiz-adv-x="1268" d="M176 -492v1588h166v-715q0 -262 254 -262q171 0 250.5 94.5t79.5 306.5v576h166v-1096h-136l-26 147h-10q-111 -167 -340 -167q-150 0 -238 92h-10q10 -84 10 -244v-320h-166z" />
132
+ <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M113 1042q0 260 109 387t341 127h557v-1816h-114v1712h-213v-1712h-115v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376z" />
133
+ <glyph unicode="&#xb7;" horiz-adv-x="545" d="M152 723q0 66 31 100.5t87 34.5q58 0 90.5 -34.5t32.5 -100.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
134
+ <glyph unicode="&#xb8;" horiz-adv-x="465" d="M37 -377q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106z" />
135
+ <glyph unicode="&#xb9;" horiz-adv-x="711" d="M76 1280l262 182h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5z" />
136
+ <glyph unicode="&#xba;" horiz-adv-x="768" d="M66 1135q0 163 84 253.5t235 90.5q152 0 234.5 -91t82.5 -253q0 -164 -85.5 -255.5t-235.5 -91.5q-146 0 -230.5 93t-84.5 254zM188 1135q0 -122 45.5 -183t149.5 -61q105 0 151 61t46 183q0 123 -46 182t-151 59q-103 0 -149 -59t-46 -182z" />
137
+ <glyph unicode="&#xbb;" horiz-adv-x="1018" d="M80 188l287 351l-287 350l117 69l344 -407v-27l-344 -407zM475 188l287 351l-287 350l117 69l344 -407v-27l-344 -407z" />
138
+ <glyph unicode="&#xbc;" horiz-adv-x="1597" d="M252 0l903 1462h143l-903 -1462h-143zM75 1280l262 182h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5zM817 203v101l408 579h139v-563h125v-117h-125v-202h-145v202h-402zM957 320h262v195q0 134 6 209q-5 -12 -17 -31.5t-27 -41.5l-30 -46 q-15 -22 -26 -39z" />
139
+ <glyph unicode="&#xbd;" horiz-adv-x="1597" d="M184 0l903 1462h143l-903 -1462h-143zM46 1280l262 182h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5zM895 1v104l236 230q89 86 130 134.5t57.5 86.5t16.5 92q0 68 -40 102.5t-103 34.5q-52 0 -101 -19t-118 -69l-66 88q131 111 283 111 q132 0 205.5 -65t73.5 -177q0 -80 -44.5 -155.5t-191.5 -213.5l-174 -165h440v-119h-604z" />
140
+ <glyph unicode="&#xbe;" horiz-adv-x="1597" d="M26 625v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90q63 45 133 72t164 27q136 0 214.5 -59.5t78.5 -166.5q0 -80 -41 -131.5t-109 -74.5q176 -47 176 -209 q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56zM344 0l903 1462h143l-903 -1462h-143zM897 203v101l408 579h139v-563h125v-117h-125v-202h-145v202h-402zM1037 320h262v195q0 134 6 209q-5 -12 -17 -31.5t-27 -41.5l-30 -46q-15 -22 -26 -39z" />
141
+ <glyph unicode="&#xbf;" horiz-adv-x="879" d="M51 -37q0 70 17.5 122.5t49.5 97t76.5 85.5t98.5 88q101 88 133.5 146t32.5 151v31h131v-51q0 -122 -37.5 -196t-134.5 -158q-121 -106 -151.5 -143.5t-43 -76t-12.5 -94.5q0 -100 66 -156.5t188 -56.5q80 0 155 19t173 67l59 -135q-197 -96 -395 -96q-190 0 -298 93 t-108 263zM397 983q0 64 33 99.5t88 35.5q51 0 86 -32t35 -103q0 -135 -121 -135q-59 0 -90 34.5t-31 100.5z" />
142
+ <glyph unicode="&#xc0;" horiz-adv-x="1296" d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM331 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
143
+ <glyph unicode="&#xc1;" horiz-adv-x="1296" d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM526 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
144
+ <glyph unicode="&#xc2;" horiz-adv-x="1296" d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM303 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
145
+ <glyph unicode="&#xc3;" horiz-adv-x="1296" d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM268 1579q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5 q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
146
+ <glyph unicode="&#xc4;" horiz-adv-x="1296" d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM364 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM745 1731q0 52 26.5 75 t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
147
+ <glyph unicode="&#xc5;" horiz-adv-x="1296" d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM424 1585q0 98 60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5zM528 1585 q0 -56 30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5t-33 86.5t-84 30.5t-84 -30.5t-33 -86.5z" />
148
+ <glyph unicode="&#xc6;" horiz-adv-x="1788" d="M-2 0l698 1462h969v-151h-580v-471h541v-150h-541v-538h580v-152h-750v465h-514l-227 -465h-176zM469 618h446v693h-118z" />
149
+ <glyph unicode="&#xc7;" horiz-adv-x="1292" d="M125 733q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557zM551 -377q45 -8 104 -8q79 0 119.5 20 t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106z" />
150
+ <glyph unicode="&#xc8;" horiz-adv-x="1139" d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815zM320 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
151
+ <glyph unicode="&#xc9;" horiz-adv-x="1139" d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815zM456 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
152
+ <glyph unicode="&#xca;" horiz-adv-x="1139" d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815zM263 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
153
+ <glyph unicode="&#xcb;" horiz-adv-x="1139" d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815zM327 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM708 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5 t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
154
+ <glyph unicode="&#xcc;" horiz-adv-x="571" d="M201 0v1462h170v-1462h-170zM5 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
155
+ <glyph unicode="&#xcd;" horiz-adv-x="571" d="M201 0v1462h170v-1462h-170zM179 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
156
+ <glyph unicode="&#xce;" horiz-adv-x="571" d="M201 0v1462h170v-1462h-170zM-57 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
157
+ <glyph unicode="&#xcf;" horiz-adv-x="571" d="M201 0v1462h170v-1462h-170zM5 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM386 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
158
+ <glyph unicode="&#xd0;" horiz-adv-x="1479" d="M47 649v150h154v663h434q337 0 527 -187.5t190 -529.5q0 -362 -196.5 -553.5t-565.5 -191.5h-389v649h-154zM371 147h190q610 0 610 592q0 576 -569 576h-231v-516h379v-150h-379v-502z" />
159
+ <glyph unicode="&#xd1;" horiz-adv-x="1544" d="M201 0v1462h192l797 -1222h8q-2 28 -9 174q-5 114 -5 177v32v839h159v-1462h-194l-799 1227h-8q16 -216 16 -396v-831h-157zM411 1579q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5 q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
160
+ <glyph unicode="&#xd2;" horiz-adv-x="1595" d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM514 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
161
+ <glyph unicode="&#xd3;" horiz-adv-x="1595" d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM659 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
162
+ <glyph unicode="&#xd4;" horiz-adv-x="1595" d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM448 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
163
+ <glyph unicode="&#xd5;" horiz-adv-x="1595" d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM418 1579q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
164
+ <glyph unicode="&#xd6;" horiz-adv-x="1595" d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM522 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM903 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
165
+ <glyph unicode="&#xd7;" d="M133 1075l100 101l353 -355l354 355l96 -99l-352 -354l350 -352l-96 -99l-354 351l-348 -351l-101 99l350 352z" />
166
+ <glyph unicode="&#xd8;" horiz-adv-x="1595" d="M125 735q0 357 176 553.5t500 196.5q209 0 366 -94l97 135l120 -80l-106 -148q192 -202 192 -565q0 -351 -177.5 -552t-493.5 -201q-235 0 -383 100l-101 -141l-120 79l108 154q-178 198 -178 563zM305 733q0 -262 101 -416l669 943q-106 73 -274 73 q-243 0 -369.5 -153.5t-126.5 -446.5zM508 211q115 -82 291 -82q243 0 367 153t124 451q0 272 -110 426z" />
167
+ <glyph unicode="&#xd9;" horiz-adv-x="1491" d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396zM463 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
168
+ <glyph unicode="&#xda;" horiz-adv-x="1491" d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396zM600 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
169
+ <glyph unicode="&#xdb;" horiz-adv-x="1491" d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396zM393 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186 h-115z" />
170
+ <glyph unicode="&#xdc;" horiz-adv-x="1491" d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396zM461 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5z M842 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
171
+ <glyph unicode="&#xdd;" horiz-adv-x="1147" d="M0 1462h186l387 -731l390 731h184l-488 -895v-567h-172v559zM442 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
172
+ <glyph unicode="&#xde;" horiz-adv-x="1251" d="M201 0v1462h170v-256h215q281 0 420 -103.5t139 -318.5q0 -227 -151.5 -346t-438.5 -119h-184v-319h-170zM371 465h168q226 0 327 71.5t101 235.5q0 149 -95 218t-297 69h-204v-594z" />
173
+ <glyph unicode="&#xdf;" horiz-adv-x="1274" d="M176 0v1202q0 178 110 271.5t332 93.5q206 0 318.5 -78.5t112.5 -222.5q0 -135 -143 -250q-88 -70 -116 -103.5t-28 -66.5q0 -32 13.5 -53t49 -49.5t113.5 -79.5q140 -95 191 -173.5t51 -179.5q0 -160 -97 -245.5t-276 -85.5q-188 0 -295 69v154q63 -39 141 -62.5 t150 -23.5q215 0 215 182q0 75 -41.5 128.5t-151.5 123.5q-127 82 -175 143.5t-48 145.5q0 63 34.5 116t105.5 106q75 57 107 102t32 98q0 80 -68 122.5t-195 42.5q-276 0 -276 -223v-1204h-166z" />
174
+ <glyph unicode="&#xe0;" horiz-adv-x="1139" d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137 t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM279 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
175
+ <glyph unicode="&#xe1;" horiz-adv-x="1139" d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137 t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM436 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
176
+ <glyph unicode="&#xe2;" horiz-adv-x="1139" d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137 t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM228 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
177
+ <glyph unicode="&#xe3;" horiz-adv-x="1139" d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137 t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM197 1241q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41 t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
178
+ <glyph unicode="&#xe4;" horiz-adv-x="1139" d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137 t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM279 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM660 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75 q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
179
+ <glyph unicode="&#xe5;" horiz-adv-x="1139" d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137 t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM358 1456q0 98 60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5zM462 1456q0 -56 30 -86.5t87 -30.5q52 0 84.5 30.5 t32.5 86.5t-33 86.5t-84 30.5t-84 -30.5t-33 -86.5z" />
180
+ <glyph unicode="&#xe6;" horiz-adv-x="1757" d="M94 303q0 161 124 250.5t378 97.5l184 6v68q0 129 -58 190.5t-177 61.5q-144 0 -307 -84l-52 127q74 41 173.5 67.5t197.5 26.5q130 0 212.5 -43.5t123.5 -138.5q53 88 138.5 136t195.5 48q192 0 308 -133.5t116 -355.5v-107h-701q8 -395 322 -395q91 0 169.5 17.5 t162.5 56.5v-148q-86 -38 -160.5 -54.5t-175.5 -16.5q-289 0 -414 233q-81 -127 -179.5 -180t-232.5 -53q-163 0 -255.5 85t-92.5 238zM268 301q0 -95 53.5 -139.5t141.5 -44.5q145 0 229 84.5t84 238.5v99l-158 -7q-186 -8 -268 -62.5t-82 -168.5zM954 653h519 q0 156 -64 240t-184 84q-121 0 -190.5 -83t-80.5 -241z" />
181
+ <glyph unicode="&#xe7;" horiz-adv-x="975" d="M115 541q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57q-238 0 -368.5 146.5t-130.5 414.5zM363 -377q45 -8 104 -8q79 0 119.5 20t40.5 74 q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106z" />
182
+ <glyph unicode="&#xe8;" horiz-adv-x="1149" d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z M318 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
183
+ <glyph unicode="&#xe9;" horiz-adv-x="1149" d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z M471 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
184
+ <glyph unicode="&#xea;" horiz-adv-x="1149" d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z M259 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
185
+ <glyph unicode="&#xeb;" horiz-adv-x="1149" d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z M319 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM700 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
186
+ <glyph unicode="&#xec;" horiz-adv-x="518" d="M176 0v1096h166v-1096h-166zM-38 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
187
+ <glyph unicode="&#xed;" horiz-adv-x="518" d="M176 0v1096h166v-1096h-166zM169 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
188
+ <glyph unicode="&#xee;" horiz-adv-x="518" d="M176 0v1096h166v-1096h-166zM-77 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
189
+ <glyph unicode="&#xef;" horiz-adv-x="518" d="M176 0v1096h166v-1096h-166zM-20 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM361 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
190
+ <glyph unicode="&#xf0;" horiz-adv-x="1221" d="M113 475q0 230 131.5 361t351.5 131q226 0 326 -121l8 4q-57 214 -262 405l-271 -155l-73 108l233 133q-92 62 -186 111l69 117q156 -73 258 -148l238 138l76 -107l-207 -119q152 -143 234.5 -342t82.5 -428q0 -281 -130.5 -432t-377.5 -151q-222 0 -361.5 134.5 t-139.5 360.5zM281 469q0 -167 87.5 -258.5t249.5 -91.5q175 0 255.5 100.5t80.5 292.5q0 147 -90 232t-246 85q-337 0 -337 -360z" />
191
+ <glyph unicode="&#xf1;" horiz-adv-x="1257" d="M176 0v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166zM278 1241q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99 q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
192
+ <glyph unicode="&#xf2;" horiz-adv-x="1237" d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM349 1548v21 h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
193
+ <glyph unicode="&#xf3;" horiz-adv-x="1237" d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM479 1241v25 q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
194
+ <glyph unicode="&#xf4;" horiz-adv-x="1237" d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM282 1241v23 q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
195
+ <glyph unicode="&#xf5;" horiz-adv-x="1237" d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM249 1241 q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
196
+ <glyph unicode="&#xf6;" horiz-adv-x="1237" d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM336 1393 q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM717 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
197
+ <glyph unicode="&#xf7;" d="M104 653v138h961v-138h-961zM471 373q0 60 29.5 90.5t83.5 30.5q52 0 81 -31.5t29 -89.5q0 -57 -29.5 -89t-80.5 -32q-52 0 -82.5 31.5t-30.5 89.5zM471 1071q0 60 29.5 90.5t83.5 30.5q52 0 81 -31.5t29 -89.5q0 -57 -29.5 -89t-80.5 -32q-52 0 -82.5 31.5t-30.5 89.5z " />
198
+ <glyph unicode="&#xf8;" horiz-adv-x="1237" d="M115 549q0 268 134 417.5t372 149.5q154 0 270 -76l84 119l117 -76l-97 -133q127 -152 127 -401q0 -268 -135 -418.5t-373 -150.5q-154 0 -266 69l-84 -117l-114 78l94 131q-129 152 -129 408zM287 549q0 -171 53 -273l465 646q-75 53 -189 53q-163 0 -246 -107t-83 -319 zM434 170q71 -51 184 -51q163 0 247.5 109.5t84.5 320.5q0 164 -51 264z" />
199
+ <glyph unicode="&#xf9;" horiz-adv-x="1257" d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304zM333 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
200
+ <glyph unicode="&#xfa;" horiz-adv-x="1257" d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304zM506 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
201
+ <glyph unicode="&#xfb;" horiz-adv-x="1257" d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304zM286 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119 q-88 55 -221 186q-136 -134 -219 -186h-115z" />
202
+ <glyph unicode="&#xfc;" horiz-adv-x="1257" d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304zM342 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5 q-37 0 -63.5 24.5t-26.5 74.5zM723 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
203
+ <glyph unicode="&#xfd;" horiz-adv-x="1032" d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM411 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111 z" />
204
+ <glyph unicode="&#xfe;" horiz-adv-x="1255" d="M176 -492v2048h166v-466q0 -52 -6 -142h8q66 89 151 128.5t191 39.5q215 0 335 -150t120 -417q0 -268 -120.5 -418.5t-334.5 -150.5q-222 0 -344 161h-12l4 -34q8 -77 8 -140v-459h-166zM342 549q0 -231 77 -330.5t247 -99.5q303 0 303 432q0 215 -74 319.5t-231 104.5 q-168 0 -244 -92t-78 -293v-41z" />
205
+ <glyph unicode="&#xff;" horiz-adv-x="1032" d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM234 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5 t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM615 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
206
+ <glyph unicode="&#x131;" horiz-adv-x="518" d="M176 0v1096h166v-1096h-166z" />
207
+ <glyph unicode="&#x152;" horiz-adv-x="1890" d="M125 735q0 360 174 555t494 195q102 0 192 -23h782v-151h-589v-471h551v-150h-551v-538h589v-152h-768q-102 -20 -194 -20q-327 0 -503.5 196.5t-176.5 558.5zM305 733q0 -297 128.5 -450.5t375.5 -153.5q112 0 199 33v1141q-87 30 -197 30q-249 0 -377.5 -152.5 t-128.5 -447.5z" />
208
+ <glyph unicode="&#x153;" horiz-adv-x="1929" d="M113 549q0 265 131 415t366 150q131 0 233.5 -59.5t164.5 -173.5q58 112 154 172.5t222 60.5q201 0 320 -132.5t119 -358.5v-105h-729q8 -393 338 -393q94 0 174.5 17.5t167.5 56.5v-148q-88 -39 -164 -55t-180 -16q-293 0 -418 235q-62 -116 -166.5 -175.5t-241.5 -59.5 q-223 0 -357 152.5t-134 416.5zM287 549q0 -211 76 -320.5t243 -109.5q163 0 239.5 106.5t76.5 315.5q0 221 -77.5 327.5t-242.5 106.5q-166 0 -240.5 -108t-74.5 -318zM1098 653h544q0 158 -66 240t-194 82q-127 0 -199.5 -82t-84.5 -240z" />
209
+ <glyph unicode="&#x178;" horiz-adv-x="1147" d="M0 1462h186l387 -731l390 731h184l-488 -895v-567h-172v559zM294 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM675 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5 t-63.5 24.5t-26.5 74.5z" />
210
+ <glyph unicode="&#x2c6;" horiz-adv-x="1212" d="M268 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
211
+ <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M367 1456q0 98 60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5zM471 1456q0 -56 30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5t-33 86.5t-84 30.5t-84 -30.5t-33 -86.5z" />
212
+ <glyph unicode="&#x2dc;" horiz-adv-x="1212" d="M264 1241q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
213
+ <glyph unicode="&#x2000;" horiz-adv-x="953" />
214
+ <glyph unicode="&#x2001;" horiz-adv-x="1907" />
215
+ <glyph unicode="&#x2002;" horiz-adv-x="953" />
216
+ <glyph unicode="&#x2003;" horiz-adv-x="1907" />
217
+ <glyph unicode="&#x2004;" horiz-adv-x="635" />
218
+ <glyph unicode="&#x2005;" horiz-adv-x="476" />
219
+ <glyph unicode="&#x2006;" horiz-adv-x="317" />
220
+ <glyph unicode="&#x2007;" horiz-adv-x="317" />
221
+ <glyph unicode="&#x2008;" horiz-adv-x="238" />
222
+ <glyph unicode="&#x2009;" horiz-adv-x="381" />
223
+ <glyph unicode="&#x200a;" horiz-adv-x="105" />
224
+ <glyph unicode="&#x2010;" horiz-adv-x="659" d="M84 473v152h491v-152h-491z" />
225
+ <glyph unicode="&#x2011;" horiz-adv-x="659" d="M84 473v152h491v-152h-491z" />
226
+ <glyph unicode="&#x2012;" horiz-adv-x="659" d="M84 473v152h491v-152h-491z" />
227
+ <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 473v152h860v-152h-860z" />
228
+ <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 473v152h1884v-152h-1884z" />
229
+ <glyph unicode="&#x2018;" horiz-adv-x="348" d="M25 983q22 90 71 224t105 255h123q-66 -254 -103 -501h-184z" />
230
+ <glyph unicode="&#x2019;" horiz-adv-x="348" d="M25 961q70 285 102 501h182l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122z" />
231
+ <glyph unicode="&#x201a;" horiz-adv-x="502" d="M63 -264q27 104 59.5 257t45.5 245h182l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125z" />
232
+ <glyph unicode="&#x201c;" horiz-adv-x="717" d="M25 983q22 90 71 224t105 255h123q-66 -254 -103 -501h-184zM391 983q56 215 178 479h123q-30 -115 -59.5 -259.5t-42.5 -241.5h-184z" />
233
+ <glyph unicode="&#x201d;" horiz-adv-x="717" d="M25 961q70 285 102 501h182l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122zM391 961q26 100 59 254t46 247h182l14 -22q-24 -91 -72 -224t-104 -255h-125z" />
234
+ <glyph unicode="&#x201e;" horiz-adv-x="829" d="M25 -263q70 285 102 501h182l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122zM391 -263q26 100 59 254t46 247h182l14 -22q-24 -91 -72 -224t-104 -255h-125z" />
235
+ <glyph unicode="&#x2022;" horiz-adv-x="770" d="M164 748q0 121 56.5 184t164.5 63q105 0 163 -62t58 -185q0 -119 -57.5 -183.5t-163.5 -64.5q-107 0 -164 65.5t-57 182.5z" />
236
+ <glyph unicode="&#x2026;" horiz-adv-x="1606" d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM682 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM1213 106 q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
237
+ <glyph unicode="&#x202f;" horiz-adv-x="381" />
238
+ <glyph unicode="&#x2039;" horiz-adv-x="623" d="M82 524v27l342 407l119 -69l-289 -350l289 -351l-119 -71z" />
239
+ <glyph unicode="&#x203a;" horiz-adv-x="623" d="M80 188l287 351l-287 350l117 69l344 -407v-27l-344 -407z" />
240
+ <glyph unicode="&#x2044;" horiz-adv-x="266" d="M-391 0l903 1462h143l-903 -1462h-143z" />
241
+ <glyph unicode="&#x205f;" horiz-adv-x="476" />
242
+ <glyph unicode="&#x2074;" horiz-adv-x="711" d="M20 788v101l408 579h139v-563h125v-117h-125v-202h-145v202h-402zM160 905h262v195q0 134 6 209q-5 -12 -17 -31.5t-27 -41.5l-30 -46q-15 -22 -26 -39z" />
243
+ <glyph unicode="&#x20ac;" horiz-adv-x="1208" d="M63 506v129h152l-2 42v44l2 80h-152v129h164q39 261 185 407t383 146q201 0 366 -97l-71 -139q-166 86 -295 86q-319 0 -398 -403h510v-129h-524l-2 -57v-64l2 -45h463v-129h-447q37 -180 138.5 -278.5t271.5 -98.5q156 0 309 66v-150q-146 -65 -317 -65 q-237 0 -381.5 134.5t-190.5 391.5h-166z" />
244
+ <glyph unicode="&#x2122;" horiz-adv-x="1589" d="M37 1356v106h543v-106h-211v-615h-123v615h-209zM647 741v721h187l196 -559l203 559h180v-721h-127v420l6 137h-8l-211 -557h-104l-201 559h-8l6 -129v-430h-119z" />
245
+ <glyph unicode="&#x2212;" d="M104 653v138h961v-138h-961z" />
246
+ <glyph unicode="&#xe000;" horiz-adv-x="1095" d="M0 1095h1095v-1095h-1095v1095z" />
247
+ <glyph unicode="&#xfb01;" horiz-adv-x="1212" d="M29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196zM856 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM870 0v1096h166 v-1096h-166z" />
248
+ <glyph unicode="&#xfb02;" horiz-adv-x="1212" d="M29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196zM870 0v1556h166v-1556h-166z" />
249
+ <glyph unicode="&#xfb03;" horiz-adv-x="1909" d="M717 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196zM29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129 h-279v-967h-166v967h-196zM1551 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM1565 0v1096h166v-1096h-166z" />
250
+ <glyph unicode="&#xfb04;" horiz-adv-x="1909" d="M717 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196zM29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129 h-279v-967h-166v967h-196zM1565 0v1556h166v-1556h-166z" />
251
+ </font>
252
+ </defs></svg>
css/fonts/OpenSans-Regular-webfont.ttf ADDED
Binary file
css/fonts/OpenSans-Regular-webfont.woff ADDED
Binary file
css/fonts/OpenSans-Semibold-webfont.eot ADDED
Binary file
css/fonts/OpenSans-Semibold-webfont.svg ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>
5
+ This is a custom SVG webfont generated by Font Squirrel.
6
+ Copyright : Digitized data copyright 2011 Google Corporation
7
+ Foundry : Ascender Corporation
8
+ Foundry URL : httpwwwascendercorpcom
9
+ </metadata>
10
+ <defs>
11
+ <font id="OpenSansSemibold" horiz-adv-x="1169" >
12
+ <font-face units-per-em="2048" ascent="1638" descent="-410" />
13
+ <missing-glyph horiz-adv-x="532" />
14
+ <glyph unicode=" " horiz-adv-x="532" />
15
+ <glyph unicode="&#x09;" horiz-adv-x="532" />
16
+ <glyph unicode="&#xa0;" horiz-adv-x="532" />
17
+ <glyph unicode="!" horiz-adv-x="565" d="M133 125q0 74 39 112.5t111 38.5q71 0 109 -40t38 -111t-38.5 -112.5t-108.5 -41.5q-71 0 -110.5 40t-39.5 114zM145 1462h277l-51 -1018h-174z" />
18
+ <glyph unicode="&#x22;" horiz-adv-x="893" d="M133 1462h232l-41 -528h-150zM528 1462h232l-41 -528h-150z" />
19
+ <glyph unicode="#" horiz-adv-x="1323" d="M47 418v168h283l57 284h-264v168h293l80 422h180l-80 -422h252l80 422h174l-80 -422h252v-168h-285l-55 -284h270v-168h-303l-80 -418h-178l80 418h-248l-80 -418h-174l76 418h-250zM506 586h250l57 284h-250z" />
20
+ <glyph unicode="$" d="M111 168v211q86 -42 201 -70.5t206 -29.5v374l-84 31q-164 63 -239.5 150.5t-75.5 216.5q0 138 107.5 227t291.5 108v168h133v-165q203 -7 385 -82l-73 -183q-157 62 -312 74v-364l76 -29q190 -73 263 -154t73 -198q0 -145 -106 -239t-306 -116v-217h-133v211 q-248 4 -407 76zM354 1053q0 -57 35.5 -95t128.5 -75v311q-80 -12 -122 -49t-42 -92zM651 287q176 27 176 151q0 58 -40.5 95.5t-135.5 72.5v-319z" />
21
+ <glyph unicode="%" horiz-adv-x="1765" d="M84 1026q0 457 319 457q157 0 241.5 -118.5t84.5 -338.5q0 -230 -82.5 -345.5t-243.5 -115.5q-152 0 -235.5 119.5t-83.5 341.5zM279 1024q0 -149 29 -222t95 -73q132 0 132 295t-132 295q-66 0 -95 -73t-29 -222zM379 0l811 1462h194l-811 -1462h-194zM1036 440 q0 457 320 457q154 0 239.5 -118t85.5 -339q0 -230 -83 -345t-242 -115q-152 0 -236 118.5t-84 341.5zM1231 440q0 -149 29.5 -223t95.5 -74q131 0 131 297q0 293 -131 293q-66 0 -95.5 -72t-29.5 -221z" />
22
+ <glyph unicode="&#x26;" horiz-adv-x="1516" d="M96 387q0 131 64 228.5t231 193.5q-95 111 -129.5 187.5t-34.5 158.5q0 152 108.5 240t291.5 88q177 0 278 -85.5t101 -230.5q0 -114 -67.5 -207t-225.5 -186l346 -334q81 107 135 314h242q-70 -284 -224 -463l301 -291h-303l-149 145q-102 -82 -217.5 -123.5 t-255.5 -41.5q-230 0 -361 109t-131 298zM344 403q0 -98 69.5 -159.5t186.5 -61.5q183 0 313 107l-383 377q-106 -68 -146 -127.5t-40 -135.5zM451 1147q0 -63 33.5 -119t93.5 -119q113 64 158.5 119.5t45.5 124.5q0 65 -43.5 104t-115.5 39q-79 0 -125.5 -40.5 t-46.5 -108.5z" />
23
+ <glyph unicode="'" horiz-adv-x="498" d="M133 1462h232l-41 -528h-150z" />
24
+ <glyph unicode="(" horiz-adv-x="649" d="M82 561q0 265 77.5 496t223.5 405h205q-139 -188 -213 -421.5t-74 -477.5t74 -473t211 -414h-203q-147 170 -224 397t-77 488z" />
25
+ <glyph unicode=")" horiz-adv-x="649" d="M61 1462h205q147 -175 224 -406.5t77 -494.5t-77.5 -490t-223.5 -395h-203q138 187 211.5 415t73.5 472q0 245 -74 477.5t-213 421.5z" />
26
+ <glyph unicode="*" horiz-adv-x="1122" d="M74 1065l35 217l376 -108l-41 382h228l-41 -382l385 108l28 -217l-360 -29l236 -311l-199 -107l-166 338l-149 -338l-205 107l231 311z" />
27
+ <glyph unicode="+" d="M96 633v178h398v408h180v-408h399v-178h-399v-406h-180v406h-398z" />
28
+ <glyph unicode="," horiz-adv-x="547" d="M63 -264q69 270 103 502h231l15 -23q-48 -186 -176 -479h-173z" />
29
+ <glyph unicode="-" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
30
+ <glyph unicode="." horiz-adv-x="563" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
31
+ <glyph unicode="/" horiz-adv-x="799" d="M16 0l545 1462h221l-544 -1462h-222z" />
32
+ <glyph unicode="0" d="M88 731q0 387 122.5 570.5t373.5 183.5q245 0 371 -192t126 -562q0 -381 -122.5 -566t-374.5 -185q-244 0 -370 191t-126 560zM326 731q0 -299 61.5 -427t196.5 -128t197.5 130t62.5 425q0 294 -62.5 425.5t-197.5 131.5t-196.5 -129t-61.5 -428z" />
33
+ <glyph unicode="1" d="M154 1124l430 338h196v-1462h-235v944q0 169 8 268q-23 -24 -56.5 -53t-224.5 -184z" />
34
+ <glyph unicode="2" d="M90 0v178l377 379q167 171 221.5 242.5t79.5 134.5t25 135q0 99 -59.5 156t-164.5 57q-84 0 -162.5 -31t-181.5 -112l-127 155q122 103 237 146t245 43q204 0 327 -106.5t123 -286.5q0 -99 -35.5 -188t-109 -183.5t-244.5 -255.5l-254 -246v-10h694v-207h-991z" />
35
+ <glyph unicode="3" d="M86 59v209q93 -46 197 -71t200 -25q170 0 254 63t84 195q0 117 -93 172t-292 55h-127v191h129q350 0 350 242q0 94 -61 145t-180 51q-83 0 -160 -23.5t-182 -91.5l-115 164q201 148 467 148q221 0 345 -95t124 -262q0 -139 -81 -231.5t-228 -124.5v-8q176 -22 264 -109.5 t88 -232.5q0 -211 -149 -325.5t-424 -114.5q-243 0 -410 79z" />
36
+ <glyph unicode="4" d="M39 319v181l668 966h229v-952h197v-195h-197v-319h-229v319h-668zM258 514h449v367q0 196 10 321h-8q-28 -66 -88 -160z" />
37
+ <glyph unicode="5" d="M117 59v213q81 -46 186 -71t195 -25q159 0 242 71t83 208q0 262 -334 262q-47 0 -116 -9.5t-121 -21.5l-105 62l56 714h760v-209h-553l-33 -362q35 6 85.5 14t123.5 8q221 0 350 -117t129 -319q0 -234 -146.5 -365.5t-416.5 -131.5q-245 0 -385 79z" />
38
+ <glyph unicode="6" d="M94 623q0 858 699 858q110 0 186 -17v-196q-76 22 -176 22q-235 0 -353 -126t-128 -404h12q47 81 132 125.5t200 44.5q199 0 310 -122t111 -331q0 -230 -128.5 -363.5t-350.5 -133.5q-157 0 -273 75.5t-178.5 220t-62.5 347.5zM332 508q0 -141 76.5 -237.5t195.5 -96.5 q121 0 186.5 78t65.5 223q0 126 -61.5 198t-184.5 72q-76 0 -140 -32.5t-101 -89t-37 -115.5z" />
39
+ <glyph unicode="7" d="M74 1253v207h1011v-164l-575 -1296h-254l578 1253h-760z" />
40
+ <glyph unicode="8" d="M88 371q0 122 68.5 219.5t224.5 173.5q-134 80 -191 169t-57 200q0 159 125 253.5t326 94.5q208 0 329 -95.5t121 -255.5q0 -225 -270 -358q172 -86 244.5 -181t72.5 -212q0 -181 -133 -290t-360 -109q-238 0 -369 102t-131 289zM313 379q0 -104 73 -161.5t198 -57.5 q129 0 200.5 59.5t71.5 161.5q0 81 -66 148t-200 124l-29 13q-132 -58 -190 -127.5t-58 -159.5zM360 1116q0 -52 22 -93t64 -74.5t142 -80.5q120 53 169.5 111.5t49.5 136.5q0 85 -61.5 134.5t-163.5 49.5q-100 0 -161 -49.5t-61 -134.5z" />
41
+ <glyph unicode="9" d="M86 981q0 229 128.5 364.5t350.5 135.5q156 0 272 -76t179 -220.5t63 -346.5q0 -432 -174 -645t-524 -213q-133 0 -191 16v197q89 -25 179 -25q238 0 355 128t128 402h-12q-59 -90 -142.5 -130t-195.5 -40q-194 0 -305 121t-111 332zM317 983q0 -125 60.5 -196.5 t183.5 -71.5q119 0 200 71t81 166q0 89 -34.5 166.5t-96.5 122.5t-142 45q-122 0 -187 -79.5t-65 -223.5z" />
42
+ <glyph unicode=":" horiz-adv-x="563" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM133 979q0 151 148 151q75 0 112 -40t37 -111t-38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
43
+ <glyph unicode=";" horiz-adv-x="569" d="M63 -264q69 270 103 502h231l15 -23q-48 -186 -176 -479h-173zM131 979q0 151 148 151q75 0 112 -40t37 -111t-38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
44
+ <glyph unicode="&#x3c;" d="M96 651v121l977 488v-195l-733 -344l733 -303v-197z" />
45
+ <glyph unicode="=" d="M102 432v178h963v-178h-963zM102 831v179h963v-179h-963z" />
46
+ <glyph unicode="&#x3e;" d="M96 221v197l733 303l-733 344v195l977 -488v-121z" />
47
+ <glyph unicode="?" horiz-adv-x="928" d="M16 1370q203 113 435 113q196 0 311 -96t115 -265q0 -75 -22 -133.5t-66.5 -111.5t-153.5 -138q-93 -73 -124.5 -121t-31.5 -129v-45h-196v64q0 110 40 183t140 151q119 94 153.5 146t34.5 124q0 84 -56 129t-161 45q-95 0 -176 -27t-158 -65zM242 125q0 151 147 151 q72 0 110 -39.5t38 -111.5q0 -71 -38.5 -112.5t-109.5 -41.5t-109 40.5t-38 113.5z" />
48
+ <glyph unicode="@" horiz-adv-x="1839" d="M111 586q0 261 112 464.5t310.5 311.5t449.5 108q217 0 386.5 -90t263 -256.5t93.5 -384.5q0 -143 -45 -261.5t-126.5 -184.5t-188.5 -66q-79 0 -137 42t-78 114h-12q-49 -78 -121 -117t-162 -39q-163 0 -256.5 105t-93.5 284q0 206 124 334.5t333 128.5 q76 0 168.5 -13.5t164.5 -37.5l-22 -465v-24q0 -160 104 -160q79 0 125.5 102t46.5 260q0 171 -70 300.5t-199 199.5t-296 70q-213 0 -370.5 -88t-240.5 -251.5t-83 -379.5q0 -290 155 -446t445 -156q221 0 461 90v-164q-210 -86 -457 -86q-370 0 -577 199.5t-207 556.5z M698 612q0 -233 183 -233q193 0 211 293l12 239q-63 17 -135 17q-128 0 -199.5 -85t-71.5 -231z" />
49
+ <glyph unicode="A" horiz-adv-x="1354" d="M0 0l547 1468h260l547 -1468h-254l-146 406h-559l-143 -406h-252zM465 612h426l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269z" />
50
+ <glyph unicode="B" horiz-adv-x="1352" d="M193 0v1462h434q302 0 436.5 -88t134.5 -278q0 -128 -66 -213t-190 -107v-10q154 -29 226.5 -114.5t72.5 -231.5q0 -197 -137.5 -308.5t-382.5 -111.5h-528zM432 201h254q150 0 226.5 57.5t76.5 181.5q0 114 -78 169t-237 55h-242v-463zM432 858h230q150 0 219 47.5 t69 161.5q0 103 -74.5 149t-236.5 46h-207v-404z" />
51
+ <glyph unicode="C" horiz-adv-x="1298" d="M121 731q0 228 83.5 399t241.5 262t371 91q224 0 414 -94l-86 -199q-74 35 -156.5 61.5t-173.5 26.5q-206 0 -324 -146t-118 -403q0 -269 113.5 -407t328.5 -138q93 0 180 18.5t181 47.5v-205q-172 -65 -390 -65q-321 0 -493 194.5t-172 556.5z" />
52
+ <glyph unicode="D" horiz-adv-x="1503" d="M193 0v1462h452q349 0 543 -188t194 -529q0 -362 -201 -553.5t-579 -191.5h-409zM432 201h170q528 0 528 536q0 525 -491 525h-207v-1061z" />
53
+ <glyph unicode="E" horiz-adv-x="1143" d="M193 0v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203h-827z" />
54
+ <glyph unicode="F" horiz-adv-x="1090" d="M193 0v1462h825v-202h-588v-457h551v-203h-551v-600h-237z" />
55
+ <glyph unicode="G" horiz-adv-x="1487" d="M121 731q0 353 203 552.5t559 199.5q229 0 434 -88l-84 -199q-178 82 -356 82q-234 0 -370 -147t-136 -402q0 -268 122.5 -407.5t352.5 -139.5q116 0 248 29v377h-303v205h538v-734q-132 -43 -253.5 -61t-262.5 -18q-332 0 -512 196.5t-180 554.5z" />
56
+ <glyph unicode="H" horiz-adv-x="1538" d="M193 0v1462h239v-598h674v598h240v-1462h-240v659h-674v-659h-239z" />
57
+ <glyph unicode="I" horiz-adv-x="625" d="M193 0v1462h239v-1462h-239z" />
58
+ <glyph unicode="J" horiz-adv-x="612" d="M-156 -182q84 -21 146 -21q196 0 196 248v1417h240v-1409q0 -224 -106.5 -342.5t-311.5 -118.5q-98 0 -164 25v201z" />
59
+ <glyph unicode="K" horiz-adv-x="1309" d="M193 0v1462h239v-698q98 120 195 231l395 467h272q-383 -450 -549 -641l564 -821h-277l-459 662l-141 -115v-547h-239z" />
60
+ <glyph unicode="L" horiz-adv-x="1110" d="M193 0v1462h239v-1257h619v-205h-858z" />
61
+ <glyph unicode="M" horiz-adv-x="1890" d="M193 0v1462h337l406 -1163h6l418 1163h338v-1462h-230v723q0 109 5.5 284t9.5 212h-8l-439 -1219h-211l-424 1221h-8q17 -272 17 -510v-711h-217z" />
62
+ <glyph unicode="N" horiz-adv-x="1604" d="M193 0v1462h290l717 -1159h6q-2 23 -8 167.5t-6 225.5v766h219v-1462h-293l-719 1165h-8l5 -65q14 -186 14 -340v-760h-217z" />
63
+ <glyph unicode="O" horiz-adv-x="1612" d="M121 735q0 362 178.5 556t509.5 194q326 0 504 -197t178 -555q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z" />
64
+ <glyph unicode="P" horiz-adv-x="1260" d="M193 0v1462h421q274 0 410.5 -112t136.5 -330q0 -229 -150 -351t-427 -122h-152v-547h-239zM432 748h127q184 0 270 64t86 200q0 126 -77 188t-240 62h-166v-514z" />
65
+ <glyph unicode="Q" horiz-adv-x="1612" d="M121 735q0 362 178.5 556t509.5 194q326 0 504 -197t178 -555q0 -266 -101.5 -448t-295.5 -256l350 -377h-322l-276 328h-39q-331 0 -508.5 196.5t-177.5 558.5zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139 q-215 0 -324.5 -139t-109.5 -408z" />
66
+ <glyph unicode="R" horiz-adv-x="1309" d="M193 0v1462h413q283 0 419 -106t136 -320q0 -273 -284 -389l413 -647h-272l-350 584h-236v-584h-239zM432 782h166q167 0 242 62t75 184q0 124 -81 178t-244 54h-158v-478z" />
67
+ <glyph unicode="S" horiz-adv-x="1126" d="M100 57v226q100 -47 212.5 -74t209.5 -27q142 0 209.5 54t67.5 145q0 82 -62 139t-256 135q-200 81 -282 185t-82 250q0 183 130 288t349 105q210 0 418 -92l-76 -195q-195 82 -348 82q-116 0 -176 -50.5t-60 -133.5q0 -57 24 -97.5t79 -76.5t198 -95q161 -67 236 -125 t110 -131t35 -172q0 -195 -141 -306t-389 -111t-406 77z" />
68
+ <glyph unicode="T" horiz-adv-x="1159" d="M29 1257v205h1099v-205h-430v-1257h-239v1257h-430z" />
69
+ <glyph unicode="U" horiz-adv-x="1520" d="M180 520v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396z" />
70
+ <glyph unicode="V" horiz-adv-x="1274" d="M0 1462h246l305 -909q24 -65 51 -167.5t35 -152.5q13 76 40 176t44 148l305 905h248l-512 -1462h-252z" />
71
+ <glyph unicode="W" horiz-adv-x="1937" d="M12 1462h244l209 -852q49 -205 70 -362q11 85 33 190t40 170l238 854h237l244 -858q35 -119 74 -356q15 143 72 364l208 850h242l-381 -1462h-260l-248 872q-16 57 -40 164.5t-29 149.5q-10 -64 -32.5 -166t-37.5 -152l-242 -868h-260l-189 732z" />
72
+ <glyph unicode="X" horiz-adv-x="1274" d="M4 0l485 758l-454 704h266l338 -553l338 553h258l-457 -708l492 -754h-275l-366 598l-369 -598h-256z" />
73
+ <glyph unicode="Y" horiz-adv-x="1212" d="M0 1462h260l346 -667l346 667h260l-487 -895v-567h-240v559z" />
74
+ <glyph unicode="Z" horiz-adv-x="1178" d="M66 0v166l737 1091h-717v205h1006v-168l-740 -1089h760v-205h-1046z" />
75
+ <glyph unicode="[" horiz-adv-x="676" d="M154 -324v1786h471v-176h-256v-1433h256v-177h-471z" />
76
+ <glyph unicode="\" horiz-adv-x="799" d="M16 1462h222l544 -1462h-221z" />
77
+ <glyph unicode="]" horiz-adv-x="676" d="M51 -147h256v1433h-256v176h469v-1786h-469v177z" />
78
+ <glyph unicode="^" horiz-adv-x="1100" d="M29 535l436 935h121l485 -935h-194l-349 694l-307 -694h-192z" />
79
+ <glyph unicode="_" horiz-adv-x="879" d="M-4 -184h887v-135h-887v135z" />
80
+ <glyph unicode="`" horiz-adv-x="1212" d="M362 1548v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
81
+ <glyph unicode="a" horiz-adv-x="1188" d="M90 317q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249zM334 315 q0 -74 44 -114.5t132 -40.5q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5z" />
82
+ <glyph unicode="b" horiz-adv-x="1276" d="M168 0v1556h235v-370q0 -41 -4 -122t-6 -103h10q112 165 330 165q207 0 322.5 -150t115.5 -421q0 -272 -117 -423.5t-325 -151.5q-210 0 -326 151h-16l-43 -131h-176zM403 555q0 -202 64 -292.5t209 -90.5q125 0 189.5 99t64.5 286q0 377 -258 377q-142 0 -204.5 -83.5 t-64.5 -279.5v-16z" />
83
+ <glyph unicode="c" horiz-adv-x="1014" d="M102 547q0 279 136.5 429t394.5 150q175 0 315 -65l-71 -189q-149 58 -246 58q-287 0 -287 -381q0 -186 71.5 -279.5t209.5 -93.5q157 0 297 78v-205q-63 -37 -134.5 -53t-173.5 -16q-251 0 -381.5 146.5t-130.5 420.5z" />
84
+ <glyph unicode="d" horiz-adv-x="1276" d="M102 551q0 272 117.5 423.5t325.5 151.5q218 0 332 -161h12q-17 119 -17 188v403h236v-1556h-184l-41 145h-11q-113 -165 -331 -165q-207 0 -323 150t-116 421zM344 547q0 -184 65 -280.5t195 -96.5q145 0 211 81.5t68 264.5v33q0 209 -68 297t-213 88 q-124 0 -191 -100.5t-67 -286.5z" />
85
+ <glyph unicode="e" horiz-adv-x="1180" d="M102 545q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17q-258 0 -403.5 150.5t-145.5 414.5zM348 670h502q-2 137 -66 207.5t-176 70.5t-179.5 -71t-80.5 -207z" />
86
+ <glyph unicode="f" horiz-adv-x="743" d="M35 928v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178h-270v-928h-236v928h-182z" />
87
+ <glyph unicode="g" horiz-adv-x="1139" d="M23 -184q0 102 64.5 171.5t180.5 96.5q-47 20 -77.5 64.5t-30.5 93.5q0 62 35 105t104 85q-86 37 -139.5 120.5t-53.5 195.5q0 180 113.5 279t323.5 99q47 0 98.5 -6.5t77.5 -13.5h383v-129l-189 -35q26 -35 43 -86t17 -108q0 -171 -118 -269t-325 -98q-53 0 -96 8 q-76 -47 -76 -110q0 -38 35.5 -57t130.5 -19h193q183 0 278 -78t95 -225q0 -188 -155 -290t-448 -102q-226 0 -345 80t-119 228zM233 -172q0 -76 68.5 -117t192.5 -41q192 0 286 55t94 146q0 72 -51.5 102.5t-191.5 30.5h-178q-101 0 -160.5 -47.5t-59.5 -128.5zM334 748 q0 -104 53.5 -160t153.5 -56q204 0 204 218q0 108 -50.5 166.5t-153.5 58.5q-102 0 -154.5 -58t-52.5 -169z" />
88
+ <glyph unicode="h" horiz-adv-x="1300" d="M168 0v1556h235v-395q0 -95 -12 -203h15q48 80 133.5 124t199.5 44q402 0 402 -405v-721h-236v680q0 128 -51.5 191t-163.5 63q-148 0 -217.5 -88.5t-69.5 -296.5v-549h-235z" />
89
+ <glyph unicode="i" horiz-adv-x="571" d="M154 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5zM168 0v1106h235v-1106h-235z" />
90
+ <glyph unicode="j" horiz-adv-x="571" d="M-121 -281q68 -18 139 -18q150 0 150 170v1235h235v-1251q0 -171 -89.5 -259t-258.5 -88q-106 0 -176 25v186zM154 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
91
+ <glyph unicode="k" horiz-adv-x="1171" d="M168 0v1556h233v-759l-12 -213h6l133 166l334 356h271l-445 -475l473 -631h-276l-355 485l-129 -106v-379h-233z" />
92
+ <glyph unicode="l" horiz-adv-x="571" d="M168 0v1556h235v-1556h-235z" />
93
+ <glyph unicode="m" horiz-adv-x="1958" d="M168 0v1106h184l33 -145h12q46 79 133.5 122t192.5 43q255 0 338 -174h16q49 82 138 128t204 46q198 0 288.5 -100t90.5 -305v-721h-235v682q0 127 -48.5 189.5t-150.5 62.5q-137 0 -200.5 -85.5t-63.5 -262.5v-586h-236v682q0 127 -48 189.5t-150 62.5 q-136 0 -199.5 -88.5t-63.5 -294.5v-551h-235z" />
94
+ <glyph unicode="n" horiz-adv-x="1300" d="M168 0v1106h184l33 -145h12q50 79 142 122t204 43q398 0 398 -405v-721h-236v680q0 128 -51.5 191t-163.5 63q-149 0 -218 -88t-69 -295v-551h-235z" />
95
+ <glyph unicode="o" horiz-adv-x="1251" d="M102 555q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281z" />
96
+ <glyph unicode="p" horiz-adv-x="1276" d="M168 -492v1598h190q8 -31 33 -148h12q110 168 330 168q207 0 322.5 -150t115.5 -421t-117.5 -423t-324.5 -152q-210 0 -326 151h-14q14 -140 14 -170v-453h-235zM403 555q0 -202 64 -292.5t209 -90.5q122 0 188 100t66 285q0 186 -65.5 281.5t-192.5 95.5 q-140 0 -204.5 -82t-64.5 -262v-35z" />
97
+ <glyph unicode="q" horiz-adv-x="1276" d="M102 551q0 270 118 422.5t325 152.5q104 0 186.5 -38.5t147.5 -126.5h8l26 145h195v-1598h-236v469q0 44 4 93t7 75h-13q-104 -165 -331 -165q-205 0 -321 150.5t-116 420.5zM344 547q0 -379 262 -379q148 0 212.5 85.5t64.5 258.5v37q0 205 -66.5 295t-214.5 90 q-126 0 -192 -100t-66 -287z" />
98
+ <glyph unicode="r" horiz-adv-x="883" d="M168 0v1106h184l31 -195h12q55 99 143.5 157t190.5 58q71 0 117 -10l-23 -219q-50 12 -104 12q-141 0 -228.5 -92t-87.5 -239v-578h-235z" />
99
+ <glyph unicode="s" horiz-adv-x="997" d="M98 827q0 142 114.5 220.5t311.5 78.5q195 0 369 -79l-76 -177q-179 74 -301 74q-186 0 -186 -106q0 -52 48.5 -88t211.5 -99q137 -53 199 -97t92 -101.5t30 -137.5q0 -162 -118 -248.5t-338 -86.5q-221 0 -355 67v203q195 -90 363 -90q217 0 217 131q0 42 -24 70t-79 58 t-153 68q-191 74 -258.5 148t-67.5 192z" />
100
+ <glyph unicode="t" horiz-adv-x="805" d="M39 928v104l162 86l80 234h145v-246h315v-178h-315v-592q0 -85 42.5 -125.5t111.5 -40.5q86 0 172 27v-177q-39 -17 -100.5 -28.5t-127.5 -11.5q-334 0 -334 352v596h-151z" />
101
+ <glyph unicode="u" horiz-adv-x="1300" d="M158 383v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303z" />
102
+ <glyph unicode="v" horiz-adv-x="1096" d="M0 1106h248l225 -643q58 -162 70 -262h8q9 72 70 262l225 643h250l-422 -1106h-254z" />
103
+ <glyph unicode="w" horiz-adv-x="1673" d="M20 1106h240l141 -545q48 -202 68 -346h6q10 73 30.5 167.5t35.5 141.5l168 582h258l163 -582q15 -49 37.5 -150t26.5 -157h8q15 123 70 344l143 545h236l-312 -1106h-264l-143 516q-26 82 -94 381h-9q-58 -270 -92 -383l-147 -514h-260z" />
104
+ <glyph unicode="x" horiz-adv-x="1128" d="M25 0l389 565l-371 541h268l252 -387l254 387h266l-372 -541l391 -565h-266l-273 414l-272 -414h-266z" />
105
+ <glyph unicode="y" horiz-adv-x="1098" d="M0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104z" />
106
+ <glyph unicode="z" horiz-adv-x="979" d="M68 0v145l559 781h-525v180h789v-164l-547 -762h563v-180h-839z" />
107
+ <glyph unicode="{" horiz-adv-x="791" d="M45 473v191q135 0 200.5 45.5t65.5 138.5v311q0 156 108.5 229.5t325.5 73.5v-182q-114 -5 -165.5 -46.5t-51.5 -123.5v-297q0 -199 -229 -238v-12q229 -36 229 -237v-299q0 -82 51 -124t166 -44v-183q-231 2 -332.5 78.5t-101.5 247.5v285q0 186 -266 186z" />
108
+ <glyph unicode="|" horiz-adv-x="1128" d="M473 -481v2033h180v-2033h-180z" />
109
+ <glyph unicode="}" horiz-adv-x="760" d="M45 -141q95 1 148 38.5t53 129.5v262q0 121 53 187t176 87v12q-229 39 -229 238v297q0 82 -45.5 123.5t-155.5 46.5v182q223 0 320.5 -76.5t97.5 -250.5v-287q0 -100 63.5 -142t188.5 -42v-191q-123 0 -187.5 -42.5t-64.5 -143.5v-307q0 -156 -99.5 -229t-318.5 -75v183z " />
110
+ <glyph unicode="~" d="M96 571v191q99 108 250 108q66 0 125 -13t147 -50q131 -55 220 -55q52 0 114.5 31t120.5 89v-190q-105 -111 -250 -111q-65 0 -127.5 15.5t-146.5 50.5q-127 55 -219 55q-50 0 -111.5 -30t-122.5 -91z" />
111
+ <glyph unicode="&#xa1;" horiz-adv-x="565" d="M133 965q0 69 38 111t110 42t110.5 -40.5t38.5 -112.5q0 -74 -37.5 -113t-111.5 -39q-72 0 -110 39.5t-38 112.5zM141 -371l52 1016h174l51 -1016h-277z" />
112
+ <glyph unicode="&#xa2;" d="M166 741q0 254 100.5 397t306.5 175v170h158v-162q152 -5 283 -66l-70 -188q-146 59 -250 59q-146 0 -216 -95t-70 -288q0 -194 72 -283t210 -89q75 0 142.5 15t154.5 52v-200q-119 -59 -258 -64v-194h-156v200q-207 31 -307 171t-100 390z" />
113
+ <glyph unicode="&#xa3;" d="M72 0v195q98 30 145 96t47 178v184h-188v172h188v256q0 188 113.5 294t312.5 106q194 0 375 -82l-76 -182q-162 71 -284 71q-205 0 -205 -219v-244h397v-172h-397v-182q0 -91 -33 -155t-113 -109h756v-207h-1038z" />
114
+ <glyph unicode="&#xa4;" d="M117 1069l121 119l131 -129q100 63 215 63t213 -65l133 131l121 -117l-131 -133q63 -100 63 -215q0 -119 -63 -217l129 -129l-119 -119l-133 129q-99 -61 -213 -61q-126 0 -215 61l-131 -127l-119 119l131 129q-64 99 -64 215q0 109 64 213zM354 723q0 -98 68 -164.5 t162 -66.5q97 0 165 66.5t68 164.5q0 97 -68 165t-165 68q-93 0 -161.5 -68t-68.5 -165z" />
115
+ <glyph unicode="&#xa5;" d="M18 1462h246l320 -665l321 665h244l-399 -760h227v-151h-281v-154h281v-153h-281v-244h-225v244h-283v153h283v154h-283v151h224z" />
116
+ <glyph unicode="&#xa6;" horiz-adv-x="1128" d="M473 315h180v-796h-180v796zM473 758v794h180v-794h-180z" />
117
+ <glyph unicode="&#xa7;" horiz-adv-x="1026" d="M115 57v179q77 -40 173 -65.5t177 -25.5q235 0 235 131q0 43 -21 70t-71 54t-147 65q-141 55 -206 101.5t-95.5 105t-30.5 135.5q0 80 38.5 145.5t111.5 108.5q-146 83 -146 235q0 129 109.5 202t294.5 73q91 0 174 -17t182 -59l-68 -162q-116 50 -176 63t-121 13 q-194 0 -194 -109q0 -54 55 -93.5t191 -90.5q175 -68 250 -146.5t75 -187.5q0 -177 -139 -266q139 -80 139 -223q0 -142 -118 -224.5t-326 -82.5q-212 0 -346 71zM313 827q0 -45 24 -80t78.5 -69t194.5 -90q109 65 109 168q0 75 -62 126.5t-221 104.5q-54 -16 -88.5 -61.5 t-34.5 -98.5z" />
118
+ <glyph unicode="&#xa8;" horiz-adv-x="1212" d="M293 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM686 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
119
+ <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM223 731q0 -170 84.5 -315.5t230.5 -229.5t314 -84q170 0 316 85.5t229.5 230t83.5 313.5q0 168 -84.5 314.5 t-231 230.5t-313.5 84q-168 0 -312.5 -83t-230.5 -229t-86 -317zM471 731q0 214 110 337.5t306 123.5q138 0 274 -70l-65 -143q-106 55 -203 55q-111 0 -171 -80.5t-60 -222.5q0 -147 54 -226t177 -79q55 0 118 15t109 36v-158q-115 -51 -235 -51q-197 0 -305.5 120.5 t-108.5 342.5z" />
120
+ <glyph unicode="&#xaa;" horiz-adv-x="754" d="M57 981q0 104 84 159.5t252 61.5l107 4q0 72 -34.5 108t-103.5 36q-90 0 -210 -56l-54 115q144 70 285 70q138 0 207 -62.5t69 -187.5v-447h-112l-29 97q-46 -55 -105 -82t-130 -27q-113 0 -169.5 52.5t-56.5 158.5zM221 983q0 -88 96 -88q91 0 137 41t46 123v43l-99 -4 q-71 -2 -125.5 -34t-54.5 -81z" />
121
+ <glyph unicode="&#xab;" horiz-adv-x="1139" d="M82 535v26l356 432l168 -94l-282 -350l282 -348l-168 -97zM532 535v26l357 432l168 -94l-283 -350l283 -348l-168 -97z" />
122
+ <glyph unicode="&#xac;" d="M96 633v178h977v-555h-178v377h-799z" />
123
+ <glyph unicode="&#xad;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
124
+ <glyph unicode="&#xae;" horiz-adv-x="1704" d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM223 731q0 -170 84.5 -315.5t230.5 -229.5t314 -84q170 0 316 85.5t229.5 230t83.5 313.5q0 168 -84.5 314.5 t-231 230.5t-313.5 84q-168 0 -312.5 -83t-230.5 -229t-86 -317zM559 279v903h262q174 0 255 -68t81 -205q0 -171 -153 -233l237 -397h-211l-192 346h-90v-346h-189zM748 770h69q74 0 112 35t38 100q0 72 -36.5 100.5t-115.5 28.5h-67v-264z" />
125
+ <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M-6 1556v164h1036v-164h-1036z" />
126
+ <glyph unicode="&#xb0;" horiz-adv-x="877" d="M109 1153q0 135 95 232.5t234 97.5q138 0 233 -96t95 -234q0 -139 -96 -233.5t-232 -94.5q-88 0 -164.5 43.5t-120.5 119.5t-44 165zM262 1153q0 -70 51 -122t125 -52t125 51.5t51 122.5q0 76 -52 127t-124 51t-124 -52t-52 -126z" />
127
+ <glyph unicode="&#xb1;" d="M96 0v178h977v-178h-977zM96 664v178h398v407h180v-407h399v-178h-399v-406h-180v406h-398z" />
128
+ <glyph unicode="&#xb2;" horiz-adv-x="743" d="M51 586v135l230 225q117 112 149.5 165t32.5 112q0 52 -32 79t-83 27q-93 0 -201 -88l-94 121q139 119 309 119q136 0 211.5 -66t75.5 -180q0 -83 -46 -158.5t-183 -202.5l-139 -129h397v-159h-627z" />
129
+ <glyph unicode="&#xb3;" horiz-adv-x="743" d="M45 631v157q145 -79 270 -79q179 0 179 135q0 125 -199 125h-115v133h105q184 0 184 129q0 52 -34.5 80t-90.5 28q-57 0 -105.5 -20t-105.5 -57l-84 114q61 46 134 75.5t171 29.5q134 0 212.5 -61.5t78.5 -168.5q0 -75 -40.5 -122.5t-119.5 -86.5q94 -21 141.5 -76 t47.5 -132q0 -127 -93 -196t-266 -69q-148 0 -270 62z" />
130
+ <glyph unicode="&#xb4;" horiz-adv-x="1212" d="M362 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
131
+ <glyph unicode="&#xb5;" horiz-adv-x="1309" d="M168 -492v1598h235v-684q0 -252 218 -252q146 0 215 88.5t69 296.5v551h236v-1106h-183l-34 147h-13q-48 -83 -119.5 -125t-175.5 -42q-140 0 -219 90h-4q3 -28 6.5 -117t3.5 -125v-320h-235z" />
132
+ <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M113 1042q0 260 109 387t341 127h580v-1816h-137v1663h-191v-1663h-137v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376z" />
133
+ <glyph unicode="&#xb7;" horiz-adv-x="563" d="M133 723q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
134
+ <glyph unicode="&#xb8;" horiz-adv-x="442" d="M0 -340q54 -14 123 -14q54 0 85.5 16.5t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5q0 -222 -305 -222q-66 0 -121 15v137z" />
135
+ <glyph unicode="&#xb9;" horiz-adv-x="743" d="M84 1253l281 209h167v-876h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111z" />
136
+ <glyph unicode="&#xba;" horiz-adv-x="780" d="M61 1124q0 169 88.5 262t241.5 93q152 0 240 -94.5t88 -260.5q0 -164 -87.5 -259t-244.5 -95q-150 0 -238 95.5t-88 258.5zM223 1124q0 -111 39 -166t127 -55t127 55t39 166q0 113 -39 167.5t-127 54.5t-127 -54.5t-39 -167.5z" />
137
+ <glyph unicode="&#xbb;" horiz-adv-x="1139" d="M80 201l282 348l-282 350l168 94l358 -432v-26l-358 -431zM530 201l283 348l-283 350l168 94l359 -432v-26l-359 -431z" />
138
+ <glyph unicode="&#xbc;" horiz-adv-x="1700" d="M285 0l858 1462h190l-856 -1462h-192zM60 1253l281 209h167v-876h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111zM876 177v127l396 579h188v-563h125v-143h-125v-176h-192v176h-392zM1038 320h230v178q0 97 6 197q-52 -104 -88 -158z" />
139
+ <glyph unicode="&#xbd;" horiz-adv-x="1700" d="M250 0l858 1462h190l-856 -1462h-192zM46 1253l281 209h167v-876h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111zM981 1v135l230 225q117 112 149.5 165t32.5 112q0 52 -32 79t-83 27q-93 0 -201 -88l-94 121q139 119 309 119q136 0 211.5 -66t75.5 -180 q0 -83 -46 -158.5t-183 -202.5l-139 -129h397v-159h-627z" />
140
+ <glyph unicode="&#xbe;" horiz-adv-x="1700" d="M367 0l858 1462h190l-856 -1462h-192zM931 177v127l396 579h188v-563h125v-143h-125v-176h-192v176h-392zM1093 320h230v178q0 97 6 197q-52 -104 -88 -158zM55 631v157q145 -79 270 -79q179 0 179 135q0 125 -199 125h-115v133h105q184 0 184 129q0 52 -34.5 80 t-90.5 28q-57 0 -105.5 -20t-105.5 -57l-84 114q61 46 134 75.5t171 29.5q134 0 212.5 -61.5t78.5 -168.5q0 -75 -40.5 -122.5t-119.5 -86.5q94 -21 141.5 -76t47.5 -132q0 -127 -93 -196t-266 -69q-148 0 -270 62z" />
141
+ <glyph unicode="&#xbf;" horiz-adv-x="928" d="M55 -33q0 73 21 130t64 109t157 142q94 76 125 124.5t31 127.5v45h198v-63q0 -106 -41 -181t-143 -155q-124 -98 -155 -147t-31 -124q0 -78 54 -125t161 -47q90 0 174 27.5t166 65.5l82 -179q-220 -110 -424 -110q-207 0 -323 95.5t-116 264.5zM395 965q0 69 38 111 t110 42t110.5 -40.5t38.5 -112.5q0 -74 -37.5 -113t-111.5 -39q-72 0 -110 39.5t-38 112.5z" />
142
+ <glyph unicode="&#xc0;" horiz-adv-x="1354" d="M0 0l547 1468h260l547 -1468h-254l-146 406h-559l-143 -406h-252zM465 612h426l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269zM334 1886v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
143
+ <glyph unicode="&#xc1;" horiz-adv-x="1354" d="M0 0l547 1468h260l547 -1468h-254l-146 406h-559l-143 -406h-252zM465 612h426l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269zM532 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
144
+ <glyph unicode="&#xc2;" horiz-adv-x="1354" d="M0 0l547 1468h260l547 -1468h-254l-146 406h-559l-143 -406h-252zM465 612h426l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269zM286 1579v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
145
+ <glyph unicode="&#xc3;" horiz-adv-x="1354" d="M0 0l547 1468h260l547 -1468h-254l-146 406h-559l-143 -406h-252zM465 612h426l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269zM281 1577q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5 t-169 -75.5q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122z" />
146
+ <glyph unicode="&#xc4;" horiz-adv-x="1354" d="M0 0l547 1468h260l547 -1468h-254l-146 406h-559l-143 -406h-252zM465 612h426l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269zM363 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM756 1737 q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
147
+ <glyph unicode="&#xc5;" horiz-adv-x="1354" d="M0 0l547 1468h260l547 -1468h-254l-146 406h-559l-143 -406h-252zM465 612h426l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269zM438 1575q0 101 63.5 163.5t172.5 62.5q104 0 171.5 -62t67.5 -162q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5z M567 1575q0 -106 107 -106q46 0 76 27.5t30 78.5q0 50 -30 78.5t-76 28.5q-47 0 -77 -28.5t-30 -78.5z" />
148
+ <glyph unicode="&#xc6;" horiz-adv-x="1868" d="M-2 0l678 1462h1071v-202h-571v-398h532v-200h-532v-459h571v-203h-811v406h-504l-188 -406h-246zM522 612h414v641h-123z" />
149
+ <glyph unicode="&#xc7;" horiz-adv-x="1298" d="M121 731q0 228 83.5 399t241.5 262t371 91q224 0 414 -94l-86 -199q-74 35 -156.5 61.5t-173.5 26.5q-206 0 -324 -146t-118 -403q0 -269 113.5 -407t328.5 -138q93 0 180 18.5t181 47.5v-205q-172 -65 -390 -65q-321 0 -493 194.5t-172 556.5zM526 -340q54 -14 123 -14 q54 0 85.5 16.5t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5q0 -222 -305 -222q-66 0 -121 15v137z" />
150
+ <glyph unicode="&#xc8;" horiz-adv-x="1143" d="M193 0v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203h-827zM289 1886v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
151
+ <glyph unicode="&#xc9;" horiz-adv-x="1143" d="M193 0v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203h-827zM440 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
152
+ <glyph unicode="&#xca;" horiz-adv-x="1143" d="M193 0v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203h-827zM220 1579v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
153
+ <glyph unicode="&#xcb;" horiz-adv-x="1143" d="M193 0v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203h-827zM297 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM690 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5 q-48 0 -81.5 29t-33.5 88z" />
154
+ <glyph unicode="&#xcc;" horiz-adv-x="625" d="M193 0v1462h239v-1462h-239zM-6 1886v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
155
+ <glyph unicode="&#xcd;" horiz-adv-x="625" d="M193 0v1462h239v-1462h-239zM179 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
156
+ <glyph unicode="&#xce;" horiz-adv-x="625" d="M193 0v1462h239v-1462h-239zM-75 1579v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
157
+ <glyph unicode="&#xcf;" horiz-adv-x="625" d="M193 0v1462h239v-1462h-239zM1 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM394 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
158
+ <glyph unicode="&#xd0;" horiz-adv-x="1497" d="M47 623v200h146v639h446q347 0 541 -188.5t194 -528.5q0 -360 -201 -552.5t-579 -192.5h-401v623h-146zM432 201h160q530 0 530 536q0 260 -124.5 392.5t-368.5 132.5h-197v-439h307v-200h-307v-422z" />
159
+ <glyph unicode="&#xd1;" horiz-adv-x="1604" d="M193 0v1462h290l717 -1159h6q-2 23 -8 167.5t-6 225.5v766h219v-1462h-293l-719 1165h-8l5 -65q14 -186 14 -340v-760h-217zM414 1577q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5 q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122z" />
160
+ <glyph unicode="&#xd2;" horiz-adv-x="1612" d="M121 735q0 362 178.5 556t509.5 194q326 0 504 -197t178 -555q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M481 1886v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
161
+ <glyph unicode="&#xd3;" horiz-adv-x="1612" d="M121 735q0 362 178.5 556t509.5 194q326 0 504 -197t178 -555q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M657 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
162
+ <glyph unicode="&#xd4;" horiz-adv-x="1612" d="M121 735q0 362 178.5 556t509.5 194q326 0 504 -197t178 -555q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M413 1579v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
163
+ <glyph unicode="&#xd5;" horiz-adv-x="1612" d="M121 735q0 362 178.5 556t509.5 194q326 0 504 -197t178 -555q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M410 1577q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122z" />
164
+ <glyph unicode="&#xd6;" horiz-adv-x="1612" d="M121 735q0 362 178.5 556t509.5 194q326 0 504 -197t178 -555q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M496 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM889 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
165
+ <glyph unicode="&#xd7;" d="M131 1049l125 127l328 -326l329 326l125 -123l-329 -330l325 -328l-123 -125l-329 326l-324 -326l-125 125l324 328z" />
166
+ <glyph unicode="&#xd8;" horiz-adv-x="1612" d="M121 735q0 362 178.5 556t509.5 194q199 0 354 -82l90 129l142 -92l-99 -140q195 -199 195 -567q0 -357 -178.5 -555t-505.5 -198q-213 0 -361 81l-94 -137l-141 94l98 144q-188 196 -188 573zM375 733q0 -231 78 -362l587 850q-92 59 -231 59q-215 0 -324.5 -139 t-109.5 -408zM571 244q97 -60 236 -60q213 0 321.5 138t108.5 411q0 225 -80 361z" />
167
+ <glyph unicode="&#xd9;" horiz-adv-x="1520" d="M180 520v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396zM417 1886v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
168
+ <glyph unicode="&#xda;" horiz-adv-x="1520" d="M180 520v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396zM600 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
169
+ <glyph unicode="&#xdb;" horiz-adv-x="1520" d="M180 520v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396zM366 1579v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
170
+ <glyph unicode="&#xdc;" horiz-adv-x="1520" d="M180 520v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396zM445 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88z M838 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
171
+ <glyph unicode="&#xdd;" horiz-adv-x="1212" d="M0 1462h260l346 -667l346 667h260l-487 -895v-567h-240v559zM450 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
172
+ <glyph unicode="&#xde;" horiz-adv-x="1268" d="M193 0v1462h239v-243h197q268 0 404 -112t136 -331q0 -227 -146 -349t-423 -122h-168v-305h-239zM432 504h133q187 0 273 63t86 203q0 127 -78 188.5t-250 61.5h-164v-516z" />
173
+ <glyph unicode="&#xdf;" horiz-adv-x="1364" d="M168 0v1169q0 193 128.5 295.5t367.5 102.5q225 0 355 -84t130 -230q0 -74 -38.5 -140.5t-104.5 -117.5q-90 -69 -117 -98t-27 -57q0 -30 22.5 -55.5t79.5 -63.5l95 -64q92 -62 135.5 -109.5t65.5 -103.5t22 -127q0 -165 -107 -251t-311 -86q-190 0 -299 65v199 q58 -37 139 -61.5t148 -24.5q192 0 192 151q0 61 -34.5 105t-155.5 118q-119 73 -171 135t-52 146q0 63 34 115.5t105 105.5q75 55 107 97.5t32 93.5q0 72 -67 112.5t-178 40.5q-127 0 -194 -54t-67 -159v-1165h-235z" />
174
+ <glyph unicode="&#xe0;" horiz-adv-x="1188" d="M90 317q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249zM334 315 q0 -74 44 -114.5t132 -40.5q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5zM259 1548v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
175
+ <glyph unicode="&#xe1;" horiz-adv-x="1188" d="M90 317q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249zM334 315 q0 -74 44 -114.5t132 -40.5q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5zM438 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
176
+ <glyph unicode="&#xe2;" horiz-adv-x="1188" d="M90 317q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249zM334 315 q0 -74 44 -114.5t132 -40.5q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5zM203 1241v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
177
+ <glyph unicode="&#xe3;" horiz-adv-x="1188" d="M90 317q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249zM334 315 q0 -74 44 -114.5t132 -40.5q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5zM208 1239q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5q-42 0 -82.5 17.5t-79.5 39 t-76 39t-71 17.5q-81 0 -109 -115h-122z" />
178
+ <glyph unicode="&#xe4;" horiz-adv-x="1188" d="M90 317q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249zM334 315 q0 -74 44 -114.5t132 -40.5q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5zM282 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM675 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31 t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
179
+ <glyph unicode="&#xe5;" horiz-adv-x="1188" d="M90 317q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249zM334 315 q0 -74 44 -114.5t132 -40.5q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5zM366 1466q0 101 63.5 163.5t172.5 62.5q104 0 171.5 -62t67.5 -162q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5zM495 1466q0 -106 107 -106 q46 0 76 27.5t30 78.5q0 50 -30 78.5t-76 28.5q-47 0 -77 -28.5t-30 -78.5z" />
180
+ <glyph unicode="&#xe6;" horiz-adv-x="1817" d="M90 317q0 172 121.5 258.5t370.5 94.5l188 6v76q0 194 -201 194q-141 0 -307 -82l-74 166q88 47 192.5 71.5t203.5 24.5q241 0 340 -155q120 155 346 155q206 0 328 -134.5t122 -362.5v-127h-712q10 -336 301 -336q184 0 356 80v-191q-86 -41 -171.5 -58t-195.5 -17 q-140 0 -248.5 54.5t-175.5 164.5q-94 -125 -190.5 -172t-241.5 -47q-165 0 -258.5 90t-93.5 247zM334 315q0 -155 166 -155q124 0 196 72.5t72 199.5v96l-135 -6q-155 -6 -227 -54.5t-72 -152.5zM1014 670h473q0 130 -58.5 204t-162.5 74q-112 0 -177.5 -69.5t-74.5 -208.5 z" />
181
+ <glyph unicode="&#xe7;" horiz-adv-x="1014" d="M102 547q0 279 136.5 429t394.5 150q175 0 315 -65l-71 -189q-149 58 -246 58q-287 0 -287 -381q0 -186 71.5 -279.5t209.5 -93.5q157 0 297 78v-205q-63 -37 -134.5 -53t-173.5 -16q-251 0 -381.5 146.5t-130.5 420.5zM356 -340q54 -14 123 -14q54 0 85.5 16.5 t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5q0 -222 -305 -222q-66 0 -121 15v137z" />
182
+ <glyph unicode="&#xe8;" horiz-adv-x="1180" d="M102 545q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17q-258 0 -403.5 150.5t-145.5 414.5zM348 670h502q-2 137 -66 207.5t-176 70.5t-179.5 -71t-80.5 -207z M281 1548v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
183
+ <glyph unicode="&#xe9;" horiz-adv-x="1180" d="M102 545q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17q-258 0 -403.5 150.5t-145.5 414.5zM348 670h502q-2 137 -66 207.5t-176 70.5t-179.5 -71t-80.5 -207z M458 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
184
+ <glyph unicode="&#xea;" horiz-adv-x="1180" d="M102 545q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17q-258 0 -403.5 150.5t-145.5 414.5zM348 670h502q-2 137 -66 207.5t-176 70.5t-179.5 -71t-80.5 -207z M227 1241v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
185
+ <glyph unicode="&#xeb;" horiz-adv-x="1180" d="M102 545q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17q-258 0 -403.5 150.5t-145.5 414.5zM348 670h502q-2 137 -66 207.5t-176 70.5t-179.5 -71t-80.5 -207z M307 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM700 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
186
+ <glyph unicode="&#xec;" horiz-adv-x="571" d="M168 0v1106h235v-1106h-235zM-69 1548v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
187
+ <glyph unicode="&#xed;" horiz-adv-x="571" d="M168 0v1106h235v-1106h-235zM156 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
188
+ <glyph unicode="&#xee;" horiz-adv-x="571" d="M168 0v1106h235v-1106h-235zM-100 1241v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
189
+ <glyph unicode="&#xef;" horiz-adv-x="571" d="M168 0v1106h235v-1106h-235zM-25 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM368 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
190
+ <glyph unicode="&#xf0;" horiz-adv-x="1243" d="M102 481q0 231 131 365.5t351 134.5q214 0 301 -111l8 4q-62 189 -227 345l-250 -150l-88 133l204 119q-86 59 -167 102l84 146q140 -63 258 -144l231 138l88 -129l-188 -113q152 -140 231.5 -330t79.5 -424q0 -279 -137.5 -433t-388.5 -154q-235 0 -378 136t-143 365z M342 477q0 -153 74 -234t211 -81q148 0 215 91t67 269q0 127 -75.5 202t-206.5 75q-151 0 -218 -82t-67 -240z" />
191
+ <glyph unicode="&#xf1;" horiz-adv-x="1300" d="M168 0v1106h184l33 -145h12q50 79 142 122t204 43q398 0 398 -405v-721h-236v680q0 128 -51.5 191t-163.5 63q-149 0 -218 -88t-69 -295v-551h-235zM269 1239q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5 t-169 -75.5q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122z" />
192
+ <glyph unicode="&#xf2;" horiz-adv-x="1251" d="M102 555q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM293 1548v21h273q38 -70 103.5 -161t109.5 -142v-25 h-158q-69 52 -174.5 150.5t-153.5 156.5z" />
193
+ <glyph unicode="&#xf3;" horiz-adv-x="1251" d="M102 555q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM473 1241v25q57 70 117.5 156t95.5 147h273v-21 q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
194
+ <glyph unicode="&#xf4;" horiz-adv-x="1251" d="M102 555q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM239 1241v25q191 198 254 303h260q63 -110 256 -303 v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
195
+ <glyph unicode="&#xf5;" horiz-adv-x="1251" d="M102 555q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM235 1239q12 139 77.5 212t167.5 73q43 0 84 -17.5 t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122z" />
196
+ <glyph unicode="&#xf6;" horiz-adv-x="1251" d="M102 555q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM311 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31 t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM704 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
197
+ <glyph unicode="&#xf7;" d="M96 633v178h977v-178h-977zM457 373q0 64 31.5 99.5t95.5 35.5q61 0 93 -36t32 -99t-34 -100t-91 -37q-60 0 -93.5 35.5t-33.5 101.5zM457 1071q0 64 31.5 99.5t95.5 35.5q61 0 93 -36t32 -99t-34 -100t-91 -37q-60 0 -93.5 35.5t-33.5 101.5z" />
198
+ <glyph unicode="&#xf8;" horiz-adv-x="1251" d="M102 555q0 269 138 420t389 151q144 0 258 -63l69 100l136 -92l-78 -108q135 -152 135 -408q0 -271 -139 -423t-387 -152q-144 0 -250 57l-76 -109l-135 90l82 117q-142 155 -142 420zM344 555q0 -135 37 -219l391 559q-60 39 -147 39q-148 0 -214.5 -98t-66.5 -281z M487 205q54 -33 140 -33q280 0 280 383q0 121 -33 203z" />
199
+ <glyph unicode="&#xf9;" horiz-adv-x="1300" d="M158 383v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303zM289 1548v21h273q38 -70 103.5 -161t109.5 -142v-25h-158q-69 52 -174.5 150.5t-153.5 156.5z " />
200
+ <glyph unicode="&#xfa;" horiz-adv-x="1300" d="M158 383v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303zM501 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z " />
201
+ <glyph unicode="&#xfb;" horiz-adv-x="1300" d="M158 383v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303zM260 1241v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180 q-103 -103 -225 -180h-158z" />
202
+ <glyph unicode="&#xfc;" horiz-adv-x="1300" d="M158 383v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303zM332 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32 q-48 0 -81.5 29t-33.5 88zM725 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
203
+ <glyph unicode="&#xfd;" horiz-adv-x="1098" d="M0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104zM401 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
204
+ <glyph unicode="&#xfe;" horiz-adv-x="1276" d="M168 -492v2048h235v-430l-7 -138l-3 -27h10q61 86 142.5 125.5t187.5 39.5q206 0 322 -151t116 -420q0 -272 -116.5 -423.5t-321.5 -151.5q-219 0 -330 149h-14l8 -72l6 -92v-457h-235zM403 555q0 -202 64 -292.5t209 -90.5q254 0 254 385q0 190 -61.5 283.5t-194.5 93.5 q-142 0 -206.5 -82t-64.5 -260v-37z" />
205
+ <glyph unicode="&#xff;" horiz-adv-x="1098" d="M0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104zM239 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29 t-33.5 88zM632 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
206
+ <glyph unicode="&#x131;" horiz-adv-x="571" d="M168 0v1106h235v-1106h-235z" />
207
+ <glyph unicode="&#x152;" horiz-adv-x="1942" d="M121 735q0 360 172 555t491 195q115 0 209 -23h826v-202h-576v-398h539v-200h-539v-459h576v-203h-820q-102 -20 -211 -20q-320 0 -493.5 196.5t-173.5 558.5zM371 733q0 -269 106 -409t314 -140q129 0 213 35v1024q-80 37 -211 37q-208 0 -315 -139t-107 -408z" />
208
+ <glyph unicode="&#x153;" horiz-adv-x="1966" d="M102 555q0 272 137 421.5t382 149.5q121 0 223 -49t168 -145q131 194 379 194q221 0 349 -133.5t128 -365.5v-127h-738q11 -164 85.5 -249t228.5 -85q102 0 187 18.5t181 61.5v-191q-84 -40 -171.5 -57.5t-202.5 -17.5q-281 0 -420 194q-132 -194 -400 -194 q-236 0 -376 155t-140 420zM344 555q0 -189 65.5 -286t211.5 -97q141 0 206.5 95.5t65.5 283.5q0 192 -66 287.5t-211 95.5q-143 0 -207.5 -95t-64.5 -284zM1137 670h497q0 134 -63 206t-178 72q-110 0 -177.5 -69.5t-78.5 -208.5z" />
209
+ <glyph unicode="&#x178;" horiz-adv-x="1212" d="M0 1462h260l346 -667l346 667h260l-487 -895v-567h-240v559zM293 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM686 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5 q-48 0 -81.5 29t-33.5 88z" />
210
+ <glyph unicode="&#x2c6;" horiz-adv-x="1227" d="M227 1241v25q191 198 254 303h260q63 -110 256 -303v-25h-159q-123 73 -228 180q-103 -103 -225 -180h-158z" />
211
+ <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M352 1466q0 101 63.5 163.5t172.5 62.5q104 0 171.5 -62t67.5 -162q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5zM481 1466q0 -106 107 -106q46 0 76 27.5t30 78.5q0 50 -30 78.5t-76 28.5q-47 0 -77 -28.5t-30 -78.5z" />
212
+ <glyph unicode="&#x2dc;" horiz-adv-x="1227" d="M236 1239q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122z" />
213
+ <glyph unicode="&#x2000;" horiz-adv-x="953" />
214
+ <glyph unicode="&#x2001;" horiz-adv-x="1907" />
215
+ <glyph unicode="&#x2002;" horiz-adv-x="953" />
216
+ <glyph unicode="&#x2003;" horiz-adv-x="1907" />
217
+ <glyph unicode="&#x2004;" horiz-adv-x="635" />
218
+ <glyph unicode="&#x2005;" horiz-adv-x="476" />
219
+ <glyph unicode="&#x2006;" horiz-adv-x="317" />
220
+ <glyph unicode="&#x2007;" horiz-adv-x="317" />
221
+ <glyph unicode="&#x2008;" horiz-adv-x="238" />
222
+ <glyph unicode="&#x2009;" horiz-adv-x="381" />
223
+ <glyph unicode="&#x200a;" horiz-adv-x="105" />
224
+ <glyph unicode="&#x2010;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
225
+ <glyph unicode="&#x2011;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
226
+ <glyph unicode="&#x2012;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
227
+ <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 455v190h860v-190h-860z" />
228
+ <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 455v190h1884v-190h-1884z" />
229
+ <glyph unicode="&#x2018;" horiz-adv-x="395" d="M25 983q20 83 71 224t105 255h170q-64 -256 -101 -501h-233z" />
230
+ <glyph unicode="&#x2019;" horiz-adv-x="395" d="M25 961q69 289 100 501h231l15 -22q-53 -209 -176 -479h-170z" />
231
+ <glyph unicode="&#x201a;" horiz-adv-x="549" d="M63 -264q69 270 103 502h231l15 -23q-48 -186 -176 -479h-173z" />
232
+ <glyph unicode="&#x201c;" horiz-adv-x="813" d="M25 983q20 83 71 224t105 255h170q-64 -256 -101 -501h-233zM440 983q53 203 178 479h170q-69 -296 -100 -501h-233z" />
233
+ <glyph unicode="&#x201d;" horiz-adv-x="813" d="M25 961q69 289 100 501h231l15 -22q-53 -209 -176 -479h-170zM440 961q69 271 103 501h231l14 -22q-53 -209 -176 -479h-172z" />
234
+ <glyph unicode="&#x201e;" horiz-adv-x="944" d="M43 -264q66 260 102 502h232l14 -23q-55 -214 -176 -479h-172zM461 -264q66 260 102 502h232l14 -23q-48 -186 -176 -479h-172z" />
235
+ <glyph unicode="&#x2022;" horiz-adv-x="770" d="M131 748q0 138 66 210t188 72q121 0 187.5 -72.5t66.5 -209.5q0 -135 -67 -209t-187 -74t-187 72.5t-67 210.5z" />
236
+ <glyph unicode="&#x2026;" horiz-adv-x="1677" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM690 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM1247 125q0 73 38 112t110 39q73 0 111 -40.5 t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
237
+ <glyph unicode="&#x202f;" horiz-adv-x="381" />
238
+ <glyph unicode="&#x2039;" horiz-adv-x="688" d="M82 535v26l356 432l168 -94l-282 -350l282 -348l-168 -97z" />
239
+ <glyph unicode="&#x203a;" horiz-adv-x="688" d="M80 201l282 348l-282 350l168 94l358 -432v-26l-358 -431z" />
240
+ <glyph unicode="&#x2044;" horiz-adv-x="266" d="M-393 0l858 1462h190l-856 -1462h-192z" />
241
+ <glyph unicode="&#x205f;" horiz-adv-x="476" />
242
+ <glyph unicode="&#x2074;" horiz-adv-x="743" d="M16 762v127l396 579h188v-563h125v-143h-125v-176h-192v176h-392zM178 905h230v178q0 97 6 197q-52 -104 -88 -158z" />
243
+ <glyph unicode="&#x20ac;" horiz-adv-x="1188" d="M63 494v153h136l-2 37v37l2 65h-136v154h150q38 251 191 394t395 143q200 0 358 -88l-84 -187q-154 76 -274 76q-141 0 -230.5 -84t-119.5 -254h456v-154h-471l-2 -45v-55l2 -39h408v-153h-391q64 -312 364 -312q143 0 293 62v-203q-131 -61 -305 -61q-241 0 -391.5 132 t-196.5 382h-152z" />
244
+ <glyph unicode="&#x2122;" horiz-adv-x="1561" d="M27 1333v129h553v-129h-205v-592h-146v592h-202zM635 741v721h217l178 -534l187 534h210v-721h-147v414l4 129h-6l-193 -543h-122l-185 543h-6l4 -119v-424h-141z" />
245
+ <glyph unicode="&#xe000;" horiz-adv-x="1105" d="M0 1105h1105v-1105h-1105v1105z" />
246
+ <glyph unicode="&#xfb01;" horiz-adv-x="1315" d="M35 928v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178h-270v-928h-236v928h-182zM897 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5 q-64 0 -98.5 34.5t-34.5 94.5zM911 0v1106h235v-1106h-235z" />
247
+ <glyph unicode="&#xfb02;" horiz-adv-x="1315" d="M35 928v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178h-270v-928h-236v928h-182zM911 0v1556h235v-1556h-235z" />
248
+ <glyph unicode="&#xfb03;" horiz-adv-x="2058" d="M35 928v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178h-270v-928h-236v928h-182zM778 928v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28 q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178h-270v-928h-236v928h-182zM1641 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5zM1655 0v1106h235v-1106h-235z" />
249
+ <glyph unicode="&#xfb04;" horiz-adv-x="2058" d="M35 928v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178h-270v-928h-236v928h-182zM778 928v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28 q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178h-270v-928h-236v928h-182zM1655 0v1556h235v-1556h-235z" />
250
+ </font>
251
+ </defs></svg>
css/fonts/OpenSans-Semibold-webfont.ttf ADDED
Binary file
css/fonts/OpenSans-Semibold-webfont.woff ADDED
Binary file
css/fonts/Oswald-Regular.ttf ADDED
Binary file
css/style_admin.css CHANGED
@@ -1,3 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .acx_csmap_button_reset
2
  {
3
  color: grey;
@@ -86,42 +152,48 @@ text-transform: capitalize;
86
  }
87
  #acx_ad_banners_csma .acx_ad_csma_1
88
  {
89
- border: 1px solid #E6E6FA;
90
- border-radius: 7px;
91
  float: left;
92
- margin-left: 8px;
 
93
  overflow: hidden;
94
- width: 260px;
95
- height:auto;
96
- display:block;
97
  }
98
  #acx_ad_banners_csma .acx_ad_csma_title
99
  {
100
- background:none repeat scroll 0 0 inactivecaptiontext;
101
- border-bottom: 1px dashed #D3D3D3;
102
- color: #FFFFFF;
103
  float: left;
104
- font-family: 'Raleway',sans-serif;
105
- font-size: 15px;
106
- font-weight: normal;
107
  opacity: 0.8;
108
- padding-bottom: 6px;
109
- padding-top: 6px;
110
- text-align: center;
111
  width: 100%;
112
  }
 
 
 
113
  #acx_ad_banners_csma .acx_ad_csma_desc
114
  {
115
- background: url("../images/wp.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
116
- float: left;
117
- font-family: arial;
118
- font-size: 13px;
119
- height: 31px;
120
- padding-left: 42px;
121
- padding-top: 12px;
122
- text-transform: capitalize;
123
- width: 213px;
124
- color: black;
 
 
 
125
  }
126
  #acx_ad_banners_csma .acx_ad_csma_desc2
127
  {
@@ -136,6 +208,36 @@ background: url("../images/plug.png") no-repeat scroll 5px center rgba(0, 0, 0,
136
  background: url("../images/quick.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
137
  }
138
  /* Ending Ad Banner Code */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  #acx_trouble_ul
140
  {
141
  display: inline-block;
@@ -161,9 +263,50 @@ width: 100%;
161
  text-decoration:none !important;
162
  color:#006400;
163
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  {
165
- padding:0;
166
- margin:0;
167
  }
168
  .acx_csma_template_option_holder
169
  {
@@ -172,8 +315,12 @@ color:#006400;
172
  }
173
  #main
174
  {
175
- width:100%;
176
- float:left;
 
 
 
 
177
  }
178
  .acx_csma_general table tr td:nth-child(1) {
179
  width: 30%;
@@ -181,11 +328,17 @@ color:#006400;
181
 
182
  #img_holder
183
  {
184
- width:14%;
185
- float:left;
186
- margin: 30px 1%;
187
- box-sizing:border-box;
188
-
 
 
 
 
 
 
189
  }
190
  #img_holder img
191
  {
@@ -208,3 +361,323 @@ color:#006400;
208
  width:48%;
209
  }
210
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import url(https://fonts.googleapis.com/css?family=Roboto);
2
+ /* Regular */
3
+ @font-face {
4
+ font-family: 'OpenSans-Regular';
5
+
6
+ src: url('fonts/OpenSans-Regular-webfont.eot');
7
+ src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
8
+ url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
9
+ url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
10
+ url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
11
+ font-weight: normal;
12
+ font-weight: 400;
13
+ font-style: normal;
14
+ }
15
+ /* Semibold */
16
+ @font-face {
17
+ font-family: 'OpenSans-Semibold';
18
+ src: url('fonts/OpenSans-Semibold-webfont.eot');
19
+ src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
20
+ url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
21
+ url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
22
+ url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
23
+ font-weight: 500;
24
+ font-style: normal;
25
+ }
26
+ /* Oswald-Regular */
27
+ @font-face {
28
+ font-family: 'Oswald-Regular';
29
+ src:url('fonts/Oswald-Regular.ttf') format('truetype');
30
+ font-weight:normal;
31
+ font-style: normal;
32
+ }
33
+ .acx_csma_page_h2
34
+ {
35
+ font-family: Roboto,"Open Sans",sans-serif;
36
+ font-size: 22px !important;
37
+ margin: 0 !important;
38
+ }
39
+ #acx_csma_stars
40
+ {
41
+ color: #e6b800;
42
+ display: table;
43
+ text-align: center;
44
+ width: 100%;
45
+ }
46
+ #acx_csma_stars span
47
+ {
48
+ cursor: pointer;
49
+ font-size: 30px;
50
+ margin: 6px;
51
+ }
52
+ #acx_csma_stars span:hover
53
+ {
54
+ color:#dcb208;
55
+ }
56
+ .acx_csma_star_button
57
+ {
58
+ display: block !important;
59
+ height: auto !important;
60
+ margin-left: auto !important;
61
+ margin-right: auto !important;
62
+ margin-top: 15px !important;
63
+ padding: 5px !important;
64
+ width: 45%;
65
+ text-decoration:none;
66
+ }
67
  .acx_csmap_button_reset
68
  {
69
  color: grey;
152
  }
153
  #acx_ad_banners_csma .acx_ad_csma_1
154
  {
155
+ border: 1px solid lightgray;
156
+ display: block;
157
  float: left;
158
+ height: auto;
159
+ margin-bottom: 12px;
160
  overflow: hidden;
161
+ padding-bottom: 15px;
162
+ text-decoration: none;
163
+ width: 100%;
164
  }
165
  #acx_ad_banners_csma .acx_ad_csma_title
166
  {
167
+ background: lavender none repeat scroll 0 0;
168
+ box-sizing: border-box;
169
+ color: black;
170
  float: left;
171
+ font-family: arial;
172
+ font-size: 14px;
173
+ font-weight: bold;
174
  opacity: 0.8;
175
+ padding: 10px;
176
+ text-align: left;
 
177
  width: 100%;
178
  }
179
+ #acx_ad_banners_csma .acx_ad_csma_1:hover {
180
+ border: 1px solid #00a0d2;
181
+ }
182
  #acx_ad_banners_csma .acx_ad_csma_desc
183
  {
184
+ background: rgba(0, 0, 0, 0) url("../images/wp.png") no-repeat scroll 5px 0;
185
+ box-sizing: border-box;
186
+ color: black;
187
+ float: left;
188
+ font-family: arial;
189
+ font-size: 13px;
190
+ height: 32px;
191
+ padding-right:3px;
192
+ margin-top: 15px;
193
+ padding-left: 42px;
194
+ padding-top: 6px;
195
+ text-transform: capitalize;
196
+ width: 100%;
197
  }
198
  #acx_ad_banners_csma .acx_ad_csma_desc2
199
  {
208
  background: url("../images/quick.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
209
  }
210
  /* Ending Ad Banner Code */
211
+ #acx_csma_tab_block_1 table {
212
+ width: 100%;
213
+ }
214
+ #acx_csma_tab_block_1 table tr td:first-child {
215
+ font-family: arial;
216
+ opacity: 0.8;
217
+ }
218
+ #acx_csma_tab_block_1 td {
219
+ padding-top: 18px;
220
+ }
221
+ #acx_csma_ip_list1 {
222
+ min-width: 290px;
223
+ }
224
+ #acx_csma_tab_block_1 table input[type="text"] {
225
+ border: 1px solid lightgray;
226
+ font-family: arial;
227
+ font-size: 12px;
228
+ padding: 9px;
229
+ width: 90%;
230
+ }
231
+ #acx_csma_tab_block_1 table textarea {
232
+ box-sizing: border-box;
233
+ height: 100px;
234
+ padding: 10px;
235
+ width: 90%;
236
+ }
237
+ #acx_csma_txt_ip {
238
+ max-width: 100%;
239
+ width: 290px !important;
240
+ }
241
  #acx_trouble_ul
242
  {
243
  display: inline-block;
263
  text-decoration:none !important;
264
  color:#006400;
265
  }
266
+ #acx_csma_form,#acurax_csma_misc_form
267
+ {
268
+ max-width: 95%;
269
+ width: 765px;
270
+ float:left;
271
+ }
272
+ #acx_csma_sidebar
273
+ {
274
+ float:left;
275
+ width:28%;
276
+ margin-left:2%;
277
+ display:none;
278
+ }
279
+ #acx_csma_sidebar .acx_csma_sidebar_widget
280
+ {
281
+ border: 1px dotted lightgray;
282
+ box-sizing: border-box;
283
+ float: left;
284
+ margin-bottom: 15px;
285
+ min-height: 100px;
286
+ width: 100%;
287
+ }
288
+ #acx_csma_sidebar .acx_csma_sidebar_w_title
289
+ {
290
+ background: lavender none repeat scroll 0 0;
291
+ box-sizing: border-box;
292
+ font-family: arial;
293
+ font-size: 14px;
294
+ font-weight: bold;
295
+ padding: 10px;
296
+ width: 100%;
297
+ }
298
+ #acx_csma_sidebar .acx_csma_sidebar_w_content
299
+ {
300
+ box-sizing: border-box;
301
+ display: table;
302
+ font-family: arial;
303
+ font-size: 12px;
304
+ line-height: 20px;
305
+ padding: 10px;
306
+ width: 100%;
307
+ }
308
+ #acx_csma_sidebar .acx_csma_sidebar_w_content a
309
  {
 
 
310
  }
311
  .acx_csma_template_option_holder
312
  {
315
  }
316
  #main
317
  {
318
+ border: 1px dashed lightgray;
319
+ box-sizing: border-box;
320
+ display: inline-block;
321
+ margin-left: auto;
322
+ margin-right: auto;
323
+ width: 100%;
324
  }
325
  .acx_csma_general table tr td:nth-child(1) {
326
  width: 30%;
328
 
329
  #img_holder
330
  {
331
+ background: #fdfdfd none repeat scroll 0 0;
332
+ border: 1px groove #ebebeb;
333
+ box-sizing: border-box;
334
+ float: left;
335
+ font-family: arial;
336
+ font-size: 12px;
337
+ margin: 15px 0.8%;
338
+ padding: 0.5%;
339
+ text-align: center;
340
+ text-transform: capitalize;
341
+ width: 15%;
342
  }
343
  #img_holder img
344
  {
361
  width:48%;
362
  }
363
  }
364
+ @media screen and (min-width:840px)
365
+ {
366
+ #acx_csma_sidebar
367
+ {
368
+ display:block;
369
+ }
370
+ #acx_csma_form,#acurax_csma_misc_form
371
+ {
372
+ max-width: 70%;
373
+ }
374
+ }
375
+ /* STYLES Expert Support */
376
+ .acx_csma_es_common_raw
377
+ {
378
+ border: 1px dotted white;
379
+ border-radius: 8px;
380
+ float: left;
381
+ margin-top: 20px;
382
+ width: 98%;
383
+ }
384
+
385
+ .acx_csma_es_common_bg
386
+ {
387
+ background:#004050;
388
+ }
389
+ .acx_csma_es_middle_section
390
+ {
391
+ margin-left:auto;
392
+ margin-right:auto;
393
+ }
394
+
395
+ .acx_csma_es_acx_content_area
396
+ {
397
+ float:left;
398
+ width:100%;
399
+ padding: 25px 0;
400
+ }
401
+
402
+ .acx_csma_es_wp_left_area
403
+ {
404
+ float:left;
405
+ width:550px;
406
+ padding-right: 60px;
407
+ }
408
+ .acx_csma_es_wp_left_content_inner
409
+ {
410
+ float:left;
411
+ width:100%;
412
+ }
413
+
414
+ .acx_csma_es_wp_main_head
415
+ {
416
+ float:left;
417
+ display:table;
418
+ color:#66d1ec;
419
+ font-family:Oswald-Regular;
420
+ font-size:32px;
421
+ line-height:44px;
422
+ text-align:left;
423
+ margin-bottom: 20px;
424
+ }
425
+
426
+ .acx_csma_es_wp_sub_para_des
427
+ {
428
+ float:left;
429
+ display:table;
430
+ color:#fff;
431
+ font-family:Opensans-Regular;
432
+ font-size:14px;
433
+ line-height:24px;
434
+ text-align:left;
435
+ margin-bottom: 15px;
436
+ }
437
+
438
+ .acx_csma_es_wp_sub_para_des a,
439
+ .acx_csma_es_wp_footer_area_desc a
440
+ {
441
+ color:#3ad0f5;
442
+ display:inline;
443
+ text-decoration:underline;
444
+ }
445
+
446
+ .acx_csma_es_wp_sub_para_des a:hover
447
+ {
448
+ color:#ffbf43;
449
+ }
450
+
451
+ .acx_csma_es_wp_acx_service_list
452
+ {
453
+ float:left;
454
+ width:100%;
455
+ }
456
+
457
+ .acx_csma_es_wp_acx_service_list ul
458
+ {
459
+ display:block;
460
+ float:left;
461
+ width:100%;
462
+ }
463
+
464
+ .acx_csma_es_wp_acx_service_list ul li
465
+ {
466
+ color:#fff;
467
+ font-family:Opensans-Semibold;
468
+ font-size:14px;
469
+ text-align:left;
470
+ display:block;
471
+ margin-top:10px;
472
+ padding-left:20px;
473
+ background-repeat:no-repeat;
474
+ background-position:0px 6px;
475
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAACXBIWXMAAA9hAAAPYQGoP6dpAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAExJREFUeNqM0LENgDAQQ9FLxwJMwUBswhjUbJJxmIGa4lGgdFzIl9xZlu1AxYL4Uni5cWDODI0LG6bM0DixohSInP03YbhDd0X3h2cAIc3gGqTftKUAAAAASUVORK5CYII=);
476
+ }
477
+
478
+
479
+ .acx_csma_es_wp_send_ylw_para
480
+ {
481
+ float:left;
482
+ display:table;
483
+ color:#ffde9e;
484
+ font-family:Opensans-Regular;
485
+ font-size:13px;
486
+ line-height:22px;
487
+ text-align:left;
488
+ margin-top:25px;
489
+ }
490
+
491
+
492
+ .acx_csma_es_wp_right_area
493
+ {
494
+ width:350px;
495
+ float:left;
496
+ }
497
+
498
+ .acx_csma_es_wp_right_inner_form_wrap
499
+ {
500
+ float:left;
501
+ width:100%;
502
+ }
503
+
504
+ .acx_csma_es_wp_inner_wp_form
505
+ {
506
+ width:100%;
507
+ float:left;
508
+ background:#134d5b;
509
+ padding:40px 30px;
510
+ border-radius:3px;
511
+ }
512
+
513
+ .acx_csma_es_wp_form_head
514
+ {
515
+ float:left;
516
+ display:table;
517
+ color:#ffde9e;
518
+ font-family:Opensans-Semibold;
519
+ font-size:18px;
520
+ line-height:26px;
521
+ text-align:center;
522
+ margin-bottom: 20px;
523
+ }
524
+
525
+ form.acx_csma_es_wp_support_acx
526
+ {
527
+ display:block;
528
+ float:left;
529
+ width:100%;
530
+ }
531
+ span.acx_csma_es_cnvas_input
532
+ {
533
+ display:block;
534
+ float:left;
535
+ width:100%;
536
+ margin-bottom:8px;
537
+ }
538
+
539
+ span.acx_csma_es_cnvas_input input,
540
+ span.acx_csma_es_cnvas_input textarea
541
+ {
542
+ display:block;
543
+ float:left;
544
+ width:100%;
545
+ padding:8px 10px;
546
+ font-family:Opensans-Regular;
547
+ font-size:14px;
548
+ color:#444;
549
+ border:none;
550
+ border-radius:3px;
551
+ }
552
+
553
+ span.acx_csma_es_cnvas_input input.acx_csma_es_wp_acx_submit
554
+ {
555
+ background:#ffb11a;
556
+ font-family:Opensans-Semibold;
557
+ font-size:16px;
558
+ color:#7d5200;
559
+ cursor:pointer;
560
+ }
561
+ span.acx_csma_es_cnvas_input input.acx_csma_es_wp_acx_submit:hover
562
+ {
563
+ background:#ff961a;
564
+ }
565
+
566
+ .acx_csma_es_footer_content_cvr
567
+ {
568
+ display:block;
569
+ float:left;
570
+ width:100%;
571
+ padding: 20px 0;
572
+ border-top:1px solid #072e38;
573
+ }
574
+
575
+ .acx_csma_es_wp_footer_area_desc
576
+ {
577
+ float:left;
578
+ display:table;
579
+ color:#5f93a0;
580
+ font-family:Opensans-Regular;
581
+ font-size:11px;
582
+ line-height:14px;
583
+ text-align:left;
584
+ }
585
+ /***** Desktop *****/
586
+
587
+ @media screen and (min-width:1024px)
588
+ {
589
+ .acx_csma_es_middle_section
590
+ {
591
+ max-width:1000px;
592
+ }
593
+ }
594
+
595
+ /***** Small Desktop Tablets *****/
596
+
597
+ @media screen and (min-width:960px) and (max-width:1023px)
598
+ {
599
+ .acx_csma_es_middle_section
600
+ {
601
+ max-width:900px;
602
+ }
603
+ .acx_csma_es_wp_right_area {
604
+ width: 380px;
605
+ }
606
+
607
+ .acx_csma_es_wp_left_area {
608
+ width: 520px;
609
+ }
610
+ }
611
+
612
+ /***** portrait Tablets *****/
613
+
614
+ @media screen and (min-width:768px) and (max-width:1245px)
615
+ {
616
+ .acx_csma_es_middle_section
617
+ {
618
+ max-width:700px;
619
+ }
620
+ .acx_csma_es_wp_right_area {
621
+ width: 100%;
622
+ margin-top:50px
623
+ }
624
+
625
+ .acx_csma_es_wp_left_area {
626
+ width:100%;
627
+ padding:0;
628
+ }
629
+ .acx_csma_es_half_width_sec {
630
+ width: 49% !important;
631
+ }
632
+
633
+ .acx_csma_es_haif_marg_left
634
+ {
635
+ margin-left:1%;
636
+ }
637
+
638
+ .acx_csma_es_haif_marg_right
639
+ {
640
+ margin-right:1%;
641
+ }
642
+ }
643
+ /***** Smart Phones *****/
644
+
645
+ @media screen and (min-width:540px) and (max-width:767px)
646
+ {
647
+ .acx_csma_es_middle_section
648
+ {
649
+ max-width:500px;
650
+ }
651
+ .acx_csma_es_wp_right_area {
652
+ width: 100%;
653
+ margin-top:50px
654
+ }
655
+
656
+ .acx_csma_es_wp_left_area {
657
+ width:100%;
658
+ padding:0;
659
+ }
660
+ }
661
+
662
+ /***** Small Screens (Mobiles) *****/
663
+
664
+ @media screen and (max-width:539px)
665
+ {
666
+ .acx_csma_es_middle_section
667
+ {
668
+ max-width:90%;
669
+ }
670
+
671
+ .acx_csma_es_wp_right_area {
672
+ width: 100%;
673
+ margin-top:50px
674
+ }
675
+
676
+ .acx_csma_es_wp_left_area {
677
+ width:100%;
678
+ padding:0;
679
+ }
680
+ .acx_csma_es_wp_inner_wp_form {
681
+ padding: 40px 15px;
682
+ }
683
+ }
function.php CHANGED
@@ -60,7 +60,6 @@ function acx_csma_script()
60
  wp_enqueue_script('acx_csma_datepick_script','',array( 'jquery' ));
61
  }
62
  add_action('admin_enqueue_scripts', 'acx_csma_script');
63
-
64
  function acx_csma_color_pick()
65
  {
66
  echo '<script type="text/javascript" src="'.plugins_url('js/color.js', __FILE__). '"></script>';
@@ -73,9 +72,9 @@ if($acx_csma_page == "Acurax-Coming-Soon-Maintenance-Mode-Settings")
73
  $acx_csma_template=get_option('acx_csma_template');
74
  if($acx_csma_template == ""|| !is_numeric($acx_csma_template))
75
  {
76
- $acx_csma_template= 1;
77
  }
78
- if($acx_csma_template < 1 || $acx_csma_template >6)
79
  {
80
  $acx_csma_template= 1;
81
  }
@@ -259,9 +258,10 @@ function acx_csma_upload_images_template_loader(button_id,uploader_title,uploade
259
  custom_uploader_template_1_1.on('select', function()
260
  {
261
  attachment = custom_uploader_template_1_1.state().get('selection').first().toJSON();
 
262
  if(hidden_field_id)
263
  {
264
- jQuery(hidden_field_id).val(attachment.url);
265
  }
266
  if(preview_id != "")
267
  {
@@ -295,7 +295,7 @@ function acx_csma_quick_request_submit_callback()
295
  {
296
  $acx_csma_es == "";
297
  }
298
- if($acx_csma_es == "" || $acx_name == "" || $acx_email == "" || $acx_weburl == "" || $acx_subject == "" || $acx_question == "")
299
  {
300
  echo 2;
301
  }
@@ -350,9 +350,12 @@ if($acx_csma_activation_status == 1)
350
 
351
  function acx_csma_subscribe_email()
352
  {
 
 
 
353
  if(ISSET($_POST['name']))
354
  {
355
- $name=$_POST['name'];
356
  }
357
  else{
358
  $name="";
@@ -379,7 +382,7 @@ function acx_csma_subscribe_email()
379
  else{
380
  $timestamp = "";
381
  }
382
- $acx_csma_subscribe_es = $_POST['acx_csma_subscribe_es'];
383
  if (!wp_verify_nonce($acx_csma_subscribe_es,'acx_csma_subscribe_es'))
384
  {
385
  $acx_csma_subscribe_es == "";
@@ -391,7 +394,7 @@ function acx_csma_subscribe_email()
391
  if($acx_csma_subscribe_es ="")
392
  {
393
  echo 2;
394
- }
395
  $acx_csma_subscribe_details=get_option('acx_csma_subscribe_user_details');
396
  if($acx_csma_subscribe_details != "")
397
  {
60
  wp_enqueue_script('acx_csma_datepick_script','',array( 'jquery' ));
61
  }
62
  add_action('admin_enqueue_scripts', 'acx_csma_script');
 
63
  function acx_csma_color_pick()
64
  {
65
  echo '<script type="text/javascript" src="'.plugins_url('js/color.js', __FILE__). '"></script>';
72
  $acx_csma_template=get_option('acx_csma_template');
73
  if($acx_csma_template == ""|| !is_numeric($acx_csma_template))
74
  {
75
+ $acx_csma_template = 1;
76
  }
77
+ if($acx_csma_template < 0 || $acx_csma_template >6)
78
  {
79
  $acx_csma_template= 1;
80
  }
258
  custom_uploader_template_1_1.on('select', function()
259
  {
260
  attachment = custom_uploader_template_1_1.state().get('selection').first().toJSON();
261
+ // console.log(attachment);
262
  if(hidden_field_id)
263
  {
264
+ jQuery(hidden_field_id).val(attachment.id);
265
  }
266
  if(preview_id != "")
267
  {
295
  {
296
  $acx_csma_es == "";
297
  }
298
+ if($acx_csma_es == "" || $acx_name == "" || $acx_phone == "" || $acx_email == "" || $acx_weburl == "" || $acx_subject == "" || $acx_question == "")
299
  {
300
  echo 2;
301
  }
350
 
351
  function acx_csma_subscribe_email()
352
  {
353
+ if (!isset($_POST['acx_csma_subscribe_es'])) die("<br><br>Unknown Error Occurred, Try Again... <a href=''>Click Here</a>");
354
+ if (!wp_verify_nonce($_POST['acx_csma_subscribe_es'],'acx_csma_subscribe_es')) die("<br><br>Unknown Error Occurred, Try Again... <a href=''>Click Here</a>");
355
+
356
  if(ISSET($_POST['name']))
357
  {
358
+ $name=$_POST['name'];
359
  }
360
  else{
361
  $name="";
382
  else{
383
  $timestamp = "";
384
  }
385
+ /* $acx_csma_subscribe_es = $_POST['acx_csma_subscribe_es'];
386
  if (!wp_verify_nonce($acx_csma_subscribe_es,'acx_csma_subscribe_es'))
387
  {
388
  $acx_csma_subscribe_es == "";
394
  if($acx_csma_subscribe_es ="")
395
  {
396
  echo 2;
397
+ } */
398
  $acx_csma_subscribe_details=get_option('acx_csma_subscribe_user_details');
399
  if($acx_csma_subscribe_details != "")
400
  {
images/des.png CHANGED
Binary file
images/plug.png CHANGED
Binary file
images/wp.png CHANGED
Binary file
includes/acx_csma_admin.php CHANGED
@@ -23,6 +23,11 @@ if(!acx_csma_cookie)
23
  {
24
  setCookie("acx_csma_cookie",1);
25
  }
 
 
 
 
 
26
  </script>
27
  <?php
28
  $acx_csmap_qa_id = 0;
@@ -89,7 +94,7 @@ $acx_csma_timer_iptext_color2="#000000";
89
  $acx_csma_timer_head_color2="#000000";
90
  $acx_csma_custom_html_top_temp2="";
91
  $acx_csma_desc_title2="What is Coming";
92
- $acx_csma_desc_subtitle2=base64_encode(stripslashes(trim("Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.")));
93
  $acx_csma_desc_text_color2="#000000";
94
  $acx_csma_fb_link2="";
95
  $acx_csma_twitter_link2="";
@@ -119,7 +124,7 @@ $acx_csma_timer_iptext_color3="#000000";
119
  $acx_csma_timer_head_color3="#000000";
120
  $acx_csma_custom_html_top_temp3="";
121
  $acx_csma_desc_title3="What is Coming";
122
- $acx_csma_desc_subtitle3=base64_encode(stripslashes(trim("Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.")));
123
  $acx_csma_desc_text_color3="#000000";
124
  $acx_csma_footer_text3="&copy;". date("Y")." All rights reserved";
125
  $acx_csma_footer_color3="#000000";
@@ -166,6 +171,7 @@ $acx_csma_show_progressbar5=1;
166
  $acx_csma_progress_bar_color5="#717171";
167
  $acx_csma_custom_html_bottom_temp5="";
168
  $acx_csma_subscribe_bg_color5="#2f2f2f";
 
169
  $acx_csma_subscribe_title5="Subscribe by entering your email below";
170
  $acx_csma_subscribe_success5="Successfully Subscribed";
171
  $acx_csma_subscribe_invalid5="Invalid Email";
@@ -177,9 +183,9 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_set_default_template_5');
177
  if($acx_csma_appearence_array=="" || !is_array($acx_csma_appearence_array))
178
  {
179
  $acx_csma_appearence_array['1'] = array(
180
- 'acx_csma_background_image1'=>esc_url_raw($acx_csma_background_image1),
181
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice1),
182
- 'acx_csma_logo1'=>esc_url_raw($acx_csma_logo1),
183
  'acx_csma_logo_text1' =>sanitize_text_field($acx_csma_logo_text1),
184
  'acx_csma_logo_text_color1' =>sanitize_text_field($acx_csma_logo_text_color1),
185
  'acx_csma_title1'=>sanitize_text_field($acx_csma_title1),
@@ -212,7 +218,7 @@ if($acx_csma_appearence_array=="" || !is_array($acx_csma_appearence_array))
212
  $acx_csma_appearence_array['2'] = array(
213
  'acx_csma_bg_color2'=>sanitize_text_field($acx_csma_bg_color2),
214
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice2),
215
- 'acx_csma_logo2'=>esc_url_raw($acx_csma_logo2),
216
  'acx_csma_logo_text2' =>sanitize_text_field($acx_csma_logo_text2),
217
  'acx_csma_logo_text_color2' =>sanitize_text_field($acx_csma_logo_text_color2),
218
  'acx_csma_title2'=>sanitize_text_field($acx_csma_title2),
@@ -237,7 +243,7 @@ if($acx_csma_appearence_array=="" || !is_array($acx_csma_appearence_array))
237
  );
238
  $acx_csma_appearence_array['3'] =array(
239
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice3),
240
- 'acx_csma_logo3'=>esc_url_raw($acx_csma_logo3),
241
  'acx_csma_logo_text3' =>sanitize_text_field($acx_csma_logo_text3),
242
  'acx_csma_logo_text_color3' =>sanitize_text_field($acx_csma_logo_text_color3),
243
  'acx_csma_title3'=>sanitize_text_field($acx_csma_title3),
@@ -270,9 +276,9 @@ if($acx_csma_appearence_array=="" || !is_array($acx_csma_appearence_array))
270
  'acx_csma_linkedin_link3'=>esc_url_raw($acx_csma_linkedin_link3)
271
  );
272
  $acx_csma_appearence_array['4'] =array(
273
- 'acx_csma_background_image4'=>esc_url_raw($acx_csma_background_image4),
274
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice4),
275
- 'acx_csma_logo4'=>esc_url_raw($acx_csma_logo4),
276
  'acx_csma_logo_text4' =>sanitize_text_field($acx_csma_logo_text4),
277
  'acx_csma_logo_text_color4' =>sanitize_text_field($acx_csma_logo_text_color4),
278
  'acx_csma_inside_bg_color4'=>sanitize_text_field($acx_csma_inside_bg_color4),
@@ -292,7 +298,7 @@ if($acx_csma_appearence_array=="" || !is_array($acx_csma_appearence_array))
292
  $acx_csma_appearence_array['5'] =array(
293
  'acx_csma_bgcolor5'=>sanitize_text_field($acx_csma_bgcolor5),
294
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice5),
295
- 'acx_csma_logo5'=>esc_url_raw($acx_csma_logo5),
296
  'acx_csma_logo_text5' =>sanitize_text_field($acx_csma_logo_text5),
297
  'acx_csma_logo_text_color5' =>sanitize_text_field($acx_csma_logo_text_color5),
298
  'acx_csma_inside_bg_color5'=>sanitize_text_field($acx_csma_inside_bg_color5),
@@ -306,6 +312,7 @@ if($acx_csma_appearence_array=="" || !is_array($acx_csma_appearence_array))
306
  'acx_csma_progress_bar_color5'=>sanitize_text_field($acx_csma_progress_bar_color5),
307
  'acx_csma_custom_html_bottom_temp5'=>$acx_csma_custom_html_bottom_temp5,
308
  'acx_csma_subscribe_bg_color5'=>sanitize_text_field($acx_csma_subscribe_bg_color5),
 
309
  'acx_csma_subscribe_title5'=>sanitize_text_field($acx_csma_subscribe_title5),
310
  'acx_csma_subscribe_success5'=>sanitize_text_field($acx_csma_subscribe_success5),
311
  'acx_csma_subscribe_invalid5'=>sanitize_text_field($acx_csma_subscribe_invalid5),
@@ -345,16 +352,19 @@ if($acx_csma_hidden == 'Y')
345
  $acx_csma_meta_keywords=sanitize_text_field($_POST['acx_csma_meta_keywords']);
346
  update_option('acx_csma_meta_keywords',$acx_csma_meta_keywords);
347
  $acx_csma_favicon=$_POST['acx_csma_favicon_field'];
348
- update_option('acx_csma_favicon',esc_url_raw($acx_csma_favicon));
349
  $acx_csma_date_time=$_POST['acx_csma_date_time'];
350
  $acx_csma_date_time = explode(" ",$acx_csma_date_time);
351
  $acx_csma_t1=explode("/",$acx_csma_date_time[0]);
352
  $acx_csma_t2=explode(":",$acx_csma_date_time[1]);
353
  $timestamp = mktime($acx_csma_t2[0],$acx_csma_t2[1],0,$acx_csma_t1[1],$acx_csma_t1[2],$acx_csma_t1[0]);//mktime(hour,minute,second,month,day,year);
354
  update_option('acx_csma_date_time',$timestamp);
 
 
 
355
  if(ISSET($_POST['acx_csma_ip_list']))
356
  {
357
- $acx_csma_ip_list= $_POST['acx_csma_ip_list'];
358
  }
359
  else{
360
  $acx_csma_ip_list=array();
@@ -386,7 +396,7 @@ if(is_serialized($acx_csma_appearence_array))
386
  $acx_csma_appearence_array = unserialize($acx_csma_appearence_array);
387
  }
388
 
389
- $acx_csma_background_image1=esc_url_raw($_POST['acx_csma_background_image1']);
390
  if($acx_csma_background_image1==""){$acx_csma_background_image1=$acx_csma_appearence_array['1']['acx_csma_background_image1'] ;}
391
  if(ISSET($_POST['acx_csma_logo_choice1']))
392
  {
@@ -399,15 +409,15 @@ if(is_serialized($acx_csma_appearence_array))
399
  $acx_csma_logo_choice1='image';
400
  }
401
  }
402
- $acx_csma_logo1=esc_url($_POST['acx_csma_logo1']);if($acx_csma_logo1==""){$acx_csma_logo1=$acx_csma_appearence_array['1']['acx_csma_logo1'];}
403
  $acx_csma_logo_text1=sanitize_text_field($_POST['acx_csma_logo_text1']);
404
  $acx_csma_logo_text_color1=sanitize_text_field($_POST['acx_csma_logo_text_color1']);if($acx_csma_logo_text_color1==""){$acx_csma_logo_text_color1=$acx_csma_appearence_array['1']['acx_csma_logo_text_color1'];}
405
  $acx_csma_title1=sanitize_text_field($_POST['acx_csma_title1']);if($acx_csma_title1==""){$acx_csma_title1=$acx_csma_appearence_array['1']['acx_csma_title1'];}
406
  $acx_csma_title_color1=sanitize_text_field($_POST['acx_csma_title_color1']);if($acx_csma_title_color1==""){$acx_csma_title_color1=$acx_csma_appearence_array['1']['acx_csma_title_color1'];}
407
  $acx_csma_subtitle_text1=sanitize_text_field($_POST['acx_csma_subtitle_text1']);
408
  $acx_csma_subtitle_color1=sanitize_text_field($_POST['acx_csma_subtitle_color1']);if($acx_csma_subtitle_color1==""){$acx_csma_subtitle_color1=$acx_csma_appearence_array['1']['acx_csma_subtitle_color1'];}
409
- $acx_csma_custom_html_top_temp1=base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_top_temp1'])));
410
- $acx_csma_custom_html_bottom_temp1=base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_bottom_temp1'])));
411
  $acx_csma_inside_bg_color1=sanitize_text_field($_POST['acx_csma_inside_bg_color1']);if($acx_csma_inside_bg_color1==""){$acx_csma_inside_bg_color1=$acx_csma_appearence_array['1']['acx_csma_inside_bg_color1'];}
412
  $acx_csma_inside_title1=sanitize_text_field($_POST['acx_csma_inside_title1']);
413
  $acx_csma_inside_title_color1=sanitize_text_field($_POST['acx_csma_inside_title_color1']);if($acx_csma_inside_title_color1==""){ $acx_csma_inside_title_color1=$acx_csma_appearence_array['1']['acx_csma_inside_title_color1'];}
@@ -443,7 +453,7 @@ if(is_serialized($acx_csma_appearence_array))
443
  }
444
  }
445
 
446
- $acx_csma_logo2 = esc_url_raw($_POST['acx_csma_logo2']);if($acx_csma_logo2==""){$acx_csma_logo2= $acx_csma_appearence_array['2']['acx_csma_logo2'];}
447
  $acx_csma_logo_text2=sanitize_text_field($_POST['acx_csma_logo_text2']);
448
  $acx_csma_logo_text_color2=sanitize_text_field($_POST['acx_csma_logo_text_color2']);if($acx_csma_logo_text_color2==""){$acx_csma_logo_text_color2=$acx_csma_appearence_array['2']['acx_csma_logo_text_color2'];}
449
  $acx_csma_title2=sanitize_text_field($_POST['acx_csma_title2']);if($acx_csma_title2==""){$acx_csma_title2=$acx_csma_appearence_array['2']['acx_csma_title2'];}
@@ -458,9 +468,9 @@ if(is_serialized($acx_csma_appearence_array))
458
  $acx_csma_timer_input_bg_color2=sanitize_text_field($_POST['acx_csma_timer_input_bg_color2']);if($acx_csma_timer_input_bg_color2==""){$acx_csma_timer_input_bg_color2=$acx_csma_appearence_array['2']['acx_csma_timer_input_bg_color2'];}
459
  $acx_csma_timer_iptext_color2=sanitize_text_field($_POST['acx_csma_timer_iptext_color2']);if($acx_csma_timer_iptext_color2==""){$acx_csma_timer_iptext_color2=$acx_csma_appearence_array['2']['acx_csma_timer_iptext_color2'];}
460
  $acx_csma_timer_head_color2=sanitize_text_field($_POST['acx_csma_timer_head_color2']);if($acx_csma_timer_head_color2==""){$acx_csma_timer_head_color2=$acx_csma_appearence_array['2']['acx_csma_timer_head_color2'];}
461
- $acx_csma_custom_html_top_temp2=base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_top_temp2'])));
462
  $acx_csma_desc_title2=sanitize_text_field($_POST['acx_csma_desc_title2']);
463
- $acx_csma_desc_subtitle2=base64_encode(stripslashes(trim($_POST['acx_csma_desc_subtitle2'])));
464
  $acx_csma_desc_text_color2=sanitize_text_field($_POST['acx_csma_desc_text_color2']);if($acx_csma_desc_text_color2==""){$acx_csma_desc_text_color2=$acx_csma_appearence_array['2']['acx_csma_desc_text_color2'];}
465
  $acx_csma_fb_link2=esc_url_raw($_POST['acx_csma_fb_link2']);if($acx_csma_fb_link2==""){$acx_csma_fb_link2=$acx_csma_appearence_array['2']['acx_csma_fb_link2'];}
466
  $acx_csma_twitter_link2=esc_url_raw($_POST['acx_csma_twitter_link2']);if($acx_csma_twitter_link2==""){$acx_csma_twitter_link2=$acx_csma_appearence_array['2']['acx_csma_twitter_link2'];}
@@ -478,7 +488,7 @@ if(is_serialized($acx_csma_appearence_array))
478
  }
479
  }
480
 
481
- $acx_csma_logo3=esc_url_raw($_POST['acx_csma_logo3']);if($acx_csma_logo3==""){$acx_csma_logo3= $acx_csma_appearence_array['3']['acx_csma_logo3'];}
482
  $acx_csma_logo_text3=sanitize_text_field($_POST['acx_csma_logo_text3']);
483
  $acx_csma_logo_text_color3=sanitize_text_field($_POST['acx_csma_logo_text_color3']);if($acx_csma_logo_text_color3==""){$acx_csma_logo_text_color3=$acx_csma_appearence_array['3']['acx_csma_logo_text_color3'];}
484
  $acx_csma_title3=sanitize_text_field($_POST['acx_csma_title3']);if($acx_csma_title3==""){$acx_csma_title3=$acx_csma_appearence_array['3']['acx_csma_title3'];}
@@ -498,9 +508,9 @@ if(is_serialized($acx_csma_appearence_array))
498
  $acx_csma_inside_title_color3= sanitize_text_field($_POST['acx_csma_inside_title_color3']);if($acx_csma_inside_title_color3==""){$acx_csma_inside_title_color3=$acx_csma_appearence_array['3']['acx_csma_inside_title_color3'];}
499
  $acx_csma_timer_iptext_color3= sanitize_text_field($_POST['acx_csma_timer_iptext_color3']);if($acx_csma_timer_iptext_color3==""){$acx_csma_timer_iptext_color3=$acx_csma_appearence_array['3']['acx_csma_timer_iptext_color3'];}
500
  $acx_csma_timer_head_color3= sanitize_text_field($_POST['acx_csma_timer_head_color3']);if($acx_csma_timer_head_color3==""){$acx_csma_timer_head_color3=$acx_csma_appearence_array['3']['acx_csma_timer_head_color3'];}
501
- $acx_csma_custom_html_top_temp3=base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_top_temp3'])));
502
  $acx_csma_desc_title3= sanitize_text_field($_POST['acx_csma_desc_title3']);
503
- $acx_csma_desc_subtitle3=base64_encode(stripslashes(trim($_POST['acx_csma_desc_subtitle3'])));
504
  $acx_csma_desc_text_color3= sanitize_text_field($_POST['acx_csma_desc_text_color3']);if($acx_csma_desc_text_color3==""){$acx_csma_desc_text_color3=$acx_csma_appearence_array['3']['acx_csma_desc_text_color3'];}
505
  $acx_csma_footer_text3= sanitize_text_field($_POST['acx_csma_footer_text3']);if($acx_csma_footer_text3==""){$acx_csma_footer_text3=$acx_csma_appearence_array['3']['acx_csma_footer_text3'];}
506
  $acx_csma_footer_color3=sanitize_text_field($_POST['acx_csma_footer_color3']);if($acx_csma_footer_color3==""){$acx_csma_footer_color3=$acx_csma_appearence_array['3']['acx_csma_footer_color3'];}
@@ -511,7 +521,7 @@ if(is_serialized($acx_csma_appearence_array))
511
  $acx_csma_linkedin_link3=esc_url_raw($_POST['acx_csma_linkedin_link3']);if($acx_csma_linkedin_link3==""){$acx_csma_linkedin_link3=$acx_csma_appearence_array['3']['acx_csma_linkedin_link3'];}
512
 
513
  //********************************template 4***********************************
514
- $acx_csma_background_image4=esc_url_raw($_POST['acx_csma_background_image4']);if($acx_csma_background_image4==""){$acx_csma_background_image4=$acx_csma_appearence_array['4']['acx_csma_background_image4'];}
515
  if(ISSET($_POST['acx_csma_logo_choice4']))
516
  {
517
  $acx_csma_logo_choice4=sanitize_text_field($_POST['acx_csma_logo_choice4']);
@@ -523,19 +533,19 @@ if(is_serialized($acx_csma_appearence_array))
523
  $acx_csma_logo_choice4='image';
524
  }
525
  }
526
- $acx_csma_logo4=esc_url_raw($_POST['acx_csma_logo4']);if($acx_csma_logo4==""){$acx_csma_logo4=$acx_csma_appearence_array['4']['acx_csma_logo4'];}
527
  $acx_csma_logo_text4=$_POST['acx_csma_logo_text4'];
528
  $acx_csma_logo_text_color4=sanitize_text_field($_POST['acx_csma_logo_text_color4']);if($acx_csma_logo_text_color4==""){$acx_csma_logo_text_color4=$acx_csma_appearence_array['4']['acx_csma_logo_text_color4'];}
529
  $acx_csma_inside_bg_color4=sanitize_text_field($_POST['acx_csma_inside_bg_color4']);if($acx_csma_inside_bg_color4==""){$acx_csma_inside_bg_color4=$acx_csma_appearence_array['4']['acx_csma_inside_bg_color4'];}
530
  $acx_csma_title4=sanitize_text_field($_POST['acx_csma_title4']);if($acx_csma_title4==""){$acx_csma_title4=$acx_csma_appearence_array['4']['acx_csma_title4'];}
531
- $acx_csma_custom_html_top_temp4=base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_top_temp4'])));
532
  $acx_csma_title_color4=sanitize_text_field($_POST['acx_csma_title_color4']);if($acx_csma_title_color4==""){$acx_csma_title_color4=$acx_csma_appearence_array['4']['acx_csma_title_color4'];}
533
  $acx_csma_show_timer4=sanitize_text_field($_POST['acx_csma_show_timer4']);if($acx_csma_show_timer4==""){ $acx_csma_show_timer4=$acx_csma_appearence_array['1']['acx_csma_show_timer4'];}
534
  $acx_csma_timer_iptext_color4=sanitize_text_field($_POST['acx_csma_timer_iptext_color4']);if($acx_csma_timer_iptext_color4==""){$acx_csma_timer_iptext_color4=$acx_csma_appearence_array['4']['acx_csma_timer_iptext_color4'];;}
535
  $acx_csma_timer_head_color4=sanitize_text_field($_POST['acx_csma_timer_head_color4']);if($acx_csma_timer_head_color4==""){$acx_csma_timer_head_color4=$acx_csma_appearence_array['4']['acx_csma_timer_head_color4'];}
536
  $acx_csma_show_progressbar4=sanitize_text_field($_POST['acx_csma_show_progressbar4']);if($acx_csma_show_progressbar4==""){ $acx_csma_show_progressbar4=$acx_csma_appearence_array['1']['acx_csma_show_progressbar4'];}
537
  $acx_csma_progress_bar_color4=sanitize_text_field($_POST['acx_csma_progress_bar_color4']);if($acx_csma_progress_bar_color4==""){$acx_csma_progress_bar_color4=$acx_csma_appearence_array['4']['acx_csma_progress_bar_color4'];}
538
- $acx_csma_custom_html_bottom_temp4=base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_bottom_temp4'])));
539
  $acx_csma_fb_link4=esc_url_raw($_POST['acx_csma_fb_link4']);if($acx_csma_fb_link4==""){$acx_csma_fb_link4=$acx_csma_appearence_array['4']['acx_csma_fb_link4'];}
540
  $acx_csma_twitter_link4=esc_url_raw($_POST['acx_csma_twitter_link4']);if($acx_csma_twitter_link4==""){$acx_csma_twitter_link4=$acx_csma_appearence_array['4']['acx_csma_twitter_link4'];}
541
  $acx_csma_linkedin_link4=esc_url_raw($_POST['acx_csma_linkedin_link4']);if($acx_csma_linkedin_link4==""){$acx_csma_linkedin_link4=$acx_csma_appearence_array['4']['acx_csma_linkedin_link4'];}
@@ -553,20 +563,23 @@ if(is_serialized($acx_csma_appearence_array))
553
  $acx_csma_logo_choice5='image';
554
  }
555
  }
556
- $acx_csma_logo5=esc_url_raw($_POST['acx_csma_logo5']);if($acx_csma_logo5==""){$acx_csma_logo5=$acx_csma_appearence_array['5']['acx_csma_logo5'];}
557
  $acx_csma_logo_text5=sanitize_text_field($_POST['acx_csma_logo_text5']);
558
  $acx_csma_logo_text_color5=sanitize_text_field($_POST['acx_csma_logo_text_color5']);if($acx_csma_logo_text_color5==""){$acx_csma_logo_text_color5=$acx_csma_appearence_array['5']['acx_csma_logo_text_color5'];}
559
  $acx_csma_inside_bg_color5=sanitize_text_field($_POST['acx_csma_inside_bg_color5']);if($acx_csma_inside_bg_color5==""){$acx_csma_inside_bg_color5=$acx_csma_appearence_array['5']['acx_csma_inside_bg_color5'];}
560
  $acx_csma_title5=sanitize_text_field($_POST['acx_csma_title5']);if($acx_csma_title5==""){$acx_csma_title5=$acx_csma_appearence_array['5']['acx_csma_title5'];}
561
  $acx_csma_title_color5=sanitize_text_field($_POST['acx_csma_title_color5']);if($acx_csma_title_color5==""){$acx_csma_title_color5=$acx_csma_appearence_array['5']['acx_csma_title_color5'];}
562
- $acx_csma_custom_html_top_temp5=base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_top_temp5'])));
563
  $acx_csma_show_timer5=sanitize_text_field($_POST['acx_csma_show_timer5']);if($acx_csma_show_timer5==""){$acx_csma_show_timer5=$acx_csma_show_timer5['5']['acx_csma_show_timer5'];}
564
  $acx_csma_timer_iptext_color5=sanitize_text_field($_POST['acx_csma_timer_iptext_color5']);if($acx_csma_timer_iptext_color5==""){$acx_csma_timer_iptext_color5=$acx_csma_appearence_array['5']['acx_csma_timer_iptext_color5'];}
565
  $acx_csma_timer_head_color5=sanitize_text_field($_POST['acx_csma_timer_head_color5']);if($acx_csma_timer_head_color5==""){$acx_csma_timer_head_color5=$acx_csma_appearence_array['5']['acx_csma_timer_head_color5'];}
566
  $acx_csma_show_progressbar5=sanitize_text_field($_POST['acx_csma_show_progressbar5']);if($acx_csma_show_progressbar5==""){$acx_csma_show_progressbar5=$acx_csma_appearence_array['5']['acx_csma_show_progressbar5'];}
567
  $acx_csma_progress_bar_color5=sanitize_text_field($_POST['acx_csma_progress_bar_color5']);if($acx_csma_progress_bar_color5==""){$acx_csma_progress_bar_color5=$acx_csma_appearence_array['5']['acx_csma_progress_bar_color5'];}
568
- $acx_csma_custom_html_bottom_temp5=base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_bottom_temp5'])));
569
  $acx_csma_subscribe_bg_color5=sanitize_text_field($_POST['acx_csma_subscribe_bg_color5']);if($acx_csma_subscribe_bg_color5==""){$acx_csma_subscribe_bg_color5=$acx_csma_appearence_array['5']['acx_csma_subscribe_bg_color5'];}
 
 
 
570
  $acx_csma_subscribe_title5=sanitize_text_field($_POST['acx_csma_subscribe_title5']);if($acx_csma_subscribe_title5==""){$acx_csma_subscribe_title5=$acx_csma_appearence_array['5']['acx_csma_subscribe_title5'];}
571
  $acx_csma_subscribe_success5=sanitize_text_field($_POST['acx_csma_subscribe_success5']);if($acx_csma_subscribe_success5==""){$acx_csma_subscribe_success5=$acx_csma_appearence_array['5']['acx_csma_subscribe_success5'];}
572
  $acx_csma_subscribe_invalid5=sanitize_text_field($_POST['acx_csma_subscribe_invalid5']);if($acx_csma_subscribe_invalid5==""){$acx_csma_subscribe_invalid5=$acx_csma_appearence_array['5']['acx_csma_subscribe_invalid5'];}
@@ -582,7 +595,8 @@ if(is_serialized($acx_csma_appearence_array))
582
  update_option('acx_csma_auto_launch',$acx_csma_auto_launch);
583
  if($acx_csma_template == 0)
584
  {
585
- $acx_csma_custom_html_val = base64_encode(stripslashes(trim($_POST['acx_csma_custom_html_val'])));
 
586
  update_option('acx_csma_custom_html_val',$acx_csma_custom_html_val);
587
  }
588
  else if($acx_csma_template==1)
@@ -793,6 +807,7 @@ if(is_serialized($acx_csma_appearence_array))
793
  'acx_csma_progress_bar_color5'=>$acx_csma_progress_bar_color5,
794
  'acx_csma_custom_html_bottom_temp5'=>$acx_csma_custom_html_bottom_temp5,
795
  'acx_csma_subscribe_bg_color5'=>$acx_csma_subscribe_bg_color5,
 
796
  'acx_csma_subscribe_title5'=>$acx_csma_subscribe_title5,
797
  'acx_csma_subscribe_success5'=>$acx_csma_subscribe_success5,
798
  'acx_csma_subscribe_invalid5'=>$acx_csma_subscribe_invalid5,
@@ -847,14 +862,21 @@ else
847
  $acx_csma_favicon = ACX_CSMA_BASE_LOCATION . 'images/favicon.png';
848
  update_option('acx_csma_favicon',$acx_csma_favicon);
849
  }
850
- $start_timestamp=current_time('timestamp');
851
  update_option('acx_csma_start_date_time',$start_timestamp);
852
  $acx_csma_date_time=get_option('acx_csma_date_time');
853
- if($acx_csma_date_time =="")
854
  {
855
  $timestamp1=current_time('timestamp')+(60*60*24*30); // 30 days
856
  update_option('acx_csma_date_time',$timestamp1);
857
  }
 
 
 
 
 
 
 
858
  $acx_csma_ip_list=get_option('acx_csma_ip_list');
859
  if($acx_csma_ip_list=="")
860
  {
@@ -902,7 +924,7 @@ else
902
  }
903
  if(get_option('acx_csma_custom_html_val')=="")
904
  {
905
- $acx_csma_custom_html_val ="PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT5QYWdlIFVuZGVyIE1haW50ZW5hbmNlPC90aXRsZT4NCjwvaGVhZD4NCjxib2R5Pg0KU29ycnksIFRoaXMgcGFnZSBpcyB1bmRlciBtYWludGVuYW5jZS4NCjwvYm9keT4NCjwvaHRtbD4=";
906
  $acx_csma_custom_html_val = trim($acx_csma_custom_html_val);
907
  update_option('acx_csma_custom_html_val',$acx_csma_custom_html_val);
908
  }
@@ -930,9 +952,9 @@ else
930
  acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
931
  ?>
932
  <div class="wrap">
933
- <div style='background: none repeat scroll 0% 0% white; height: 100%; display: inline-block; padding: 8px; margin-top: 5px; border-radius: 15px; min-height: 450px; width: 100%;'>
934
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_above_title'); ?>
935
- <?php echo "<h2>" . __( 'Acurax Coming soon / Maintenance Options','acx_csma_config' ) . "</h2>"; ?>
936
  <form name="acx_csma_form" id="acx_csma_form" method="post" action="<?php echo str_replace( '%7E', '~',$_SERVER['REQUEST_URI']); ?>"><hr/>
937
  <table>
938
  <tr>
@@ -945,7 +967,6 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
945
  </tr>
946
  </table><hr/>
947
  <div id="acx_csma_tab_block_1" class="acx_csma_tab_block acx_csma_general" style="margin-left:20px;">
948
- <?php echo "<h3>" . __( 'General Settings','acx_csma_config' ) . "</h3>"; ?>
949
  <table>
950
  <tr>
951
  <?php $acx_csma_activation_status=get_option('acx_csma_activation_status');
@@ -953,16 +974,25 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
953
  <td><?php _e('Status:', 'acx_csma_config'); ?></td>
954
  <td><input type="radio" id="acx_csma_activate" name="acx_csma_activate" value="1" <?php if($acx_csma_activation_status=="1"){echo "checked='checked'";}?> />&nbsp;<?php _e('Activate', 'acx_csma_config'); ?>&nbsp;&nbsp;&nbsp;<input type="radio" id="acx_csma_activate" name="acx_csma_activate" value="0"<?php if($acx_csma_activation_status =="0"){echo "checked='checked'";}?>/>&nbsp;<?php _e('Deactivate', 'acx_csma_config'); ?></td></tr>
955
  <tr><td><p><?php _e("Page Meta Title: " ); ?></p></td>
956
- <td><input type="text" name="acx_csma_meta_title" value="<?php echo get_option('acx_csma_meta_title'); ?>" size="20"/></td>
957
  </tr>
958
  <tr><td><p><?php _e("Page Meta Description: " ); ?></p></td>
959
- <td><input type="text" name="acx_csma_meta_description" value="<?php echo get_option('acx_csma_meta_description'); ?>" size="20"/></td></tr>
960
  <tr><td><p><?php _e("Page Meta Keywords: " ); ?></p></td>
961
- <td><input type="text" name="acx_csma_meta_keywords" value="<?php echo get_option('acx_csma_meta_keywords'); ?>" size="20"/></td></tr>
962
  <tr><td><?php _e("Upload Favicon: " ); ?></td>
963
  <td>
964
- <img id="acx_csma_favicon" src="<?php echo esc_url(get_option('acx_csma_favicon')); ?>" style="width:20px;height:auto;">
965
- <input type="hidden" id="acx_csma_favicon_field" name="acx_csma_favicon_field" value="<?php echo esc_url(get_option('acx_csma_favicon')); ?>" size="20">
 
 
 
 
 
 
 
 
 
966
 
967
  <a id="acx_csma_favicon_button" class="button">Pick a Favicon</a>&nbsp;&nbsp;&nbsp;&nbsp;
968
  <span><?php _e("Recommended size 16 X 16 " ); ?> </span>
@@ -970,13 +1000,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
970
  </tr>
971
  <tr><td><?php _e("Expected Date and Time to end Maintenance mode: " ); $format = "Y/m/d H:i"; ?></td>
972
  <td>
973
- <input type="text" value="<?php $timestamp1=get_option('acx_csma_date_time'); echo date_i18n($format, $timestamp1); ?>" id="datetimepicker" name="acx_csma_date_time"/>&nbsp;&nbsp; Current Wordpress Time:
 
 
 
974
  <?php print date_i18n($format, current_time('timestamp')); ?><br><br></td></tr>
975
  <tr>
976
  <td><?php _e("Would you like to end the maintenance mode automatically on the above specified time?: " ); ?></td>
977
  <?php $acx_csma_auto_launch=get_option('acx_csma_auto_launch');
978
  ?>
979
  <td><input type="radio" id="acx_csma_auto_launch" name="acx_csma_auto_launch" value="1" <?php if($acx_csma_auto_launch=="1"){echo "checked='checked'";}?> />&nbsp;<?php _e('YES', 'acx_csma_config'); ?>&nbsp;&nbsp;&nbsp;<input type="radio" id="acx_csma_auto_launch" name="acx_csma_auto_launch" value="0"<?php if($acx_csma_auto_launch =="0"){echo "checked='checked'";}?>/>&nbsp;<?php _e('NO', 'acx_csma_config'); ?></td></tr>
 
 
 
 
980
 
981
  <tr><td><b><?php echo "<h4>" . __( 'Access Settings', 'acx_csma_config' ) . "</h4>"; ?></b></td></tr>
982
  </table>
@@ -1021,17 +1058,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1021
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_below_general_settings'); ?>
1022
  </div><!--acx_csma_tab_block_1-->
1023
  <div id="acx_csma_tab_block_2" class="acx_csma_tab_block acx_csma_appearence" style="display:none;">
1024
- <table>
1025
- <tr><td><?php echo "<h3>" . __( 'Appearance Settings', 'acx_csma_config' ) . "</h3>"; ?></td></tr></table>
1026
- <div class="acx_csmap_q_and_a_h_info">
1027
- <?php $acx_csmap_open_all_boxes_default=get_option('acx_csmap_open_all_boxes_default'); ?>
1028
- Configuration Box Actions:
1029
- <a href="javascript:acx_csmap_easy_qa_expandall();">Open/Close All Configuration Boxes</a><br><br>
1030
- Open All Boxes Always? <input type="radio" name="acx_csmap_open_all_boxes_default" value="yes" <?php if($acx_csmap_open_all_boxes_default == "yes") { echo "checked"; } ?>>Yes<input type="radio" name="acx_csmap_open_all_boxes_default" value="no" <?php if($acx_csmap_open_all_boxes_default != "yes") { echo "checked"; } ?>>No <input type="submit" style="width: auto; border: 1px solid lightgray; margin-top: -5px; margin-left: 5px; padding-right: 12px; padding-left: 12px;" value="Save" name="acx_csma_Submit" class="button"><br>
1031
- <br><br>
1032
- <b>First Time Configuration?</b> It's Recommended to open all configuration boxes on your first time configuration of this plugin, So you can get a better understanding of all the options available with this plugin.
1033
- </div> <!-- acx_csmap_q_and_a_h_info -->
1034
-
1035
  <div id="main">
1036
  <?php $acx_csma_template = get_option('acx_csma_template'); ?>
1037
  <div id="img_holder">
@@ -1062,6 +1089,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1062
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_below_add_template'); ?>
1063
  </div> <!-- main -->
1064
 
 
 
1065
  <?php
1066
  $acx_csma_appearence_array=get_option('acx_csma_appearence_array');
1067
  if(is_serialized($acx_csma_appearence_array))
@@ -1074,16 +1103,27 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1074
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE #########################################-->
1075
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1076
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1077
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">1)
1078
- Would you like to change Background image
1079
  </span>
1080
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1081
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1082
  <div class="acx_csmap_q_and_a_inside">
1083
  <label>Background Image:</label>
1084
  <div class="acx_qa_field">
1085
- <img id="custom_uploader_template_1_img_field_preview" src="<?php echo esc_url($acx_csma_appearence_array['1']['acx_csma_background_image1']); ?>" style="width:100px;height:auto;">
1086
- <input type="hidden" id="custom_uploader_template_1_img_field" name="acx_csma_background_image1" value="<?php echo esc_url($acx_csma_appearence_array['1']['acx_csma_background_image1']); ?>" size="20">
 
 
 
 
 
 
 
 
 
 
 
1087
  <a id="acx_upload_button_img1" class="button">Choose Image</a>
1088
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_1_img_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/1/images/body_bg.jpg'; ?>','custom_uploader_template_1_img_field');" class="button">Reset To Default</a>
1089
  </div> <!-- acx_qa_field -->
@@ -1094,8 +1134,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1094
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################ -->
1095
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1096
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1097
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">2)
1098
- Would you like to change the default logo
1099
  </span>
1100
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1101
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1103,17 +1143,30 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1103
  <div class="acx_csma_logo_main" >
1104
  <table cellspacing="10">
1105
  <tr><td>
 
1106
  <input type="radio" name="acx_csma_logo_choice1" class="acx_csma_logo" id="acx_csma_logo_image1" value="image" onclick="acx_csma_rdbtn_show_logo('image','1');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['1'])){if($acx_csma_appearence_array['1']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['1']['acx_csma_logo_choice']==''){echo "checked='checked'";}} else{ echo "checked='checked'";} ?>/><p>Logo Image</p></td><td>
1107
  <input type="radio" name="acx_csma_logo_choice1" class="acx_csma_logo" id="acx_csma_logo_text1" value="text" onclick="acx_csma_rdbtn_show_logo('text','1');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['1'])){if($acx_csma_appearence_array['1']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><p>Logo Text</p></td></tr>
1108
  </table>
1109
  </div><!--acx_csma_logo_main -->
1110
  <div id="acx_show_logo_image_1" class="acx_csma_logo_block acx_csma_logo_block_1">
 
 
 
 
 
 
 
 
 
 
 
 
1111
  <label>
1112
  Logo Image: <span id="acx_csma_span">(Recommended size 231x67)</span>
1113
  </label>
1114
  <div class="acx_qa_field">
1115
- <img id="custom_uploader_template_1_logo_field_preview" src="<?php echo esc_url($acx_csma_appearence_array['1']['acx_csma_logo1']); ?>" style="width:100px;height:auto;">
1116
- <input type="hidden" id="custom_uploader_template_1_logo_field" name="acx_csma_logo1" value="<?php echo esc_url($acx_csma_appearence_array['1']['acx_csma_logo1']); ?>" size="20"><a id="acx_upload_button_logo1" class="button">Pick a Logo</a>
1117
  <a id="acx_upload_button_reset_logo1" onclick="acx_csma_restore_default('custom_uploader_template_1_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/1/images/logo.png'; ?>','custom_uploader_template_1_logo_field');" class="button">Reset To Default</a>
1118
  </div> <!-- acx_qa_field -->
1119
  </div> <!-- acx_show_logo_image-->
@@ -1151,8 +1204,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1151
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################ -->
1152
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1153
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1154
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">3)
1155
- Would you like to change the default title properties </span>
1156
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1157
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1158
  <div class="acx_csmap_q_and_a_inside">
@@ -1190,8 +1243,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1190
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################ -->
1191
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1192
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1193
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">4)
1194
- Would you like to change the Inside block properties </span>
1195
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1196
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1197
  <div class="acx_csmap_q_and_a_inside">
@@ -1199,8 +1252,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1199
  Custom HTML Block Above Countdown Timer
1200
  </label>
1201
  <div class="acx_qa_field">
1202
- <?php $acx_csma_custom_html_top_temp1 = base64_decode($acx_csma_appearence_array['1']['acx_csma_custom_html_top_temp1']); ?>
1203
- <textarea id="acx_csma_custom_html_top_temp1" name="acx_csma_custom_html_top_temp1" placeholder="HTML Code Here"><?php echo $acx_csma_custom_html_top_temp1; ?></textarea>
1204
  </div><!-- acx_qa_field -->
1205
  <label>
1206
  Background Color:<a onclick="acx_csma_restore_default('','#ff7800','acx_csma_inside_bg_color1');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1213,7 +1266,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1213
  Title:
1214
  </label>
1215
  <div class="acx_qa_field">
1216
- <input type="text" name="acx_csma_inside_title1" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_inside_title1']; ?>" size="20"/>
1217
  </div> <!-- acx_qa_field -->
1218
  <label>
1219
  Title Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_inside_title_color1');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1226,8 +1279,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1226
  Custom HTML Block Below Countdown Timer
1227
  </label>
1228
  <div class="acx_qa_field">
1229
- <?php $acx_csma_custom_html_bottom_temp1 =base64_decode($acx_csma_appearence_array['1']['acx_csma_custom_html_bottom_temp1']); ?>
1230
- <textarea id="acx_csma_custom_html_bottom_temp1" name="acx_csma_custom_html_bottom_temp1" placeholder="HTML Code Here"><?php echo $acx_csma_custom_html_bottom_temp1; ?></textarea>
1231
  </div><!-- acx_qa_field -->
1232
  </div> <!-- acx_csmap_q_and_a_inside -->
1233
  </div> <!-- acx_csmap_q_and_a -->
@@ -1238,8 +1291,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1238
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1239
 
1240
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1241
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">5)
1242
- Would you like to change the Timer block properties
1243
  </span>
1244
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1245
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1283,8 +1336,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1283
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1284
 
1285
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1286
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">6)
1287
- Would you like to change the Subscribe block properties
1288
  </span>
1289
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1290
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1300,7 +1353,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1300
  Button Text
1301
  </label>
1302
  <div class="acx_qa_field">
1303
- <input type="text" name="acx_csma_subscribe_btn_text1" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_text1']; ?>" size="20"/>
1304
  </div> <!-- acx_qa_field -->
1305
 
1306
  <label>
@@ -1335,7 +1388,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1335
  Subscribe Title:
1336
  </label>
1337
  <div class="acx_qa_field">
1338
- <input type="text" name="acx_csma_subscribe_title1" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_title1']; ?>" size="20"/>
1339
  </div> <!-- acx_qa_field -->
1340
  <label>
1341
  Subscribe Title Color:<a onclick="acx_csma_restore_default('','#ff7800','acx_csma_subscribe_title_color1');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1348,13 +1401,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1348
  Subscribe Success Message:
1349
  </label>
1350
  <div class="acx_qa_field">
1351
- <input type="text" name="acx_csma_subscribe_success1" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_success1']; ?>" size="20"/>
1352
  </div> <!-- acx_qa_field -->
1353
  <label>
1354
  Subscribe Invalid Message:
1355
  </label>
1356
  <div class="acx_qa_field">
1357
- <input type="text" name="acx_csma_subscribe_invalid1" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_invalid1']; ?>" size="20"/>
1358
  </div> <!-- acx_qa_field -->
1359
 
1360
  </div> <!-- acx_csmap_q_and_a_inside -->
@@ -1366,8 +1419,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1366
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1367
 
1368
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1369
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">7)
1370
- Would you like to change the Footer block properties
1371
  </span>
1372
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1373
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1383,7 +1436,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1383
  Footer Text:
1384
  </label>
1385
  <div class="acx_qa_field">
1386
- <input type="text" name="acx_csma_footer_text1" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_text1']; ?>" size="20"/>
1387
  </div> <!-- acx_qa_field -->
1388
  <label>
1389
  Footer Text Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_text_color1');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1403,8 +1456,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1403
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
1404
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1405
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1406
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">1)
1407
- Would you like to change the default background color
1408
  </span>
1409
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1410
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1425,8 +1478,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1425
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
1426
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1427
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1428
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">2)
1429
- Would you like to change the default logo
1430
  </span>
1431
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1432
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1442,8 +1495,18 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1442
  Logo:<span id="acx_csma_span">(Recommended size 99x27,Image must be png and transparent)</span>
1443
  </label>
1444
  <div class="acx_qa_field">
1445
- <img id="custom_uploader_template_2_logo_field_preview" src="<?php echo esc_url($acx_csma_appearence_array['2']['acx_csma_logo2']); ?>" style="width:100px;height:auto;">
1446
- <input type="hidden" id="custom_uploader_template_2_logo_field" name="acx_csma_logo2" value="<?php echo esc_url($acx_csma_appearence_array['2']['acx_csma_logo2']); ?>" size="20"><a id="acx_upload_button_logo2" class="button">Pick a Logo</a>
 
 
 
 
 
 
 
 
 
 
1447
  <a id="acx_upload_button_logo2" onclick="acx_csma_restore_default('custom_uploader_template_2_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/2/images/logo.png'; ?>','custom_uploader_template_2_logo_field');" class="button">Reset To Default</a>
1448
  </div> <!-- acx_qa_field -->
1449
  </div><!--acx_show_logo_image-->
@@ -1459,7 +1522,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1459
  }}else{
1460
  $acx_csma_logo_text2=get_bloginfo('name');
1461
  }?>
1462
- <input type="text" name="acx_csma_logo_text2" placeholder="Logo Text Here" value="<?php echo $acx_csma_logo_text2; ?>" size="20"/>
1463
  </div> <!-- acx_qa_field -->
1464
  <label>
1465
  Logo Text Color: <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color2');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1483,8 +1546,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1483
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
1484
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1485
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1486
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">3)
1487
- Would you like to change the Title properties </span>
1488
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1489
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1490
  <div class="acx_csmap_q_and_a_inside">
@@ -1492,7 +1555,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1492
  Title Text :
1493
  </label>
1494
  <div class="acx_qa_field">
1495
- <input type="text" name="acx_csma_title2" id="acx_csma_title2" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_title2']; ?>" size="20"/>
1496
  </div> <!-- acx_qa_field -->
1497
  <label>
1498
  Title Color:
@@ -1507,7 +1570,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1507
  Subtitle Text:
1508
  </label>
1509
  <div class="acx_qa_field">
1510
- <input type="text" name="acx_csma_subtitle_text2" id="acx_csma_subtitle_text2" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subtitle_text2']; ?>" size="20"/>
1511
  </div> <!-- acx_qa_field -->
1512
  <label>
1513
  Subtitle Color:
@@ -1532,8 +1595,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1532
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
1533
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1534
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1535
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">4)
1536
- Would you like to change the Timer block properties </span>
1537
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1538
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1539
  <div class="acx_csmap_q_and_a_inside">
@@ -1541,7 +1604,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1541
  Timer Block Title
1542
  </label>
1543
  <div class="acx_qa_field">
1544
- <input type="text" name="acx_csma_timer_title2" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_title2']; ?>" size="20"/>
1545
  </div> <!-- acx_qa_field -->
1546
  <label>
1547
  Subscribe Button TextColor:<a onclick="acx_csma_restore_default('','#ffd800','acx_csma_subscribe_btn_color2');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1555,13 +1618,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1555
  Subscribe Success Message:
1556
  </label>
1557
  <div class="acx_qa_field">
1558
- <input type="text" name="acx_csma_subscribe_success2" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subscribe_success2']; ?>" size="20"/>
1559
  </div> <!-- acx_qa_field -->
1560
  <label>
1561
  Subscribe Invalid Message:
1562
  </label>
1563
  <div class="acx_qa_field">
1564
- <input type="text" name="acx_csma_subscribe_invalid2" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subscribe_invalid2']; ?>" size="20"/>
1565
  </div> <!-- acx_qa_field -->
1566
  <label>
1567
  Timer Input BackgroundColor:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_input_bg_color2');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1588,20 +1651,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1588
  Custom HTML Block Above Description Block
1589
  </label>
1590
  <div class="acx_qa_field">
1591
- <?php $acx_csma_custom_html_top_temp2 =base64_decode($acx_csma_appearence_array['2']['acx_csma_custom_html_top_temp2']); ?>
1592
- <textarea id="acx_csma_custom_html_top_temp2" name="acx_csma_custom_html_top_temp2" placeholder="HTML Code Here"><?php echo $acx_csma_custom_html_top_temp2; ?></textarea>
1593
  </div><!-- acx_qa_field -->
1594
  <label>
1595
  Description Title:
1596
  </label>
1597
  <div class="acx_qa_field">
1598
- <input type="text" name="acx_csma_desc_title2" id="acx_csma_desc_title2" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_desc_title2']; ?>" size="20"/>
1599
  </div> <!-- acx_qa_field -->
1600
  <label>
1601
  Description Content:
1602
  </label>
1603
  <div class="acx_qa_field">
1604
- <textarea name="acx_csma_desc_subtitle2" id="acx_csma_desc_subtitle2"><?php echo base64_decode($acx_csma_appearence_array['2']['acx_csma_desc_subtitle2']); ?> </textarea>
1605
  </div> <!-- acx_qa_field -->
1606
  <label>
1607
  Description TextColor:<a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_text_color2');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1618,8 +1681,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1618
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
1619
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1620
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1621
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">5)
1622
- Would you like to Add Social Media Icons Links
1623
  </span>
1624
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1625
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1656,8 +1719,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1656
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1657
 
1658
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1659
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">1)
1660
- Would you like to change the Logo
1661
  </span>
1662
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1663
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1673,8 +1736,19 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1673
  Logo:<span id="acx_csma_span">(Recommended size 161x38)</span>
1674
  </label>
1675
  <div class="acx_qa_field">
1676
- <img id="custom_uploader_template_3_logo_field_preview" src="<?php echo esc_url($acx_csma_appearence_array['3']['acx_csma_logo3']); ?>" style="width:100px;height:auto;">
1677
- <input type="hidden" id="custom_uploader_template_3_logo_field" name="acx_csma_logo3" value="<?php echo esc_url($acx_csma_appearence_array['3']['acx_csma_logo3']); ?>" size="20"><a id="acx_upload_button_logo3" class="button">Pick a Logo</a>
 
 
 
 
 
 
 
 
 
 
 
1678
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_3_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/3/images/logo.png'; ?>','custom_uploader_template_3_logo_field');" class="button">Reset To Default</a>
1679
 
1680
  </div> <!-- acx_qa_field -->
@@ -1691,7 +1765,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1691
  }}else{
1692
  $acx_csma_logo_text3=get_bloginfo('name');
1693
  }?>
1694
- <input type="text" name="acx_csma_logo_text3" placeholder="Logo Text Here" value="<?php echo $acx_csma_logo_text3; ?>" size="20"/>
1695
  </div> <!-- acx_qa_field -->
1696
  <label>
1697
  Logo Text Color: <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1701,7 +1775,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1701
  if($acx_csma_logo_text_color3 == "")
1702
  {
1703
  $acx_csma_logo_text_color3="#ffffff";
1704
- }}else{
 
1705
  $acx_csma_logo_text_color3="#ffffff";
1706
  }?>
1707
  <input type="text" name="acx_csma_logo_text_color3" id="acx_csma_logo_text_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_logo_text_color3; ?>" size="20" />
@@ -1716,8 +1791,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1716
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1717
 
1718
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1719
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">2)
1720
- Would you like to change the Title properties
1721
  </span>
1722
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1723
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1726,7 +1801,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1726
  Title:
1727
  </label>
1728
  <div class="acx_qa_field">
1729
- <input type="text" name="acx_csma_title3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_title3']; ?>" size="20"/>
1730
  </div> <!-- acx_qa_field -->
1731
  <label>
1732
  Title Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_title_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1739,7 +1814,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1739
  Sub Title:
1740
  </label>
1741
  <div class="acx_qa_field">
1742
- <input type="text" name="acx_csma_subtitle_text3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subtitle_text3']; ?>" size="20"/>
1743
  </div> <!-- acx_qa_field -->
1744
  <label>
1745
  SubTitle Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subtitle_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1756,8 +1831,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1756
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1757
 
1758
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1759
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">3)
1760
- Would you like to change the Inside Block1 properties
1761
  </span>
1762
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1763
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1767,7 +1842,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1767
  Title:
1768
  </label>
1769
  <div class="acx_qa_field">
1770
- <input type="text" name="acx_csma_subscribe_title3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_title3']; ?>" size="20"/>
1771
  </div> <!-- acx_qa_field -->
1772
  <label>
1773
  Title Color:<a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_subscribe_title_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1780,7 +1855,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1780
  Button Text
1781
  </label>
1782
  <div class="acx_qa_field">
1783
- <input type="text" name="acx_csma_subscribe_btn_text3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_text3']; ?>" size="20"/>
1784
  </div> <!-- acx_qa_field -->
1785
  <label>
1786
  Button Text Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subscribe_btn_text_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1814,13 +1889,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1814
  Subscribe Success Message:
1815
  </label>
1816
  <div class="acx_qa_field">
1817
- <input type="text" name="acx_csma_subscribe_success3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_success3']; ?>" size="20"/>
1818
  </div> <!-- acx_qa_field -->
1819
  <label>
1820
  Subscribe Invalid Message:
1821
  </label>
1822
  <div class="acx_qa_field">
1823
- <input type="text" name="acx_csma_subscribe_invalid3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_invalid3']; ?>" size="20"/>
1824
  </div> <!-- acx_qa_field -->
1825
  </div> <!-- acx_csmap_q_and_a_inside -->
1826
  </div> <!-- acx_csmap_q_and_a -->
@@ -1830,8 +1905,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1830
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1831
 
1832
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1833
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">4)
1834
- Would you like to change the Inside Block2 properties
1835
  </span>
1836
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1837
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1840,7 +1915,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1840
  Title:
1841
  </label>
1842
  <div class="acx_qa_field">
1843
- <input type="text" name="acx_csma_inside_title3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_inside_title3']; ?>" size="20"/>
1844
  </div> <!-- acx_qa_field -->
1845
  <label>
1846
  Title Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_inside_title_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1857,8 +1932,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1857
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1858
 
1859
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1860
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">5)
1861
- Would you like to change the Timer properties
1862
  </span>
1863
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1864
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1881,20 +1956,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1881
  Custom HTML Block Above Description Block
1882
  </label>
1883
  <div class="acx_qa_field">
1884
- <?php $acx_csma_custom_html_top_temp3 =base64_decode($acx_csma_appearence_array['3']['acx_csma_custom_html_top_temp3']); ?>
1885
- <textarea id="acx_csma_custom_html_top_temp3" name="acx_csma_custom_html_top_temp3" placeholder="HTML Code Here"><?php echo $acx_csma_custom_html_top_temp3; ?></textarea>
1886
  </div><!-- acx_qa_field -->
1887
  <label>
1888
  Description Title:
1889
  </label>
1890
  <div class="acx_qa_field">
1891
- <input type="text" name="acx_csma_desc_title3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_desc_title3']; ?>" size="20"/>
1892
  </div> <!-- acx_qa_field -->
1893
  <label>
1894
  Description Sub Title:
1895
  </label>
1896
  <div class="acx_qa_field">
1897
- <textarea name="acx_csma_desc_subtitle3" id="acx_csma_desc_subtitle3" ><?php echo base64_decode($acx_csma_appearence_array['3']['acx_csma_desc_subtitle3']); ?></textarea>
1898
  </div> <!-- acx_qa_field -->
1899
  <label>
1900
  Description Text Color:<a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_text_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1910,8 +1985,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1910
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ###########################################-->
1911
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1912
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1913
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">6)
1914
- Would you like to change the Footer
1915
  </span>
1916
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1917
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1920,7 +1995,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1920
  Footer Text:
1921
  </label>
1922
  <div class="acx_qa_field">
1923
- <input type="text" name="acx_csma_footer_text3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_footer_text3']; ?>" size="20"/>
1924
  </div> <!-- acx_qa_field -->
1925
  <label>
1926
  Footer Color:<a onclick="acx_csma_restore_default('','#000000','acx_csma_footer_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1938,8 +2013,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1938
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
1939
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1940
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1941
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">7)
1942
- Would you like to Add Social Media Icons Links
1943
  </span>
1944
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1945
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1948,7 +2023,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1948
  Social Media Text:
1949
  </label>
1950
  <div class="acx_qa_field">
1951
- <input type="text" name="acx_csma_social_link_title3" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_social_link_title3']; ?>" size="20"/>
1952
  </div> <!-- acx_qa_field -->
1953
  <label>
1954
  Social Media Text Color:<a onclick="acx_csma_restore_default('','#000000','acx_csma_social_link_title_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -1989,8 +2064,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1989
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1990
 
1991
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1992
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">1)
1993
- Would you like to change the default background Image
1994
  </span>
1995
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1996
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1999,8 +2074,18 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1999
  Background Image:
2000
  </label>
2001
  <div class="acx_qa_field">
2002
- <img id="custom_uploader_template_4_img_field_preview" src="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_background_image4']); ?>" style="width:100px;height:auto;">
2003
- <input type="hidden" id="custom_uploader_template_4_img_field" name="acx_csma_background_image4" value="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_background_image4']); ?>" size="20">
 
 
 
 
 
 
 
 
 
 
2004
  <a id="acx_upload_button_img4" class="button">Choose Image</a>
2005
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_4_img_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/4/images/body_bg.jpg'; ?>','custom_uploader_template_4_img_field');" class="button">Reset To Default</a>
2006
  </div> <!-- acx_qa_field -->
@@ -2012,8 +2097,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2012
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2013
 
2014
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2015
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">2)
2016
- Are you sure to change the default logo
2017
  </span>
2018
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2019
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2029,8 +2114,19 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2029
  Logo:<span id="acx_csma_span">(Recommended size 326x138)</span>
2030
  </label>
2031
  <div class="acx_qa_field">
2032
- <img id="custom_uploader_template_4_logo_field_preview" src="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_logo4']); ?>" style="width:100px;height:auto;">
2033
- <input type="hidden" id="custom_uploader_template_4_logo_field" name="acx_csma_logo4" value="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_logo4']); ?>" size="20"><a id="acx_upload_button_logo4" class="button">Pick a Logo</a>
 
 
 
 
 
 
 
 
 
 
 
2034
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_4_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/4/images/logo.png'; ?>','custom_uploader_template_4_logo_field');" class="button">Reset To Default</a>
2035
  </div> <!-- acx_qa_field -->
2036
  </div><!--acx_show_logo_image-->
@@ -2047,7 +2143,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2047
  else{
2048
  $acx_csma_logo_text4=get_bloginfo('name');
2049
  }?>
2050
- <input type="text" name="acx_csma_logo_text4" placeholder="Logo Text Here" value="<?php echo $acx_csma_logo_text4; ?>" size="20"/>
2051
  </div> <!-- acx_qa_field -->
2052
  <label>
2053
  Logo Text Color: <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color4');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -2071,8 +2167,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2071
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
2072
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2073
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2074
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">3)
2075
- Would you like to change the Inside block properties
2076
  </span>
2077
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2078
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2088,14 +2184,14 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2088
  Title Text:
2089
  </label>
2090
  <div class="acx_qa_field">
2091
- <input type="text" name="acx_csma_title4" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_title4']; ?>" size="20"/>
2092
  </div> <!-- acx_qa_field -->
2093
  <label>
2094
  Custom HTML Block Above Countdown Timer
2095
  </label>
2096
  <div class="acx_qa_field">
2097
- <?php $acx_csma_custom_html_top_temp4 =base64_decode($acx_csma_appearence_array['4']['acx_csma_custom_html_top_temp4']); ?>
2098
- <textarea id="acx_csma_custom_html_top_temp4" name="acx_csma_custom_html_top_temp4" placeholder="HTML Code Here"><?php echo $acx_csma_custom_html_top_temp4; ?></textarea>
2099
  </div><!-- acx_qa_field -->
2100
  <label>
2101
  Title Text color:<a onclick="acx_csma_restore_default('','#717171','acx_csma_title_color4');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -2112,8 +2208,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2112
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2113
 
2114
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2115
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">4)
2116
- Would you like to change the Timer block properties
2117
  </span>
2118
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2119
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2162,8 +2258,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2162
  Custom HTML Block Below Countdown Timer
2163
  </label>
2164
  <div class="acx_qa_field">
2165
- <?php $acx_csma_custom_html_bottom_temp4 =base64_decode($acx_csma_appearence_array['4']['acx_csma_custom_html_bottom_temp4']); ?>
2166
- <textarea id="acx_csma_custom_html_bottom_temp4" name="acx_csma_custom_html_bottom_temp4" placeholder="HTML Code Here"><?php echo $acx_csma_custom_html_bottom_temp4; ?></textarea>
2167
  </div><!-- acx_qa_field -->
2168
  </div> <!-- acx_csmap_q_and_a_inside -->
2169
  </div> <!-- acx_csmap_q_and_a -->
@@ -2172,8 +2268,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2172
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
2173
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2174
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2175
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">5)
2176
- Would you like to Add Social Media Icons Links
2177
  </span>
2178
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2179
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2209,8 +2305,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2209
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2210
 
2211
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2212
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">1)
2213
- Would you like to change the Background
2214
  </span>
2215
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2216
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2229,8 +2325,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2229
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2230
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2231
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2232
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">2)
2233
- Are you sure to change the Logo
2234
  </span>
2235
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2236
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2246,8 +2342,18 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2246
  Logo: <span id="acx_csma_span">(Recommended size 315x94)</span>
2247
  </label>
2248
  <div class="acx_qa_field">
2249
- <img id="custom_uploader_template_5_logo_field_preview" src="<?php echo esc_url($acx_csma_appearence_array['5']['acx_csma_logo5']); ?>" style="width:100px;height:auto;">
2250
- <input type="hidden" id="custom_uploader_template_5_logo_field" name="acx_csma_logo5" value="<?php echo esc_url($acx_csma_appearence_array['5']['acx_csma_logo5']); ?>" size="20"><a id="acx_upload_button_logo5" class="button">Pick a Logo</a>
 
 
 
 
 
 
 
 
 
 
2251
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_5_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/5/images/logo.png'; ?>','custom_uploader_template_5_logo_field');" class="button">Reset To Default</a>
2252
  </div> <!-- acx_qa_field -->
2253
  </div> <!-- acx_show_logo_image -->
@@ -2263,7 +2369,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2263
  }}else{
2264
  $acx_csma_logo_text5=get_bloginfo('name');
2265
  }?>
2266
- <input type="text" name="acx_csma_logo_text5" placeholder="Logo Text Here" value="<?php echo $acx_csma_logo_text5; ?>" size="20"/>
2267
  </div> <!-- acx_qa_field -->
2268
  <label>
2269
  Logo Text Color: <a onclick="acx_csma_restore_default('','#000000','acx_csma_logo_text_color5');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -2285,8 +2391,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2285
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2286
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2287
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2288
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">3)
2289
- Would you like to change the Background color
2290
  </span>
2291
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2292
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2305,8 +2411,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2305
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2306
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2307
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2308
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">4)
2309
- Would you like to change the default Title properties
2310
  </span>
2311
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2312
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2315,14 +2421,14 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2315
  Title Text:
2316
  </label>
2317
  <div class="acx_qa_field">
2318
- <input type="text" name="acx_csma_title5" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_title5']; ?>" size="20"/>
2319
  </div> <!-- acx_qa_field -->
2320
  <label>
2321
  Custom HTML Block Above Countdown Timer
2322
  </label>
2323
  <div class="acx_qa_field">
2324
- <?php $acx_csma_custom_html_top_temp5 =base64_decode($acx_csma_appearence_array['5']['acx_csma_custom_html_top_temp5']); ?>
2325
- <textarea id="acx_csma_custom_html_top_temp5" name="acx_csma_custom_html_top_temp5" placeholder="HTML Code Here"><?php echo $acx_csma_custom_html_top_temp5; ?></textarea>
2326
  </div><!-- acx_qa_field -->
2327
  <label>
2328
  Title Text Color:<a onclick="acx_csma_restore_default('','#4b4b4b','acx_csma_title_color5');" class="acx_csmap_button_reset">[Reset To Default]</a>
@@ -2338,8 +2444,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2338
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2339
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2340
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2341
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">5)
2342
- Would you like to change the Timer block
2343
  </span>
2344
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2345
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2387,8 +2493,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2387
  Custom HTML Block Below Countdown Timer
2388
  </label>
2389
  <div class="acx_qa_field">
2390
- <?php $acx_csma_custom_html_bottom_temp5 =base64_decode($acx_csma_appearence_array['5']['acx_csma_custom_html_bottom_temp5']); ?>
2391
- <textarea id="acx_csma_custom_html_bottom_temp5" name="acx_csma_custom_html_bottom_temp5" placeholder="HTML Code Here"><?php echo $acx_csma_custom_html_bottom_temp5; ?></textarea>
2392
  </div><!-- acx_qa_field -->
2393
  </div><!-- acx_csmap_q_and_a_inside -->
2394
  </div> <!-- acx_csmap_q_and_a -->
@@ -2397,8 +2503,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2397
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2398
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2399
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2400
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">6)
2401
- Would you like to change the Subscribe block
2402
  </span>
2403
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2404
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2411,22 +2517,28 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2411
  <div style="position: absolute;" id="acx_csma_subscribe_bg_color5_div"></div>
2412
  </div> <!-- acx_qa_field -->
2413
  <label>
 
 
 
 
 
 
2414
  Title:
2415
  </label>
2416
  <div class="acx_qa_field">
2417
- <input type="text" name="acx_csma_subscribe_title5" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_subscribe_title5']; ?>" size="20"/>
2418
  </div> <!-- acx_qa_field -->
2419
  <label>
2420
  Subscribe Success Message:
2421
  </label>
2422
  <div class="acx_qa_field">
2423
- <input type="text" name="acx_csma_subscribe_success5" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_subscribe_success5']; ?>" size="20"/>
2424
  </div> <!-- acx_qa_field -->
2425
  <label>
2426
  Subscribe Invalid Message:
2427
  </label>
2428
  <div class="acx_qa_field">
2429
- <input type="text" name="acx_csma_subscribe_invalid5" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_subscribe_invalid5']; ?>" size="20"/>
2430
  </div> <!-- acx_qa_field -->
2431
  </div><!-- acx_csmap_q_and_a_inside -->
2432
  </div> <!-- acx_csmap_q_and_a -->
@@ -2435,8 +2547,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2435
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
2436
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2437
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2438
- <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">7)
2439
- Would you like to Add Social Media Icons Links
2440
  </span>
2441
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2442
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2473,8 +2585,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2473
  <label>
2474
  Custom HTML content
2475
  </label></td>
2476
- <td><?php $acx_csma_custom_html_val =base64_decode(get_option('acx_csma_custom_html_val')); ?>
2477
- <textarea id="acx_csma_custom_html" name="acx_csma_custom_html_val" style="max-width: 80%; width: 500px; height: 180px;"><?php echo $acx_csma_custom_html_val; ?></textarea>
2478
  </td>
2479
  </tr>
2480
  </table>
@@ -2486,8 +2598,14 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2486
  </td></tr>
2487
  </table>
2488
  </form>
2489
- </div>
2490
- </div><!-- class wrap-->
 
 
 
 
 
 
2491
  <?php
2492
  if($acx_csma_template == "") { $acx_csma_template = "1"; }
2493
  if($acx_csma_template != "")
@@ -2615,6 +2733,7 @@ function acx_csma_removeItem(acx_csma_selectbox)
2615
  jQuery('#datetimepicker').datetimepicker({
2616
  dayOfWeekStart : 1,
2617
  lang:'en',
 
2618
  defaultTime: "<?php $format = "H:i"; echo date_i18n($format, current_time('timestamp')); ?>",
2619
  defaultDate: "<?php $format = "Y/m/d"; echo date_i18n($format, (current_time('timestamp'))); ?>",
2620
  allowBlank: false,
@@ -2622,6 +2741,7 @@ allowBlank: false,
2622
  // show template div
2623
  function acx_csma_rdbtn_show_div(temp)
2624
  {
 
2625
  jQuery('.acx_csma_template_option_holder').removeClass('acx_csma_temp_active');
2626
  jQuery('.acx_csma_template_option_holder').fadeOut();
2627
 
@@ -2667,6 +2787,8 @@ jQuery(document).ready(function()
2667
  {
2668
  var acx_csma_cookie = getCookie("acx_csma_cookie");
2669
  acx_csma_show_div(acx_csma_cookie);
 
 
2670
  <?php
2671
  foreach($acx_csma_appearence_array as $key =>$value)
2672
  {
23
  {
24
  setCookie("acx_csma_cookie",1);
25
  }
26
+ var acx_csma_temp_cookie = getCookie("acx_csma_temp_cookie");
27
+ if(!acx_csma_temp_cookie)
28
+ {
29
+ setCookie("acx_csma_temp_cookie",1);
30
+ }
31
  </script>
32
  <?php
33
  $acx_csmap_qa_id = 0;
94
  $acx_csma_timer_head_color2="#000000";
95
  $acx_csma_custom_html_top_temp2="";
96
  $acx_csma_desc_title2="What is Coming";
97
+ $acx_csma_desc_subtitle2=stripslashes(trim("Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat."));
98
  $acx_csma_desc_text_color2="#000000";
99
  $acx_csma_fb_link2="";
100
  $acx_csma_twitter_link2="";
124
  $acx_csma_timer_head_color3="#000000";
125
  $acx_csma_custom_html_top_temp3="";
126
  $acx_csma_desc_title3="What is Coming";
127
+ $acx_csma_desc_subtitle3=stripslashes(trim("Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat."));
128
  $acx_csma_desc_text_color3="#000000";
129
  $acx_csma_footer_text3="&copy;". date("Y")." All rights reserved";
130
  $acx_csma_footer_color3="#000000";
171
  $acx_csma_progress_bar_color5="#717171";
172
  $acx_csma_custom_html_bottom_temp5="";
173
  $acx_csma_subscribe_bg_color5="#2f2f2f";
174
+ $acx_csma_subscribe_main_title5 = "Want to know when we launch?";
175
  $acx_csma_subscribe_title5="Subscribe by entering your email below";
176
  $acx_csma_subscribe_success5="Successfully Subscribed";
177
  $acx_csma_subscribe_invalid5="Invalid Email";
183
  if($acx_csma_appearence_array=="" || !is_array($acx_csma_appearence_array))
184
  {
185
  $acx_csma_appearence_array['1'] = array(
186
+ 'acx_csma_background_image1'=>$acx_csma_background_image1,
187
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice1),
188
+ 'acx_csma_logo1'=>$acx_csma_logo1,
189
  'acx_csma_logo_text1' =>sanitize_text_field($acx_csma_logo_text1),
190
  'acx_csma_logo_text_color1' =>sanitize_text_field($acx_csma_logo_text_color1),
191
  'acx_csma_title1'=>sanitize_text_field($acx_csma_title1),
218
  $acx_csma_appearence_array['2'] = array(
219
  'acx_csma_bg_color2'=>sanitize_text_field($acx_csma_bg_color2),
220
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice2),
221
+ 'acx_csma_logo2'=>$acx_csma_logo2,
222
  'acx_csma_logo_text2' =>sanitize_text_field($acx_csma_logo_text2),
223
  'acx_csma_logo_text_color2' =>sanitize_text_field($acx_csma_logo_text_color2),
224
  'acx_csma_title2'=>sanitize_text_field($acx_csma_title2),
243
  );
244
  $acx_csma_appearence_array['3'] =array(
245
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice3),
246
+ 'acx_csma_logo3'=>$acx_csma_logo3,
247
  'acx_csma_logo_text3' =>sanitize_text_field($acx_csma_logo_text3),
248
  'acx_csma_logo_text_color3' =>sanitize_text_field($acx_csma_logo_text_color3),
249
  'acx_csma_title3'=>sanitize_text_field($acx_csma_title3),
276
  'acx_csma_linkedin_link3'=>esc_url_raw($acx_csma_linkedin_link3)
277
  );
278
  $acx_csma_appearence_array['4'] =array(
279
+ 'acx_csma_background_image4'=>$acx_csma_background_image4,
280
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice4),
281
+ 'acx_csma_logo4'=>$acx_csma_logo4,
282
  'acx_csma_logo_text4' =>sanitize_text_field($acx_csma_logo_text4),
283
  'acx_csma_logo_text_color4' =>sanitize_text_field($acx_csma_logo_text_color4),
284
  'acx_csma_inside_bg_color4'=>sanitize_text_field($acx_csma_inside_bg_color4),
298
  $acx_csma_appearence_array['5'] =array(
299
  'acx_csma_bgcolor5'=>sanitize_text_field($acx_csma_bgcolor5),
300
  'acx_csma_logo_choice'=>sanitize_text_field($acx_csma_logo_choice5),
301
+ 'acx_csma_logo5'=>$acx_csma_logo5,
302
  'acx_csma_logo_text5' =>sanitize_text_field($acx_csma_logo_text5),
303
  'acx_csma_logo_text_color5' =>sanitize_text_field($acx_csma_logo_text_color5),
304
  'acx_csma_inside_bg_color5'=>sanitize_text_field($acx_csma_inside_bg_color5),
312
  'acx_csma_progress_bar_color5'=>sanitize_text_field($acx_csma_progress_bar_color5),
313
  'acx_csma_custom_html_bottom_temp5'=>$acx_csma_custom_html_bottom_temp5,
314
  'acx_csma_subscribe_bg_color5'=>sanitize_text_field($acx_csma_subscribe_bg_color5),
315
+ 'acx_csma_subscribe_main_title5' => sanitize_text_field($acx_csma_subscribe_main_title5),
316
  'acx_csma_subscribe_title5'=>sanitize_text_field($acx_csma_subscribe_title5),
317
  'acx_csma_subscribe_success5'=>sanitize_text_field($acx_csma_subscribe_success5),
318
  'acx_csma_subscribe_invalid5'=>sanitize_text_field($acx_csma_subscribe_invalid5),
352
  $acx_csma_meta_keywords=sanitize_text_field($_POST['acx_csma_meta_keywords']);
353
  update_option('acx_csma_meta_keywords',$acx_csma_meta_keywords);
354
  $acx_csma_favicon=$_POST['acx_csma_favicon_field'];
355
+ update_option('acx_csma_favicon',$acx_csma_favicon);
356
  $acx_csma_date_time=$_POST['acx_csma_date_time'];
357
  $acx_csma_date_time = explode(" ",$acx_csma_date_time);
358
  $acx_csma_t1=explode("/",$acx_csma_date_time[0]);
359
  $acx_csma_t2=explode(":",$acx_csma_date_time[1]);
360
  $timestamp = mktime($acx_csma_t2[0],$acx_csma_t2[1],0,$acx_csma_t1[1],$acx_csma_t1[2],$acx_csma_t1[0]);//mktime(hour,minute,second,month,day,year);
361
  update_option('acx_csma_date_time',$timestamp);
362
+ $acx_csma_ga_trakng_code=$_POST['acx_csma_ga_trakng_code'];
363
+ update_option('acx_csma_ga_trakng_code',$acx_csma_ga_trakng_code);
364
+
365
  if(ISSET($_POST['acx_csma_ip_list']))
366
  {
367
+ $acx_csma_ip_list= $_POST['acx_csma_ip_list'];
368
  }
369
  else{
370
  $acx_csma_ip_list=array();
396
  $acx_csma_appearence_array = unserialize($acx_csma_appearence_array);
397
  }
398
 
399
+ $acx_csma_background_image1=sanitize_text_field($_POST['acx_csma_background_image1']);
400
  if($acx_csma_background_image1==""){$acx_csma_background_image1=$acx_csma_appearence_array['1']['acx_csma_background_image1'] ;}
401
  if(ISSET($_POST['acx_csma_logo_choice1']))
402
  {
409
  $acx_csma_logo_choice1='image';
410
  }
411
  }
412
+ $acx_csma_logo1=sanitize_text_field($_POST['acx_csma_logo1']);if($acx_csma_logo1==""){$acx_csma_logo1=$acx_csma_appearence_array['1']['acx_csma_logo1'];}
413
  $acx_csma_logo_text1=sanitize_text_field($_POST['acx_csma_logo_text1']);
414
  $acx_csma_logo_text_color1=sanitize_text_field($_POST['acx_csma_logo_text_color1']);if($acx_csma_logo_text_color1==""){$acx_csma_logo_text_color1=$acx_csma_appearence_array['1']['acx_csma_logo_text_color1'];}
415
  $acx_csma_title1=sanitize_text_field($_POST['acx_csma_title1']);if($acx_csma_title1==""){$acx_csma_title1=$acx_csma_appearence_array['1']['acx_csma_title1'];}
416
  $acx_csma_title_color1=sanitize_text_field($_POST['acx_csma_title_color1']);if($acx_csma_title_color1==""){$acx_csma_title_color1=$acx_csma_appearence_array['1']['acx_csma_title_color1'];}
417
  $acx_csma_subtitle_text1=sanitize_text_field($_POST['acx_csma_subtitle_text1']);
418
  $acx_csma_subtitle_color1=sanitize_text_field($_POST['acx_csma_subtitle_color1']);if($acx_csma_subtitle_color1==""){$acx_csma_subtitle_color1=$acx_csma_appearence_array['1']['acx_csma_subtitle_color1'];}
419
+ $acx_csma_custom_html_top_temp1=stripslashes(trim($_POST['acx_csma_custom_html_top_temp1']));
420
+ $acx_csma_custom_html_bottom_temp1=stripslashes(trim($_POST['acx_csma_custom_html_bottom_temp1']));
421
  $acx_csma_inside_bg_color1=sanitize_text_field($_POST['acx_csma_inside_bg_color1']);if($acx_csma_inside_bg_color1==""){$acx_csma_inside_bg_color1=$acx_csma_appearence_array['1']['acx_csma_inside_bg_color1'];}
422
  $acx_csma_inside_title1=sanitize_text_field($_POST['acx_csma_inside_title1']);
423
  $acx_csma_inside_title_color1=sanitize_text_field($_POST['acx_csma_inside_title_color1']);if($acx_csma_inside_title_color1==""){ $acx_csma_inside_title_color1=$acx_csma_appearence_array['1']['acx_csma_inside_title_color1'];}
453
  }
454
  }
455
 
456
+ $acx_csma_logo2 = sanitize_text_field($_POST['acx_csma_logo2']);if($acx_csma_logo2==""){$acx_csma_logo2= $acx_csma_appearence_array['2']['acx_csma_logo2'];}
457
  $acx_csma_logo_text2=sanitize_text_field($_POST['acx_csma_logo_text2']);
458
  $acx_csma_logo_text_color2=sanitize_text_field($_POST['acx_csma_logo_text_color2']);if($acx_csma_logo_text_color2==""){$acx_csma_logo_text_color2=$acx_csma_appearence_array['2']['acx_csma_logo_text_color2'];}
459
  $acx_csma_title2=sanitize_text_field($_POST['acx_csma_title2']);if($acx_csma_title2==""){$acx_csma_title2=$acx_csma_appearence_array['2']['acx_csma_title2'];}
468
  $acx_csma_timer_input_bg_color2=sanitize_text_field($_POST['acx_csma_timer_input_bg_color2']);if($acx_csma_timer_input_bg_color2==""){$acx_csma_timer_input_bg_color2=$acx_csma_appearence_array['2']['acx_csma_timer_input_bg_color2'];}
469
  $acx_csma_timer_iptext_color2=sanitize_text_field($_POST['acx_csma_timer_iptext_color2']);if($acx_csma_timer_iptext_color2==""){$acx_csma_timer_iptext_color2=$acx_csma_appearence_array['2']['acx_csma_timer_iptext_color2'];}
470
  $acx_csma_timer_head_color2=sanitize_text_field($_POST['acx_csma_timer_head_color2']);if($acx_csma_timer_head_color2==""){$acx_csma_timer_head_color2=$acx_csma_appearence_array['2']['acx_csma_timer_head_color2'];}
471
+ $acx_csma_custom_html_top_temp2=stripslashes(trim($_POST['acx_csma_custom_html_top_temp2']));
472
  $acx_csma_desc_title2=sanitize_text_field($_POST['acx_csma_desc_title2']);
473
+ $acx_csma_desc_subtitle2=stripslashes(trim($_POST['acx_csma_desc_subtitle2']));
474
  $acx_csma_desc_text_color2=sanitize_text_field($_POST['acx_csma_desc_text_color2']);if($acx_csma_desc_text_color2==""){$acx_csma_desc_text_color2=$acx_csma_appearence_array['2']['acx_csma_desc_text_color2'];}
475
  $acx_csma_fb_link2=esc_url_raw($_POST['acx_csma_fb_link2']);if($acx_csma_fb_link2==""){$acx_csma_fb_link2=$acx_csma_appearence_array['2']['acx_csma_fb_link2'];}
476
  $acx_csma_twitter_link2=esc_url_raw($_POST['acx_csma_twitter_link2']);if($acx_csma_twitter_link2==""){$acx_csma_twitter_link2=$acx_csma_appearence_array['2']['acx_csma_twitter_link2'];}
488
  }
489
  }
490
 
491
+ $acx_csma_logo3=sanitize_text_field($_POST['acx_csma_logo3']);if($acx_csma_logo3==""){$acx_csma_logo3= $acx_csma_appearence_array['3']['acx_csma_logo3'];}
492
  $acx_csma_logo_text3=sanitize_text_field($_POST['acx_csma_logo_text3']);
493
  $acx_csma_logo_text_color3=sanitize_text_field($_POST['acx_csma_logo_text_color3']);if($acx_csma_logo_text_color3==""){$acx_csma_logo_text_color3=$acx_csma_appearence_array['3']['acx_csma_logo_text_color3'];}
494
  $acx_csma_title3=sanitize_text_field($_POST['acx_csma_title3']);if($acx_csma_title3==""){$acx_csma_title3=$acx_csma_appearence_array['3']['acx_csma_title3'];}
508
  $acx_csma_inside_title_color3= sanitize_text_field($_POST['acx_csma_inside_title_color3']);if($acx_csma_inside_title_color3==""){$acx_csma_inside_title_color3=$acx_csma_appearence_array['3']['acx_csma_inside_title_color3'];}
509
  $acx_csma_timer_iptext_color3= sanitize_text_field($_POST['acx_csma_timer_iptext_color3']);if($acx_csma_timer_iptext_color3==""){$acx_csma_timer_iptext_color3=$acx_csma_appearence_array['3']['acx_csma_timer_iptext_color3'];}
510
  $acx_csma_timer_head_color3= sanitize_text_field($_POST['acx_csma_timer_head_color3']);if($acx_csma_timer_head_color3==""){$acx_csma_timer_head_color3=$acx_csma_appearence_array['3']['acx_csma_timer_head_color3'];}
511
+ $acx_csma_custom_html_top_temp3=stripslashes(trim($_POST['acx_csma_custom_html_top_temp3']));
512
  $acx_csma_desc_title3= sanitize_text_field($_POST['acx_csma_desc_title3']);
513
+ $acx_csma_desc_subtitle3=stripslashes(trim($_POST['acx_csma_desc_subtitle3']));
514
  $acx_csma_desc_text_color3= sanitize_text_field($_POST['acx_csma_desc_text_color3']);if($acx_csma_desc_text_color3==""){$acx_csma_desc_text_color3=$acx_csma_appearence_array['3']['acx_csma_desc_text_color3'];}
515
  $acx_csma_footer_text3= sanitize_text_field($_POST['acx_csma_footer_text3']);if($acx_csma_footer_text3==""){$acx_csma_footer_text3=$acx_csma_appearence_array['3']['acx_csma_footer_text3'];}
516
  $acx_csma_footer_color3=sanitize_text_field($_POST['acx_csma_footer_color3']);if($acx_csma_footer_color3==""){$acx_csma_footer_color3=$acx_csma_appearence_array['3']['acx_csma_footer_color3'];}
521
  $acx_csma_linkedin_link3=esc_url_raw($_POST['acx_csma_linkedin_link3']);if($acx_csma_linkedin_link3==""){$acx_csma_linkedin_link3=$acx_csma_appearence_array['3']['acx_csma_linkedin_link3'];}
522
 
523
  //********************************template 4***********************************
524
+ $acx_csma_background_image4=sanitize_text_field($_POST['acx_csma_background_image4']);if($acx_csma_background_image4==""){$acx_csma_background_image4=$acx_csma_appearence_array['4']['acx_csma_background_image4'];}
525
  if(ISSET($_POST['acx_csma_logo_choice4']))
526
  {
527
  $acx_csma_logo_choice4=sanitize_text_field($_POST['acx_csma_logo_choice4']);
533
  $acx_csma_logo_choice4='image';
534
  }
535
  }
536
+ $acx_csma_logo4=sanitize_text_field($_POST['acx_csma_logo4']);if($acx_csma_logo4==""){$acx_csma_logo4=$acx_csma_appearence_array['4']['acx_csma_logo4'];}
537
  $acx_csma_logo_text4=$_POST['acx_csma_logo_text4'];
538
  $acx_csma_logo_text_color4=sanitize_text_field($_POST['acx_csma_logo_text_color4']);if($acx_csma_logo_text_color4==""){$acx_csma_logo_text_color4=$acx_csma_appearence_array['4']['acx_csma_logo_text_color4'];}
539
  $acx_csma_inside_bg_color4=sanitize_text_field($_POST['acx_csma_inside_bg_color4']);if($acx_csma_inside_bg_color4==""){$acx_csma_inside_bg_color4=$acx_csma_appearence_array['4']['acx_csma_inside_bg_color4'];}
540
  $acx_csma_title4=sanitize_text_field($_POST['acx_csma_title4']);if($acx_csma_title4==""){$acx_csma_title4=$acx_csma_appearence_array['4']['acx_csma_title4'];}
541
+ $acx_csma_custom_html_top_temp4=stripslashes(trim($_POST['acx_csma_custom_html_top_temp4']));
542
  $acx_csma_title_color4=sanitize_text_field($_POST['acx_csma_title_color4']);if($acx_csma_title_color4==""){$acx_csma_title_color4=$acx_csma_appearence_array['4']['acx_csma_title_color4'];}
543
  $acx_csma_show_timer4=sanitize_text_field($_POST['acx_csma_show_timer4']);if($acx_csma_show_timer4==""){ $acx_csma_show_timer4=$acx_csma_appearence_array['1']['acx_csma_show_timer4'];}
544
  $acx_csma_timer_iptext_color4=sanitize_text_field($_POST['acx_csma_timer_iptext_color4']);if($acx_csma_timer_iptext_color4==""){$acx_csma_timer_iptext_color4=$acx_csma_appearence_array['4']['acx_csma_timer_iptext_color4'];;}
545
  $acx_csma_timer_head_color4=sanitize_text_field($_POST['acx_csma_timer_head_color4']);if($acx_csma_timer_head_color4==""){$acx_csma_timer_head_color4=$acx_csma_appearence_array['4']['acx_csma_timer_head_color4'];}
546
  $acx_csma_show_progressbar4=sanitize_text_field($_POST['acx_csma_show_progressbar4']);if($acx_csma_show_progressbar4==""){ $acx_csma_show_progressbar4=$acx_csma_appearence_array['1']['acx_csma_show_progressbar4'];}
547
  $acx_csma_progress_bar_color4=sanitize_text_field($_POST['acx_csma_progress_bar_color4']);if($acx_csma_progress_bar_color4==""){$acx_csma_progress_bar_color4=$acx_csma_appearence_array['4']['acx_csma_progress_bar_color4'];}
548
+ $acx_csma_custom_html_bottom_temp4=stripslashes(trim($_POST['acx_csma_custom_html_bottom_temp4']));
549
  $acx_csma_fb_link4=esc_url_raw($_POST['acx_csma_fb_link4']);if($acx_csma_fb_link4==""){$acx_csma_fb_link4=$acx_csma_appearence_array['4']['acx_csma_fb_link4'];}
550
  $acx_csma_twitter_link4=esc_url_raw($_POST['acx_csma_twitter_link4']);if($acx_csma_twitter_link4==""){$acx_csma_twitter_link4=$acx_csma_appearence_array['4']['acx_csma_twitter_link4'];}
551
  $acx_csma_linkedin_link4=esc_url_raw($_POST['acx_csma_linkedin_link4']);if($acx_csma_linkedin_link4==""){$acx_csma_linkedin_link4=$acx_csma_appearence_array['4']['acx_csma_linkedin_link4'];}
563
  $acx_csma_logo_choice5='image';
564
  }
565
  }
566
+ $acx_csma_logo5=sanitize_text_field($_POST['acx_csma_logo5']);if($acx_csma_logo5==""){$acx_csma_logo5=$acx_csma_appearence_array['5']['acx_csma_logo5'];}
567
  $acx_csma_logo_text5=sanitize_text_field($_POST['acx_csma_logo_text5']);
568
  $acx_csma_logo_text_color5=sanitize_text_field($_POST['acx_csma_logo_text_color5']);if($acx_csma_logo_text_color5==""){$acx_csma_logo_text_color5=$acx_csma_appearence_array['5']['acx_csma_logo_text_color5'];}
569
  $acx_csma_inside_bg_color5=sanitize_text_field($_POST['acx_csma_inside_bg_color5']);if($acx_csma_inside_bg_color5==""){$acx_csma_inside_bg_color5=$acx_csma_appearence_array['5']['acx_csma_inside_bg_color5'];}
570
  $acx_csma_title5=sanitize_text_field($_POST['acx_csma_title5']);if($acx_csma_title5==""){$acx_csma_title5=$acx_csma_appearence_array['5']['acx_csma_title5'];}
571
  $acx_csma_title_color5=sanitize_text_field($_POST['acx_csma_title_color5']);if($acx_csma_title_color5==""){$acx_csma_title_color5=$acx_csma_appearence_array['5']['acx_csma_title_color5'];}
572
+ $acx_csma_custom_html_top_temp5=stripslashes(trim($_POST['acx_csma_custom_html_top_temp5']));
573
  $acx_csma_show_timer5=sanitize_text_field($_POST['acx_csma_show_timer5']);if($acx_csma_show_timer5==""){$acx_csma_show_timer5=$acx_csma_show_timer5['5']['acx_csma_show_timer5'];}
574
  $acx_csma_timer_iptext_color5=sanitize_text_field($_POST['acx_csma_timer_iptext_color5']);if($acx_csma_timer_iptext_color5==""){$acx_csma_timer_iptext_color5=$acx_csma_appearence_array['5']['acx_csma_timer_iptext_color5'];}
575
  $acx_csma_timer_head_color5=sanitize_text_field($_POST['acx_csma_timer_head_color5']);if($acx_csma_timer_head_color5==""){$acx_csma_timer_head_color5=$acx_csma_appearence_array['5']['acx_csma_timer_head_color5'];}
576
  $acx_csma_show_progressbar5=sanitize_text_field($_POST['acx_csma_show_progressbar5']);if($acx_csma_show_progressbar5==""){$acx_csma_show_progressbar5=$acx_csma_appearence_array['5']['acx_csma_show_progressbar5'];}
577
  $acx_csma_progress_bar_color5=sanitize_text_field($_POST['acx_csma_progress_bar_color5']);if($acx_csma_progress_bar_color5==""){$acx_csma_progress_bar_color5=$acx_csma_appearence_array['5']['acx_csma_progress_bar_color5'];}
578
+ $acx_csma_custom_html_bottom_temp5=stripslashes(trim($_POST['acx_csma_custom_html_bottom_temp5']));
579
  $acx_csma_subscribe_bg_color5=sanitize_text_field($_POST['acx_csma_subscribe_bg_color5']);if($acx_csma_subscribe_bg_color5==""){$acx_csma_subscribe_bg_color5=$acx_csma_appearence_array['5']['acx_csma_subscribe_bg_color5'];}
580
+
581
+ $acx_csma_subscribe_main_title5=sanitize_text_field($_POST['acx_csma_subscribe_main_title5']);if($acx_csma_subscribe_main_title5==""){$acx_csma_subscribe_main_title5=$acx_csma_appearence_array['5']['acx_csma_subscribe_main_title5'];}
582
+
583
  $acx_csma_subscribe_title5=sanitize_text_field($_POST['acx_csma_subscribe_title5']);if($acx_csma_subscribe_title5==""){$acx_csma_subscribe_title5=$acx_csma_appearence_array['5']['acx_csma_subscribe_title5'];}
584
  $acx_csma_subscribe_success5=sanitize_text_field($_POST['acx_csma_subscribe_success5']);if($acx_csma_subscribe_success5==""){$acx_csma_subscribe_success5=$acx_csma_appearence_array['5']['acx_csma_subscribe_success5'];}
585
  $acx_csma_subscribe_invalid5=sanitize_text_field($_POST['acx_csma_subscribe_invalid5']);if($acx_csma_subscribe_invalid5==""){$acx_csma_subscribe_invalid5=$acx_csma_appearence_array['5']['acx_csma_subscribe_invalid5'];}
595
  update_option('acx_csma_auto_launch',$acx_csma_auto_launch);
596
  if($acx_csma_template == 0)
597
  {
598
+ $acx_csma_custom_html_val = stripslashes(trim($_POST['acx_csma_custom_html_val']));
599
+ // wp_filter_post_kses( $data )
600
  update_option('acx_csma_custom_html_val',$acx_csma_custom_html_val);
601
  }
602
  else if($acx_csma_template==1)
807
  'acx_csma_progress_bar_color5'=>$acx_csma_progress_bar_color5,
808
  'acx_csma_custom_html_bottom_temp5'=>$acx_csma_custom_html_bottom_temp5,
809
  'acx_csma_subscribe_bg_color5'=>$acx_csma_subscribe_bg_color5,
810
+ 'acx_csma_subscribe_main_title5' =>$acx_csma_subscribe_main_title5,
811
  'acx_csma_subscribe_title5'=>$acx_csma_subscribe_title5,
812
  'acx_csma_subscribe_success5'=>$acx_csma_subscribe_success5,
813
  'acx_csma_subscribe_invalid5'=>$acx_csma_subscribe_invalid5,
862
  $acx_csma_favicon = ACX_CSMA_BASE_LOCATION . 'images/favicon.png';
863
  update_option('acx_csma_favicon',$acx_csma_favicon);
864
  }
865
+ $start_timestamp = current_time('timestamp');
866
  update_option('acx_csma_start_date_time',$start_timestamp);
867
  $acx_csma_date_time=get_option('acx_csma_date_time');
868
+ if($acx_csma_date_time == "" || $acx_csma_date_time == '0')
869
  {
870
  $timestamp1=current_time('timestamp')+(60*60*24*30); // 30 days
871
  update_option('acx_csma_date_time',$timestamp1);
872
  }
873
+ $acx_csma_ga_trakng_code=get_option('acx_csma_ga_trakng_code');
874
+ /* if($acx_csma_ga_trakng_code == "")
875
+ {
876
+ $acx_csma_ga_trakng_code = '';
877
+ update_option('acx_csma_ga_trakng_code',$acx_csma_ga_trakng_code);
878
+ } */
879
+
880
  $acx_csma_ip_list=get_option('acx_csma_ip_list');
881
  if($acx_csma_ip_list=="")
882
  {
924
  }
925
  if(get_option('acx_csma_custom_html_val')=="")
926
  {
927
+ $acx_csma_custom_html_val = "<html><head><title>Page Under Maintenance</title></head><body>Sorry, This page is under maintenance.</body></html>";
928
  $acx_csma_custom_html_val = trim($acx_csma_custom_html_val);
929
  update_option('acx_csma_custom_html_val',$acx_csma_custom_html_val);
930
  }
952
  acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
953
  ?>
954
  <div class="wrap">
955
+ <div style='background: white none repeat scroll 0% 0%; height: 100%; margin-top: 5px; border-radius: 15px; min-height: 450px; box-sizing: border-box; margin-left: auto; margin-right: auto; width: 98%; padding: 1%;display: table;'>
956
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_above_title'); ?>
957
+ <?php echo "<h2 class='acx_csma_page_h2'>" . __( 'Acurax Coming Soon / Maintenance Options','acx_csma_config' ) . "</h2>"; ?>
958
  <form name="acx_csma_form" id="acx_csma_form" method="post" action="<?php echo str_replace( '%7E', '~',$_SERVER['REQUEST_URI']); ?>"><hr/>
959
  <table>
960
  <tr>
967
  </tr>
968
  </table><hr/>
969
  <div id="acx_csma_tab_block_1" class="acx_csma_tab_block acx_csma_general" style="margin-left:20px;">
 
970
  <table>
971
  <tr>
972
  <?php $acx_csma_activation_status=get_option('acx_csma_activation_status');
974
  <td><?php _e('Status:', 'acx_csma_config'); ?></td>
975
  <td><input type="radio" id="acx_csma_activate" name="acx_csma_activate" value="1" <?php if($acx_csma_activation_status=="1"){echo "checked='checked'";}?> />&nbsp;<?php _e('Activate', 'acx_csma_config'); ?>&nbsp;&nbsp;&nbsp;<input type="radio" id="acx_csma_activate" name="acx_csma_activate" value="0"<?php if($acx_csma_activation_status =="0"){echo "checked='checked'";}?>/>&nbsp;<?php _e('Deactivate', 'acx_csma_config'); ?></td></tr>
976
  <tr><td><p><?php _e("Page Meta Title: " ); ?></p></td>
977
+ <td><input type="text" name="acx_csma_meta_title" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_title'))); ?>" size="20"/></td>
978
  </tr>
979
  <tr><td><p><?php _e("Page Meta Description: " ); ?></p></td>
980
+ <td><input type="text" name="acx_csma_meta_description" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_description'))); ?>" size="20"/></td></tr>
981
  <tr><td><p><?php _e("Page Meta Keywords: " ); ?></p></td>
982
+ <td><input type="text" name="acx_csma_meta_keywords" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_keywords'))); ?>" size="20"/></td></tr>
983
  <tr><td><?php _e("Upload Favicon: " ); ?></td>
984
  <td>
985
+ <?php
986
+ $favicon_attach_id = get_option('acx_csma_favicon');
987
+ $url = $favicon_attach_id;
988
+ if(is_numeric($favicon_attach_id))
989
+ {
990
+ $fav_icon_attachment_url = parse_url( wp_get_attachment_url($favicon_attach_id) );
991
+ $url = $fav_icon_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $fav_icon_attachment_url[ 'host' ])). $fav_icon_attachment_url[ 'path' ];
992
+ }
993
+ ?>
994
+ <img id="acx_csma_favicon" src="<?php echo $url; ?>" style="width:20px;height:auto;">
995
+ <input type="hidden" id="acx_csma_favicon_field" name="acx_csma_favicon_field" value="<?php echo $favicon_attach_id; ?>" size="20">
996
 
997
  <a id="acx_csma_favicon_button" class="button">Pick a Favicon</a>&nbsp;&nbsp;&nbsp;&nbsp;
998
  <span><?php _e("Recommended size 16 X 16 " ); ?> </span>
1000
  </tr>
1001
  <tr><td><?php _e("Expected Date and Time to end Maintenance mode: " ); $format = "Y/m/d H:i"; ?></td>
1002
  <td>
1003
+ <?php
1004
+ $timestamp1=get_option('acx_csma_date_time');
1005
+ ?>
1006
+ <input type="text" value="<?php print date_i18n($format, $timestamp1); ?>" id="datetimepicker" name="acx_csma_date_time"/>&nbsp;&nbsp; Current Wordpress Time:
1007
  <?php print date_i18n($format, current_time('timestamp')); ?><br><br></td></tr>
1008
  <tr>
1009
  <td><?php _e("Would you like to end the maintenance mode automatically on the above specified time?: " ); ?></td>
1010
  <?php $acx_csma_auto_launch=get_option('acx_csma_auto_launch');
1011
  ?>
1012
  <td><input type="radio" id="acx_csma_auto_launch" name="acx_csma_auto_launch" value="1" <?php if($acx_csma_auto_launch=="1"){echo "checked='checked'";}?> />&nbsp;<?php _e('YES', 'acx_csma_config'); ?>&nbsp;&nbsp;&nbsp;<input type="radio" id="acx_csma_auto_launch" name="acx_csma_auto_launch" value="0"<?php if($acx_csma_auto_launch =="0"){echo "checked='checked'";}?>/>&nbsp;<?php _e('NO', 'acx_csma_config'); ?></td></tr>
1013
+ <tr>
1014
+ <td><?php _e("Google Analytics Tracking Code: " ); ?></td>
1015
+ <td><textarea id="acx_csma_ga_trakng_code" name="acx_csma_ga_trakng_code" placeholder="Google Analytics Tracking Code Here"><?php echo stripslashes($acx_csma_ga_trakng_code); ?></textarea></td>
1016
+ </tr>
1017
 
1018
  <tr><td><b><?php echo "<h4>" . __( 'Access Settings', 'acx_csma_config' ) . "</h4>"; ?></b></td></tr>
1019
  </table>
1058
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_below_general_settings'); ?>
1059
  </div><!--acx_csma_tab_block_1-->
1060
  <div id="acx_csma_tab_block_2" class="acx_csma_tab_block acx_csma_appearence" style="display:none;">
1061
+ <h3>Choose Your Template</h3>
 
 
 
 
 
 
 
 
 
 
1062
  <div id="main">
1063
  <?php $acx_csma_template = get_option('acx_csma_template'); ?>
1064
  <div id="img_holder">
1089
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_below_add_template'); ?>
1090
  </div> <!-- main -->
1091
 
1092
+
1093
+
1094
  <?php
1095
  $acx_csma_appearence_array=get_option('acx_csma_appearence_array');
1096
  if(is_serialized($acx_csma_appearence_array))
1103
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE #########################################-->
1104
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1105
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1106
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1107
+ Background Settings
1108
  </span>
1109
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1110
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1111
  <div class="acx_csmap_q_and_a_inside">
1112
  <label>Background Image:</label>
1113
  <div class="acx_qa_field">
1114
+ <?php
1115
+ $acx_csma_background_image1_id = $acx_csma_appearence_array['1']['acx_csma_background_image1'];
1116
+ $bg_image1_url = $acx_csma_background_image1_id;
1117
+ if(is_numeric($acx_csma_background_image1_id))
1118
+ {
1119
+ $image1_attachment_url = parse_url( wp_get_attachment_url($acx_csma_background_image1_id) );
1120
+ $bg_image1_url = $image1_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $image1_attachment_url[ 'host' ])). $image1_attachment_url[ 'path' ];
1121
+ }
1122
+ ?>
1123
+
1124
+ <img id="custom_uploader_template_1_img_field_preview" src="<?php echo $bg_image1_url; ?>" style="width:100px;height:auto;">
1125
+ <input type="hidden" id="custom_uploader_template_1_img_field" name="acx_csma_background_image1" value="<?php echo $acx_csma_background_image1_id; ?>" size="20">
1126
+
1127
  <a id="acx_upload_button_img1" class="button">Choose Image</a>
1128
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_1_img_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/1/images/body_bg.jpg'; ?>','custom_uploader_template_1_img_field');" class="button">Reset To Default</a>
1129
  </div> <!-- acx_qa_field -->
1134
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################ -->
1135
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1136
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1137
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1138
+ Logo Settings
1139
  </span>
1140
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1141
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1143
  <div class="acx_csma_logo_main" >
1144
  <table cellspacing="10">
1145
  <tr><td>
1146
+
1147
  <input type="radio" name="acx_csma_logo_choice1" class="acx_csma_logo" id="acx_csma_logo_image1" value="image" onclick="acx_csma_rdbtn_show_logo('image','1');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['1'])){if($acx_csma_appearence_array['1']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['1']['acx_csma_logo_choice']==''){echo "checked='checked'";}} else{ echo "checked='checked'";} ?>/><p>Logo Image</p></td><td>
1148
  <input type="radio" name="acx_csma_logo_choice1" class="acx_csma_logo" id="acx_csma_logo_text1" value="text" onclick="acx_csma_rdbtn_show_logo('text','1');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['1'])){if($acx_csma_appearence_array['1']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><p>Logo Text</p></td></tr>
1149
  </table>
1150
  </div><!--acx_csma_logo_main -->
1151
  <div id="acx_show_logo_image_1" class="acx_csma_logo_block acx_csma_logo_block_1">
1152
+ <?php
1153
+ $acx_csma_logo1_id = $acx_csma_appearence_array['1']['acx_csma_logo1'];
1154
+ $logo1_url = $acx_csma_logo1_id;
1155
+ if(is_numeric($acx_csma_logo1_id))
1156
+ {
1157
+ $logo1_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo1_id) );
1158
+ $logo1_url = $logo1_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo1_attachment_url[ 'host' ])). $logo1_attachment_url[ 'path' ];
1159
+ }
1160
+ /* echo "<pre>";
1161
+ print_r($acx_csma_appearence_array['1']);
1162
+ echo "</pre>"; */
1163
+ ?>
1164
  <label>
1165
  Logo Image: <span id="acx_csma_span">(Recommended size 231x67)</span>
1166
  </label>
1167
  <div class="acx_qa_field">
1168
+ <img id="custom_uploader_template_1_logo_field_preview" src="<?php echo $logo1_url; ?>" style="width:100px;height:auto;">
1169
+ <input type="hidden" id="custom_uploader_template_1_logo_field" name="acx_csma_logo1" value="<?php echo $acx_csma_logo1_id; ?>" size="20"><a id="acx_upload_button_logo1" class="button">Pick a Logo</a>
1170
  <a id="acx_upload_button_reset_logo1" onclick="acx_csma_restore_default('custom_uploader_template_1_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/1/images/logo.png'; ?>','custom_uploader_template_1_logo_field');" class="button">Reset To Default</a>
1171
  </div> <!-- acx_qa_field -->
1172
  </div> <!-- acx_show_logo_image-->
1204
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################ -->
1205
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1206
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1207
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1208
+ Configure Heading Under Logo </span>
1209
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1210
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1211
  <div class="acx_csmap_q_and_a_inside">
1243
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################ -->
1244
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1245
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1246
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1247
+ Countdown Timer Heading & Custom HTML Settings </span>
1248
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1249
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1250
  <div class="acx_csmap_q_and_a_inside">
1252
  Custom HTML Block Above Countdown Timer
1253
  </label>
1254
  <div class="acx_qa_field">
1255
+ <?php $acx_csma_custom_html_top_temp1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_top_temp1']; ?>
1256
+ <textarea id="acx_csma_custom_html_top_temp1" name="acx_csma_custom_html_top_temp1" placeholder="HTML Code Here"><?php echo stripslashes($acx_csma_custom_html_top_temp1); ?></textarea>
1257
  </div><!-- acx_qa_field -->
1258
  <label>
1259
  Background Color:<a onclick="acx_csma_restore_default('','#ff7800','acx_csma_inside_bg_color1');" class="acx_csmap_button_reset">[Reset To Default]</a>
1266
  Title:
1267
  </label>
1268
  <div class="acx_qa_field">
1269
+ <input type="text" name="acx_csma_inside_title1" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['1']['acx_csma_inside_title1'])); ?>" size="20"/>
1270
  </div> <!-- acx_qa_field -->
1271
  <label>
1272
  Title Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_inside_title_color1');" class="acx_csmap_button_reset">[Reset To Default]</a>
1279
  Custom HTML Block Below Countdown Timer
1280
  </label>
1281
  <div class="acx_qa_field">
1282
+ <?php $acx_csma_custom_html_bottom_temp1 =$acx_csma_appearence_array['1']['acx_csma_custom_html_bottom_temp1']; ?>
1283
+ <textarea id="acx_csma_custom_html_bottom_temp1" name="acx_csma_custom_html_bottom_temp1" placeholder="HTML Code Here"><?php echo stripslashes($acx_csma_custom_html_bottom_temp1); ?></textarea>
1284
  </div><!-- acx_qa_field -->
1285
  </div> <!-- acx_csmap_q_and_a_inside -->
1286
  </div> <!-- acx_csmap_q_and_a -->
1291
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1292
 
1293
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1294
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1295
+ Countdown Timer Settings
1296
  </span>
1297
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1298
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1336
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1337
 
1338
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1339
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1340
+ Subscription Form Settings
1341
  </span>
1342
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1343
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1353
  Button Text
1354
  </label>
1355
  <div class="acx_qa_field">
1356
+ <input type="text" name="acx_csma_subscribe_btn_text1" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['1']['acx_csma_subscribe_btn_text1'])); ?>" size="20"/>
1357
  </div> <!-- acx_qa_field -->
1358
 
1359
  <label>
1388
  Subscribe Title:
1389
  </label>
1390
  <div class="acx_qa_field">
1391
+ <input type="text" name="acx_csma_subscribe_title1" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['1']['acx_csma_subscribe_title1'])); ?>" size="20"/>
1392
  </div> <!-- acx_qa_field -->
1393
  <label>
1394
  Subscribe Title Color:<a onclick="acx_csma_restore_default('','#ff7800','acx_csma_subscribe_title_color1');" class="acx_csmap_button_reset">[Reset To Default]</a>
1401
  Subscribe Success Message:
1402
  </label>
1403
  <div class="acx_qa_field">
1404
+ <input type="text" name="acx_csma_subscribe_success1" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['1']['acx_csma_subscribe_success1'])); ?>" size="20"/>
1405
  </div> <!-- acx_qa_field -->
1406
  <label>
1407
  Subscribe Invalid Message:
1408
  </label>
1409
  <div class="acx_qa_field">
1410
+ <input type="text" name="acx_csma_subscribe_invalid1" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['1']['acx_csma_subscribe_invalid1'])); ?>" size="20"/>
1411
  </div> <!-- acx_qa_field -->
1412
 
1413
  </div> <!-- acx_csmap_q_and_a_inside -->
1419
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1420
 
1421
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1422
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1423
+ Footer Settings
1424
  </span>
1425
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1426
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1436
  Footer Text:
1437
  </label>
1438
  <div class="acx_qa_field">
1439
+ <input type="text" name="acx_csma_footer_text1" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['1']['acx_csma_footer_text1'])); ?>" size="20"/>
1440
  </div> <!-- acx_qa_field -->
1441
  <label>
1442
  Footer Text Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_text_color1');" class="acx_csmap_button_reset">[Reset To Default]</a>
1456
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
1457
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1458
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1459
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1460
+ Background Settings
1461
  </span>
1462
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1463
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1478
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
1479
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1480
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1481
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1482
+ Logo Settings
1483
  </span>
1484
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1485
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1495
  Logo:<span id="acx_csma_span">(Recommended size 99x27,Image must be png and transparent)</span>
1496
  </label>
1497
  <div class="acx_qa_field">
1498
+ <?php
1499
+ $acx_csma_logo2_id = $acx_csma_appearence_array['2']['acx_csma_logo2'];
1500
+ $logo2_url = $acx_csma_logo2_id;
1501
+ if(is_numeric($acx_csma_logo2_id))
1502
+ {
1503
+ $logo2_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo2_id) );
1504
+ $logo2_url = $logo2_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo2_attachment_url[ 'host' ])). $logo2_attachment_url[ 'path' ];
1505
+ }
1506
+
1507
+ ?>
1508
+ <img id="custom_uploader_template_2_logo_field_preview" src="<?php echo $logo2_url; ?>" style="width:100px;height:auto;">
1509
+ <input type="hidden" id="custom_uploader_template_2_logo_field" name="acx_csma_logo2" value="<?php echo $acx_csma_logo2_id; ?>" size="20"><a id="acx_upload_button_logo2" class="button">Pick a Logo</a>
1510
  <a id="acx_upload_button_logo2" onclick="acx_csma_restore_default('custom_uploader_template_2_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/2/images/logo.png'; ?>','custom_uploader_template_2_logo_field');" class="button">Reset To Default</a>
1511
  </div> <!-- acx_qa_field -->
1512
  </div><!--acx_show_logo_image-->
1522
  }}else{
1523
  $acx_csma_logo_text2=get_bloginfo('name');
1524
  }?>
1525
+ <input type="text" name="acx_csma_logo_text2" placeholder="Logo Text Here" value="<?php echo stripslashes(esc_attr($acx_csma_logo_text2)); ?>" size="20"/>
1526
  </div> <!-- acx_qa_field -->
1527
  <label>
1528
  Logo Text Color: <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color2');" class="acx_csmap_button_reset">[Reset To Default]</a>
1546
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
1547
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1548
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1549
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1550
+ Heading and Subheading Settings</span>
1551
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1552
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1553
  <div class="acx_csmap_q_and_a_inside">
1555
  Title Text :
1556
  </label>
1557
  <div class="acx_qa_field">
1558
+ <input type="text" name="acx_csma_title2" id="acx_csma_title2" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['2']['acx_csma_title2'])); ?>" size="20"/>
1559
  </div> <!-- acx_qa_field -->
1560
  <label>
1561
  Title Color:
1570
  Subtitle Text:
1571
  </label>
1572
  <div class="acx_qa_field">
1573
+ <input type="text" name="acx_csma_subtitle_text2" id="acx_csma_subtitle_text2" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['2']['acx_csma_subtitle_text2'])); ?>" size="20"/>
1574
  </div> <!-- acx_qa_field -->
1575
  <label>
1576
  Subtitle Color:
1595
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
1596
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1597
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1598
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1599
+ Countdown Timer, Subscription Form & Custom HTML Settings </span>
1600
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1601
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1602
  <div class="acx_csmap_q_and_a_inside">
1604
  Timer Block Title
1605
  </label>
1606
  <div class="acx_qa_field">
1607
+ <input type="text" name="acx_csma_timer_title2" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['2']['acx_csma_timer_title2'])); ?>" size="20"/>
1608
  </div> <!-- acx_qa_field -->
1609
  <label>
1610
  Subscribe Button TextColor:<a onclick="acx_csma_restore_default('','#ffd800','acx_csma_subscribe_btn_color2');" class="acx_csmap_button_reset">[Reset To Default]</a>
1618
  Subscribe Success Message:
1619
  </label>
1620
  <div class="acx_qa_field">
1621
+ <input type="text" name="acx_csma_subscribe_success2" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['2']['acx_csma_subscribe_success2'])); ?>" size="20"/>
1622
  </div> <!-- acx_qa_field -->
1623
  <label>
1624
  Subscribe Invalid Message:
1625
  </label>
1626
  <div class="acx_qa_field">
1627
+ <input type="text" name="acx_csma_subscribe_invalid2" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['2']['acx_csma_subscribe_invalid2'])); ?>" size="20"/>
1628
  </div> <!-- acx_qa_field -->
1629
  <label>
1630
  Timer Input BackgroundColor:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_input_bg_color2');" class="acx_csmap_button_reset">[Reset To Default]</a>
1651
  Custom HTML Block Above Description Block
1652
  </label>
1653
  <div class="acx_qa_field">
1654
+ <?php $acx_csma_custom_html_top_temp2 =$acx_csma_appearence_array['2']['acx_csma_custom_html_top_temp2']; ?>
1655
+ <textarea id="acx_csma_custom_html_top_temp2" name="acx_csma_custom_html_top_temp2" placeholder="HTML Code Here"><?php echo stripslashes($acx_csma_custom_html_top_temp2); ?></textarea>
1656
  </div><!-- acx_qa_field -->
1657
  <label>
1658
  Description Title:
1659
  </label>
1660
  <div class="acx_qa_field">
1661
+ <input type="text" name="acx_csma_desc_title2" id="acx_csma_desc_title2" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['2']['acx_csma_desc_title2'])); ?>" size="20"/>
1662
  </div> <!-- acx_qa_field -->
1663
  <label>
1664
  Description Content:
1665
  </label>
1666
  <div class="acx_qa_field">
1667
+ <textarea name="acx_csma_desc_subtitle2" id="acx_csma_desc_subtitle2"><?php echo stripslashes($acx_csma_appearence_array['2']['acx_csma_desc_subtitle2']); ?> </textarea>
1668
  </div> <!-- acx_qa_field -->
1669
  <label>
1670
  Description TextColor:<a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_text_color2');" class="acx_csmap_button_reset">[Reset To Default]</a>
1681
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
1682
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1683
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1684
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1685
+ Social Media Settings
1686
  </span>
1687
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1688
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1719
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1720
 
1721
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1722
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1723
+ Logo Settings
1724
  </span>
1725
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1726
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1736
  Logo:<span id="acx_csma_span">(Recommended size 161x38)</span>
1737
  </label>
1738
  <div class="acx_qa_field">
1739
+ <?php
1740
+ $acx_csma_logo3_id = $acx_csma_appearence_array['3']['acx_csma_logo3'];
1741
+ $logo3_url = $acx_csma_logo3_id;
1742
+ if(is_numeric($acx_csma_logo3_id))
1743
+ {
1744
+ $logo3_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo3_id) );
1745
+ $logo3_url = $logo3_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo3_attachment_url[ 'host' ])). $logo3_attachment_url[ 'path' ];
1746
+ }
1747
+
1748
+ ?>
1749
+
1750
+ <img id="custom_uploader_template_3_logo_field_preview" src="<?php echo $logo3_url; ?>" style="width:100px;height:auto;">
1751
+ <input type="hidden" id="custom_uploader_template_3_logo_field" name="acx_csma_logo3" value="<?php echo $acx_csma_logo3_id; ?>" size="20"><a id="acx_upload_button_logo3" class="button">Pick a Logo</a>
1752
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_3_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/3/images/logo.png'; ?>','custom_uploader_template_3_logo_field');" class="button">Reset To Default</a>
1753
 
1754
  </div> <!-- acx_qa_field -->
1765
  }}else{
1766
  $acx_csma_logo_text3=get_bloginfo('name');
1767
  }?>
1768
+ <input type="text" name="acx_csma_logo_text3" placeholder="Logo Text Here" value="<?php echo stripslashes(esc_attr($acx_csma_logo_text3)); ?>" size="20"/>
1769
  </div> <!-- acx_qa_field -->
1770
  <label>
1771
  Logo Text Color: <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
1775
  if($acx_csma_logo_text_color3 == "")
1776
  {
1777
  $acx_csma_logo_text_color3="#ffffff";
1778
+ }
1779
+ }else{
1780
  $acx_csma_logo_text_color3="#ffffff";
1781
  }?>
1782
  <input type="text" name="acx_csma_logo_text_color3" id="acx_csma_logo_text_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_logo_text_color3; ?>" size="20" />
1791
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1792
 
1793
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1794
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1795
+ Heading and Subheading Settings - Left Side
1796
  </span>
1797
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1798
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1801
  Title:
1802
  </label>
1803
  <div class="acx_qa_field">
1804
+ <input type="text" name="acx_csma_title3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_title3'])); ?>" size="20"/>
1805
  </div> <!-- acx_qa_field -->
1806
  <label>
1807
  Title Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_title_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
1814
  Sub Title:
1815
  </label>
1816
  <div class="acx_qa_field">
1817
+ <input type="text" name="acx_csma_subtitle_text3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_subtitle_text3'])); ?>" size="20"/>
1818
  </div> <!-- acx_qa_field -->
1819
  <label>
1820
  SubTitle Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subtitle_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
1831
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1832
 
1833
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1834
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1835
+ Subscription Form Settings
1836
  </span>
1837
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1838
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1842
  Title:
1843
  </label>
1844
  <div class="acx_qa_field">
1845
+ <input type="text" name="acx_csma_subscribe_title3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_subscribe_title3'])); ?>" size="20"/>
1846
  </div> <!-- acx_qa_field -->
1847
  <label>
1848
  Title Color:<a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_subscribe_title_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
1855
  Button Text
1856
  </label>
1857
  <div class="acx_qa_field">
1858
+ <input type="text" name="acx_csma_subscribe_btn_text3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_subscribe_btn_text3'])); ?>" size="20"/>
1859
  </div> <!-- acx_qa_field -->
1860
  <label>
1861
  Button Text Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subscribe_btn_text_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
1889
  Subscribe Success Message:
1890
  </label>
1891
  <div class="acx_qa_field">
1892
+ <input type="text" name="acx_csma_subscribe_success3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_subscribe_success3'])); ?>" size="20"/>
1893
  </div> <!-- acx_qa_field -->
1894
  <label>
1895
  Subscribe Invalid Message:
1896
  </label>
1897
  <div class="acx_qa_field">
1898
+ <input type="text" name="acx_csma_subscribe_invalid3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_subscribe_invalid3'])); ?>" size="20"/>
1899
  </div> <!-- acx_qa_field -->
1900
  </div> <!-- acx_csmap_q_and_a_inside -->
1901
  </div> <!-- acx_csmap_q_and_a -->
1905
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1906
 
1907
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1908
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1909
+ Heading Settings - Right Side
1910
  </span>
1911
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1912
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1915
  Title:
1916
  </label>
1917
  <div class="acx_qa_field">
1918
+ <input type="text" name="acx_csma_inside_title3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_inside_title3'])); ?>" size="20"/>
1919
  </div> <!-- acx_qa_field -->
1920
  <label>
1921
  Title Color:<a onclick="acx_csma_restore_default('','#ffffff','acx_csma_inside_title_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
1932
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1933
 
1934
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1935
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1936
+ Right Side Content & Custom HTML Settings
1937
  </span>
1938
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1939
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1956
  Custom HTML Block Above Description Block
1957
  </label>
1958
  <div class="acx_qa_field">
1959
+ <?php $acx_csma_custom_html_top_temp3 =$acx_csma_appearence_array['3']['acx_csma_custom_html_top_temp3']; ?>
1960
+ <textarea id="acx_csma_custom_html_top_temp3" name="acx_csma_custom_html_top_temp3" placeholder="HTML Code Here"><?php echo stripslashes($acx_csma_custom_html_top_temp3); ?></textarea>
1961
  </div><!-- acx_qa_field -->
1962
  <label>
1963
  Description Title:
1964
  </label>
1965
  <div class="acx_qa_field">
1966
+ <input type="text" name="acx_csma_desc_title3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_desc_title3'])); ?>" size="20"/>
1967
  </div> <!-- acx_qa_field -->
1968
  <label>
1969
  Description Sub Title:
1970
  </label>
1971
  <div class="acx_qa_field">
1972
+ <textarea name="acx_csma_desc_subtitle3" id="acx_csma_desc_subtitle3" ><?php echo stripslashes($acx_csma_appearence_array['3']['acx_csma_desc_subtitle3']); ?></textarea>
1973
  </div> <!-- acx_qa_field -->
1974
  <label>
1975
  Description Text Color:<a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_text_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
1985
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ###########################################-->
1986
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1987
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1988
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1989
+ Footer Settings
1990
  </span>
1991
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1992
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1995
  Footer Text:
1996
  </label>
1997
  <div class="acx_qa_field">
1998
+ <input type="text" name="acx_csma_footer_text3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_footer_text3'])); ?>" size="20"/>
1999
  </div> <!-- acx_qa_field -->
2000
  <label>
2001
  Footer Color:<a onclick="acx_csma_restore_default('','#000000','acx_csma_footer_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
2013
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
2014
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2015
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2016
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2017
+ Social Media Settings
2018
  </span>
2019
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2020
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2023
  Social Media Text:
2024
  </label>
2025
  <div class="acx_qa_field">
2026
+ <input type="text" name="acx_csma_social_link_title3" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['3']['acx_csma_social_link_title3'])); ?>" size="20"/>
2027
  </div> <!-- acx_qa_field -->
2028
  <label>
2029
  Social Media Text Color:<a onclick="acx_csma_restore_default('','#000000','acx_csma_social_link_title_color3');" class="acx_csmap_button_reset">[Reset To Default]</a>
2064
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2065
 
2066
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2067
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2068
+ Background Settings
2069
  </span>
2070
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2071
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2074
  Background Image:
2075
  </label>
2076
  <div class="acx_qa_field">
2077
+ <?php
2078
+ $acx_csma_bg4_id = $acx_csma_appearence_array['4']['acx_csma_background_image4'];
2079
+ $bg4_url = $acx_csma_bg4_id;
2080
+ if(is_numeric($acx_csma_bg4_id))
2081
+ {
2082
+ $bg4_attachment_url = parse_url( wp_get_attachment_url($acx_csma_bg4_id) );
2083
+ $bg4_url = $bg4_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $bg4_attachment_url[ 'host' ])). $bg4_attachment_url[ 'path' ];
2084
+ }
2085
+
2086
+ ?>
2087
+ <img id="custom_uploader_template_4_img_field_preview" src="<?php echo $bg4_url; ?>" style="width:100px;height:auto;">
2088
+ <input type="hidden" id="custom_uploader_template_4_img_field" name="acx_csma_background_image4" value="<?php echo $acx_csma_bg4_id; ?>" size="20">
2089
  <a id="acx_upload_button_img4" class="button">Choose Image</a>
2090
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_4_img_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/4/images/body_bg.jpg'; ?>','custom_uploader_template_4_img_field');" class="button">Reset To Default</a>
2091
  </div> <!-- acx_qa_field -->
2097
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2098
 
2099
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2100
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2101
+ Logo Settings
2102
  </span>
2103
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2104
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2114
  Logo:<span id="acx_csma_span">(Recommended size 326x138)</span>
2115
  </label>
2116
  <div class="acx_qa_field">
2117
+ <?php
2118
+ $acx_csma_logo4_id = $acx_csma_appearence_array['4']['acx_csma_logo4'];
2119
+ $logo4_url = $acx_csma_logo4_id;
2120
+ if(is_numeric($acx_csma_logo4_id))
2121
+ {
2122
+ $logo4_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo4_id) );
2123
+ $logo4_url = $logo4_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo4_attachment_url[ 'host' ])). $logo4_attachment_url[ 'path' ];
2124
+ }
2125
+
2126
+ ?>
2127
+
2128
+ <img id="custom_uploader_template_4_logo_field_preview" src="<?php echo $logo4_url; ?>" style="width:100px;height:auto;">
2129
+ <input type="hidden" id="custom_uploader_template_4_logo_field" name="acx_csma_logo4" value="<?php echo $acx_csma_logo4_id; ?>" size="20"><a id="acx_upload_button_logo4" class="button">Pick a Logo</a>
2130
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_4_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/4/images/logo.png'; ?>','custom_uploader_template_4_logo_field');" class="button">Reset To Default</a>
2131
  </div> <!-- acx_qa_field -->
2132
  </div><!--acx_show_logo_image-->
2143
  else{
2144
  $acx_csma_logo_text4=get_bloginfo('name');
2145
  }?>
2146
+ <input type="text" name="acx_csma_logo_text4" placeholder="Logo Text Here" value="<?php echo stripslashes(esc_attr($acx_csma_logo_text4)); ?>" size="20"/>
2147
  </div> <!-- acx_qa_field -->
2148
  <label>
2149
  Logo Text Color: <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color4');" class="acx_csmap_button_reset">[Reset To Default]</a>
2167
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
2168
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2169
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2170
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2171
+ Main Heading & Custom HTML Settings
2172
  </span>
2173
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2174
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2184
  Title Text:
2185
  </label>
2186
  <div class="acx_qa_field">
2187
+ <input type="text" name="acx_csma_title4" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['4']['acx_csma_title4'])); ?>" size="20"/>
2188
  </div> <!-- acx_qa_field -->
2189
  <label>
2190
  Custom HTML Block Above Countdown Timer
2191
  </label>
2192
  <div class="acx_qa_field">
2193
+ <?php $acx_csma_custom_html_top_temp4 =$acx_csma_appearence_array['4']['acx_csma_custom_html_top_temp4']; ?>
2194
+ <textarea id="acx_csma_custom_html_top_temp4" name="acx_csma_custom_html_top_temp4" placeholder="HTML Code Here"><?php echo stripslashes($acx_csma_custom_html_top_temp4); ?></textarea>
2195
  </div><!-- acx_qa_field -->
2196
  <label>
2197
  Title Text color:<a onclick="acx_csma_restore_default('','#717171','acx_csma_title_color4');" class="acx_csmap_button_reset">[Reset To Default]</a>
2208
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2209
 
2210
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2211
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2212
+ Countdown Timer, Progress Bar & Custom HTML Settings
2213
  </span>
2214
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2215
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2258
  Custom HTML Block Below Countdown Timer
2259
  </label>
2260
  <div class="acx_qa_field">
2261
+ <?php $acx_csma_custom_html_bottom_temp4 =$acx_csma_appearence_array['4']['acx_csma_custom_html_bottom_temp4']; ?>
2262
+ <textarea id="acx_csma_custom_html_bottom_temp4" name="acx_csma_custom_html_bottom_temp4" placeholder="HTML Code Here"><?php echo stripslashes($acx_csma_custom_html_bottom_temp4); ?></textarea>
2263
  </div><!-- acx_qa_field -->
2264
  </div> <!-- acx_csmap_q_and_a_inside -->
2265
  </div> <!-- acx_csmap_q_and_a -->
2268
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
2269
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2270
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2271
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2272
+ Social Media Settings
2273
  </span>
2274
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2275
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2305
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2306
 
2307
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2308
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2309
+ Background Settings
2310
  </span>
2311
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2312
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2325
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2326
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2327
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2328
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2329
+ Logo Settings
2330
  </span>
2331
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2332
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2342
  Logo: <span id="acx_csma_span">(Recommended size 315x94)</span>
2343
  </label>
2344
  <div class="acx_qa_field">
2345
+ <?php
2346
+ $acx_csma_logo5_id = $acx_csma_appearence_array['5']['acx_csma_logo5'];
2347
+ $logo5_url = $acx_csma_logo5_id;
2348
+ if(is_numeric($acx_csma_logo5_id))
2349
+ {
2350
+ $logo5_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo5_id) );
2351
+ $logo5_url = $logo5_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo5_attachment_url[ 'host' ])). $logo5_attachment_url[ 'path' ];
2352
+ }
2353
+
2354
+ ?>
2355
+ <img id="custom_uploader_template_5_logo_field_preview" src="<?php echo $logo5_url; ?>" style="width:100px;height:auto;">
2356
+ <input type="hidden" id="custom_uploader_template_5_logo_field" name="acx_csma_logo5" value="<?php echo $acx_csma_logo5_id ; ?>" size="20"><a id="acx_upload_button_logo5" class="button">Pick a Logo</a>
2357
  <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_5_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/5/images/logo.png'; ?>','custom_uploader_template_5_logo_field');" class="button">Reset To Default</a>
2358
  </div> <!-- acx_qa_field -->
2359
  </div> <!-- acx_show_logo_image -->
2369
  }}else{
2370
  $acx_csma_logo_text5=get_bloginfo('name');
2371
  }?>
2372
+ <input type="text" name="acx_csma_logo_text5" placeholder="Logo Text Here" value="<?php echo stripslashes(esc_attr($acx_csma_logo_text5)); ?>" size="20"/>
2373
  </div> <!-- acx_qa_field -->
2374
  <label>
2375
  Logo Text Color: <a onclick="acx_csma_restore_default('','#000000','acx_csma_logo_text_color5');" class="acx_csmap_button_reset">[Reset To Default]</a>
2391
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2392
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2393
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2394
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2395
+ Inner Block Background Settings
2396
  </span>
2397
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2398
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2411
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2412
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2413
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2414
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2415
+ Main Heading Settings
2416
  </span>
2417
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2418
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2421
  Title Text:
2422
  </label>
2423
  <div class="acx_qa_field">
2424
+ <input type="text" name="acx_csma_title5" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['5']['acx_csma_title5'])); ?>" size="20"/>
2425
  </div> <!-- acx_qa_field -->
2426
  <label>
2427
  Custom HTML Block Above Countdown Timer
2428
  </label>
2429
  <div class="acx_qa_field">
2430
+ <?php $acx_csma_custom_html_top_temp5 =$acx_csma_appearence_array['5']['acx_csma_custom_html_top_temp5']; ?>
2431
+ <textarea id="acx_csma_custom_html_top_temp5" name="acx_csma_custom_html_top_temp5" placeholder="HTML Code Here"><?php echo stripslashes($acx_csma_custom_html_top_temp5); ?></textarea>
2432
  </div><!-- acx_qa_field -->
2433
  <label>
2434
  Title Text Color:<a onclick="acx_csma_restore_default('','#4b4b4b','acx_csma_title_color5');" class="acx_csmap_button_reset">[Reset To Default]</a>
2444
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2445
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2446
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2447
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2448
+ Countdown, Progress bar & Custom HTML Settings
2449
  </span>
2450
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2451
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2493
  Custom HTML Block Below Countdown Timer
2494
  </label>
2495
  <div class="acx_qa_field">
2496
+ <?php $acx_csma_custom_html_bottom_temp5 =$acx_csma_appearence_array['5']['acx_csma_custom_html_bottom_temp5']; ?>
2497
+ <textarea id="acx_csma_custom_html_bottom_temp5" name="acx_csma_custom_html_bottom_temp5" placeholder="HTML Code Here"><?php echo stripslashes($acx_csma_custom_html_bottom_temp5); ?></textarea>
2498
  </div><!-- acx_qa_field -->
2499
  </div><!-- acx_csmap_q_and_a_inside -->
2500
  </div> <!-- acx_csmap_q_and_a -->
2503
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ############################################-->
2504
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2505
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2506
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2507
+ Subscription Form Settings
2508
  </span>
2509
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2510
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2517
  <div style="position: absolute;" id="acx_csma_subscribe_bg_color5_div"></div>
2518
  </div> <!-- acx_qa_field -->
2519
  <label>
2520
+ Launch Title:
2521
+ </label>
2522
+ <div class="acx_qa_field">
2523
+ <input type="text" name="acx_csma_subscribe_main_title5" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['5']['acx_csma_subscribe_main_title5'])); ?>" size="20"/>
2524
+ </div> <!-- acx_qa_field -->
2525
+ <label>
2526
  Title:
2527
  </label>
2528
  <div class="acx_qa_field">
2529
+ <input type="text" name="acx_csma_subscribe_title5" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['5']['acx_csma_subscribe_title5'])); ?>" size="20"/>
2530
  </div> <!-- acx_qa_field -->
2531
  <label>
2532
  Subscribe Success Message:
2533
  </label>
2534
  <div class="acx_qa_field">
2535
+ <input type="text" name="acx_csma_subscribe_success5" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['5']['acx_csma_subscribe_success5'])); ?>" size="20"/>
2536
  </div> <!-- acx_qa_field -->
2537
  <label>
2538
  Subscribe Invalid Message:
2539
  </label>
2540
  <div class="acx_qa_field">
2541
+ <input type="text" name="acx_csma_subscribe_invalid5" value="<?php echo stripslashes(esc_attr($acx_csma_appearence_array['5']['acx_csma_subscribe_invalid5'])); ?>" size="20"/>
2542
  </div> <!-- acx_qa_field -->
2543
  </div><!-- acx_csmap_q_and_a_inside -->
2544
  </div> <!-- acx_csmap_q_and_a -->
2547
  <!-- ################################ QUESTION AND ANSWER SET STARTS HERE ########################################### -->
2548
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2549
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2550
+ <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2551
+ Social Media Settings
2552
  </span>
2553
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2554
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2585
  <label>
2586
  Custom HTML content
2587
  </label></td>
2588
+ <td><?php $acx_csma_custom_html_val = get_option('acx_csma_custom_html_val'); ?>
2589
+ <textarea id="acx_csma_custom_html" name="acx_csma_custom_html_val" style="max-width: 80%; width: 500px; height: 180px;"><?php echo stripslashes($acx_csma_custom_html_val); ?></textarea>
2590
  </td>
2591
  </tr>
2592
  </table>
2598
  </td></tr>
2599
  </table>
2600
  </form>
2601
+
2602
+ <div id="acx_csma_sidebar">
2603
+ <?php acx_csma_hook_function('acx_csma_hook_sidebar_widget'); ?>
2604
+ </div> <!-- acx_csma_sidebar -->
2605
+
2606
+
2607
+
2608
+ </div> </div><!-- class wrap-->
2609
  <?php
2610
  if($acx_csma_template == "") { $acx_csma_template = "1"; }
2611
  if($acx_csma_template != "")
2733
  jQuery('#datetimepicker').datetimepicker({
2734
  dayOfWeekStart : 1,
2735
  lang:'en',
2736
+ minDate:"<?php $format = "Y/m/d"; echo date_i18n($format, (current_time('timestamp'))); ?>",
2737
  defaultTime: "<?php $format = "H:i"; echo date_i18n($format, current_time('timestamp')); ?>",
2738
  defaultDate: "<?php $format = "Y/m/d"; echo date_i18n($format, (current_time('timestamp'))); ?>",
2739
  allowBlank: false,
2741
  // show template div
2742
  function acx_csma_rdbtn_show_div(temp)
2743
  {
2744
+ setCookie("acx_csma_temp_cookie",temp);
2745
  jQuery('.acx_csma_template_option_holder').removeClass('acx_csma_temp_active');
2746
  jQuery('.acx_csma_template_option_holder').fadeOut();
2747
 
2787
  {
2788
  var acx_csma_cookie = getCookie("acx_csma_cookie");
2789
  acx_csma_show_div(acx_csma_cookie);
2790
+ var acx_csma_temp_cookie = getCookie("acx_csma_temp_cookie");
2791
+ acx_csma_rdbtn_show_div(acx_csma_temp_cookie);
2792
  <?php
2793
  foreach($acx_csma_appearence_array as $key =>$value)
2794
  {
includes/acx_csma_expert_support.php CHANGED
@@ -1,39 +1,61 @@
1
  <?php
2
-
3
- $acx_installation_domain = $_SERVER['HTTP_HOST'];
4
- $acx_installation_domain = str_replace("www.","",$acx_installation_domain);
5
- $acx_installation_domain = str_replace(".","_",$acx_installation_domain);
6
- if($acx_installation_domain == "") { $acx_installation_domain = "not_defined";}
7
-
8
- if($_GET['page'] == "Acurax-Coming-Soon-Maintenance-Mode-Expert-Support")
9
  {
10
- $acx_page_loaded = "_es";
11
  } else
12
  {
13
- $acx_page_loaded = "";
14
  }
15
-
16
- echo "<div style='background: none repeat scroll 0% 0% white; height: 100%; display: inline-block; padding: 15px; width: 95%; margin-top: 15px; border-radius: 15px; min-height: 450px;'>";
17
-
18
- echo "<h3 style='font-size: 20px; text-align: center; text-transform: capitalize; color: rgb(16, 177, 225);'>Do you need technical support services to get the best out of your WordPress site? </h3>";
19
- echo "<p style='text-align:center;'><a href='http://www.acurax.com/services.php?utm_source=csma&utm_medium=link&utm_campaign=trble" . $acx_page_loaded . "&ref=" . $acx_installation_domain . "' target='_blank'>Acurax</a> offer a number of WordPress related services: From installing WordPress on your domain to offering support for existing WordPress sites.</p>";
20
- echo "<ul id='acx_trouble_ul'><li><a href='http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=csma&utm_medium=link&utm_campaign=trble" . $acx_page_loaded . "&ref=" . $acx_installation_domain . "' target='_blank'>Troubleshoot WordPress site issues</a></li><li><a href='http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=csma&utm_medium=link&utm_campaign=trble" . $acx_page_loaded . "&ref=" . $acx_installation_domain . "' target='_blank'>Recommend & install plugins for improved WordPress performance</a></li><li><a href='http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=csma&utm_medium=link&utm_campaign=trble" . $acx_page_loaded . "&ref=" . $acx_installation_domain . "' target='_blank'>Create, modify, or customise, themes</a></li><li><a href='http://www.acurax.com/services/web-designing.php?utm_source=csma&utm_medium=link&utm_campaign=trble" . $acx_page_loaded . "&ref=" . $acx_installation_domain . "' target='_blank'>Explain errors and recommend solutions</a></li><li><a href='http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=csma&utm_medium=link&utm_campaign=trble" . $acx_page_loaded . "&ref=" . $acx_installation_domain . "' target='_blank'>Custom plugin development according to your needs</a></li><li><a href='http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=csma&utm_medium=link&utm_campaign=trble" . $acx_page_loaded . "&ref=" . $acx_installation_domain . "' target='_blank'>Plugin Integration Support</a></li><li><a href='http://www.acurax.com/services.php?utm_source=csma&utm_medium=link&utm_campaign=trble" . $acx_page_loaded . "&ref=" . $acx_installation_domain . "' target='_blank'>Many more...</a></li></ul>";
21
- echo "<p style='text-align: center; text-transform: capitalize; margin-top: 0px;'> We have extensive experience in WordPress troubleshooting, theme design & plugin development</p><hr />";
22
- if($_GET['page'] == "Acurax-Coming-Soon-Maintenance-Mode-Expert-Support")
23
- {
24
- $acx_installation_url = $_SERVER['HTTP_HOST'];
25
- echo "<div id='acx_quick_request_form'>";
26
- echo "<h2>We are dedicated to help you <br /> Submit Your Request Now!</h2>";
27
- echo "<div class='acx_qr_label'>Name: <span>*</span></div><div class='acx_qr_field'><input type='input' name='acx_name' id='acx_name'></div>";
28
- echo "<div class='acx_qr_label'>Email: <span>*</span></div><div class='acx_qr_field'><input type='input' name='acx_email' id='acx_email'></div>";
29
- echo "<div class='acx_qr_label'>Phone: </div><div class='acx_qr_field'><input type='input' name='acx_phone' id='acx_phone'></div>";
30
- echo "<div class='acx_qr_label'>Website URL: <span>*</span></div><div class='acx_qr_field'><input readonly type='input' name='acx_weburl' id='acx_weburl' value='" . $acx_installation_url . "'></div>";
31
- echo "<div class='acx_qr_label'>Subject: <span>*</span></div><div class='acx_qr_field'><input type='input' name='acx_subject' id='acx_subject'></div>";
32
- echo "<div class='acx_qr_label'>Question: <span>*</span></div><div class='acx_qr_field'><textarea name='acx_question' id='acx_question'></textarea></div>";
33
- echo "<div class='acx_qr_label'></div><div class='acx_qr_field' style='width: 245px;'><div class='button' style='float:right;' onclick='acx_csma_quick_request_submit();'>Submit Request</div></div>";
34
- echo "</div>";
35
- echo "<br /><br /><br /><br /><div style='font-size:12px;'>Its our pleasure to thank you for using our plugin and being with us, We always do our best to help you on your needs.If you like to hide this menu, you can do so at <a href='admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Misc'>Misc</a> page which is under our plugin options.</div>";
36
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  <script type="text/javascript">
38
  var request_acx_form_status = 0;
39
  function acx_quick_form_reset()
@@ -78,8 +100,4 @@ alert('A request is already in progress.');
78
  }
79
  }
80
  </script>
81
- <?php
82
- }
83
-
84
- echo "</div>";
85
- ?>
1
  <?php
2
+ if(ISSET($_SERVER['HTTP_HOST']))
 
 
 
 
 
 
3
  {
4
+ $acx_installation_url = $_SERVER['HTTP_HOST'];
5
  } else
6
  {
7
+ $acx_installation_url = "";
8
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ?>
10
+ <div class="acx_csma_es_common_raw acx_csma_es_common_bg">
11
+ <div class="acx_csma_es_middle_section">
12
+
13
+ <div class="acx_csma_es_acx_content_area">
14
+ <div class="acx_csma_es_wp_left_area">
15
+ <div class="acx_csma_es_wp_left_content_inner">
16
+ <div class="acx_csma_es_wp_main_head">Do you Need Technical Support Services to Get the Best Out of Your Wordpress Site ?</div> <!-- wp_main_head -->
17
+ <div class="acx_csma_es_wp_sub_para_des">Acurax offer a number of WordPress related services: Form installing WordPress on your domain to offering support for existing WordPress sites.</div> <!-- acx_csma_es_wp_sub_para_des -->
18
+ <div class="acx_csma_es_wp_acx_service_list">
19
+ <ul>
20
+ <li>Troubleshoot WordPress Site Issues</li>
21
+ <li>Recommend & Install Plugins For Improved WordPress Performance</li>
22
+ <li>Create, Modify, Or Customise, Themes</li>
23
+ <li>Explain Errors And Recommend Solutions</li>
24
+ <li>Custom Plugin Development According To Your Needs</li>
25
+ <li>Plugin Integration Support</li>
26
+ <li>Many <a href="http://wordpress.acurax.com/?utm_source=csma&utm_campaign=expert_support" target="_blank">More...</a></li>
27
+ </ul>
28
+ </div> <!-- acx_csma_es_wp_acx_service_list -->
29
+
30
+ <div class="acx_csma_es_wp_send_ylw_para">We Have Extensive Experience in WordPress Troubleshooting,Theme Design & Plugin Development.</div> <!-- acx_csma_es_wp_secnd_ylw_para-->
31
+
32
+ </div> <!-- acx_csma_es_wp_left_content_inner -->
33
+ </div> <!-- acx_csma_es_wp_left_area -->
34
+
35
+ <div class="acx_csma_es_wp_right_area">
36
+ <div class="acx_csma_es_wp_right_inner_form_wrap">
37
+ <div class="acx_csma_es_wp_inner_wp_form">
38
+ <div class="acx_csma_es_wp_form_head">WE ARE DEDICATED TO HELP YOU. SUBMIT YOUR REQUEST NOW..!</div> <!-- acx_csma_es_wp_form_head -->
39
+ <form class="acx_csma_es_wp_support_acx">
40
+ <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_right"><input type="text" placeholder="Name" id="acx_name"></span> <!-- acx_csma_es_cnvas_input -->
41
+ <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_left"><input type="email" placeholder="Email" id="acx_email"></span> <!-- acx_csma_es_cnvas_input -->
42
+ <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_right"><input type="text" placeholder="Phone Number" id="acx_phone"></span> <!-- acx_csma_es_cnvas_input -->
43
+ <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_left"><input type="text" placeholder="Website URL" value="<?php echo $acx_installation_url; ?>" id="acx_weburl"></span> <!-- acx_csma_es_cnvas_input -->
44
+ <span class="acx_csma_es_cnvas_input"><input type="text" placeholder="Subject" id="acx_subject"></span> <!-- acx_csma_es_cnvas_input -->
45
+ <span class="acx_csma_es_cnvas_input"><textarea placeholder="Question" id="acx_question"></textarea></span> <!-- acx_csma_es_cnvas_input -->
46
+ <span class="acx_csma_es_cnvas_input"><input class="acx_csma_es_wp_acx_submit" type="button" value="SUBMIT REQUEST" onclick="acx_csma_quick_request_submit();"></span> <!-- acx_csma_es_cnvas_input -->
47
+ </form>
48
+ </div> <!-- acx_csma_es_wp_inner_wp_form -->
49
+ </div> <!-- acx_csma_es_wp_right_inner_form_wrap -->
50
+ </div> <!-- acx_csma_es_wp_left_area -->
51
+ </div> <!-- acx_csma_es_acx_content_area -->
52
+
53
+ <div class="acx_csma_es_footer_content_cvr">
54
+ <div class="acx_csma_es_wp_footer_area_desc">Its our pleasure to thank you for using our plugin and being with us. We always do our best to help you on your needs. If you like to hide this menu, you can do so at <a href="admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Misc">Misc</a> page which is under our plugin options.</div> <!--acx_csma_es_wp_footer_area_desc -->
55
+ </div> <!-- acx_csma_es_footer_content_cvr -->
56
+
57
+ </div> <!-- acx_csma_es_middle_section -->
58
+ </div> <!--acx_csma_es_common_raw -->
59
  <script type="text/javascript">
60
  var request_acx_form_status = 0;
61
  function acx_quick_form_reset()
100
  }
101
  }
102
  </script>
103
+ <?php ?>
 
 
 
 
includes/acx_csma_misc.php CHANGED
@@ -29,62 +29,48 @@ if ($acx_csma_hide_expert_support_menu == "") { $acx_csma_hide_expert_support_me
29
  } //Main else
30
  ?>
31
  <div class="wrap">
32
- <div style='background: none repeat scroll 0% 0% white; height: 100%; display: inline-block; padding: 8px; margin-top: 5px; border-radius: 15px; min-height: 450px; width: 100%;'>
33
- <?php
34
- $acx_csma_service_banners = get_option('acx_csma_service_banners');
35
- if ($acx_csma_service_banners != "no") { ?>
36
- <div id="acx_ad_banners_csma">
37
- <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=csma" target="_blank" class="acx_ad_csma_1">
38
- <div class="acx_ad_csma_title">Need Help on Wordpress?</div> <!-- acx_ad_csma_title -->
39
- <div class="acx_ad_csma_desc">Expert Support at Your Fingertip</div> <!-- acx_ad_csma_desc -->
40
- </a> <!-- acx_ad_csma_1 -->
41
-
42
- <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=csma" target="_blank" class="acx_ad_csma_1">
43
- <div class="acx_ad_csma_title">Needs a Better Designed Website?</div> <!-- acx_ad_csma_title -->
44
- <div class="acx_ad_csma_desc acx_ad_csma_desc2" style="padding-top: 4px; height: 41px; font-size: 13px; text-align: center;">Get High Converting Website - 100% Satisfaction Guaranteed</div> <!-- acx_ad_csma_desc -->
45
- </a> <!-- acx_ad_csma_1 -->
46
 
47
- <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=csma" target="_blank" class="acx_ad_csma_1">
48
- <div class="acx_ad_csma_title">Need More Business?</div> <!-- acx_ad_csma_title -->
49
- <div class="acx_ad_csma_desc acx_ad_csma_desc3" style="padding-top: 13px; height: 32px; font-size: 13px; text-align: center;">Get Your Website Optimized</div> <!-- acx_ad_csma_desc -->
50
- </a> <!-- acx_ad_csma_1 -->
51
 
52
- <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=csma" target="_blank" class="acx_ad_csma_1">
53
- <div class="acx_ad_csma_title">Quick Support</div> <!-- acx_ad_csma_title -->
54
- <div class="acx_ad_csma_desc acx_ad_csma_desc4" style="padding-top: 4px; height: 41px; font-size: 13px; text-align: center;">Get Explanation & Fix on Website Issues Instantly</div> <!-- acx_ad_csma_desc -->
55
- </a> <!-- acx_ad_csma_1 -->
56
- </div> <!-- acx_ad_banners_csma -->
57
- <?php } else { ?>
58
- <p class="widefat" style="padding:8px;width:99%;">
59
- <b>Acurax Services >> </b>
60
- <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner_link&utm_campaign=csma" target="_blank">Need Help on Wordpress?</a> |
61
- <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner_link&utm_campaign=csma" target="_blank">Needs a Better Designed Website?</a> |
62
- <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner_link&utm_campaign=csma" target="_blank">Need More Business?</a> |
63
- <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner_link&utm_campaign=csma" target="_blank">Quick Support</a>
64
- </p>
65
- <?php } ?>
66
 
67
- <?php echo "<h2>" . __( 'Misc Settings', 'acx_csma_config' ) . "</h2>"; ?>
68
- <form name="acurax_csma_misc_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
 
 
 
 
 
69
  <input type="hidden" name="acx_csma_misc_hidden" value="Y">
70
- <p class="widefat" style="padding:8px;width:99%;margin-top:8px;"> <?php _e("Acurax Service Banners: " ); ?>
71
  <select name="acx_csma_service_banners">
72
  <option value="yes" <?php if ($acx_csma_service_banners == "yes") { echo 'selected="selected"'; } ?>>Yes, Show Them </option>
73
  <option value="no" <?php if ($acx_csma_service_banners == "no") { echo 'selected="selected"'; } ?>>No, Hide Them </option>
74
- </select>
75
  <?php _e("Show Acurax Service Banners On Plugin Settings Page?" ); ?>
76
- </p>
77
- <p class="widefat" style="padding:8px;width:99%;margin-top:8px;"> <?php _e("Hide Expert Support Menu?: " ); ?>
 
 
 
 
 
78
  <select name="acx_csma_hide_expert_support_menu">
79
  <option value="yes" <?php if ($acx_csma_hide_expert_support_menu == "yes") { echo 'selected="selected"'; } ?>>Yes </option>
80
  <option value="no" <?php if ($acx_csma_hide_expert_support_menu == "no") { echo 'selected="selected"'; } ?>>No </option>
81
- </select>
82
  <?php _e("Would you like to hide the expert support sub menu?" ); ?>
83
- </p>
 
 
 
84
  <p class="submit">
85
- <input type="submit" name="Submit" class="button" value="<?php _e('Save Settings', 'acx_csma_config' ) ?>" />
86
  </p>
87
  </form>
88
- <br>
 
 
89
  </div>
90
  </div>
29
  } //Main else
30
  ?>
31
  <div class="wrap">
32
+ <div style='background: white none repeat scroll 0% 0%; height: 100%; margin-top: 5px; border-radius: 15px; min-height: 450px; box-sizing: border-box; margin-left: auto; margin-right: auto; width: 98%; padding: 1%;display: table;'>
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
+ <?php echo "<h2 class='acx_csma_page_h2'>" . __( 'Misc Settings', 'acx_csma_config' ) . "</h2>"; ?>
 
 
 
35
 
36
+ <form name="acurax_csma_misc_form" id="acurax_csma_misc_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
37
+ <hr/>
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
+ <table class="form-table">
40
+ <tbody>
41
+ <tr>
42
+ <th scope="row">
43
+ <label for="blogname"><?php _e("Acurax Service Banners: " ); ?></label>
44
+ </th>
45
+ <td>
46
  <input type="hidden" name="acx_csma_misc_hidden" value="Y">
 
47
  <select name="acx_csma_service_banners">
48
  <option value="yes" <?php if ($acx_csma_service_banners == "yes") { echo 'selected="selected"'; } ?>>Yes, Show Them </option>
49
  <option value="no" <?php if ($acx_csma_service_banners == "no") { echo 'selected="selected"'; } ?>>No, Hide Them </option>
50
+ </select> <br/>
51
  <?php _e("Show Acurax Service Banners On Plugin Settings Page?" ); ?>
52
+ </td>
53
+ </tr>
54
+ <tr>
55
+ <th scope="row">
56
+ <label for="blogname"><?php _e("Hide Expert Support Menu?: " ); ?></label>
57
+ </th>
58
+ <td>
59
  <select name="acx_csma_hide_expert_support_menu">
60
  <option value="yes" <?php if ($acx_csma_hide_expert_support_menu == "yes") { echo 'selected="selected"'; } ?>>Yes </option>
61
  <option value="no" <?php if ($acx_csma_hide_expert_support_menu == "no") { echo 'selected="selected"'; } ?>>No </option>
62
+ </select> <br/>
63
  <?php _e("Would you like to hide the expert support sub menu?" ); ?>
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
  <p class="submit">
69
+ <input type="submit" name="Submit" class="button button-primary" value="<?php _e('Save Settings', 'acx_csma_config' ) ?>" />
70
  </p>
71
  </form>
72
+ <div id="acx_csma_sidebar">
73
+ <?php acx_csma_hook_function('acx_csma_hook_sidebar_widget'); ?>
74
+ </div> <!-- acx_csma_sidebar -->
75
  </div>
76
  </div>
includes/hook_functions.php CHANGED
@@ -1,37 +1,86 @@
1
  <?php
2
  function acx_csma_service_banners()
3
  {
4
- $acx_csma_service_banners = get_option('acx_csma_service_banners');
 
 
 
5
  if ($acx_csma_service_banners != "no") { ?>
6
  <div id="acx_ad_banners_csma">
7
- <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=csma" target="_blank" class="acx_ad_csma_1">
8
  <div class="acx_ad_csma_title">Need Help on Wordpress?</div> <!-- acx_ad_csma_title -->
9
- <div class="acx_ad_csma_desc">Expert Support at Your Fingertip</div> <!-- acx_ad_csma_desc -->
10
  </a> <!-- acx_ad_csma_1 -->
11
 
12
- <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=csma" target="_blank" class="acx_ad_csma_1">
13
- <div class="acx_ad_csma_title">Needs a Better Designed Website?</div> <!-- acx_ad_csma_title -->
14
- <div class="acx_ad_csma_desc acx_ad_csma_desc2" style="padding-top: 4px; height: 41px; font-size: 13px; text-align: center;">Get High Converting Website - 100% Satisfaction Guaranteed</div> <!-- acx_ad_csma_desc -->
15
  </a> <!-- acx_ad_csma_1 -->
16
 
17
- <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=csma" target="_blank" class="acx_ad_csma_1">
18
- <div class="acx_ad_csma_title">Need More Business?</div> <!-- acx_ad_csma_title -->
19
- <div class="acx_ad_csma_desc acx_ad_csma_desc3" style="padding-top: 13px; height: 32px; font-size: 13px; text-align: center;">Get Your Website Optimized</div> <!-- acx_ad_csma_desc -->
20
  </a> <!-- acx_ad_csma_1 -->
21
 
22
- <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=csma" target="_blank" class="acx_ad_csma_1">
23
- <div class="acx_ad_csma_title">Quick Support</div> <!-- acx_ad_csma_title -->
24
- <div class="acx_ad_csma_desc acx_ad_csma_desc4" style="padding-top: 4px; height: 41px; font-size: 13px; text-align: center;">Get Explanation & Fix on Website Issues Instantly</div> <!-- acx_ad_csma_desc -->
25
- </a> <!-- acx_ad_csma_1 -->
26
  </div> <!-- acx_ad_banners_csma -->
27
  <?php } else { ?>
28
- <p class="widefat" style="padding:8px;width:99%;">
29
- <b>Acurax Services >> </b>
30
- <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner_link&utm_campaign=csma" target="_blank">Need Help on Wordpress?</a> |
31
- <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner_link&utm_campaign=csma" target="_blank">Needs a Better Designed Website?</a> |
32
- <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner_link&utm_campaign=csma" target="_blank">Need More Business?</a> |
33
- <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner_link&utm_campaign=csma" target="_blank">Quick Support</a>
34
- </p>
35
- <?php }
36
- } add_action('acx_csma_hook_mainoptions_above_title','acx_csma_service_banners',100);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ?>
1
  <?php
2
  function acx_csma_service_banners()
3
  {
4
+ ?>
5
+ <div id="acx_ad_banners_csma">
6
+ <?php
7
+ $acx_csma_service_banners = get_option('acx_csma_service_banners');
8
  if ($acx_csma_service_banners != "no") { ?>
9
  <div id="acx_ad_banners_csma">
10
+ <a href="http://wordpress.acurax.com/?utm_source=csma&utm_campaign=sidebar_banner_1" target="_blank" class="acx_ad_csma_1">
11
  <div class="acx_ad_csma_title">Need Help on Wordpress?</div> <!-- acx_ad_csma_title -->
12
+ <div class="acx_ad_csma_desc">Instant Solutions for your wordpress Issues</div> <!-- acx_ad_csma_desc -->
13
  </a> <!-- acx_ad_csma_1 -->
14
 
15
+ <a href="http://wordpress.acurax.com/?utm_source=csma&utm_campaign=sidebar_banner_2" target="_blank" class="acx_ad_csma_1">
16
+ <div class="acx_ad_csma_title">Unique Design For Better Branding</div> <!-- acx_ad_csma_title -->
17
+ <div class="acx_ad_csma_desc acx_ad_csma_desc2" style="padding-top: 0px; padding-left: 50px; height: 41px; font-size: 13px; text-align: center;">Get Responsive Custom Designed Website For High Conversion</div> <!-- acx_ad_csma_desc -->
18
  </a> <!-- acx_ad_csma_1 -->
19
 
20
+ <a href="http://wordpress.acurax.com/?utm_source=csma&utm_campaign=sidebar_banner_3" target="_blank" class="acx_ad_csma_1">
21
+ <div class="acx_ad_csma_title">Affordable Website Packages</div> <!-- acx_ad_csma_title -->
22
+ <div class="acx_ad_csma_desc acx_ad_csma_desc3" style="padding-top: 0px; height: 32px; font-size: 13px; text-align: center;">Get Feature Rich Packages For a Custom Designed Website</div> <!-- acx_ad_csma_desc -->
23
  </a> <!-- acx_ad_csma_1 -->
24
 
 
 
 
 
25
  </div> <!-- acx_ad_banners_csma -->
26
  <?php } else { ?>
27
+
28
+
29
+
30
+ <div class="acx_csma_sidebar_widget">
31
+ <div class="acx_csma_sidebar_w_title">We Are Always Available</div> <!-- acx_ad_csma_title -->
32
+ <div class="acx_csma_sidebar_w_content">
33
+ We know you are in the process of improving your website, and we the team at Acurax is always available for any help or support that you need. <a href="http://wordpress.acurax.com/?utm_source=csma&utm_campaign=sidebar_text_1" target="_blank">Get in touch</a>
34
+ </div>
35
+ </div> <!-- acx_csma_sidebar_widget -->
36
+
37
+
38
+ <div class="acx_csma_sidebar_widget">
39
+ <div class="acx_csma_sidebar_w_title">Do You Know?</div> <!-- acx_ad_csma_title -->
40
+ <div class="acx_csma_sidebar_w_content acx_csma_sidebar_w_content_p_slide">
41
+ </div>
42
+ </div> <!-- acx_csma_sidebar_widget -->
43
+ <script type="text/javascript">
44
+ var acx_csma = new Array("A professionally designed website is the most cost effective marketing tool available in the world today...","Personalizing your website can create a unique one to one experience and convert your visitors into customers.","70% of searches from mobile devices are followed up with an action within 1 hour.");
45
+ // jQuery(".acx_csma_sidebar_w_content_p_slide p").height('30px');
46
+ function acx_csma_t_rotate()
47
+ {
48
+ acx_csma_text = acx_csma[Math.floor(Math.random()*acx_csma.length)];
49
+ jQuery(".acx_csma_sidebar_w_content_p_slide").fadeOut('slow')
50
+ jQuery(".acx_csma_sidebar_w_content_p_slide").text(acx_csma_text);
51
+ jQuery(".acx_csma_sidebar_w_content_p_slide").fadeIn('fast');
52
+ }
53
+ jQuery(document).ready(function() {
54
+ acx_csma_t_rotate();
55
+ setInterval(function(){ acx_csma_t_rotate(); }, 8000);
56
+ });
57
+ </script>
58
+ <div class="acx_csma_sidebar_widget">
59
+ <div class="acx_csma_sidebar_w_title">Grab The Blending Creativity</div>
60
+ <div class="acx_csma_sidebar_w_content">Make your website user friendly and optimized for mobile devices for better user interaction and satisfaction <a href="http://wordpress.acurax.com/?utm_source=csma&utm_campaign=sidebar_text_2" target="_blank">Click Here</a></div>
61
+ </div> <!-- acx_csma_sidebar_widget -->
62
+ <?php } ?>
63
+ <div class="acx_csma_sidebar_widget">
64
+ <div class="acx_csma_sidebar_w_title">Rate us on wordpress.org</div>
65
+ <div class="acx_csma_sidebar_w_content" style="text-align:center;font-size:13px;"><b>Thank you for being with us... If you like our plugin then please show us some love </b></br>
66
+ <a href="https://wordpress.org/support/view/plugin-reviews/coming-soon-maintenance-mode-from-acurax" target="_blank" style="text-decoration:none;">
67
+ <span id="acx_csma_stars">
68
+ <span class="dashicons dashicons-star-filled"></span>
69
+ <span class="dashicons dashicons-star-filled"></span>
70
+ <span class="dashicons dashicons-star-filled"></span>
71
+ <span class="dashicons dashicons-star-filled"></span>
72
+ <span class="dashicons dashicons-star-filled"></span>
73
+ </span>
74
+ <span class="acx_csma_star_button button button-primary">Click Here</span>
75
+ </a>
76
+ <p>If you are facing any issues, kindly post them at plugins support forum <a href="http://wordpress.org/support/plugin/coming-soon-maintenance-mode-from-acurax" target="_blank">here</a>
77
+ </div>
78
+ </div> <!-- acx_csma_sidebar_widget -->
79
+
80
+
81
+
82
+ </div> <!-- acx_ad_banners_csma -->
83
+
84
+ <?php
85
+ } add_action('acx_csma_hook_sidebar_widget','acx_csma_service_banners',100);
86
  ?>
includes/hooks.php CHANGED
@@ -9,6 +9,10 @@ function acx_csma_hook_function($function_name)
9
  }
10
  }
11
  }
 
 
 
 
12
  function acx_csma_hook_mainoptions_above_title()
13
  {
14
  do_action('acx_csma_hook_mainoptions_above_title');
9
  }
10
  }
11
  }
12
+ function acx_csma_hook_sidebar_widget()
13
+ {
14
+ do_action('acx_csma_hook_sidebar_widget');
15
+ }
16
  function acx_csma_hook_mainoptions_above_title()
17
  {
18
  do_action('acx_csma_hook_mainoptions_above_title');
readme.txt CHANGED
@@ -1,30 +1,34 @@
1
- === Coming Soon / Maintenance Mode from Acurax ===
2
  Contributors: Acurax
3
  Donate link: http://www.acurax.com/happy-clients.php
4
 
5
- Tags: coming soon,under maintenance,maintenance mode,under construction,site offline,work in progress,website launch,launching page
6
  Requires at least: 2.8
7
- Tested up to: 4.3
8
  Stable tag: trunk
9
  License: GPLv2 or later
10
 
11
- Coming Soon or Under Maintenance Mode,The simple plugin to display maintenance or under construction page to visitors, Packed with 5 Responsive themes
12
 
13
  == Description ==
14
 
15
- This Under Maintenance Mode Plugin is a simple and easy to configure Coming Soon Landing Page plugin with the best available customizable options. Plugin itself is packed with 5 Responsive Landing Page Themes and All of them have the count down timer options to show the date and time of website launch. Check screen shots for a clear picture.
 
 
 
 
16
 
17
  Feature Highlights
18
 
19
- ★ 5 Responsive High Customizable Themes
20
 
21
  ★ Customize, Content,Colour,Background etc...
22
 
23
  ★ Auto Launch Option Available
24
 
25
- Inbuilt Subscriber Collection Form
26
 
27
- ★ Social Media Integrated
28
 
29
  ★ Countdown Timer Support
30
 
@@ -35,82 +39,126 @@ Feature Highlights
35
  ★ Custom HTML Page Support
36
 
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  **About**
39
 
40
- This Plugin is developed and maintained by [Acurax Technologies](http://www.acurax.com/home.php "Website Designing"). For any support, you may contact us [here](http://www.acurax.com/contact.php "Web Consulting").[Acurax](http://www.acurax.com/home.php" Acurax Web Design Development Service") Provide [Wordpress Theme Design](http://www.acurax.com/services/web-designing.php "Wordpress Theme Design Service") and [Development](http://www.acurax.com/services/web-development.php "Wordpress Development") Services.
 
41
 
42
  == Installation ==
43
 
44
  Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
45
 
46
- After Activation, You can see a new menu at your wp-admin called "Maintenance Mode", Go there and configure before enabling the Under Maintenance Or Coming Soon Mode to Active.
47
 
48
  After Installation,Don't Forgot to Cast Your Vote on Compatibility :) Thanks for trying...
49
 
 
50
  == Frequently Asked Questions ==
51
 
52
- = How can i enable the maintenance page in Coming soon /Maintenance mode From Acurax plugin ? =
53
 
54
- After activating the Acurax Coming soon /Maintenance mode plugin, In left side of the WordPress admin panel you can see the menu “Maintenance Mode” menu .
55
 
56
- Maintenance Mode >> General Settings >> set status to Activate
57
 
58
- = Is it possible to set an end date for showing the maintenance page? =
59
- Yes ,it is possible.Under maintenance mode page,click on the “General Settings you can see an option to choose the expected date and time to end the maintenance page using datetime picker. You can select an end date using this.
60
 
61
- = Is it possible to end the maintenance page automatically under the specified date and time? =
62
- Yes .it is possible.Under maintenance mode page,click on the “General Settings ” you will be able to see an option to choose whether you want to end the maintenance page automatically or not.
63
 
64
- = How to know if the maintenance page is activated or not? =
65
- On the admin bar ,you can see a link “Maintenance Mode is Activated” if it is activated. When you click on the link it will go to the Maintenance Mode” page.
66
 
67
- = Is it possible to add meta metadata in your Themes? =
68
- You can add meta title , meta keyword and meta description under “General Settings”.
69
 
70
- = Is it possible to add favicon? =
71
- Yes , you can add favicon , Recommended Image/Icon Size is 16 x 16 only.
72
 
73
- = How to add favicon in Coming soon /Maintenance mode From Acurax plugin ? =
74
- After activating the plugin,under Maintenance mode page you can see a general settings tab.When you click on the tab you will be able to see an option to upload favicon.
75
 
76
- Click on the “Pick a favicon “button.You need to select one image from the media uploader library, if the library is empty you can choose upload file option which is on the top-left of the Media uploader window, and there you can drag and drop the images. When you select one image from the library the right side of the Media up loader library become active. Click on choose image button to confirm the selection. Now you can see the image that you selected from the library.
 
77
 
78
- = How to disable the maintenance page for a specified IP ? =
79
- Maintenance Mode>> General Settings >> Do not show maintenance page for the following IPs
80
- Can add any number of IPs in the select box and also the option to delete the IPs from the select box.
81
 
82
- = Is it possible to disable the maintenance page for specific user roles? =
83
- Yes ,It is possible.Under “General Settings” you will be able to see an option “Do not show maintenance page for the following user roles”. The maintenance page is not visible for the assigned users.
84
 
85
- = How can i customize the look and feel of the under maintenance page? =
86
- In “Maintenance Mode page you can see “Appearance Settings tab.Click on the tab,you will be able to see different templates.Select one template and you can add background image ,logo,title and its color,subtitle and its color,button text and its color,subscribe success and invalid message ,Timer background and text color,progress bar color , social media icons link etc.
 
87
 
88
- = Is it possible to add custom HTML instead of these templates? =
89
- Yes , InAppearance Settings” there is an option to choose custom HTML.When you select that option , you can see an option to add the “Custom HTML Content”.Add the custom html content and save the options.
90
 
91
- = How can i see the preview of each template? =
92
- Under the “Appearance Settings you will be able to see the different template along with its name and a preview link.Click on the “Preview” link you can see the preview of individual template.
93
 
94
- = Is there any option to subscribe in all templates? =
95
- Yes .After the plugin status is active ,You can see the maintenance page with subscribe button ,only for some template. By entering your name and email address, one can subscribe.
96
 
97
- = How can i see the list of all subscribers? =
98
- When you activate the plugin you can see “View all Subscribers” page.In that page you can see the list of all current subscribers .
99
 
100
- = Is there any option to export the subscribers list? =
101
- Yes,Under “View all subscribers page you can see a button “Export Current Subscribers”.When you click on the button ,you can see a window showing the name of the file .You can directly open the file using Open with or you can save the file and click Ok .Then you will get the downloaded file in .csv format .
102
 
103
- = Is there any option to close all configuration box ? =
104
- Yes ,Under “Appearance Settings you can see a button “Open/Close all Configuration Boxes”. By clicking on that ,you can easily open or close all the configuration boxes.
105
 
106
- = I don't want to open the configuration boxes always.how can i do this? =
107
- Under “Appearance Settingsyou can see an optionopen all boxes always?”.if you don’t want this,then click “No” and save.
108
 
109
- = I had selected the Temple 1 and added background image,but now i don’t want this.Is there any chance to get the default background image? =
110
- Yes .Under Template 1 options,select the first option to change the background image..By clicking on the “Restore to Default” button ,you will get the default background image .
111
 
112
- = The maintenance page is showing and the timer showing zero input even after the end date.Why is it showing like this? =
113
- Its because you selected the option “Would you like to end the maintenance mode automatically on the above specified time?” as “No”.If you don't want to see the maintenance page again ,then select it as “Yes”.
114
 
115
 
116
  == Screenshots ==
@@ -131,6 +179,19 @@ Its because you selected the option “Would you like to end the maintenance mod
131
 
132
  == Upgrade Notice ==
133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  = 1.1 =
135
  * Aug 26, 2015
136
  * Code Optimization
@@ -143,6 +204,19 @@ Its because you selected the option “Would you like to end the maintenance mod
143
 
144
  == Changelog ==
145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  = 1.1 =
147
  * Aug 26, 2015
148
  * Code Optimization
1
+ === Under Construction / Maintenance Mode from Acurax ===
2
  Contributors: Acurax
3
  Donate link: http://www.acurax.com/happy-clients.php
4
 
5
+ Tags: under construction,coming soon,under maintenance,maintenance mode,site offline,work in progress,website launch,launching page
6
  Requires at least: 2.8
7
+ Tested up to: 4.3.1
8
  Stable tag: trunk
9
  License: GPLv2 or later
10
 
11
+ The easiest and feature-rich plugin to show under construction, coming soon, maintenance mode to visitors.Comes with 5 Mobile Friendly Templates...
12
 
13
  == Description ==
14
 
15
+ This Under Construction or Maintenance Mode Plugin is a simple and easy to configure Coming Soon Landing Page plugin with the best available features and customizable options.
16
+
17
+ Demo/Live Preview : [Template 1](http://www.acurax.com/construction-maintenance-mode-acurax-demo.php?acx_csma_preview=1 "Template 1") | [Template 2](http://www.acurax.com/construction-maintenance-mode-acurax-demo.php?acx_csma_preview=2 "Template 2") | [Template 3](http://www.acurax.com/construction-maintenance-mode-acurax-demo.php?acx_csma_preview=3 "Template 3") | [Template 4](http://www.acurax.com/construction-maintenance-mode-acurax-demo.php?acx_csma_preview=4 "Template 4") | [Template 5](http://www.acurax.com/construction-maintenance-mode-acurax-demo.php?acx_csma_preview=5 "Template 5") | [Custom HTML](http://www.acurax.com/construction-maintenance-mode-acurax-demo.php?acx_csma_preview=0 "Custom HTML")
18
+
19
+ Plugin itself is packed with 5 Responsive Landing Page templates with social media icons, custom HTML blocks count down timer to show the date and time of website launch etc. Check screenshots for a clear picture.
20
 
21
  Feature Highlights
22
 
23
+ ★ 5 Mobile Friendly High Customizable Themes
24
 
25
  ★ Customize, Content,Colour,Background etc...
26
 
27
  ★ Auto Launch Option Available
28
 
29
+ Subscribe Optin form to collect visitor emails
30
 
31
+ ★ Social Media & Google Analytics Integrated
32
 
33
  ★ Countdown Timer Support
34
 
39
  ★ Custom HTML Page Support
40
 
41
 
42
+ **Features in Detail**
43
+
44
+ * Upload your own logo (image or text) : You can upload or choose logo from your media library, or can use text if you don't have a logo image.
45
+
46
+ * Works with any WordPress Theme : This plugin works best with any wordpress theme, without editing or changing anything on your existing website themes or plugins.
47
+
48
+ * Auto Launch Option : You can configure a date and time which you wish to launch your website or disable maintenance mode, coming soon or under construction landing page and make the website available for public. Enabling auto launch will automatically make your website public.
49
+
50
+ * Easy to configure : Its a simple and highly customizable plugin with structured admin options, so that anyone with basic wordpress knowledge can simply configure and can enable under construction or maintenance page as they wish.
51
+
52
+ * Live Preview : You can preview the under maintenance or coming soon page before making it active, so you can make sure it looks perfect before showing it to visitors.
53
+
54
+ * Custom Favicon : You have the flexibility to choose any icons or images of your choice as the favicon or browser icon. Simply choose or upload the icon at our plugin settings.
55
+
56
+ * Inbuilt Subscribe Optin form to collect visitor emails : You can collect your visitors name and email address, the function is inbuilt and so its easy for you to show the form which says something like "Want to know when we launch" etc.. You can get the subscribers list from our plugin menu, and can easily export them for your needs.
57
+
58
+ * Social Media Integrated : We have included social media icons in coming soon or construction mode template, so even if your site is in work in progress mode, your visitors can connect with you over social media. We do have easy option at settings to configure your social media profile links.
59
+
60
+ * Count Down Timer : When your website is temporary unavailable, or in under construction or under maintenance mode, you can show count down timer to your visitors so they can simply know when your website will be back. Its easy to configure the expected launch date and time in settings. If you wish, you can also hide the count down timers.
61
+
62
+ * SEO Configuration : We know, how much important a search engine optimization is and so the title, meta tags and basic search engine optimization options can be easily customizable from our settings, and this is applicable for all our supported construction mode templates.
63
+
64
+ * Advanced Access/Restriction Settings : Enabling Coming Soon or Under Construction Mode is a part of updating website or building your website, and we know, you may need to showcase the site to your contacts to get their review and inputs on progress. So we have included the Advanced access settings. You can white-list ip addresses so visit from those ip's will not see under construction page instead they see your live website. You can also configure access by user roles, for example: editors, authors...
65
+
66
+ * 503 Temporarily Unavailable Header : When you enable the Under Maintenance Mode or Under Construction Mode, and when search engine bots/crawlers crawls your website, the plugin will send header information as 503 Temporarily Unavailable, and so search engine know, its a temporary page, This helps you to keep your Search Engine Rankings unaffected.
67
+
68
+ * Custom HTML Page Support : We are always flexible, we never force to use what we designed, We know you may have a better design to showcase when your website is in offline or under construction mode. You have the easy option to define your own HTML code for the construction mode page. So when you activate the Temporary Unavailable mode, this will be shown.
69
+
70
+ * Template Customization Options : We are providing the best multi device friendly under construction or website launch templates but still we know you may have many ideas in your mind to make your work in progress page more unique. We have structured the settings in a way that helps you to simply configure and make it look unique. You can choose, background images of your choice, colors, font size, text/contents for most of all the elements in our templates, even you can hide elements that you don't wish to get displayed.
71
+
72
+ * Custom HTML Elements : Even if you choose one of the Coming Soon Template, you may needs to add something in between, and we have custom HTML option so that you can display what ever you wish in between the elements of available Under Construction templates.
73
+
74
+ * Google Analytics : Its easy to add your google analytics code to under construction page, We have option to input google analytics code in our settings.
75
+
76
+ * WordPress multi site : You can use Coming soon or Under Maintenance Mode Plugin From Acurax with your wordpress multi site or wordpress network installations and it will work perfect. Each website in your network will get individual management options.
77
+
78
+
79
+ **We Need Your Help**
80
+
81
+ Yes, We would like to hear from you, your comments and inputs about this plugin, help us to know what's the missing features that you need the most, and what needs to be improved, so it makes you more happy. We always make happy clients.
82
+
83
+
84
  **About**
85
 
86
+ This Plugin is developed and maintained by [Acurax Technologies](http://wordpress.acurax.com/ "Website Designing"). For any support, you may contact us [here](http://wordpress.acurax.com/ "Web Consulting"). [Acurax](http://wordpress.acurax.com/ "Acurax Web Design Development Service") Provide [Wordpress Theme Design](http://wordpress.acurax.com/ "Wordpress Theme Design Service") and [Development](http://wordpress.acurax.com/ "Wordpress Support") Services.
87
+
88
 
89
  == Installation ==
90
 
91
  Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
92
 
93
+ After Activation of Under Construction Mode, You can see a new menu at your wp-admin labeled "Maintenance Mode", Go there and configure before enabling the Under Maintenance Or Coming Soon Mode to Active.
94
 
95
  After Installation,Don't Forgot to Cast Your Vote on Compatibility :) Thanks for trying...
96
 
97
+
98
  == Frequently Asked Questions ==
99
 
100
+ = How Can I Activate The Maintenance Page In Coming Soon /Maintenance Mode From Acurax Plugin ? =
101
 
102
+ After Installing And The Acurax Coming Soon /Maintenance Mode Plugin, In Left Side Of The WordPress Admin Panel You Can See The Menu “Maintenance Mode” Menu .
103
 
104
+ Maintenance Mode >> General Settings >> Set Status To Activate
105
 
106
+ = I Have Installed, Activated And Configured My Under Maintenance Mode Plugin, But Still I Can See My Website? =
107
+ Under Maintenance Page or Under Construction Page That You Configured Will be Only Shown To Public Visitors, Make Sure You Are Not Loggedin To See The Page Or If You Wish to Preview The Page, You can Use The Preview Template Option at The Appearance Settings Of "Maintenance Mode" Menu.
108
 
109
+ = Is It Possible To Set An End Date For Showing The Maintenance Page? =
110
+ Yes ,It Is Possible.Under Maintenance Mode Page, Click On The “General Settings ” You Can See An Option To Choose The Expected Date And Time To End The Maintenance Page Using Date and Time Picker. You Can Select an End Date Using This.
111
 
112
+ = How The Count Down Timer Calculates Time? =
113
+ With Respect to Your Expected Date and Time to End The Maintenance Date and Time That You Configured At General Settings, It Automatically Calculates With Respect to Current Time and Date and Time You Activated The Maintenance Mode.
114
 
115
+ = Is It Possible To End The Maintenance Page Automatically Under The Specified Date And Time? =
116
+ Yes .it Is Possible.Under Maintenance Mode Page,click On The “General Settings You Will Be Able To See An Option To Choose Whether You Want To End The Maintenance Page Automatically Or Not.
117
 
118
+ = How To Know If The Maintenance Page Is Activated Or Not? =
119
+ On The Admin Bar ,you Can See A Link “Maintenance Mode Is Activated” If It Is Activated. When You Click On The Link It Will Go To The “Maintenance Mode” Page. Alternatively, You can Visit The Plugin Settings Menu "Maintenance Mode" at WP Admin Panel to Check The Status.
120
 
121
+ = Is It Possible To Customize The Meta Title, Keywords And Description? =
122
+ You Can Add Meta Title , Meta Keyword And Meta Description Under “General Settings” Of The Maintenance Mode / Coming Soon Plugin Settings..
123
 
124
+ = Is It Possible To Add Favicon / Browser Icon Of My Choice ? =
125
+ Yes , You Can Add Favicon , Recommended Image/Icon Size Is 16 X 16 Only, And Option is Available at General Settings of The Maintenance Mode Menu.
126
 
127
+ = How To Add Favicon In Coming Soon /Maintenance Mode From Acurax Plugin ? =
128
+ After Activating The Plugin,under Maintenance Mode Page You Can See A General Settings Tab.When You Click On The Tab You Will Be Able To See An Option To Upload Favicon.
 
129
 
130
+ Click On The “Pick A Favicon “button.You Need To Select One Image From The Media Uploader Library, If The Library Is Empty You Can Choose Upload File Option Which Is On The Top-left Of The Media Uploader Window, And There You Can Drag And Drop The Images. When You Select One Image From The Library The Right Side Of The Media Up Loader Library Become Active. Click On Choose Image Button To Confirm The Selection. Now You Can See The Image That You Selected From The Library.
 
131
 
132
+ = How To Disable The Maintenance Page For A Specified IP ? =
133
+ Maintenance Mode>> General Settings >> Do Not Show Maintenance Page For The Following IPs
134
+ Can Add Any Number Of IPs In The Select Box, You can Also The Option To Delete The IPs From The Select Box at anytime.
135
 
136
+ = Is It Possible To Disable The Maintenance Page For Specific User Roles? =
137
+ Yes ,It Is Possible.Under General Settings” You Will Be Able To See An Option “Do Not Show Maintenance Page For The Following User Roles”. The Maintenance Page Is Not Visible For The Role Assigned Users.
138
 
139
+ = How Can I Customize The Look And Feel Of The Under Maintenance Page? =
140
+ In “Maintenance Mode Page You Can See “Appearance Settings” Tab.Click On The Tab, Choose a Template Of Your Choice.You Can Customize The Template By Customizing It By Adding Background Image Changing logo, title, Colors, Subtitle, Button Text, Subscribe Success And Invalid Message, Timer Background And Text Color, Progress Bar Color, Social Media Icons Link Etc.
141
 
142
+ = Is It Possible To Use Custom HTML Code Instead Of These Under Construction Templates? =
143
+ Yes , In “Appearance Settings” There Is An Option To Choose Custom HTML.When You Select That Option , You Can See An Option To Add The “Custom HTML Content”. Add The Custom HTML Content And Save The Options.
144
 
145
+ = How Can I See The Preview Of Each Template? =
146
+ Under The “Appearance Settings” You Will Be Able To See The Different Template Along With Its Name And A Preview Link.Click On The “Preview” Link You Can See The Preview Of Individual Template.
147
 
148
+ = Is There Any Option To Collect Visitors Name and Email? =
149
+ Yes .After The Plugin Status Is Active ,You Can See The Maintenance Page With Subscribe Form,Option is Only Available for Selected Templates.
150
 
151
+ = How Can I See The List Of All Subscribers? =
152
+ Under "Maintenance Mode" Option of Our Coming Soon Plugin Settings, You Can See “View All Subscribers” Page Where You Can See The List Of All Current Subscribers .
153
 
154
+ = Is There Any Option To Export The Subscribers List? =
155
+ Yes,Under “View All Subscribers Page You Can See A Button Export Current Subscribers”. When You Click On The Button. Then You Will Get The Downloaded File In .csv Format .
156
 
157
+ = I Had Selected The Template And Added Background Image,but Now I Don’t Want This.Is There A Way To Get The Default Background Image? =
158
+ Yes .Under All Templates Options, There is Option to Restore To Default Value, By Clicking On The “Restore To Default” Button ,you Will Get The Default Background Image .
159
 
160
+ = The Maintenance Page Is Showing And The Timer Showing Zero Input Even After The End Date. Why Is It Showing Like This? =
161
+ Its Because You Selected The Option “Would You Like To End The Maintenance Mode Automatically On The Above Specified Time?” As “No”.If You Don't Want To See The Maintenance Page Again ,then Select It As “Yes” or Configure a Future Date For Expected Date of Launch.
162
 
163
 
164
  == Screenshots ==
179
 
180
  == Upgrade Notice ==
181
 
182
+ = 2.0 =
183
+ * Nov 20, 2015
184
+ * Code Optimization
185
+ * UI Improvements
186
+ * Image Saving Logic Improvements
187
+ * Added More Customization Options
188
+ * Added Google Analytics Support
189
+ * Fixed Bug Custom HTML Save Issue
190
+ * Fixed Issues With Calendar Date Pick
191
+ * Security Improvements
192
+ * Compatibility Fixes
193
+ * Stable Release
194
+
195
  = 1.1 =
196
  * Aug 26, 2015
197
  * Code Optimization
204
 
205
  == Changelog ==
206
 
207
+ = 2.0 =
208
+ * Nov 20, 2015
209
+ * Code Optimization
210
+ * UI Improvements
211
+ * Image Saving Logic Improvements
212
+ * Added More Customization Options
213
+ * Added Google Analytics Support
214
+ * Fixed Bug Custom HTML Save Issue
215
+ * Fixed Issues With Calendar Date Pick
216
+ * Security Improvements
217
+ * Compatibility Fixes
218
+ * Stable Release
219
+
220
  = 1.1 =
221
  * Aug 26, 2015
222
  * Code Optimization
templates/0/index.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
2
- $acx_csma_custom_html_val =base64_decode(get_option('acx_csma_custom_html_val'));
 
3
  echo $acx_csma_custom_html_val;
4
  ?>
1
  <?php
2
+ $acx_csma_custom_html_val = get_option('acx_csma_custom_html_val');
3
+ $acx_csma_custom_html_val = apply_filters( 'the_content', $acx_csma_custom_html_val);
4
  echo $acx_csma_custom_html_val;
5
  ?>
templates/1/images/loading.gif ADDED
Binary file
templates/1/index.php CHANGED
@@ -7,7 +7,14 @@ if(is_serialized($acx_csma_appearence_array_1 ))
7
  $acx_csma_meta_title = get_option('acx_csma_meta_title');
8
  $acx_csma_meta_description = get_option('acx_csma_meta_description');
9
  $acx_csma_meta_keywords = get_option('acx_csma_meta_keywords');
10
- $acx_csma_favicon = get_option('acx_csma_favicon');
 
 
 
 
 
 
 
11
  $acx_csma_date_time = get_option('acx_csma_date_time');
12
  $acx_csma_start_date_time = get_option('acx_csma_start_date_time');
13
  $acx_csma_timestamp=current_time('timestamp');
@@ -22,19 +29,19 @@ if(is_serialized($acx_csma_appearence_array_1 ))
22
  if($acx_csma_meta_title!="")
23
  {
24
  ?>
25
- <title><?php echo $acx_csma_meta_title; ?></title>
26
  <?php
27
  }
28
  if($acx_csma_meta_description!="")
29
  {
30
  ?>
31
- <meta name="description" content="<?php echo $acx_csma_meta_description; ?>">
32
  <?php
33
  }
34
  if($acx_csma_meta_keywords!="")
35
  {
36
  ?>
37
- <meta name="keywords" content="<?php echo $acx_csma_meta_keywords; ?>">
38
  <?php
39
  }
40
  ?>
@@ -51,11 +58,21 @@ if($acx_csma_meta_keywords!="")
51
  </style>
52
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
53
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
54
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
 
55
  </head>
 
 
 
 
 
 
 
 
56
 
57
 
58
- <body style="background: url('<?php echo esc_url($acx_csma_appearence_array_1['1']['acx_csma_background_image1']); ?>') no-repeat fixed center center transparent; background-size:cover; ">
 
59
 
60
  <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_1['1'])){
61
  if($acx_csma_appearence_array_1['1']['acx_csma_logo_choice']=="text")
@@ -71,8 +88,16 @@ $new_class="";}
71
  <div class="canvas960 <?php echo $new_class; ?>">
72
  <div id="header">
73
  <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_1['1']))
74
- {if($acx_csma_appearence_array_1['1']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_1['1']['acx_csma_logo_choice']==""){ ?>
75
- <img src="<?php echo esc_url($acx_csma_appearence_array_1['1']['acx_csma_logo1']); ?>" alt="Logo">
 
 
 
 
 
 
 
 
76
  <?php } else if($acx_csma_appearence_array_1['1']['acx_csma_logo_choice']=="text")
77
  { ?>
78
  <div class="logo_text" style="color:<?php echo $acx_csma_appearence_array_1['1']['acx_csma_logo_text_color1']; ?>"><?php echo $acx_csma_appearence_array_1['1']['acx_csma_logo_text1']; ?></div>
@@ -88,7 +113,7 @@ $new_class="";}
88
  <p><?php echo $acx_csma_appearence_array_1['1']['acx_csma_inside_title1']; ?></p></div><!-- timer_head -->
89
  <div class="inline_block timer_holder" style=" background: <?php echo $acx_csma_appearence_array_1['1']['acx_csma_timer_bg_color1']; ?>">
90
  <?php
91
- $acx_csma_custom_html_top_temp1 = base64_decode($acx_csma_appearence_array_1['1']['acx_csma_custom_html_top_temp1']);
92
  if($acx_csma_custom_html_top_temp1 != "") { ?>
93
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_1">
94
  <?php echo $acx_csma_custom_html_top_temp1; ?>
@@ -127,7 +152,7 @@ $new_class="";}
127
  </div><!-- timer_box -->
128
  <?php }?>
129
  <?php
130
- $acx_csma_custom_html_bottom_temp1 = base64_decode($acx_csma_appearence_array_1['1']['acx_csma_custom_html_bottom_temp1']);
131
  if($acx_csma_custom_html_bottom_temp1 != "") { ?>
132
  <div class="acx_csma_content_div acx_csma_bottom acx_csma_bottom_1">
133
  <?php echo $acx_csma_custom_html_bottom_temp1; ?>
@@ -192,12 +217,18 @@ function acx_csma_validate_email()
192
  }
193
  else
194
  {
 
 
 
 
195
  var timestamp = Math.floor(<?php echo current_time('timestamp'); ?>);
196
  var ip="<?php echo $_SERVER['REMOTE_ADDR']; ?>";
197
  var acx_csma_ajaxurl ="<?php echo admin_url('admin-ajax.php'); ?>";
198
  var order = 'name='+acx_csma_name_hidden+'&email='+acx_csma_email+'&ip='+ip+'&timestamp='+timestamp+'&action=acx_csma_subscribe_email'+'&acx_csma_subscribe_es=<?php echo wp_create_nonce("acx_csma_subscribe_es"); ?>';
199
  jQuery.post(acx_csma_ajaxurl, order, function(theResponse)
200
  {
 
 
201
  if(theResponse == "success")
202
  {
203
  document.getElementById('acx_csma_email').value="";
7
  $acx_csma_meta_title = get_option('acx_csma_meta_title');
8
  $acx_csma_meta_description = get_option('acx_csma_meta_description');
9
  $acx_csma_meta_keywords = get_option('acx_csma_meta_keywords');
10
+ $favicon_attach_id = get_option('acx_csma_favicon');
11
+ $acx_csma_favicon = $favicon_attach_id;
12
+ if(is_numeric($favicon_attach_id))
13
+ {
14
+ $fav_icon_attachment_url = parse_url( wp_get_attachment_url($favicon_attach_id) );
15
+ $acx_csma_favicon = $fav_icon_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $fav_icon_attachment_url[ 'host' ])). $fav_icon_attachment_url[ 'path' ];
16
+ }
17
+
18
  $acx_csma_date_time = get_option('acx_csma_date_time');
19
  $acx_csma_start_date_time = get_option('acx_csma_start_date_time');
20
  $acx_csma_timestamp=current_time('timestamp');
29
  if($acx_csma_meta_title!="")
30
  {
31
  ?>
32
+ <title><?php echo stripslashes($acx_csma_meta_title); ?></title>
33
  <?php
34
  }
35
  if($acx_csma_meta_description!="")
36
  {
37
  ?>
38
+ <meta name="description" content="<?php echo stripslashes($acx_csma_meta_description); ?>">
39
  <?php
40
  }
41
  if($acx_csma_meta_keywords!="")
42
  {
43
  ?>
44
+ <meta name="keywords" content="<?php echo stripslashes($acx_csma_meta_keywords); ?>">
45
  <?php
46
  }
47
  ?>
58
  </style>
59
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
60
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
61
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
62
+ <?php echo stripslashes(get_option('acx_csma_ga_trakng_code')); ?>
63
  </head>
64
+ <?php
65
+ $acx_csma_background_image1_id = $acx_csma_appearence_array_1['1']['acx_csma_background_image1'];
66
+ $bg_image1_url = $acx_csma_background_image1_id;
67
+ if(is_numeric($acx_csma_background_image1_id))
68
+ {
69
+ $image1_attachment_url = parse_url( wp_get_attachment_url($acx_csma_background_image1_id) );
70
+ $bg_image1_url = $image1_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $image1_attachment_url[ 'host' ])). $image1_attachment_url[ 'path' ];
71
+ }
72
 
73
 
74
+ ?>
75
+ <body style="background: url('<?php echo $bg_image1_url; ?>') no-repeat fixed center center transparent; background-size:cover; ">
76
 
77
  <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_1['1'])){
78
  if($acx_csma_appearence_array_1['1']['acx_csma_logo_choice']=="text")
88
  <div class="canvas960 <?php echo $new_class; ?>">
89
  <div id="header">
90
  <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_1['1']))
91
+ {if($acx_csma_appearence_array_1['1']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_1['1']['acx_csma_logo_choice']==""){
92
+ $acx_csma_logo1_id = $acx_csma_appearence_array_1['1']['acx_csma_logo1'];
93
+ $logo1_url = $acx_csma_logo1_id;
94
+ if(is_numeric($acx_csma_logo1_id))
95
+ {
96
+ $logo1_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo1_id) );
97
+ $logo1_url = $logo1_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo1_attachment_url[ 'host' ])). $logo1_attachment_url[ 'path' ];
98
+ }
99
+ ?>
100
+ <img src="<?php echo $logo1_url; ?>" alt="Logo">
101
  <?php } else if($acx_csma_appearence_array_1['1']['acx_csma_logo_choice']=="text")
102
  { ?>
103
  <div class="logo_text" style="color:<?php echo $acx_csma_appearence_array_1['1']['acx_csma_logo_text_color1']; ?>"><?php echo $acx_csma_appearence_array_1['1']['acx_csma_logo_text1']; ?></div>
113
  <p><?php echo $acx_csma_appearence_array_1['1']['acx_csma_inside_title1']; ?></p></div><!-- timer_head -->
114
  <div class="inline_block timer_holder" style=" background: <?php echo $acx_csma_appearence_array_1['1']['acx_csma_timer_bg_color1']; ?>">
115
  <?php
116
+ $acx_csma_custom_html_top_temp1 = $acx_csma_appearence_array_1['1']['acx_csma_custom_html_top_temp1'];
117
  if($acx_csma_custom_html_top_temp1 != "") { ?>
118
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_1">
119
  <?php echo $acx_csma_custom_html_top_temp1; ?>
152
  </div><!-- timer_box -->
153
  <?php }?>
154
  <?php
155
+ $acx_csma_custom_html_bottom_temp1 = $acx_csma_appearence_array_1['1']['acx_csma_custom_html_bottom_temp1'];
156
  if($acx_csma_custom_html_bottom_temp1 != "") { ?>
157
  <div class="acx_csma_content_div acx_csma_bottom acx_csma_bottom_1">
158
  <?php echo $acx_csma_custom_html_bottom_temp1; ?>
217
  }
218
  else
219
  {
220
+
221
+ var acx_load="<div id='acx_csma_loading'><div class='load_1'></div></div>";
222
+ jQuery('body').append(acx_load);
223
+
224
  var timestamp = Math.floor(<?php echo current_time('timestamp'); ?>);
225
  var ip="<?php echo $_SERVER['REMOTE_ADDR']; ?>";
226
  var acx_csma_ajaxurl ="<?php echo admin_url('admin-ajax.php'); ?>";
227
  var order = 'name='+acx_csma_name_hidden+'&email='+acx_csma_email+'&ip='+ip+'&timestamp='+timestamp+'&action=acx_csma_subscribe_email'+'&acx_csma_subscribe_es=<?php echo wp_create_nonce("acx_csma_subscribe_es"); ?>';
228
  jQuery.post(acx_csma_ajaxurl, order, function(theResponse)
229
  {
230
+
231
+ jQuery("#acx_csma_loading").remove();
232
  if(theResponse == "success")
233
  {
234
  document.getElementById('acx_csma_email').value="";
templates/1/style.css CHANGED
@@ -162,6 +162,30 @@ input
162
  {
163
  font-size: 12px;
164
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  /********************************************
166
  media query
167
  ********************************************/
162
  {
163
  font-size: 12px;
164
  }
165
+
166
+ #acx_csma_loading
167
+ {
168
+ background: rgba(1, 1, 1, 0.5);
169
+ height: 100%;
170
+ left: 0;
171
+ position: fixed;
172
+ top: 0;
173
+ width: 100%;
174
+ z-index: 1000;
175
+ }
176
+ #acx_csma_loading .load_1
177
+ {
178
+ background: url("images/loading.gif") no-repeat scroll 50% 50% transparent;
179
+ border-radius: 20px 20px 20px 20px;
180
+ height: 100px;
181
+ margin-left: -40px;
182
+ margin-top : -40px;
183
+ top:40%;
184
+ left:50%;
185
+ position: absolute;
186
+ opacity: 0.6;
187
+ width: 100px;
188
+ }
189
  /********************************************
190
  media query
191
  ********************************************/
templates/2/images/loading.gif ADDED
Binary file
templates/2/index.php CHANGED
@@ -2,7 +2,14 @@
2
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
3
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
4
  $acx_csma_meta_keywords=get_option('acx_csma_meta_keywords');
5
- $acx_csma_favicon = get_option('acx_csma_favicon');
 
 
 
 
 
 
 
6
  $acx_csma_appearence_array_2=get_option('acx_csma_appearence_array');
7
  if(is_serialized($acx_csma_appearence_array_2 ))
8
  {
@@ -20,25 +27,26 @@ $acx_csma_timestamp=current_time('timestamp');
20
  <?php if($acx_csma_meta_title!="")
21
  {
22
  ?>
23
- <title><?php echo $acx_csma_meta_title; ?></title>
24
  <?php
25
  }
26
  if($acx_csma_meta_description!="")
27
  {
28
  ?>
29
- <meta name="description" content="<?php echo $acx_csma_meta_description; ?>">
30
  <?php
31
  }
32
  if($acx_csma_meta_keywords!="")
33
  {
34
  ?>
35
- <meta name="keywords" content="<?php echo $acx_csma_meta_keywords; ?>">
36
  <?php
37
  }
38
  ?>
39
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
40
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
41
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
 
42
  </head>
43
  <body style="background:<?php echo $acx_csma_appearence_array_2['2']['acx_csma_bg_color2']; ?>">
44
  <?php
@@ -57,9 +65,17 @@ $new_class="";
57
  <div class="wrapper <?php echo $new_class; ?>">
58
  <div class="canvas960">
59
  <div class="inline_block mg_top"> <div class="header">
60
- <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_2['2'])) {if($acx_csma_appearence_array_2['2']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_2['2']['acx_csma_logo_choice']==""){ ?>
61
-
62
- <img src="<?php echo esc_url($acx_csma_appearence_array_2['2']['acx_csma_logo2']); ?>" alt="Logo">
 
 
 
 
 
 
 
 
63
 
64
  <?php } else if($acx_csma_appearence_array_2['2']['acx_csma_logo_choice']=="text")
65
  { ?>
@@ -110,7 +126,7 @@ $new_class="";
110
 
111
  <div class="inline_block text_box">
112
  <?php
113
- $acx_csma_custom_html_top_temp2 = base64_decode($acx_csma_appearence_array_2['2']['acx_csma_custom_html_top_temp2']);
114
  if($acx_csma_custom_html_top_temp2 != "") { ?>
115
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_2">
116
  <?php echo $acx_csma_custom_html_top_temp2; ?>
@@ -118,7 +134,7 @@ $new_class="";
118
  <?php } ?>
119
 
120
  <h4 style="color:<?php echo $acx_csma_appearence_array_2['2']['acx_csma_desc_text_color2']; ?>"><?php echo $acx_csma_appearence_array_2['2']['acx_csma_desc_title2']; ?></h4>
121
- <p><?php echo base64_decode($acx_csma_appearence_array_2['2']['acx_csma_desc_subtitle2']); ?></p>
122
  </div><!-- inline_block -->
123
  </div><!-- inline_block -->
124
  <div class="footer">
@@ -178,14 +194,16 @@ function acx_csma_validate_email()
178
  }
179
  else
180
  {
 
 
181
  var timestamp = Math.floor(<?php echo current_time('timestamp'); ?>);
182
  var ip="<?php echo $_SERVER['REMOTE_ADDR']; ?>";
183
  var acx_csma_ajaxurl ="<?php echo admin_url('admin-ajax.php'); ?>";
184
- var order = 'name='+acx_csma_name_hidden+'&email='+acx_csma_email+'&ip='+ip+'&timestamp='+timestamp+'&action=acx_csma_subscribe_email';
185
 
186
  jQuery.post(acx_csma_ajaxurl, order, function(theResponse)
187
  {
188
-
189
  if(theResponse == "success")
190
  {
191
  document.getElementById('acx_csma_email').value="";
2
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
3
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
4
  $acx_csma_meta_keywords=get_option('acx_csma_meta_keywords');
5
+ $favicon_attach_id = get_option('acx_csma_favicon');
6
+ $acx_csma_favicon = $favicon_attach_id;
7
+ if(is_numeric($favicon_attach_id))
8
+ {
9
+ $fav_icon_attachment_url = parse_url( wp_get_attachment_url($favicon_attach_id) );
10
+ $acx_csma_favicon = $fav_icon_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $fav_icon_attachment_url[ 'host' ])). $fav_icon_attachment_url[ 'path' ];
11
+ }
12
+
13
  $acx_csma_appearence_array_2=get_option('acx_csma_appearence_array');
14
  if(is_serialized($acx_csma_appearence_array_2 ))
15
  {
27
  <?php if($acx_csma_meta_title!="")
28
  {
29
  ?>
30
+ <title><?php echo stripslashes($acx_csma_meta_title); ?></title>
31
  <?php
32
  }
33
  if($acx_csma_meta_description!="")
34
  {
35
  ?>
36
+ <meta name="description" content="<?php echo stripslashes($acx_csma_meta_description); ?>">
37
  <?php
38
  }
39
  if($acx_csma_meta_keywords!="")
40
  {
41
  ?>
42
+ <meta name="keywords" content="<?php echo stripslashes($acx_csma_meta_keywords); ?>">
43
  <?php
44
  }
45
  ?>
46
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
47
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
48
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
49
+ <?php echo stripslashes(get_option('acx_csma_ga_trakng_code')); ?>
50
  </head>
51
  <body style="background:<?php echo $acx_csma_appearence_array_2['2']['acx_csma_bg_color2']; ?>">
52
  <?php
65
  <div class="wrapper <?php echo $new_class; ?>">
66
  <div class="canvas960">
67
  <div class="inline_block mg_top"> <div class="header">
68
+ <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_2['2'])) {if($acx_csma_appearence_array_2['2']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_2['2']['acx_csma_logo_choice']==""){
69
+ $acx_csma_logo2_id = $acx_csma_appearence_array_2['2']['acx_csma_logo2'];
70
+ $logo2_url = $acx_csma_logo2_id;
71
+ if(is_numeric($acx_csma_logo2_id))
72
+ {
73
+ $logo2_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo2_id) );
74
+ $logo2_url = $logo2_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo2_attachment_url[ 'host' ])). $logo2_attachment_url[ 'path' ];
75
+ }
76
+ ?>
77
+
78
+ <img src="<?php echo $logo2_url; ?>" alt="Logo">
79
 
80
  <?php } else if($acx_csma_appearence_array_2['2']['acx_csma_logo_choice']=="text")
81
  { ?>
126
 
127
  <div class="inline_block text_box">
128
  <?php
129
+ $acx_csma_custom_html_top_temp2 = $acx_csma_appearence_array_2['2']['acx_csma_custom_html_top_temp2'];
130
  if($acx_csma_custom_html_top_temp2 != "") { ?>
131
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_2">
132
  <?php echo $acx_csma_custom_html_top_temp2; ?>
134
  <?php } ?>
135
 
136
  <h4 style="color:<?php echo $acx_csma_appearence_array_2['2']['acx_csma_desc_text_color2']; ?>"><?php echo $acx_csma_appearence_array_2['2']['acx_csma_desc_title2']; ?></h4>
137
+ <p><?php echo $acx_csma_appearence_array_2['2']['acx_csma_desc_subtitle2']; ?></p>
138
  </div><!-- inline_block -->
139
  </div><!-- inline_block -->
140
  <div class="footer">
194
  }
195
  else
196
  {
197
+ var acx_load="<div id='acx_csma_loading'><div class='load_1'></div></div>";
198
+ jQuery('body').append(acx_load);
199
  var timestamp = Math.floor(<?php echo current_time('timestamp'); ?>);
200
  var ip="<?php echo $_SERVER['REMOTE_ADDR']; ?>";
201
  var acx_csma_ajaxurl ="<?php echo admin_url('admin-ajax.php'); ?>";
202
+ var order = 'name='+acx_csma_name_hidden+'&email='+acx_csma_email+'&ip='+ip+'&timestamp='+timestamp+'&action=acx_csma_subscribe_email'+'&acx_csma_subscribe_es=<?php echo wp_create_nonce('acx_csma_subscribe_es'); ?>';
203
 
204
  jQuery.post(acx_csma_ajaxurl, order, function(theResponse)
205
  {
206
+ jQuery("#acx_csma_loading").remove();
207
  if(theResponse == "success")
208
  {
209
  document.getElementById('acx_csma_email').value="";
templates/2/style.css CHANGED
@@ -226,6 +226,29 @@ form
226
  .day_text {
227
  padding: 62px 0 0 !important;
228
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  /********************************************
230
  media query
231
  ********************************************/
226
  .day_text {
227
  padding: 62px 0 0 !important;
228
  }
229
+ #acx_csma_loading
230
+ {
231
+ background: rgba(1, 1, 1, 0.5);
232
+ height: 100%;
233
+ left: 0;
234
+ position: fixed;
235
+ top: 0;
236
+ width: 100%;
237
+ z-index: 1000;
238
+ }
239
+ #acx_csma_loading .load_1
240
+ {
241
+ background: url("images/loading.gif") no-repeat scroll 50% 50% transparent;
242
+ border-radius: 20px 20px 20px 20px;
243
+ height: 100px;
244
+ margin-left: -40px;
245
+ margin-top : -40px;
246
+ top:40%;
247
+ left:50%;
248
+ position: absolute;
249
+ opacity: 0.6;
250
+ width: 100px;
251
+ }
252
  /********************************************
253
  media query
254
  ********************************************/
templates/3/images/loading.gif ADDED
Binary file
templates/3/index.php CHANGED
@@ -2,7 +2,13 @@
2
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
3
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
4
  $acx_csma_meta_keywords=get_option('acx_csma_meta_keywords');
5
- $acx_csma_favicon = get_option('acx_csma_favicon');
 
 
 
 
 
 
6
  $acx_csma_appearence_array_3=get_option('acx_csma_appearence_array');
7
  if(is_serialized($acx_csma_appearence_array_3 ))
8
  {
@@ -21,19 +27,19 @@ $acx_csma_timestamp=current_time('timestamp');
21
  if($acx_csma_meta_title!="")
22
  {
23
  ?>
24
- <title><?php echo $acx_csma_meta_title; ?></title>
25
  <?php
26
  }
27
  if($acx_csma_meta_description!="")
28
  {
29
  ?>
30
- <meta name="description" content="<?php echo $acx_csma_meta_description; ?>">
31
  <?php
32
  }
33
  if($acx_csma_meta_keywords!="")
34
  {
35
  ?>
36
- <meta name="keywords" content="<?php echo $acx_csma_meta_keywords; ?>">
37
  <?php
38
  }
39
  ?>
@@ -51,7 +57,8 @@ if($acx_csma_meta_keywords!="")
51
  </style>
52
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
53
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
54
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
 
55
  </head>
56
  <body>
57
  <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_3['3'])){if($acx_csma_appearence_array_3['3']['acx_csma_logo_choice']=="text")
@@ -70,8 +77,16 @@ $new_class="";
70
  <div class="inline_block">
71
  <div class="inline_block form_holder">
72
  <div class="header">
73
- <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_3['3'])){ if($acx_csma_appearence_array_3['3']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_3['3']['acx_csma_logo_choice']==""){ ?>
74
- <img src="<?php echo esc_url($acx_csma_appearence_array_3['3']['acx_csma_logo3']); ?>" alt="Logo">
 
 
 
 
 
 
 
 
75
  <?php } else if($acx_csma_appearence_array_3['3']['acx_csma_logo_choice']=="text"){?>
76
  <div class="logo_text" style="color:<?php echo $acx_csma_appearence_array_3['3']['acx_csma_logo_text_color3']; ?>"><?php echo $acx_csma_appearence_array_3['3']['acx_csma_logo_text3']; ?></div>
77
  <?php } } ?>
@@ -156,14 +171,14 @@ $new_class="";
156
  <div class="inline_block text_box" style="background: rgb(254, 126, 1) none repeat scroll 0% 0%; box-sizing: border-box; padding: 12px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;">
157
 
158
  <?php
159
- $acx_csma_custom_html_top_temp3 = base64_decode($acx_csma_appearence_array_3['3']['acx_csma_custom_html_top_temp3']);
160
  if($acx_csma_custom_html_top_temp3 != "") { ?>
161
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_3">
162
  <?php echo $acx_csma_custom_html_top_temp3; ?>
163
  </div>
164
  <?php } ?>
165
  <h5 style="color:<?php echo $acx_csma_appearence_array_3['3']['acx_csma_desc_text_color3']; ?>"><?php echo $acx_csma_appearence_array_3['3']['acx_csma_desc_title3']; ?></h5>
166
- <p><?php echo base64_decode($acx_csma_appearence_array_3['3']['acx_csma_desc_subtitle3']); ?></p>
167
  </div><!-- inline_block -->
168
 
169
  <div class="footer"> <p style="color:<?php echo $acx_csma_appearence_array_3['3']['acx_csma_footer_color3']; ?>"><?php echo $acx_csma_appearence_array_3['3']['acx_csma_footer_text3']; ?></p> </div><!-- footer -->
@@ -215,12 +230,16 @@ function acx_csma_validate_email()
215
  }
216
  else
217
  {
 
 
 
218
  var timestamp = Math.floor(<?php echo current_time('timestamp'); ?>);
219
  var ip="<?php echo $_SERVER['REMOTE_ADDR']; ?>";
220
  var acx_csma_ajaxurl ="<?php echo admin_url('admin-ajax.php'); ?>";
221
- var order = 'name='+acx_csma_name_hidden+'&email='+acx_csma_email+'&ip='+ip+'&timestamp='+timestamp+'&action=acx_csma_subscribe_email';
222
  jQuery.post(acx_csma_ajaxurl, order, function(theResponse)
223
  {
 
224
  if(theResponse == "success")
225
  {
226
  document.getElementById('acx_csma_email').value="";
2
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
3
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
4
  $acx_csma_meta_keywords=get_option('acx_csma_meta_keywords');
5
+ $favicon_attach_id = get_option('acx_csma_favicon');
6
+ $acx_csma_favicon = $favicon_attach_id;
7
+ if(is_numeric($favicon_attach_id))
8
+ {
9
+ $fav_icon_attachment_url = parse_url( wp_get_attachment_url($favicon_attach_id) );
10
+ $acx_csma_favicon = $fav_icon_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $fav_icon_attachment_url[ 'host' ])). $fav_icon_attachment_url[ 'path' ];
11
+ }
12
  $acx_csma_appearence_array_3=get_option('acx_csma_appearence_array');
13
  if(is_serialized($acx_csma_appearence_array_3 ))
14
  {
27
  if($acx_csma_meta_title!="")
28
  {
29
  ?>
30
+ <title><?php echo stripslashes($acx_csma_meta_title); ?></title>
31
  <?php
32
  }
33
  if($acx_csma_meta_description!="")
34
  {
35
  ?>
36
+ <meta name="description" content="<?php echo stripslashes($acx_csma_meta_description); ?>">
37
  <?php
38
  }
39
  if($acx_csma_meta_keywords!="")
40
  {
41
  ?>
42
+ <meta name="keywords" content="<?php echo stripslashes($acx_csma_meta_keywords); ?>">
43
  <?php
44
  }
45
  ?>
57
  </style>
58
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
59
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
60
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
61
+ <?php echo stripslashes(get_option('acx_csma_ga_trakng_code')); ?>
62
  </head>
63
  <body>
64
  <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_3['3'])){if($acx_csma_appearence_array_3['3']['acx_csma_logo_choice']=="text")
77
  <div class="inline_block">
78
  <div class="inline_block form_holder">
79
  <div class="header">
80
+ <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_3['3'])){ if($acx_csma_appearence_array_3['3']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_3['3']['acx_csma_logo_choice']==""){
81
+ $acx_csma_logo3_id = $acx_csma_appearence_array_3['3']['acx_csma_logo3'];
82
+ $logo3_url = $acx_csma_logo3_id;
83
+ if(is_numeric($acx_csma_logo3_id))
84
+ {
85
+ $logo3_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo3_id) );
86
+ $logo3_url = $logo3_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo3_attachment_url[ 'host' ])). $logo3_attachment_url[ 'path' ];
87
+ }
88
+ ?>
89
+ <img src="<?php echo $logo3_url; ?>" alt="Logo">
90
  <?php } else if($acx_csma_appearence_array_3['3']['acx_csma_logo_choice']=="text"){?>
91
  <div class="logo_text" style="color:<?php echo $acx_csma_appearence_array_3['3']['acx_csma_logo_text_color3']; ?>"><?php echo $acx_csma_appearence_array_3['3']['acx_csma_logo_text3']; ?></div>
92
  <?php } } ?>
171
  <div class="inline_block text_box" style="background: rgb(254, 126, 1) none repeat scroll 0% 0%; box-sizing: border-box; padding: 12px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;">
172
 
173
  <?php
174
+ $acx_csma_custom_html_top_temp3 = $acx_csma_appearence_array_3['3']['acx_csma_custom_html_top_temp3'];
175
  if($acx_csma_custom_html_top_temp3 != "") { ?>
176
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_3">
177
  <?php echo $acx_csma_custom_html_top_temp3; ?>
178
  </div>
179
  <?php } ?>
180
  <h5 style="color:<?php echo $acx_csma_appearence_array_3['3']['acx_csma_desc_text_color3']; ?>"><?php echo $acx_csma_appearence_array_3['3']['acx_csma_desc_title3']; ?></h5>
181
+ <p><?php echo $acx_csma_appearence_array_3['3']['acx_csma_desc_subtitle3']; ?></p>
182
  </div><!-- inline_block -->
183
 
184
  <div class="footer"> <p style="color:<?php echo $acx_csma_appearence_array_3['3']['acx_csma_footer_color3']; ?>"><?php echo $acx_csma_appearence_array_3['3']['acx_csma_footer_text3']; ?></p> </div><!-- footer -->
230
  }
231
  else
232
  {
233
+ var acx_load="<div id='acx_csma_loading'><div class='load_1'></div></div>";
234
+ jQuery('body').append(acx_load);
235
+
236
  var timestamp = Math.floor(<?php echo current_time('timestamp'); ?>);
237
  var ip="<?php echo $_SERVER['REMOTE_ADDR']; ?>";
238
  var acx_csma_ajaxurl ="<?php echo admin_url('admin-ajax.php'); ?>";
239
+ var order = 'name='+acx_csma_name_hidden+'&email='+acx_csma_email+'&ip='+ip+'&timestamp='+timestamp+'&action=acx_csma_subscribe_email'+'&acx_csma_subscribe_es=<?php echo wp_create_nonce('acx_csma_subscribe_es'); ?>';
240
  jQuery.post(acx_csma_ajaxurl, order, function(theResponse)
241
  {
242
+ jQuery("#acx_csma_loading").remove();
243
  if(theResponse == "success")
244
  {
245
  document.getElementById('acx_csma_email').value="";
templates/3/style.css CHANGED
@@ -241,7 +241,29 @@ form
241
  {
242
  font-size: 12px;
243
  }
244
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  /********************************************
246
  media query
247
  ********************************************/
241
  {
242
  font-size: 12px;
243
  }
244
+ #acx_csma_loading
245
+ {
246
+ background: rgba(1, 1, 1, 0.5);
247
+ height: 100%;
248
+ left: 0;
249
+ position: fixed;
250
+ top: 0;
251
+ width: 100%;
252
+ z-index: 1000;
253
+ }
254
+ #acx_csma_loading .load_1
255
+ {
256
+ background: url("images/loading.gif") no-repeat scroll 50% 50% transparent;
257
+ border-radius: 20px 20px 20px 20px;
258
+ height: 100px;
259
+ margin-left: -40px;
260
+ margin-top : -40px;
261
+ top:40%;
262
+ left:50%;
263
+ position: absolute;
264
+ opacity: 0.6;
265
+ width: 100px;
266
+ }
267
  /********************************************
268
  media query
269
  ********************************************/
templates/4/index.php CHANGED
@@ -2,7 +2,13 @@
2
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
3
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
4
  $acx_csma_meta_keywords=get_option('acx_csma_meta_keywords');
5
- $acx_csma_favicon = get_option('acx_csma_favicon');
 
 
 
 
 
 
6
  $acx_csma_appearence_array_4=get_option('acx_csma_appearence_array');
7
  if(is_serialized($acx_csma_appearence_array_4 ))
8
  {
@@ -21,29 +27,40 @@ $acx_csma_timestamp=current_time('timestamp');
21
  if($acx_csma_meta_title!="")
22
  {
23
  ?>
24
- <title><?php echo $acx_csma_meta_title; ?></title>
25
  <?php
26
  }
27
  if($acx_csma_meta_description!="")
28
  {
29
  ?>
30
- <meta name="description" content="<?php echo $acx_csma_meta_description; ?>">
31
  <?php
32
  }
33
  if($acx_csma_meta_keywords!="")
34
  {
35
  ?>
36
- <meta name="keywords" content="<?php echo $acx_csma_meta_keywords; ?>">
37
  <?php
38
  }
39
  ?>
40
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
41
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
42
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
43
  <link href="<?php echo plugins_url('images/animate.min.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
 
44
  </head>
 
 
 
 
 
 
 
 
45
 
46
- <body style="background:url('<?php echo esc_url($acx_csma_appearence_array_4['4']['acx_csma_background_image4']); ?>')no-repeat fixed center center transparent; background-size:cover; ">
 
 
47
  <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_4['4'])){if($acx_csma_appearence_array_4['4']['acx_csma_logo_choice']=="text")
48
  {
49
  $new_class="text_logo";
@@ -59,8 +76,17 @@ $new_class="";
59
  <div class="canvas1000">
60
  <div id="header">
61
 
62
- <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_4['4'])){ if($acx_csma_appearence_array_4['4']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_4['4']['acx_csma_logo_choice']==""){ ?>
63
- <img src="<?php echo esc_url($acx_csma_appearence_array_4['4']['acx_csma_logo4']); ?>" alt="Logo">
 
 
 
 
 
 
 
 
 
64
  <?php } else if($acx_csma_appearence_array_4['4']['acx_csma_logo_choice']=="text"){?>
65
  <div class="logo_text" style="color:<?php echo $acx_csma_appearence_array_4['4']['acx_csma_logo_text_color4']; ?>"><?php echo $acx_csma_appearence_array_4['4']['acx_csma_logo_text4']; ?></div>
66
  <?php } } ?>
@@ -69,7 +95,7 @@ $new_class="";
69
  <h2 style="color:<?php echo $acx_csma_appearence_array_4['4']['acx_csma_title_color4']; ?>"><?php echo $acx_csma_appearence_array_4['4']['acx_csma_title4']; ?></h2>
70
 
71
  <?php
72
- $acx_csma_custom_html_top_temp4 = base64_decode($acx_csma_appearence_array_4['4']['acx_csma_custom_html_top_temp4']);
73
  if($acx_csma_custom_html_top_temp4 != "") { ?>
74
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_4">
75
  <?php echo $acx_csma_custom_html_top_temp4; ?>
@@ -127,7 +153,7 @@ $new_class="";
127
  <?php }?>
128
 
129
  <?php
130
- $acx_csma_custom_html_bottom_temp4 = base64_decode($acx_csma_appearence_array_4['4']['acx_csma_custom_html_bottom_temp4']);
131
  if($acx_csma_custom_html_bottom_temp4 != "") { ?>
132
  <div class="acx_csma_content_div acx_csma_bottom acx_csma_bottom_4">
133
  <?php echo $acx_csma_custom_html_bottom_temp4; ?>
2
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
3
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
4
  $acx_csma_meta_keywords=get_option('acx_csma_meta_keywords');
5
+ $favicon_attach_id = get_option('acx_csma_favicon');
6
+ $acx_csma_favicon = $favicon_attach_id;
7
+ if(is_numeric($favicon_attach_id))
8
+ {
9
+ $fav_icon_attachment_url = parse_url( wp_get_attachment_url($favicon_attach_id) );
10
+ $acx_csma_favicon = $fav_icon_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $fav_icon_attachment_url[ 'host' ])). $fav_icon_attachment_url[ 'path' ];
11
+ }
12
  $acx_csma_appearence_array_4=get_option('acx_csma_appearence_array');
13
  if(is_serialized($acx_csma_appearence_array_4 ))
14
  {
27
  if($acx_csma_meta_title!="")
28
  {
29
  ?>
30
+ <title><?php echo stripslashes($acx_csma_meta_title); ?></title>
31
  <?php
32
  }
33
  if($acx_csma_meta_description!="")
34
  {
35
  ?>
36
+ <meta name="description" content="<?php echo stripslashes($acx_csma_meta_description); ?>">
37
  <?php
38
  }
39
  if($acx_csma_meta_keywords!="")
40
  {
41
  ?>
42
+ <meta name="keywords" content="<?php echo stripslashes($acx_csma_meta_keywords); ?>">
43
  <?php
44
  }
45
  ?>
46
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
47
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
48
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
49
  <link href="<?php echo plugins_url('images/animate.min.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
50
+ <?php echo stripslashes(get_option('acx_csma_ga_trakng_code')); ?>
51
  </head>
52
+ <?php
53
+ $acx_csma_background_image4_id = $acx_csma_appearence_array_4['4']['acx_csma_background_image4'];
54
+ $bg_image4_url = $acx_csma_background_image4_id;
55
+ if(is_numeric($acx_csma_background_image4_id))
56
+ {
57
+ $image4_attachment_url = parse_url( wp_get_attachment_url($acx_csma_background_image4_id) );
58
+ $bg_image4_url = $image4_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $image4_attachment_url[ 'host' ])). $image4_attachment_url[ 'path' ];
59
+ }
60
 
61
+
62
+ ?>
63
+ <body style="background:url('<?php echo $bg_image4_url; ?>')no-repeat fixed center center transparent; background-size:cover; ">
64
  <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_4['4'])){if($acx_csma_appearence_array_4['4']['acx_csma_logo_choice']=="text")
65
  {
66
  $new_class="text_logo";
76
  <div class="canvas1000">
77
  <div id="header">
78
 
79
+ <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_4['4'])){ if($acx_csma_appearence_array_4['4']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_4['4']['acx_csma_logo_choice']==""){
80
+
81
+ $acx_csma_logo4_id = $acx_csma_appearence_array_4['4']['acx_csma_logo4'];
82
+ $logo4_url = $acx_csma_logo4_id;
83
+ if(is_numeric($acx_csma_logo4_id))
84
+ {
85
+ $logo4_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo4_id) );
86
+ $logo4_url = $logo4_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo4_attachment_url[ 'host' ])). $logo4_attachment_url[ 'path' ];
87
+ }
88
+ ?>
89
+ <img src="<?php echo $logo4_url; ?>" alt="Logo">
90
  <?php } else if($acx_csma_appearence_array_4['4']['acx_csma_logo_choice']=="text"){?>
91
  <div class="logo_text" style="color:<?php echo $acx_csma_appearence_array_4['4']['acx_csma_logo_text_color4']; ?>"><?php echo $acx_csma_appearence_array_4['4']['acx_csma_logo_text4']; ?></div>
92
  <?php } } ?>
95
  <h2 style="color:<?php echo $acx_csma_appearence_array_4['4']['acx_csma_title_color4']; ?>"><?php echo $acx_csma_appearence_array_4['4']['acx_csma_title4']; ?></h2>
96
 
97
  <?php
98
+ $acx_csma_custom_html_top_temp4 = $acx_csma_appearence_array_4['4']['acx_csma_custom_html_top_temp4'];
99
  if($acx_csma_custom_html_top_temp4 != "") { ?>
100
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_4">
101
  <?php echo $acx_csma_custom_html_top_temp4; ?>
153
  <?php }?>
154
 
155
  <?php
156
+ $acx_csma_custom_html_bottom_temp4 = $acx_csma_appearence_array_4['4']['acx_csma_custom_html_bottom_temp4'];
157
  if($acx_csma_custom_html_bottom_temp4 != "") { ?>
158
  <div class="acx_csma_content_div acx_csma_bottom acx_csma_bottom_4">
159
  <?php echo $acx_csma_custom_html_bottom_temp4; ?>
templates/5/images/loading.gif ADDED
Binary file
templates/5/index.php CHANGED
@@ -2,7 +2,13 @@
2
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
3
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
4
  $acx_csma_meta_keywords=get_option('acx_csma_meta_keywords');
5
- $acx_csma_favicon = get_option('acx_csma_favicon');
 
 
 
 
 
 
6
  $acx_csma_start_date_time=get_option('acx_csma_start_date_time');
7
  $acx_csma_date_time=get_option('acx_csma_date_time');
8
  $acx_csma_appearence_array_5=get_option('acx_csma_appearence_array');
@@ -21,25 +27,26 @@ if(is_serialized($acx_csma_appearence_array_5 ))
21
  if($acx_csma_meta_title!="")
22
  {
23
  ?>
24
- <title><?php echo $acx_csma_meta_title; ?></title>
25
  <?php
26
  }
27
  if($acx_csma_meta_description!="")
28
  {
29
  ?>
30
- <meta name="description" content="<?php echo $acx_csma_meta_description; ?>">
31
  <?php
32
  }
33
  if($acx_csma_meta_keywords!="")
34
  {
35
  ?>
36
- <meta name="keywords" content="<?php echo $acx_csma_meta_keywords; ?>">
37
  <?php
38
  }
39
  ?>
40
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
41
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
42
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
 
43
  </head>
44
 
45
  <body style="background:<?php echo $acx_csma_appearence_array_5['5']['acx_csma_bgcolor5']; ?>">
@@ -58,8 +65,16 @@ $new_class="";
58
  <div class="canvas1000">
59
  <div id="header">
60
 
61
- <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_5['5'])){ if($acx_csma_appearence_array_5['5']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_5['5']['acx_csma_logo_choice']==""){ ?>
62
- <img src="<?php echo esc_url($acx_csma_appearence_array_5['5']['acx_csma_logo5']); ?>" alt="Logo">
 
 
 
 
 
 
 
 
63
  <?php } else if($acx_csma_appearence_array_5['5']['acx_csma_logo_choice']=="text")
64
  {?>
65
  <div class="logo_text" style="color:<?php echo $acx_csma_appearence_array_5['5']['acx_csma_logo_text_color5']; ?>"><?php echo $acx_csma_appearence_array_5['5']['acx_csma_logo_text5']; ?></div>
@@ -70,7 +85,7 @@ $new_class="";
70
 
71
 
72
  <?php
73
- $acx_csma_custom_html_top_temp5 = base64_decode($acx_csma_appearence_array_5['5']['acx_csma_custom_html_top_temp5']);
74
  if($acx_csma_custom_html_top_temp5 != "") { ?>
75
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_5">
76
  <?php echo $acx_csma_custom_html_top_temp5; ?>
@@ -125,14 +140,14 @@ $new_class="";
125
  </div><!-- pre_loader -->
126
  <?php }?>
127
  <?php
128
- $acx_csma_custom_html_bottom_temp5 = base64_decode($acx_csma_appearence_array_5['5']['acx_csma_custom_html_bottom_temp5']);
129
  if($acx_csma_custom_html_bottom_temp5 != "") { ?>
130
  <div class="acx_csma_content_div acx_csma_bottom acx_csma_bottom_5">
131
  <?php echo $acx_csma_custom_html_bottom_temp5; ?>
132
  </div>
133
  <?php } ?>
134
 
135
- <h3>Want to know we launch? <br/> <?php echo $acx_csma_appearence_array_5['5']['acx_csma_subscribe_title5']; ?></h3>
136
 
137
  </div><!-- inline_block -->
138
  <div class="footer" style="background:<?php echo $acx_csma_appearence_array_5['5']['acx_csma_subscribe_bg_color5']; ?>">
@@ -210,12 +225,16 @@ function acx_csma_validate_email()
210
  }
211
  else
212
  {
 
 
 
213
  var timestamp = Math.floor(<?php echo current_time('timestamp'); ?>);
214
  var ip="<?php echo $_SERVER['REMOTE_ADDR']; ?>";
215
  var acx_csma_ajaxurl ="<?php echo admin_url('admin-ajax.php'); ?>";
216
- var order = 'name='+acx_csma_name_hidden+'&email='+acx_csma_email+'&ip='+ip+'&timestamp='+timestamp+'&action=acx_csma_subscribe_email';
217
  jQuery.post(acx_csma_ajaxurl, order, function(theResponse)
218
  {
 
219
  if(theResponse == "success")
220
  {
221
  document.getElementById('acx_csma_email').value="";
2
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
3
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
4
  $acx_csma_meta_keywords=get_option('acx_csma_meta_keywords');
5
+ $favicon_attach_id = get_option('acx_csma_favicon');
6
+ $acx_csma_favicon = $favicon_attach_id;
7
+ if(is_numeric($favicon_attach_id))
8
+ {
9
+ $fav_icon_attachment_url = parse_url( wp_get_attachment_url($favicon_attach_id) );
10
+ $acx_csma_favicon = $fav_icon_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $fav_icon_attachment_url[ 'host' ])). $fav_icon_attachment_url[ 'path' ];
11
+ }
12
  $acx_csma_start_date_time=get_option('acx_csma_start_date_time');
13
  $acx_csma_date_time=get_option('acx_csma_date_time');
14
  $acx_csma_appearence_array_5=get_option('acx_csma_appearence_array');
27
  if($acx_csma_meta_title!="")
28
  {
29
  ?>
30
+ <title><?php echo stripslashes($acx_csma_meta_title); ?></title>
31
  <?php
32
  }
33
  if($acx_csma_meta_description!="")
34
  {
35
  ?>
36
+ <meta name="description" content="<?php echo stripslashes($acx_csma_meta_description); ?>">
37
  <?php
38
  }
39
  if($acx_csma_meta_keywords!="")
40
  {
41
  ?>
42
+ <meta name="keywords" content="<?php echo stripslashes($acx_csma_meta_keywords); ?>">
43
  <?php
44
  }
45
  ?>
46
  <link href="<?php echo plugins_url('style.css', __FILE__); ?>" rel="stylesheet" type="text/css" />
47
  <link rel="icon" href="<?php echo esc_url($acx_csma_favicon); ?>" type="image/png">
48
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
49
+ <?php echo stripslashes(get_option('acx_csma_ga_trakng_code')); ?>
50
  </head>
51
 
52
  <body style="background:<?php echo $acx_csma_appearence_array_5['5']['acx_csma_bgcolor5']; ?>">
65
  <div class="canvas1000">
66
  <div id="header">
67
 
68
+ <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array_5['5'])){ if($acx_csma_appearence_array_5['5']['acx_csma_logo_choice']=="image" || $acx_csma_appearence_array_5['5']['acx_csma_logo_choice']==""){
69
+ $acx_csma_logo5_id = $acx_csma_appearence_array_5['5']['acx_csma_logo5'];
70
+ $logo5_url = $acx_csma_logo5_id;
71
+ if(is_numeric($acx_csma_logo5_id))
72
+ {
73
+ $logo5_attachment_url = parse_url( wp_get_attachment_url($acx_csma_logo5_id) );
74
+ $logo5_url = $logo5_attachment_url [ 'scheme' ] . '://' .rawurlencode( basename( $logo5_attachment_url[ 'host' ])). $logo5_attachment_url[ 'path' ];
75
+ }
76
+ ?>
77
+ <img src="<?php echo $logo5_url; ?>" alt="Logo">
78
  <?php } else if($acx_csma_appearence_array_5['5']['acx_csma_logo_choice']=="text")
79
  {?>
80
  <div class="logo_text" style="color:<?php echo $acx_csma_appearence_array_5['5']['acx_csma_logo_text_color5']; ?>"><?php echo $acx_csma_appearence_array_5['5']['acx_csma_logo_text5']; ?></div>
85
 
86
 
87
  <?php
88
+ $acx_csma_custom_html_top_temp5 = $acx_csma_appearence_array_5['5']['acx_csma_custom_html_top_temp5'];
89
  if($acx_csma_custom_html_top_temp5 != "") { ?>
90
  <div class="acx_csma_content_div acx_csma_top acx_csma_top_5">
91
  <?php echo $acx_csma_custom_html_top_temp5; ?>
140
  </div><!-- pre_loader -->
141
  <?php }?>
142
  <?php
143
+ $acx_csma_custom_html_bottom_temp5 = $acx_csma_appearence_array_5['5']['acx_csma_custom_html_bottom_temp5'];
144
  if($acx_csma_custom_html_bottom_temp5 != "") { ?>
145
  <div class="acx_csma_content_div acx_csma_bottom acx_csma_bottom_5">
146
  <?php echo $acx_csma_custom_html_bottom_temp5; ?>
147
  </div>
148
  <?php } ?>
149
 
150
+ <h3><?php echo $acx_csma_appearence_array_5['5']['acx_csma_subscribe_main_title5']; ?> <br/> <?php echo $acx_csma_appearence_array_5['5']['acx_csma_subscribe_title5']; ?></h3>
151
 
152
  </div><!-- inline_block -->
153
  <div class="footer" style="background:<?php echo $acx_csma_appearence_array_5['5']['acx_csma_subscribe_bg_color5']; ?>">
225
  }
226
  else
227
  {
228
+ var acx_load="<div id='acx_csma_loading'><div class='load_1'></div></div>";
229
+ jQuery('body').append(acx_load);
230
+
231
  var timestamp = Math.floor(<?php echo current_time('timestamp'); ?>);
232
  var ip="<?php echo $_SERVER['REMOTE_ADDR']; ?>";
233
  var acx_csma_ajaxurl ="<?php echo admin_url('admin-ajax.php'); ?>";
234
+ var order = 'name='+acx_csma_name_hidden+'&email='+acx_csma_email+'&ip='+ip+'&timestamp='+timestamp+'&action=acx_csma_subscribe_email'+'&acx_csma_subscribe_es=<?php echo wp_create_nonce('acx_csma_subscribe_es'); ?>';
235
  jQuery.post(acx_csma_ajaxurl, order, function(theResponse)
236
  {
237
+ jQuery("#acx_csma_loading").remove();
238
  if(theResponse == "success")
239
  {
240
  document.getElementById('acx_csma_email').value="";
templates/5/style.css CHANGED
@@ -183,7 +183,29 @@ input
183
  {
184
  color: #7c4f00;
185
  }
186
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  /********************************************
188
  media query
189
  ********************************************/
183
  {
184
  color: #7c4f00;
185
  }
186
+ #acx_csma_loading
187
+ {
188
+ background: rgba(1, 1, 1, 0.5);
189
+ height: 100%;
190
+ left: 0;
191
+ position: fixed;
192
+ top: 0;
193
+ width: 100%;
194
+ z-index: 1000;
195
+ }
196
+ #acx_csma_loading .load_1
197
+ {
198
+ background: url("images/loading.gif") no-repeat scroll 50% 50% transparent;
199
+ border-radius: 20px 20px 20px 20px;
200
+ height: 100px;
201
+ margin-left: -40px;
202
+ margin-top : -40px;
203
+ top:40%;
204
+ left:50%;
205
+ position: absolute;
206
+ opacity: 0.6;
207
+ width: 100px;
208
+ }
209
  /********************************************
210
  media query
211
  ********************************************/