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 / edit-point-html.php

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

249 lines 15.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="imh-6310-edit-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 Edit 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'><label class="imh-6310-form-label" for="icons">Marker Type:</label></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'><label class="imh-6310-form-label" for="icons">Icons:</label></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-2'><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'><label class="imh-6310-form-label" for="icons">Hover Icons:</label></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'><label class="imh-6310-form-label" for="icons">Icon Color:</label></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'><label class="imh-6310-form-label" for="icons">Icon Hover Color:</label></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'><label class="imh-6310-form-label" for="icons">Icon Size:</label></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'><label class="imh-6310-form-label" for="picture">Custom Icon/Image <span class="imh-6310-pro">(Pro)</span> :</label></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">
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'><label class="imh-6310-form-label" for="picture">Custom Hover Icon/Image <span class="imh-6310-pro">(Pro)</span> :</label></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">
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'><label class="imh-6310-form-label">Image / icon Size <span class="imh-6310-pro">(Pro)</span> :</label></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'><label class="imh-6310-form-label" for="icons">Text <span class="imh-6310-pro">(Pro)</span> :</label></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 <div class="imh-6310-no-live-preview">Live Preview Not Available</div>
115 </td>
116
117 </tr>
118 <tr height="40px" class="imh-6310-form-icon imh_6310_icon_glow_color">
119 <td class='imh-6310-width-150'><b>Color:</b></td>
120 <td>
121 <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)">
122 <div class="imh-6310-no-live-preview">Live Preview Not Available</div>
123 </td>
124 </tr>
125 </table>
126 </div>
127 <div class="imh-6310-tab imh-6310-tab-2">
128 <table border="0" width="100%" cellpadding="10" cellspacing="0">
129 <tr>
130 <td class='imh-6310-width-150'><b class="imh-6310-form-label">Element Type:</b></td>
131 <td>
132 <input class='imh-6310-section-select' value='1' type="radio" name="popover_new" checked />Tooltip
133 <input class='imh-6310-section-select' value='2' type="radio" name="popover_new">Embedded code <span class="imh-6310-pro">(Pro)</span>
134 <input class='imh-6310-section-select' value='3' type="radio" name="popover_new">Custom code <span class="imh-6310-pro">(Pro)</span>
135 </td>
136 </tr>
137 </table>
138 <div class="imh-6310-templates imh-6310-hide">
139 <table border="0" width="100%" cellpadding="10" cellspacing="0">
140 <tr class="">
141 <td class='imh-6310-width-150'><label class="imh-6310-form-label" for="picture"> Select Template:</label></td>
142 <td>
143 <div class="imh-6310-tooltip_img_section">
144 <div class="imh-6310-tooltip-img imh-6310-tooltip-img-css imh-6310-type-1" data-id='01'>
145 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/1.png' ?>" data-template='template-01' alt="First Img">
146 </div>
147 <div class="imh-6310-tooltip-img-css imh-6310-tooltip-img-pro imh-6310-tooltip-img imh-6310-type-2 " data-id='02'>
148 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/2.png' ?>" alt="First Img">
149 </div>
150 <div class="imh-6310-tooltip-img-css imh-6310-tooltip-img-pro imh-6310-type-1" data-id='03'>
151 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/3.png' ?>" alt="First Img">
152 </div>
153 <div class="imh-6310-tooltip-img-css imh-6310-tooltip-img-pro imh-6310-type-1" data-id='04'>
154 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/4.png' ?>" alt="First Img">
155 </div>
156 <div class="imh-6310-tooltip-img-css imh-6310-tooltip-img-pro imh-6310-type-1 " data-id='05'>
157 <img src="<?php echo imh_6310_plugin_dir_url . 'assets/images/5.png' ?>" alt="First Img">
158 </div>
159 </div>
160 </td>
161 </tr>
162 </table>
163 </div>
164 <div class="imh-6310-tooltip-link imh-6310-hide">
165 <table border="0" width="100%" cellpadding="10" cellspacing="0">
166 <tr>
167 <td class='imh-6310-width-150'><label class="imh-6310-form-label" for="picture">Title Content:</label></td>
168 <td>
169 <input type="text" class="imh_6310_link_text">
170 </td>
171 </tr>
172
173 <tr>
174 <td class='imh-6310-width-150'><label class="imh-6310-form-label" for="picture">Open in Popup <span class="imh-6310-pro">(Pro)</span> :</label></td>
175 <td>
176 <input name="imh-6310-open-popup" class="imh-6310-open-popup" value='2' type="radio" checked>Yes
177 <input name="imh-6310-open-popup" class="imh-6310-open-popup" value='1' type="radio">No
178 </td>
179 </tr>
180 <tr class="tooltip-embedded imh-6310-hide">
181 <td class='imh-6310-width-150'><label class="imh-6310-form-label" for="picture"> Enter Embedded Code <span class="imh-6310-pro">(Pro)</span> :</label></td>
182 <td>
183 <textarea class="imh_6310_custom_code_popup-html" name="imh_6310_custom_code_popup" cols="90" rows="5" placeholder="This template avaiable on pro only." readonly ></textarea>
184 </td>
185 </tr>
186 </table>
187 </div>
188 <?php include imh_6310_plugin_url . "settings/template-settings.php"; ?>
189
190
191 </div>
192 <div class="imh-6310-tab imh-6310-tab-3">
193 <table border="0" width="100%" cellpadding="10" cellspacing="0">
194 <tr>
195 <td class='imh-6310-width-150'><label class="imh-6310-form-label" for="picture">Do you Link Title?:</label></td>
196 <td>
197 <input class='imh-6310_link_title_type' value='1' type="radio" name="link_title">Yes
198 <input class='imh-6310_link_title_type' value='2' type="radio" name="link_title" checked>No
199 </td>
200 </tr>
201 <tr class="imh-6310_link">
202 <td class='imh-6310-width-150'><label class="imh-6310-form-label" for="picture">Title Link Url:</label></td>
203 <td>
204 <input type="text" class="imh_6310_custom_link_url" data-value= "www.wpmart.org">
205 </td>
206 </tr>
207 <tr class="imh-6310_link">
208 <td class='imh-6310-width-150'><label class="imh-6310-form-label" for="picture">Open new tab:</label></td>
209 <td>
210 <input name="imh-6310-open-new-tab" class="imh-6310-open-new-tab" value='1' type="radio" checked>Yes
211 <input name="imh-6310-open-new-tab" class="imh-6310-open-new-tab" value='2' type="radio">No
212 </td>
213 </tr>
214 </table>
215 </div>
216 </div>
217 </div>
218
219
220
221 </div>
222 <div class="imh-6310-modal-form-footer">
223 <button type="button" name="close" class="imh-6310-btn-danger imh-6310-btn-close imh-6310-pull-right">Close</button>
224 <input type="submit" name="submit" class="imh-6310-btn-primary imh-6310-pull-right imh-6310-margin-right-10 imh-6310-update-place-save" value="Done" />
225 </div>
226 <br class="imh-6310-clear" />
227 </div>
228 </div>
229
230 <!-- Icon Modal Start -->
231 <div id="imh_6310_social_icon" class="imh-6310-modal imh-6310-display-none">
232 <div class="imh-6310-modal-content imh-6310-modal-xl">
233 <input type="hidden" name="rearrange_list" id="rearrange_list" value="" />
234 <div class="imh-6310-modal-header">
235 <span class="imh-6310-action-button">Choose your Icon</span>
236 <input type="text" id="icon-filter" class="imh-6310-form-input" placeholder="Search Icon" />
237 <span class="imh-6310-font-awesome-close">&times;</span>
238 </div>
239 <div class="imh-6310-modal-body-form">
240 <ul class="imh-6310-choose-icon">
241 <?php echo imh_6310_fa_icon_list('li', '</li>'); ?>
242 </ul>
243 </div>
244 <div class="imh-6310-modal-form-footer">
245 <button type="button" name="close" id="imh-6310-font-icon-close" class="imh-6310-btn-danger imh-6310-pull-right">Close</button>
246 </div>
247 <br class="imh-6310-clear" />
248 </div>
249 </div>