PluginProbe
Essential Widgets / trunk
Essential Widgets vtrunk
3.2.1 3.3 3.2 trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 1.9 2.0 2.1 2.2 All 31 releases
essential-widgets / admin / partials / essential-widgets-admin-display.php

essential-widgets-admin-display.php in Essential Widgets trunk, at admin/partials/essential-widgets-admin-display.php

461 lines 30.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if (! defined('ABSPATH')) {
4 exit; // Exit if accessed directly.
5 }
6
7 /**
8 * Provide a admin area view for the plugin
9 *
10 * This file is used to markup the admin-facing aspects of the plugin.
11 *
12 * @link catchplugins.com
13 * @since 1.0.0
14 *
15 * @package Essential_Widgets
16 * @subpackage Essential_Widgets/admin/partials
17 */
18
19 ?>
20
21 <div class="wrap">
22 <h1 class="wp-heading-inline"><?php esc_html_e('Essential Widgets', 'essential-widgets'); ?></h1>
23 <div id="plugin-description">
24 <p><?php esc_html_e('Essential Widgets is a WordPress plugin for widgets that allows you to create and add amazing widgets with high customization option on your website without affecting your wallet.', 'essential-widgets'); ?></p>
25 </div>
26 <div class="catchp-content-wrapper">
27 <div class="catchp_widget_settings">
28 <form id="essential-widgets-main" method="post" action="options.php">
29
30 <h2 class="nav-tab-wrapper">
31 <a class="nav-tab nav-tab-active" id="dashboard-tab" href="#dashboard"><?php esc_html_e('Dashboard', 'essential-widgets'); ?></a>
32 <a class="nav-tab" id="features-tab" href="#features"><?php esc_html_e('Features', 'essential-widgets'); ?></a>
33 <a class="nav-tab" id="premium-extensions-tab" href="#premium-extensions"><?php esc_html_e('Compare Table', 'essential-widgets'); ?></a>
34 </h2>
35
36 <div id="dashboard" class="wpcatchtab nosave active">
37
38 <?php require_once plugin_dir_path(dirname(__FILE__)) . 'partials/dashboard-display.php'; ?>
39
40 <div id="ctp-switch" class="content-wrapper col-3 ew-main">
41 <div class="header">
42 <h2><?php esc_html_e('Catch Themes & Catch Plugins Tabs', 'essential-widgets'); ?></h2>
43 </div> <!-- .Header -->
44
45 <div class="content">
46
47 <p><?php echo esc_html__('If you want to turn off Catch Themes & Catch Plugins tabs option in Add Themes and Add Plugins page, please uncheck the following option.', 'essential-widgets'); ?>
48 </p>
49 <table>
50 <tr>
51 <td>
52 <?php echo esc_html__('Turn On Catch Themes & Catch Plugin tabs', 'essential-widgets'); ?>
53 </td>
54 <td>
55 <?php $ctp_options = ctp_get_options(); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- Used immediately below; ctp_ prefix kept for cross-plugin compatibility. ?>
56 <div class="module-header <?php echo esc_attr( $ctp_options['theme_plugin_tabs'] ? 'active' : 'inactive' ); ?>">
57 <div class="switch">
58 <input type="hidden" name="ew_switch_tabs_nonce" id="ew_switch_tabs_nonce" value="<?php echo esc_attr(wp_create_nonce('ew_switch_tabs_nonce')); ?>" />
59 <input type="checkbox" id="ctp_options[theme_plugin_tabs]" class="ctp-switch" rel="theme_plugin_tabs" <?php checked(true, $ctp_options['theme_plugin_tabs']); ?>>
60 <label for="ctp_options[theme_plugin_tabs]"></label>
61 </div>
62 <div class="loader"></div>
63 </div>
64 </td>
65 </tr>
66 </table>
67
68 </div>
69 </div><!-- #ctp-switch -->
70
71 <div id="go-premium" class="content-wrapper col-2">
72
73 <div class="header">
74 <h2><?php esc_html_e('Go Premium!', 'essential-widgets'); ?></h2>
75 </div> <!-- .Header -->
76
77 <div class="content">
78 <button type="button" class="button dismiss">
79 <span class="screen-reader-text"><?php esc_html_e('Dismiss this item.', 'essential-widgets'); ?></span>
80 <span class="dashicons dashicons-no-alt"></span>
81 </button>
82 <ul class="catchp-lists">
83 <li><strong><?php esc_html_e('EW: About', 'essential-widgets'); ?></strong></li>
84 <li><strong><?php esc_html_e('EW: Advertisement Code', 'essential-widgets'); ?></strong></li>
85 <li><strong><?php esc_html_e('EW: Advertisement Images', 'essential-widgets'); ?></strong></li>
86 <li><strong><?php esc_html_e('EW: Featured Embeds', 'essential-widgets'); ?></strong></li>
87 <li><strong><?php esc_html_e('EW: Featured Images', 'essential-widgets'); ?></strong></li>
88 <li><strong><?php esc_html_e('EW: Featured Pages', 'essential-widgets'); ?></strong></li>
89 <li><strong><?php esc_html_e('EW: Featured Posts', 'essential-widgets'); ?></strong></li>
90 <li><strong><?php esc_html_e('EW: Gallery Images', 'essential-widgets'); ?></strong></li>
91 <li><strong><?php esc_html_e('EW: Gallery Pages', 'essential-widgets'); ?></strong></li>
92 <li><strong><?php esc_html_e('EW: Gallery Posts', 'essential-widgets'); ?></strong></li>
93 <li><strong><?php esc_html_e('EW: Image', 'essential-widgets'); ?></strong></li>
94 <li><strong><?php esc_html_e('EW: Image Slider', 'essential-widgets'); ?></strong></li>
95 <li><strong><?php esc_html_e('EW: Newletter', 'essential-widgets'); ?></strong></li>
96 <li><strong><?php esc_html_e('EW: Video', 'essential-widgets'); ?></strong></li>
97 <li><strong><?php esc_html_e('EW: Tabbed Recent/Popular Posts', 'essential-widgets'); ?></strong></li>
98 </ul>
99
100 <a href="https://catchplugins.com/plugins/essential-widgets-pro/" target="_blank"><?php esc_html_e('Find out why you should upgrade to Essential Widgets Premium »', 'essential-widgets'); ?></a>
101 </div> <!-- .Content -->
102 </div> <!-- #go-premium -->
103
104 </div><!-- .dashboard -->
105
106 <div id="features" class="wpcatchtab save">
107 <div class="content-wrapper col-3">
108 <div class="header">
109 <h3><?php esc_html_e('Features', 'essential-widgets'); ?></h3>
110
111 </div><!-- .header -->
112 <div class="content">
113 <ul class="catchp-lists">
114 <li>
115 <strong><?php esc_html_e('EW: Archives', 'essential-widgets'); ?></strong>
116 <p><?php esc_html_e('The Archives widget comes with various customization options. Choose a title, limit the number of posts, select the archive type, post type, order and more with the Archives widget.', 'essential-widgets'); ?></p>
117 </li>
118
119 <li>
120 <strong><?php esc_html_e('EW: Authors', 'essential-widgets'); ?></strong>
121 <p><?php esc_html_e('Displaying the author’s information is kind of a must-have feature if your website has multiple authors. Our new WordPress widgets plugin allows you to add Authors widget. With this widget, you can show the list of the authors on your website, the number of posts, select feed type, and more.', 'essential-widgets'); ?></p>
122 </li>
123
124 <li>
125 <strong><?php esc_html_e('EW: Categories', 'essential-widgets'); ?></strong>
126 <p><?php esc_html_e('Essential Widgets Pro supports Categories widget. The widget provides you with various customizable options such as the title of the widget, taxonomy option, order option, number of categories to show, display as a list or none, number of posts to display, sort by option, select feed type ton display and display as text or image.', 'essential-widgets'); ?></p>
127 </li>
128
129 <li>
130 <strong><?php esc_html_e('EW: Menus', 'essential-widgets'); ?></strong>
131 <p><?php esc_html_e('Bored with the same default menu? Our new WordPress plugin for widgets, Essential Widgets Pro supports Menus widget. With the Menus widget filled with various customization options, you can display your menus elegantly anywhere you want on your website.', 'essential-widgets'); ?></p>
132 </li>
133
134 <li>
135 <strong><?php esc_html_e('EW: Pages', 'essential-widgets'); ?></strong>
136 <p><?php esc_html_e('Display a list of pages with the Pages widget. With various customization options being provided to you, you can showcase the pages that are more important on your website wherever you want with Essential Widgets Pro.', 'essential-widgets'); ?></p>
137 </li>
138
139 <li>
140 <strong><?php esc_html_e('EW: Posts', 'essential-widgets'); ?></strong>
141 <p><?php esc_html_e('Essential Widgets Pro supports Posts widget. With the widget and its customizable options, you can easily display a list of posts on your website. You can add a title, select the post type, number of items to display, order, sort by, and more.', 'essential-widgets'); ?></p>
142 </li>
143
144 <li>
145 <strong><?php esc_html_e('EW: Tags', 'essential-widgets'); ?></strong>
146 <p><?php esc_html_e('And last, but definitely not the least, the Tags widget. You can display a list of tags as cloud or list, select the order of the tags, sort by option and the number of items to be displayed. The widget also provides you with more customization options including the unit, separator, search, text type, and more.', 'essential-widgets'); ?></p>
147 </li>
148 </ul>
149 <a href="https://catchplugins.com/plugins/essential-widgets-pro/" target="_blank"><?php esc_html_e('Upgrade to Essential Widgets Premium »', 'essential-widgets'); ?></a>
150 </div><!-- .content -->
151 </div><!-- content-wrapper -->
152 </div> <!-- Featured -->
153
154 <div id="premium-extensions" class="wpcatchtab save">
155
156 <div class="about-text">
157 <h2><?php esc_html_e('Get Essential Widgets Pro -', 'essential-widgets'); ?> <a href="https://catchplugins.com/plugins/essential-widgets-pro/" target="_blank"><?php esc_html_e('Get It Here!', 'essential-widgets'); ?></a></h2>
158 <p><?php esc_html_e('You are currently using the free version of Essential Widgets.', 'essential-widgets'); ?><br />
159 <a href="https://catchplugins.com/plugins/" target="_blank"><?php esc_html_e('If you have purchased from catchplugins.com, then follow this link to the installation instructions (particularly step 1).', 'essential-widgets'); ?></a>
160 </p>
161 </div>
162
163 <div class="content-wrapper">
164 <div class="header">
165 <h3><?php esc_html_e('Compare Table', 'essential-widgets'); ?></h3>
166
167 </div><!-- .header -->
168 <div class="content">
169
170 <table class="widefat fixed striped posts">
171 <thead>
172 <tr>
173 <th id="title" class="manage-column column-title column-primary"><?php esc_html_e('Features', 'essential-widgets'); ?></th>
174 <th id="free" class="manage-column column-free"><?php esc_html_e('Free', 'essential-widgets'); ?></th>
175 <th id="pro" class="manage-column column-pro"><?php esc_html_e('Pro', 'essential-widgets'); ?></th>
176 </tr>
177 </thead>
178
179 <tbody id="the-list" class="ui-sortable">
180 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
181 <td>
182 <strong><?php esc_html_e('EW: Menus', 'essential-widgets'); ?></strong>
183 </td>
184 <td class="column column-free">
185 <div class="table-icons icon-green">&#10003;</div>
186 </td>
187 <td class="column column-pro">
188 <div class="table-icons icon-green">&#10003;</div>
189 </td>
190 </tr>
191
192 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
193 <td>
194 <strong><?php esc_html_e('EW: Pages', 'essential-widgets'); ?></strong>
195 </td>
196 <td class="column column-free">
197 <div class="table-icons icon-green">&#10003;</div>
198 </td>
199 <td class="column column-pro">
200 <div class="table-icons icon-green">&#10003;</div>
201 </td>
202 </tr>
203
204 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
205 <td>
206 <strong><?php esc_html_e('EW: Posts', 'essential-widgets'); ?></strong>
207 </td>
208 <td class="column column-free">
209 <div class="table-icons icon-green">&#10003;</div>
210 </td>
211 <td class="column column-pro">
212 <div class="table-icons icon-green">&#10003;</div>
213 </td>
214 </tr>
215
216 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
217 <td>
218 <strong><?php esc_html_e('EW: Tags', 'essential-widgets'); ?></strong>
219 </td>
220 <td class="column column-free">
221 <div class="table-icons icon-green">&#10003;</div>
222 </td>
223 <td class="column column-pro">
224 <div class="table-icons icon-green">&#10003;</div>
225 </td>
226 </tr>
227
228 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
229 <td>
230 <strong><?php esc_html_e('EW: Archives', 'essential-widgets'); ?></strong>
231 </td>
232 <td class="column column-free">
233 <div class="table-icons icon-green">&#10003;</div>
234 </td>
235 <td class="column column-pro">
236 <div class="table-icons icon-green">&#10003;</div>
237 </td>
238 </tr>
239
240 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
241 <td>
242 <strong><?php esc_html_e('EW: Authors', 'essential-widgets'); ?></strong>
243 </td>
244 <td class="column column-free">
245 <div class="table-icons icon-green">&#10003;</div>
246 </td>
247 <td class="column column-pro">
248 <div class="table-icons icon-green">&#10003;</div>
249 </td>
250 </tr>
251
252 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
253 <td>
254 <strong><?php esc_html_e('EW: Categories', 'essential-widgets'); ?></strong>
255 </td>
256 <td class="column column-free">
257 <div class="table-icons icon-green">&#10003;</div>
258 </td>
259 <td class="column column-pro">
260 <div class="table-icons icon-green">&#10003;</div>
261 </td>
262 </tr>
263
264 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
265 <td>
266 <strong><?php esc_html_e('EW: About', 'essential-widgets'); ?></strong>
267 </td>
268 <td class="column column-free">
269 <div class="table-icons icon-red">&#215;</div>
270 </td>
271 <td class="column column-pro">
272 <div class="table-icons icon-green">&#10003;</div>
273 </td>
274 </tr>
275
276 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
277 <td>
278 <strong><?php esc_html_e('EW: Advertisement Codes', 'essential-widgets'); ?></strong>
279 </td>
280 <td class="column column-free">
281 <div class="table-icons icon-red">&#215;</div>
282 </td>
283 <td class="column column-pro">
284 <div class="table-icons icon-green">&#10003;</div>
285 </td>
286 </tr>
287
288 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
289 <td>
290 <strong><?php esc_html_e('EW: Advertisement Images', 'essential-widgets'); ?></strong>
291 </td>
292 <td class="column column-free">
293 <div class="table-icons icon-red">&#215;</div>
294 </td>
295 <td class="column column-pro">
296 <div class="table-icons icon-green">&#10003;</div>
297 </td>
298 </tr>
299
300 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
301 <td>
302 <strong><?php esc_html_e('EW: Featured Embeds', 'essential-widgets'); ?></strong>
303 </td>
304 <td class="column column-free">
305 <div class="table-icons icon-red">&#215;</div>
306 </td>
307 <td class="column column-pro">
308 <div class="table-icons icon-green">&#10003;</div>
309 </td>
310 </tr>
311
312 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
313 <td>
314 <strong><?php esc_html_e('EW: Featured Images', 'essential-widgets'); ?></strong>
315 </td>
316 <td class="column column-free">
317 <div class="table-icons icon-red">&#215;</div>
318 </td>
319 <td class="column column-pro">
320 <div class="table-icons icon-green">&#10003;</div>
321 </td>
322 </tr>
323
324 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
325 <td>
326 <strong><?php esc_html_e('EW: Featured Pages', 'essential-widgets'); ?></strong>
327 </td>
328 <td class="column column-free">
329 <div class="table-icons icon-red">&#215;</div>
330 </td>
331 <td class="column column-pro">
332 <div class="table-icons icon-green">&#10003;</div>
333 </td>
334 </tr>
335
336 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
337 <td>
338 <strong><?php esc_html_e('EW: Featured Posts', 'essential-widgets'); ?></strong>
339 </td>
340 <td class="column column-free">
341 <div class="table-icons icon-red">&#215;</div>
342 </td>
343 <td class="column column-pro">
344 <div class="table-icons icon-green">&#10003;</div>
345 </td>
346 </tr>
347
348 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
349 <td>
350 <strong><?php esc_html_e('EW: Gallery Images', 'essential-widgets'); ?></strong>
351 </td>
352 <td class="column column-free">
353 <div class="table-icons icon-red">&#215;</div>
354 </td>
355 <td class="column column-pro">
356 <div class="table-icons icon-green">&#10003;</div>
357 </td>
358 </tr>
359
360 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
361 <td>
362 <strong><?php esc_html_e('EW: Gallery Pages', 'essential-widgets'); ?></strong>
363 </td>
364 <td class="column column-free">
365 <div class="table-icons icon-red">&#215;</div>
366 </td>
367 <td class="column column-pro">
368 <div class="table-icons icon-green">&#10003;</div>
369 </td>
370 </tr>
371
372 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
373 <td>
374 <strong><?php esc_html_e('EW: Gallery Posts', 'essential-widgets'); ?></strong>
375 </td>
376 <td class="column column-free">
377 <div class="table-icons icon-red">&#215;</div>
378 </td>
379 <td class="column column-pro">
380 <div class="table-icons icon-green">&#10003;</div>
381 </td>
382 </tr>
383
384 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
385 <td>
386 <strong><?php esc_html_e('EW: Newsletter', 'essential-widgets'); ?></strong>
387 </td>
388 <td class="column column-free">
389 <div class="table-icons icon-red">&#215;</div>
390 </td>
391 <td class="column column-pro">
392 <div class="table-icons icon-green">&#10003;</div>
393 </td>
394 </tr>
395
396 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
397 <td>
398 <strong><?php esc_html_e('EW: Image', 'essential-widgets'); ?></strong>
399 </td>
400 <td class="column column-free">
401 <div class="table-icons icon-red">&#215;</div>
402 </td>
403 <td class="column column-pro">
404 <div class="table-icons icon-green">&#10003;</div>
405 </td>
406 </tr>
407
408 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
409 <td>
410 <strong><?php esc_html_e('EW: Video', 'essential-widgets'); ?></strong>
411 </td>
412 <td class="column column-free">
413 <div class="table-icons icon-red">&#215;</div>
414 </td>
415 <td class="column column-pro">
416 <div class="table-icons icon-green">&#10003;</div>
417 </td>
418 </tr>
419
420 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
421 <td>
422 <strong><?php esc_html_e('EW: Image Slider', 'essential-widgets'); ?></strong>
423 </td>
424 <td class="column column-free">
425 <div class="table-icons icon-red">&#215;</div>
426 </td>
427 <td class="column column-pro">
428 <div class="table-icons icon-green">&#10003;</div>
429 </td>
430 </tr>
431
432 <tr class="iedit author-self level-0 type-post status-publish format-standard hentry">
433 <td>
434 <strong><?php esc_html_e('EW: Tabbed Recent/Popular Posts', 'essential-widgets'); ?></strong>
435 </td>
436 <td class="column column-free">
437 <div class="table-icons icon-red">&#215;</div>
438 </td>
439 <td class="column column-pro">
440 <div class="table-icons icon-green">&#10003;</div>
441 </td>
442 </tr>
443
444 </tbody>
445
446 </table>
447
448 </div><!-- .content -->
449 </div><!-- content-wrapper -->
450 </div>
451
452 </form><!-- #essential-widgets-main -->
453
454 </div><!-- .catchp_widget_settings -->
455
456
457 <?php require_once plugin_dir_path(dirname(__FILE__)) . '/partials/sidebar.php'; ?>
458 </div> <!-- .catchp-content-wrapper -->
459
460 <?php require_once plugin_dir_path(dirname(__FILE__)) . '/partials/footer.php'; ?>
461 </div><!-- .wrap -->