PluginProbe
CSS & JavaScript Toolbox / 8.0.2
CSS & JavaScript Toolbox v8.0.2
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
css-javascript-toolbox / views / backups / manager / tmpl / default.html.tmpl

default.html.tmpl in CSS & JavaScript Toolbox 8.0.2, at views/backups/manager/tmpl/default.html.tmpl

27 lines 488 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 *
4 */
5
6 /**
7 * No direct access.
8 */
9 defined('ABSPATH') or die("Access denied");
10
11 // Allow view to enqueue scripts and styles.
12 $this->enququeScripts();
13 $this->enququeStyles();
14 $this->suppressPrintScriptsHook();
15 ?>
16 <html xmlns="http://www.w3.org/1999/xhtml">
17 <head>
18 <?php wp_print_head_scripts() ?>
19 <?php wp_print_styles() ?>
20 </head>
21 <body>
22 <div id="cjtoolbox_popup">
23 <?php echo $this->getTemplate('form'); ?>
24 <?php echo $this->getTemplate('list'); ?>
25 </div>
26 </body>
27 </html>