C:\xampp\htdocs\landing\wp-content\plugins\totalpoll\src\Admin\Upgrade\views\index.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
<?php defined'ABSPATH' ) && exit(); ?><div id="totalpoll-upgrade-to-pro" class="wrap totalpoll-page">
    <h1><?php _e'Upgrade to TotalPoll Pro''totalpoll' ); ?></h1>
    <p><?php _e'Enjoy TotalPoll features without limits!''totalpoll' ); ?></p>

    <div class="totalpoll-pro-benefits">
        <div class="totalpoll-pro-benefits-body">
            <div class="totalpoll-row">
                <div class="totalpoll-column">
                    <img height="64" src="<?php echo esc_attr$this->env['url'] ); ?>assets/dist/images/editor/customization.svg">
                    <h3>Unlock All Features</h3>
                    <p>Upgrade to pro version and enjoy TotalPoll features without any limits.</p>
                </div>
                <div class="totalpoll-column">
                    <img height="64" src="<?php echo esc_attr$this->env['url'] ); ?>assets/dist/images/activation/updates-on.svg">
                    <h3>Priority Updates</h3>
                    <p>Get new features and improvements regularly and exclusively.</p>
                </div>
                <div class="totalpoll-column">
                    <img height="64" src="<?php echo esc_attr$this->env['url'] ); ?>assets/dist/images/support/customer-support.svg">
                    <h3>Premium Support</h3>
                    <p>Get access to our five-stars customer support with guaranteed satisfaction.</p>
                </div>
            </div>
        </div>
        <div class="totalpoll-pro-features-comparison">
            <table>
                <thead>
                <tr>
                    <th>Feature</th>
                    <th>Lite</th>
                    <th>Pro</th>
                </tr>
                </thead>
                <tbody>
                <tr>
                    <td>Unlimited polls</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Unlimited questions</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Unlimited choices</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Unlimited custom fields</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Supported choice types</td>
                    <td>1</td>
                    <td>5+</td>
                </tr>
                <tr>
                    <td>Supported custom field types</td>
                    <td>1</td>
                    <td>5+</td>
                </tr>
                <tr>
                    <td>Vote limitations</td>
                    <td>Time</td>
                    <td>Time, Membership, Quota and Region</td>
                </tr>
                <tr>
                    <td>Vote frequency controllers</td>
                    <td>Cookies</td>
                    <td>Cookies, IP, Logged in user</td>
                </tr>
                <tr>
                    <td>Sort choices & results</td>
                    <td>Position, Votes</td>
                    <td>Position, Votes, Label and Random</td>
                </tr>
                <tr>
                    <td>Custom field preset</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Choice bulk insertion</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Custom user choice</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Custom field bulk insertion</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Hide results</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Structured data</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Full checks on page load</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Recaptcha by google</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Render poll in archive</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Email notification</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Push notification</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Webhook notification</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Insights</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>One click vote</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Questions slider</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Priority updates</td>
                    <td>&mdash;</td>
                    <td><span class="dashicons dashicons-yes"></span></td>
                </tr>
                <tr>
                    <td>Customer support</td>
                    <td>Community</td>
                    <td>Premium</td>
                </tr>
                </tbody>
            </table>

            <div class="totalpoll-pro-features-comparison-expand" onclick="jQuery(this).parent().addClass('expanded')">
                <span>Expand</span>
                <span class="dashicons dashicons-arrow-down-alt2"></span>
            </div>
        </div>
        <div class="totalpoll-pro-benefits-footer">
            <img src="<?php echo esc_attr$this->env['url'] ); ?>assets/dist/images/general/upgrade.svg" alt="Upgrade">
            <div class="totalpoll-pro-offer">
                <h3>Get TotalPoll Pro for $29</h3>
                <p>Plus 6 months of premium support.</p>
            </div>
            <?php
            $url 
add_query_arg(
                [
                    
'utm_source'   => 'in-app',
                    
'utm_medium'   => 'upgrade-to-pro-page',
                    
'utm_campaign' => 'totalpoll-lite-to-pro',
                ],
                
$this->env['links.website']
            );
            
?>
            <a href="<?php echo esc_attr$url ?>" target="_blank" class="totalpoll-pro-upgrade-cta">Upgrade Now!</a>
        </div>
    </div>

</div>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586