PluginProbe ʕ •ᴥ•ʔ
Flex Import / 1.8
Flex Import v1.8
2.9 trunk 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8
flex-import / templates / widgets-content.php
flex-import / templates Last commit date
dashboard-content.php 1 year ago plugins-content.php 1 year ago templates-content.php 1 year ago widgets-content.php 1 year ago
widgets-content.php
70 lines
1 <?php
2 if (!defined('ABSPATH')) {
3 exit; // Exit if accessed directly.
4 }
5 ?>
6 <section>
7 <div class="container-fluid py-5">
8 <div class="row">
9 <div class="col-sm-12 col-md-2 col-lg-2 col-xl-2 align-self-center">
10 <div class="flex-templates">
11 <svg xmlns="http://www.w3.org/2000/svg" width="20.504" height="20.508" viewBox="0 0 20.504 20.508">
12 <g id="Group_72" data-name="Group 72" transform="translate(-1121.166 -308.672)">
13 <g id="Group_71" data-name="Group 71" transform="translate(1121.166 308.672)">
14 <g id="Icon" transform="translate(0 0)">
15 <g id="Group_67" data-name="Group 67" transform="translate(0 0.004)">
16 <path id="Path_51" data-name="Path 51"
17 d="M9.949,47.368a1.9,1.9,0,0,0-1.9-1.9H2.336a1.9,1.9,0,0,0-1.9,1.9v5.709a1.9,1.9,0,0,0,1.9,1.9H8.046a1.9,1.9,0,0,0,1.9-1.9Z"
18 transform="translate(-0.433 -45.465)" fill="" fill-rule="evenodd" />
19 </g>
20 <g id="Group_68" data-name="Group 68" transform="translate(0 10.992)">
21 <path id="Path_52" data-name="Path 52"
22 d="M9.949,47.368a1.9,1.9,0,0,0-1.9-1.9H2.336a1.9,1.9,0,0,0-1.9,1.9v5.709a1.9,1.9,0,0,0,1.9,1.9H8.046a1.9,1.9,0,0,0,1.9-1.9Z"
23 transform="translate(-0.433 -45.465)" fill="" fill-rule="evenodd" />
24 </g>
25 <g id="Group_69" data-name="Group 69" transform="translate(10.988 10.992)">
26 <path id="Path_53" data-name="Path 53"
27 d="M9.949,47.368a1.9,1.9,0,0,0-1.9-1.9H2.336a1.9,1.9,0,0,0-1.9,1.9v5.709a1.9,1.9,0,0,0,1.9,1.9H8.046a1.9,1.9,0,0,0,1.9-1.9Z"
28 transform="translate(-0.433 -45.465)" fill="" fill-rule="evenodd" />
29 </g>
30 <g id="Group_70" data-name="Group 70" transform="translate(10.984 0)">
31 <path id="Path_54" data-name="Path 54"
32 d="M18.718,91.171a1.889,1.889,0,0,0-2.669,0l-2.872,2.872a1.887,1.887,0,0,0,0,2.669l2.872,2.872a1.887,1.887,0,0,0,2.669,0l2.872-2.872a1.887,1.887,0,0,0,0-2.669l-2.872-2.872Z"
33 transform="translate(-12.624 -90.619)" fill="" fill-rule="evenodd" />
34 </g>
35 </g>
36 </g>
37 </g>
38 </svg>
39 <p class="flex-template-title">Widgets</p>
40 </div>
41 </div>
42 <div class="col-sm-12 col-md-10 col-lg-10 col-xl-10">
43
44 <div class="flex-template-form">
45 <form action="">
46 <div class="flex-search text-right">
47 <div class="search-flex"><input type="text" id="fname" name="fname"
48 placeholder="Search Templates" class="flex-search-input" />
49 <svg class="absolute right-3 top-1/2 transform -translate-y-1/2 text-gray-400 pointer-events-none"
50 xmlns="" width="20" height="20" fill="none" viewBox="0 0 24 24"
51 stroke="currentColor">
52 <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
53 d="M21 21l-4.35-4.35M10 18a8 8 0 100-16 8 8 0 000 16z" />
54 </svg>
55 </div>
56
57 </div>
58 </form>
59
60 </div>
61 </div>
62 </div>
63
64 </div>
65 </section>
66
67 <!-- HTML -->
68 <div class="section coming-soon">
69 <h1>COMING SOON</h1>
70 </div>