PluginProbe
Disk Usage Insights / trunk
Disk Usage Insights vtrunk
trunk 1.0 1.10 1.11 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
disk-usage-insights / views / blocks / header.php

header.php in Disk Usage Insights trunk, at views/blocks/header.php

41 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <br>
2
3 <div class="DUI-panel">
4 <div class="DUI-panel__content--title">
5
6 <div>
7 <div style="float:left">
8 <img src="<?php echo esc_url($WP_PLUGIN_URL); ?>/res/pie.svg"
9 style="height:90px; vertical-align: middle; padding-right: 20px;"
10 alt="Disk Usage Insights Logo"
11 >
12 </div>
13 <div style="float:left">
14 <h1>Disk Usage Insights</h1>
15 <p>Find large files in no time!</p>
16
17 <div style="float:left" class="dashicons-before dashicons-star-filled color-cycle"></div>
18 &nbsp;
19 <a target="_blank" href="https://wordpress.org/support/plugin/disk-usage-insights/reviews/#new-post">Add a 5 star WordPress review</a>
20
21 <span class="dashicons-before dashicons-editor-help"></span>
22 <a href="https://wordpress.org/support/plugin/disk-usage-insights/" target="_blank">Plugin Support Forum</a>
23 </div>
24 </div>
25 <div style="clear:both"></div>
26
27 </div>
28 </div>
29
30 <br>
31 <div id="dui_errors" style="display:none">
32 <div class="DUI-panel DUI-panel--error">
33 <div class="DUI-panel__headline dashicons-before dashicons-warning">
34 Errors - Please report errors occuring here to our
35 <a target="_blank" href="https://wordpress.org/support/plugin/disk-usage-insights/">plugin support forum</a>
36 at WordPress.org
37 </div>
38 <div class="DUI-panel__content" id="dui_errors_content">
39 </div>
40 </div>
41 </div>