-
Notifications
You must be signed in to change notification settings - Fork 20
/
mailing-bar.php
204 lines (200 loc) · 10.7 KB
/
mailing-bar.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?php global $options;
foreach ($options as $value) {
if(array_key_exists('id', $value)) {
if (get_option( $value['id'] ) === FALSE) {
if (array_key_exists('std', $value)) {
$$value['id'] = $value['std'] or NULL;
}
} else {
$$value['id'] = get_option( $value['id'] );
}
}
}
if ( $okfn_mailchimp_bar == "true" or $okfn_mailinglist_bar == "true" or $okfn_mailinglist_bar2 == "true") : ?>
<?php $mailinglist_counter = 0;
$mailtab_id = 0;
$mail_id = 0;
?>
<div class="tabbable mailing-lists">
<div class="container">
<ul class="nav nav-tabs">
<?php if ( $okfn_mailchimp_bar == "true") : ?><li class="mailtab<?php echo ++$mailtab_id ?>"><a href="#tab<?php echo $mailtab_id ?>" data-toggle="tab"><?php if (!empty($okfn_mailchimp_heading)) { echo $okfn_mailchimp_heading;} else { echo 'Mailing List '.$mailtab_id ;} ?></a></li><?php endif; ?>
<?php if ( $okfn_mailinglist_bar == "true") : ?><li class="mailtab<?php echo ++$mailtab_id ?>"><a href="#tab<?php echo $mailtab_id ?>" data-toggle="tab"><?php if (!empty($okfn_mailinglist_heading)) { echo $okfn_mailinglist_heading;} else { echo 'Mailing List '.$mailtab_id;} ?></a></li><?php endif; ?>
<?php if ( $okfn_mailinglist_bar2 == "true") : ?><li class="mailtab<?php echo ++$mailtab_id ?>"><a href="#tab<?php echo $mailtab_id ?>" data-toggle="tab"><?php if (!empty($okfn_mailinglist_heading2)) { echo $okfn_mailinglist_heading2;} else { echo 'Mailing List '.$mailtab_id;} ?></a></li><?php endif; ?>
</ul>
</div>
<section class="subscribe">
<div class="tab-content container">
<?php // list 1
if ( $okfn_mailchimp_bar == "true") {
$mailinglist_counter += 1;
if (!empty( $okfn_mailchimp_id )) {
$mcid = $okfn_mailchimp_id;
}
else {
$mcid = '1';
}
?>
<div class="tab-pane mailchimp-plugin" id="tab<?php echo ++$mail_id ?>">
<div>
<?php if (!empty($okfn_mailchimp_heading)) { echo '<span class="heading">' . $okfn_mailchimp_heading .' </span>';} if (!empty($okfn_mailchimp_description)) { echo '<span class="description">'. $okfn_mailchimp_description .'</span>';}
echo do_shortcode('[nm-mc-form fid="'.$mcid.'"]');
?>
</div>
</div>
<?php }
// list 2
if ( $okfn_mailinglist_bar == "true") {
$mailinglist_counter += 1;
if ($okfn_mailinglist_bar_type == "mailchimp") {
?>
<div class="tab-pane" id="tab<?php echo ++$mail_id ?>">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="<?php echo $okfn_mailinglist_action?>" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<table width="100%">
<tr>
<th scope="row"><?php if (!empty($okfn_mailinglist_heading)) { echo '<span class="heading">' . $okfn_mailinglist_heading .' </span>';} if (!empty($okfn_mailinglist_description)) { echo '<span class="description">'. $okfn_mailinglist_description .'</span>';} ?></th>
<td><label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email Address"></td>
<td><label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" placeholder="First Name"></td>
<td><label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME" placeholder="Last Name"></td>
<td class="submit"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></td>
</tr>
</table>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<?php }
elseif ($okfn_mailinglist_bar_type == "mailman") {
?>
<div class="tab-pane" id="tab<?php echo ++$mail_id ?>">
<form method="post" action="<?php echo $okfn_mailinglist_action?>">
<table width="100%">
<tr>
<th scope="row"><?php if (!empty($okfn_mailinglist_heading)) { echo '<span class="heading">' . $okfn_mailinglist_heading .' </span>';} if (!empty($okfn_mailinglist_description)) { echo '<span class="description">'. $okfn_mailinglist_description .'</span>';} ?></th>
<td>
<label><?php echo __("Name", "okfn")?></label>
<input name="fullname" placeholder="<?php echo __("Name", "okfn")?>" type="text">
</td>
<td>
<label><?php echo __("Email Address", "okfn")?></label>
<input name="email" placeholder="<?php echo __("Email Address", "okfn")?>" type="email">
</td>
<td class="announce">
<label class="checkbox">
<input type="checkbox" value="" disabled>
<?php echo __("Receive newsletter", "okfn")?>
</label>
</td>
<td class="submit">
<input type="submit" name="email-button" value="<?php echo __("Subscribe", "okfn")?>" class="button">
</td>
</tr>
</table>
</form>
</div>
<?php }
}
// list 3
if ( $okfn_mailinglist_bar2 == "true") {
$mailinglist_counter += 1;
if ($okfn_mailinglist_bar_type2 == "mailchimp") {
?>
<div class="tab-pane" id="tab<?php echo ++$mail_id ?>">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="<?php echo $okfn_mailinglist_action2?>" method="post" id="mc-embedded-subscribe-form2" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<table width="100%">
<tr>
<th scope="row"><?php if (!empty($okfn_mailinglist_heading2)) { echo '<span class="heading">' . $okfn_mailinglist_heading2 .' </span>';} if (!empty($okfn_mailinglist_description2)) { echo '<span class="description">'. $okfn_mailinglist_description2 .'</span>';} ?></th>
<td><label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email Address"></td>
<td><label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" placeholder="First Name"></td>
<td><label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME" placeholder="Last Name"></td>
<td class="submit"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></td>
</tr>
</table>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<?php }
elseif ($okfn_mailinglist_bar_type2 == "mailman") {
?>
<div class="tab-pane" id="tab<?php echo ++$mail_id ?>">
<form method="post" action="<?php echo $okfn_mailinglist_action?>">
<table width="100%">
<tr>
<th scope="row"><?php if (!empty($okfn_mailinglist_heading2)) { echo '<span class="heading">' . $okfn_mailinglist_heading2 .' </span>';} if (!empty($okfn_mailinglist_description2)) { echo '<span class="description">'. $okfn_mailinglist_description2 .'</span>';} ?></th>
<td>
<label><?php echo __("Name", "okfn")?></label>
<input name="fullname" placeholder="<?php echo __("Name", "okfn")?>" type="text">
</td>
<td>
<label><?php echo __("Email Address", "okfn")?></label>
<input name="email" placeholder="<?php echo __("Email Address", "okfn")?>" type="email">
</td>
<td class="announce">
<label class="checkbox">
<input type="checkbox" value="" disabled>
<?php echo __("Receive newsletter", "okfn")?>
</label>
</td>
<td class="submit">
<input type="submit" name="email-button" value="<?php echo __("Subscribe", "okfn")?>" class="button">
</td>
</tr>
</table>
</form>
</div>
<?php }
}
?>
</div>
</section>
</div>
<script>
$("ul.nav.nav-tabs li.mailtab1").addClass("active");
$("div.tab-content #tab1").addClass("active");
<?php if ($mailinglist_counter == '1' or $okfn_mailinglist_bar_location == "header") : ?>
$("div.mailing-lists").removeClass("tabbable");
<?php endif; ?>
<?php if ( $okfn_mailchimp_bar == "true") : ?>
// label over input
$("section.subscribe div.mailchimp-plugin").addClass("label-over");
$('div.label-over input').each(function() {
var elem = $(this);
$('label[for="' + $(this).attr('id') + '"]').click(function() {
elem.focus();
});
if ($(this).val() != '') {
$('label[for="' + $(this).attr('id') + '"]').hide();
}
}).focus(function() {
$('label[for="' + $(this)[0].id + '"]').hide();
}).blur(function() {
if($(this).val() == '') {
$('label[for="' + $(this)[0].id + '"]').show();
}
}).change(function(){
if($(this).val() != '') {
$('label[for="' + $(this)[0].id + '"]').hide();
}
})
<?php endif; ?>
</script>
<?php endif; ?>