PluginProbe
Disk Usage Insights / 1.4
Disk Usage Insights v1.4
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 1.4, at views/blocks/header.php

46 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" style="float:left;min-width:450px; width:69%; max-width:70%">
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 </div>
17 </div>
18 <div style="clear:both"></div>
19
20 </div>
21 </div>
22
23 <div class="show-desktop" style="width:29%; float:left; overflow: hidden">
24
25 <div class="DUI-panel">
26 <div class="DUI-panel__headline dashicons-before dashicons-heart">
27 Support Open Source!
28 </div>
29 <div class="DUI-panel__content">
30 - <a target="_blank" href="https://wordpress.org/support/plugin/disk-usage-insights/reviews/#new-post">Add a 5 star WordPress review</a>
31 <br>
32 - <a target="_blank" href="https://github.com/mgleis/disk-usage-insights">Donate a github star</a>
33 </div>
34 </div>
35 <div class="DUI-panel">
36 <div class="DUI-panel__headline dashicons-before dashicons-groups">
37 Do you need help?
38 </div>
39 <div class="DUI-panel__content">
40 - <a href="https://wordpress.org/support/plugin/disk-usage-insights/" target="_blank">Plugin Support Forum</a>
41 </div>
42 </div>
43
44 </div>
45 <div style="clear:both"></div>
46