PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wp-google-maps
/
html
/
map-edit-page
<div class="wpgmza-feature-panel"> <div class="wpgmza-feature-drawing-instructions"> <ul> <li> <?php _e('<strong>Click</strong> on the map to set the first corner of your rectangle.', 'wp-google-maps'); ?> </li> <li> <?php _e('<strong>Click</strong> again to set the other corner and to finish drawing your rectangle.', 'wp-google-maps'); ?> </li> </ul> </div> <div class="wpgmza-feature-editing-instructions"> <ul> <li> <?php _e('Use the fields below to edit this rectangles information.', 'wp-google-maps'); ?> </li> <li> <?php _e('<strong>Click and drag</strong> corners of the rectangle to resize it.', 'wp-google-maps'); ?> </li> <li> <?php _e('<strong>Click and drag</strong> the edges of the rectangle to resize it.', 'wp-google-maps'); ?> </li> </ul> </div> <input data-ajax-name="id" type="hidden" value="-1"/> <input data-ajax-name="map_id" type="hidden" value="-1"/> <input data-ajax-name="cornerA" type="hidden"/> <input data-ajax-name="cornerB" type="hidden"/> <fieldset> <legend> <?php esc_html_e("Name", "wp-google-maps"); ?> </legend> <input data-ajax-name="name" type="text"/> </fieldset> <fieldset> <legend> <?php esc_html_e("Fill Color", "wp-google-maps"); ?> </legend> <input type="color" data-ajax-name="color"/> </fieldset> <fieldset> <legend> <?php esc_html_e("Opacity", "wp-google-maps"); ?> </legend> <input type="number" data-ajax-name="opacity" min="0" max="1" step="0.1" value="0.5"/> <small> <?php esc_html_e('(0 - 1.0) example: 0.5 for 50%', 'wp-google-maps'); ?> </small> </fieldset> <fieldset class="wpgmza-save-feature-container"> <button type="button" class="button button-primary wpgmza-save-feature" data-add-caption="<?php esc_attr_e('Add Rectangle', 'wp-google-maps'); ?>" data-edit-caption="<?php esc_attr_e('Save Rectangle', 'wp-google-maps'); ?>"> </button> </fieldset> </div>
[-] heatmap-panel.html.php
[edit]
[-] rectangle-panel.html.php
[edit]
[-] polygon-panel.html.php
[edit]
[-] circle-panel.html.php
[edit]
[-] marker-panel.html.php
[edit]
[-] map-edit-page.html.php
[edit]
[+]
..
[-] polyline-panel.html.php
[edit]