PluginProbe
Image Hotspot – Map Image Annotation / 1.2
Image Hotspot – Map Image Annotation v1.2
3.8 3.7 3.6 trunk 1.0 1.1 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 2.9 3.0 All 30 releases
image-map-hotspots / settings / add-point-html.php

add-point-html.php in Image Hotspot – Map Image Annotation 1.2, at settings/add-point-html.php

245 lines 14.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="imh-6310-add-point" class="imh-6310-modal imh-6310-hide">
2 <div class="imh-6310-modal-content imh-6310-modal-lg">
3 <div class="imh-6310-modal-header">
4 Marker Settings
5 <div class="imh-6310-close">&times;</div>
6 </div>
7
8 <div class="toggle-wrap">
9 <ul class="toggle-tabs">
10 <li data-id="1" class="active-tab">Marker</li>
11 <li data-id="2">Content</li>
12 <li data-id="3">link</li>
13 </ul>
14
15 <div class="imh-6310-modal-body-form">
16 <div class="tabbed-content-wrap">
17 <div class="imh-6310-tab imh-6310-tab-1">
18 <table border="0" width="100%" cellpadding="10" cellspacing="0">
19 <tr>
20 <td class='imh-6310-width-150'><b>Marker Type:</b></td>
21 <td>
22 <input type="radio" name='icontype' class='imh-6310_icon_type' value='1' checked /> Font Awesome Icon
23 <input type="radio" name='icontype' class="imh-6310_icon_type" value='2' /> Custom Icon <span class="imh-6310-pro">(Pro)</span>
24 <input type="radio" name='icontype' class='imh-6310_icon_type' value='3' /> Text <span class="imh-6310-pro">(Pro)</span>
25 </td>
26 </tr>
27 <tr height="40px" class="imh-6310-form-icon imh-6310-marker imh-6310-marker-type-1">
28 <td class='imh-6310-width-150'><b>Icons:</b></td>
29 <td>
30 <input type="text" name="icons" id="icons-1" class="imh-6310-form-input lg icons-1" placeholder="fas fa-map-marker-alt" data-value="fas fa-map-marker-alt" readonly="">
31 <div class="imh-6310-plus-icons" data-id='icons-1'><i class="fas fa-plus-circle"></i></div>
32 <div class="imh-6310-minus-icons" data-id='icons-1'><i class="fas fa-minus-circle"></i></div>
33 </td>
34 </tr>
35 <tr height="40px" class="imh-6310-form-icon imh-6310-marker imh-6310-marker-type-1">
36 <td class='imh-6310-width-150'><b>Hover Icons:</b></td>
37 <td>
38 <input type="text" name="hovericons" id="icons-2" class="imh-6310-form-input lg icons-2" placeholder="fas fa-map-marker-alt" data-value="fas fa-map-marker-alt" readonly="">
39 <div class="imh-6310-plus-icons" data-id='icons-2'><i class="fas fa-plus-circle"></i></div>
40 <div class="imh-6310-minus-icons" data-id='icons-2'><i class="fas fa-minus-circle"></i></div>
41 </td>
42 </tr>
43 <tr height="40px" class="imh-6310-form-icon imh-6310-marker imh-6310-marker-type-1">
44 <td class='imh-6310-width-150'><b>Icon Color:</b></td>
45 <td>
46 <input type="text" name="imh_6310_fontawesome_icon_color" class="imh_6310_fontawesome_icon_color imh-6310-form-input imh_6310_color_picker" data-format="rgb" data-value="rgb(255, 0, 0)">
47 </td>
48 </tr>
49 <tr height="40px" class="imh-6310-form-icon imh-6310-marker imh-6310-marker-type-1">
50 <td class='imh-6310-width-150'><b>Icon Hover Color:</b></td>
51 <td>
52 <input type="text" name="imh_6310_fontawesome_icon_hover_color" class="imh-6310-form-input imh_6310_color_picker imh_6310_fontawesome_icon_hover_color" data-format="rgb" data-value="rgb(255, 0, 0)">
53 </td>
54 </tr>
55 <tr height="40px" class="imh-6310-form-icon imh-6310-marker imh-6310-marker-type-1">
56 <td class='imh-6310-width-150'><b>Icon size:</b></td>
57 <td>
58 <input type="number" min='20' max="" name="imh-6310_icon_size" class="imh-6310-form-input imh-6310_icon_size" data-value="30">
59 </td>
60 </tr>
61
62 <tr class="imh-6310-marker imh-6310-marker-type-2 imh-6310-hide">
63 <td class='imh-6310-width-150'><b>Custom Icon/Image <span class="imh-6310-pro">(Pro)</span> :</b></td>
64 <td>
65 <input type="text" name="image" id="imh-6310-image-edit-1" class="imh-6310-form-input imh-6310-image-edit-1" value="">
66 <input type="button" value="Upload Image" class="imh-6310-btn-default imh-6310-icon-upload custom-icon-image" data-id="imh-6310-image-edit-1" data-value=''>
67 </td>
68 </tr>
69 <tr class="imh-6310-marker imh-6310-marker-type-2 imh-6310-hide">
70 <td class='imh-6310-width-150'><b>Custom Hover Icon/Image <span class="imh-6310-pro">(Pro)</span> :</b></td>
71 <td>
72 <input type="text" name="hoverimage" id="imh-6310-image-edit-2" class="imh-6310-form-input imh-6310-image-edit-2" value="">
73 <input type="button" value="Upload Hover Image" class="imh-6310-btn-default imh-6310-icon-upload custom-icon-image" data-id="imh-6310-image-edit-2" data-value=''>
74 </td>
75 </tr>
76 <tr class="imh-6310-marker imh-6310-marker-type-2 imh-6310-hide">
77 <td class='imh-6310-width-150'><b>Image / icon Size <span class="imh-6310-pro">(Pro)</span> :</b></td>
78 <td>
79 <input type="number" min='0' max="" name="img_or_icon_size" class="imh-6310-form-input img_or_icon_size" data-value="30">
80 </td>
81 </tr>
82 <tr height="40px" class="imh-6310-marker imh-6310-marker-type-3 imh-6310-hide">
83 <td class='imh-6310-width-150'><b>Text <span class="imh-6310-pro">(Pro)</span> :</b></td>
84 <td>
85 <input type="text" name="icons" id="imh-6310_custom_enter_text" class="imh-6310-form-input lg imh-6310_custom_enter_text" data-value="Hover here">
86 </td>
87 </tr>
88 <tr class="imh-6310-marker imh-6310-marker-type-3 imh-6310-hide">
89 <td class='imh-6310-width-150'><b>Font Size <span class="imh-6310-pro">(Pro)</span> :</b></td>
90 <td>
91 <input type="number" min="0" class="imh-6310-form-input imh_6310_custom_text_font_size" data-value="16" step="1" />
92 </td>
93 </tr>
94 <tr class="imh-6310-marker imh-6310-marker-type-3 imh-6310-hide">
95 <td><b>Font Color <span class="imh-6310-pro">(Pro)</span> :</b></td>
96 <td>
97 <input type="text" class="imh-6310-form-input imh_6310_color_picker imh_6310_custom_text_font_color" data-format="rgb" data-value="rgb(255, 255, 255)">
98 </td>
99 </tr>
100 <tr class="imh-6310-marker imh-6310-marker-type-3 imh-6310-hide">
101 <td><b>Background Color <span class="imh-6310-pro">(Pro)</span> :</b></td>
102 <td>
103 <input type="text" class="imh-6310-form-input imh_6310_color_picker imh_6310_custom_text_font_bg_color" data-format="rgb" data-opacity="0.8" data-value="rgba(2, 59, 92, 0.99)">
104 </td>
105 </tr>
106 </table>
107 <table border="0" width="100%" cellpadding="10" cellspacing="0">
108 <tr>
109 <td class='imh-6310-width-150'><b>Blinking Tooltip:</b></td>
110 <td>
111 <input type="radio" name='blinktype' class='imh-6310_blink_type' value='1' checked /> Yes
112 <span class="imh-6310-pro">(Pro)</span>
113 <input type="radio" name='blinktype' class="imh-6310_blink_type" value='2' />No <span class="imh-6310-pro">(Pro)</span>
114 </td>
115 </tr>
116 <tr height="40px" class="imh-6310-form-icon imh_6310_icon_glow_color">
117 <td class='imh-6310-width-150'><b>Color:</b></td>
118 <td>
119 <input type="text" name="imh_6310_fontawesome_icon_glow_color" class="imh-6310-form-input imh_6310_color_picker imh_6310_fontawesome_icon_glow_color" data-format="rgb" data-opacity="0.8" data-value="rgb(255, 0, 0)">
120 </td>
121 </tr>
122
123 </table>
124 </div>
125 <div class="imh-6310-tab imh-6310-tab-2">
126 <table border="0" width="100%" cellpadding="10" cellspacing="0">
127 <tr>
128 <td class='imh-6310-width-150'><b class="imh-6310-form-label">Element Type:</b></td>
129 <td>
130 <input class='imh-6310-section-select' value='1' type="radio" name="popover_new" checked />Tooltip
131 <input class='imh-6310-section-select' value='2' type="radio" name="popover_new">Embedded code <span class="imh-6310-pro">(Pro)</span>
132 <input class='imh-6310-section-select' value='3' type="radio" name="popover_new">Custom code <span class="imh-6310-pro">(Pro)</span>
133 </td>
134 </tr>
135 </table>
136 <div class="imh-6310-templates imh-6310-hide">
137 <table border="0" width="100%" cellpadding="10" cellspacing="0">
138
139 <tr class="">
140 <td class='imh-6310-width-150'><b class="imh-6310-form-label" > Select Template: </b></td>
141 <td>
142 <div class="imh-6310-tooltip_img_section">
143 <div class="imh-6310-tooltip-img imh-6310-tooltip-img-css imh-6310-type-1" data-id='01'>
144 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/1.png' ?>" data-template='template-01' alt="First Img">
145 </div>
146 <div class="imh-6310-tooltip-img-css imh-6310-tooltip-img imh-6310-tooltip-img-pro imh-6310-type-2 " data-id='02'>
147 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/2.png' ?>" alt="First Img">
148 </div>
149 <div class="imh-6310-tooltip-img-css imh-6310-tooltip-img-pro imh-6310-type-1" data-id='03'>
150 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/3.png' ?>" alt="First Img">
151 </div>
152 <div class="imh-6310-tooltip-img-css imh-6310-tooltip-img-pro imh-6310-type-1" data-id='04'>
153 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/4.png' ?>" alt="First Img">
154 </div>
155 <div class="imh-6310-tooltip-img-css imh-6310-tooltip-img-pro imh-6310-type-1 " data-id='05'>
156 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/5.png' ?>" alt="First Img">
157 </div>
158 </div>
159 </td>
160 </tr>
161 </table>
162 </div>
163 <div class="imh-6310-tooltip-link imh-6310-hide">
164 <table border="0" width="100%" cellpadding="10" cellspacing="0">
165 <tr>
166 <td class='imh-6310-width-150'><b class="imh-6310-form-label" >Title Content:</b></td>
167 <td>
168 <input type="text" data-value="Tooltip text" class="imh_6310_link_text">
169 </td>
170 </tr>
171
172 <tr>
173 <td class='imh-6310-width-150'><b class="imh-6310-form-label" >Open in Popup <span class="imh-6310-pro">(Pro)</span>:</b></td>
174 <td>
175 <input name="imh-6310-open-popup" class="imh-6310-open-popup" value='2' type="radio" checked>Yes
176 <input name="imh-6310-open-popup" class="imh-6310-open-popup" value='1' type="radio">No
177 </td>
178 </tr>
179 <tr class="tooltip-embedded imh-6310-hide">
180 <td class='imh-6310-width-150'><b class="imh-6310-form-label" > Enter Embedded Code <span class="imh-6310-pro">(Pro)</span>:</b></td>
181 <td>
182 <textarea class="imh_6310_custom_code_popup-html" name="imh_6310_custom_code_popup" placeholder="" cols="90" rows="5" placeholder="This template avaiable on pro only." readonly ></textarea>
183 </td>
184 </tr>
185 </table>
186 </div>
187 <?php include imh_6310_plugin_url . "settings/template-settings.php"; ?>
188 </div>
189
190 <div class="imh-6310-tab imh-6310-tab-3">
191 <table border="0" width="100%" cellpadding="10" cellspacing="0">
192 <tr>
193 <td class='imh-6310-width-150'><b>Do you Link Title?:</b></td>
194 <td>
195 <input class='imh-6310_link_title_type' value='1' type="radio" name="link_title">Yes
196 <input class='imh-6310_link_title_type' value='2' type="radio" name="link_title" checked>No
197 </td>
198 </tr>
199 <tr class="imh-6310_link">
200 <td class='imh-6310-width-150'><b>Title Link Url:</b></td>
201 <td>
202 <input type="text" class="imh_6310_custom_link_url" data-value="www.wpmart.org">
203 </td>
204 </tr>
205 <tr class="imh-6310_link">
206 <td class='imh-6310-width-150'><b>Open new tab:</b></td>
207 <td>
208 <input name="imh-6310-open-new-tab" class="imh-6310-open-new-tab" value='1' type="radio" checked>Yes
209 <input name="imh-6310-open-new-tab" class="imh-6310-open-new-tab" value='2' type="radio">No
210 </td>
211 </tr>
212 </table>
213 </div>
214 </div>
215 </div>
216
217 </div>
218 <div class="imh-6310-modal-form-footer">
219 <button type="button" name="close" class="imh-6310-btn-danger imh-6310-btn-close imh-6310-pull-right">Close</button>
220 <input type="submit" name="submit" class="imh-6310-btn-primary imh-6310-pull-right imh-6310-margin-right-10 imh-6310-add-place-save" value="Save" />
221 </div>
222 <br class="imh-6310-clear" />
223 </div>
224 </div>
225
226 <!-- Icon Modal Start -->
227 <div id="imh_6310_social_icon" class="imh-6310-modal imh-6310-display-none">
228 <div class="imh-6310-modal-content imh-6310-modal-xl">
229 <input type="hidden" name="rearrange_list" id="rearrange_list" value="" />
230 <div class="imh-6310-modal-header">
231 <span class="imh-6310-action-button">Choose your Icon</span>
232 <input type="text" id="icon-filter" class="imh-6310-form-input" placeholder="Search Icon" />
233 <span class="imh-6310-font-awesome-close">&times;</span>
234 </div>
235 <div class="imh-6310-modal-body-form">
236 <ul class="imh-6310-choose-icon">
237 <?php echo imh_6310_fa_icon_list('li', '</li>'); ?>
238 </ul>
239 </div>
240 <div class="imh-6310-modal-form-footer">
241 <button type="button" name="close" id="imh-6310-font-icon-close" class="imh-6310-btn-danger imh-6310-pull-right">Close</button>
242 </div>
243 <br class="imh-6310-clear" />
244 </div>
245 </div>