PluginProbe
Instapage Plugin / trunk
Instapage Plugin vtrunk
trunk 3.2.11 3.2.12 3.2.13 3.2.14 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.10 3.5.11 3.5.12 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 All 28 releases
instapage / views / base.php

base.php in Instapage Plugin trunk, at views/base.php

16 lines 340 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /*
4 * Base container for Instapage plugin dashboard.
5 */
6 ?>
7 <div class="l-wrapper">
8 <div class="ui-section">
9 <div id="instapage-container" class="ui-sub-section instapage-cms-plugin">
10 <div class="l-group__item page-loader">
11 <span class="c-loader c-loader--x-large"></span>
12 </div>
13 </div>
14 </div>
15 </div>
16