PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wp-google-maps
/
html
/
atlas-novus
/
map-edit-page
<div class="wpgmza-feature-panel"> <!-- Create instructions --> <div class="wpgmza-feature-drawing-instructions wpgmza-card wpgmza-shadow wpgmza-instruction-card"> <strong><?php _e("Creating polylines", "wp-google-maps"); ?></strong> <ul> <li> <?php _e('<strong>Click</strong> on the map to start drawing your polyline.', 'wp-google-maps'); ?> </li> <li> <?php _e('Add at least <strong>two</strong> points', 'wp-google-maps'); ?> </li> <li> <?php _e('<strong>Complete</strong> drawing your polyline by <strong>clicking</strong> the end point a second time.', 'wp-google-maps'); ?> </li> </ul> </div> <!-- Edit insstructions --> <div class="wpgmza-feature-editing-instructions wpgmza-card wpgmza-shadow wpgmza-instruction-card"> <strong><?php _e("Editing polylines", "wp-google-maps"); ?></strong> <ul> <li> <?php _e('Use the fields below to edit this polylines information.', 'wp-google-maps'); ?> </li> <li> <?php _e('<strong>Click and drag</strong> existing vertices to move them.', 'wp-google-maps'); ?> </li> <li> <?php _e('<strong>Click and drag</strong> any edge to add vertices.', 'wp-google-maps'); ?> </li> <li> <?php _e('<strong>Hold Alt</strong> and click to remove vertices.', 'wp-google-maps'); ?> </li> </ul> </div> <!-- Hidden reference fields --> <input data-ajax-name="id" type="hidden" value="-1"/> <input data-ajax-name="map_id" type="hidden" value="-1"/> <!-- Name --> <fieldset> <legend><?php esc_html_e("Name", "wp-google-maps"); ?></legend> <input type="text" data-ajax-name="polyname"/> </fieldset> <!-- Description field will go here --> <!-- <fieldset> <legend> <?php esc_html_e("Description", "wp-google-maps"); ?> </legend> <textarea data-ajax-name="description"></textarea> </fieldset> --> <!-- Line color --> <fieldset> <legend><?php esc_html_e("Line Color", "wp-google-maps"); ?></legend> <input data-ajax-name="linecolor" type="text" data-support-palette="false" data-support-alpha="false" data-container=".map_wrapper" class="wpgmza-color-input" value="#808080"/> </fieldset> <!-- Opacity --> <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"/> </fieldset> <!-- Hint --> <div class="hint"> <?php esc_html_e('(0 - 1.0) example: 0.5 for 50%', 'wp-google-maps'); ?> </div> <!-- Thickness --> <fieldset> <legend> <?php esc_html_e("Line Thickness", "wp-google-maps"); ?> </legend> <input type="number" data-ajax-name="linethickness" min="1" max="50" step="1" value="4"/> </fieldset> <!-- Layer --> <fieldset class="wpgmza-pro-feature"> <legend><?php esc_html_e('Layer', 'wp-google-maps'); ?></legend> <div> <input data-ajax-name="layergroup" type="number" min="0" max="100" value="0" step="1" /> <small> <?php esc_html_e('Increase this number to move the shape to the top', 'wp-google-maps'); ?> </small> </div> </fieldset> <!-- Polyline data --> <div class="fieldset-toggle"> <span>Show polyline data</span> </div> <fieldset> <textarea data-ajax-name="polydata"></textarea> </fieldset> <!-- buttons --> <fieldset class="wpgmza-save-feature-container"> <button type="button" class="wpgmza-button wpgmza-button-accent wpgmza-save-feature" data-add-caption="<?php esc_attr_e('Add Polyline', 'wp-google-maps'); ?>" data-edit-caption="<?php esc_attr_e('Save Polyline', 'wp-google-maps'); ?>"> </button> </fieldset> </div>
[-] heatmap-panel.html.php
[edit]
[-] rectangle-panel.html.php
[edit]
[-] bulk-marker-editor-dialog.html.php
[edit]
[-] polygon-panel.html.php
[edit]
[-] circle-panel.html.php
[edit]
[-] pointlabel-panel.html.php
[edit]
[-] map-select-dialog.html.php
[edit]
[-] map-editor-tour.html.php
[edit]
[-] marker-panel.html.php
[edit]
[-] imageoverlay-panel.html.php
[edit]
[-] map-edit-page.html.php
[edit]
[+]
..
[-] polyline-panel.html.php
[edit]