* map-load.gif:
* mapstyle.css:
* fit-bounds.png:
* mapstyle-ie.css:
* jquery.googlemaps.js:
* pin-pink.png:
* mapstyle.min.css:
* pin-green.png:
* pin-azure.png:
* flag-azure.png:
* flag-green.png:
* needle-pink.png:
* jquery.googlemaps.min.js:
* current-location.png:
* niddle-green.png:
* popup-template-marker.html:
* popup-template-circle.html:
* popup-template-polygon.html:
* popup-template-polyline.html:
* popup-template-rectangle.html: GoogleMaps related add
* AccountController.cs: Fixes the conflict between external and custom
avatar
* BasketController.cs: (Revert to revision
93c18633b9)
* BlogsController.cs: Removes unused statment
* style.css:
* UserPost.aspx:
* UserPosts.aspx: an Avatar
* Web.csproj: Google Maps references and resources
* packages.config: Adds GoogleMapsHelpers, JQuery.GoogleMaps and
MVC.GoogleMaps references
* NpgsqlWorkflow.csproj: The project now references Newtonsoft.Json
* NpgsqlContentProvider.cs: Saves the command parameters
40 lines
No EOL
1.5 KiB
HTML
40 lines
No EOL
1.5 KiB
HTML
<div class="popup-content">
|
|
<textarea cols="75" rows="10" class="richtext-fix"></textarea>
|
|
<table border="0">
|
|
<tr>
|
|
<td>Center coordinates</td>
|
|
<td><input type="number" min="1" step="any" name="centerLat" /> <input type="number" min="1" step="any" name="centerLng" /></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td>Radius</td>
|
|
<td><input type="number" min="1" step="any" name="radius" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Border width</td>
|
|
<td><input type="number" min="1" name="borderWidth" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Border color</td>
|
|
<td>
|
|
<input type="text" name="strokeColor" id="strokeColor" />
|
|
<input type="color" name="strokeColorPicker" id="strokeColorPicker" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Fill color</td>
|
|
<td>
|
|
<input type="text" name="fillColor" id="fillColor" />
|
|
<input type="color" name="fillColorPicker" id="fillColorPicker" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" align="right">
|
|
<input type="button" class="btn-popup-save" value="Save" />
|
|
<input type="button" class="btn-popup-cancel" value="Cancel" />
|
|
<input type="button" class="btn-popup-delete" value="Delete" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<input type="hidden" name="changed" value="false" />
|
|
</div> |