Changeset 1645537
- Timestamp:
- 04/26/2017 07:59:42 AM (9 years ago)
- File:
-
- 1 edited
-
wp-googlemap/trunk/add_user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-googlemap/trunk/add_user.php
r1645531 r1645537 55 55 <h2>Gooogle Map Details </h2> 56 56 <form method="POST" id="editform"> 57 Address:<input name="formatted_address" type="text" value="" class="address"><br><br>58 Latitude:<input name="lat" type="text" value="<?php echo $latitudex;?>"><br><br>59 Longitude:<input name="lng" type="text" value="<?php echo $longitudex;?>"><br><br>60 width:<input id="width" type="text" name="width" value="<?php echo $widthx;?>"><br><br>61 height:<input id="height" type="text" name="height" value="<?php echo $heightx;?>"><br><br>57 <h3><strong>Address</strong></h3><input name="formatted_address" type="text" value="" class="address"><br><br> 58 <h3><strong>Latitude</strong></h3><input name="lat" type="text" value="<?php echo $latitudex;?>"><br><br> 59 <h3><strong>Longitude</strong></h3><input name="lng" type="text" value="<?php echo $longitudex;?>"><br><br> 60 <h3><strong>width</strong></h3> <input id="width" type="text" name="width" value="<?php echo $widthx;?>"><br><br> 61 <h3><strong>height</strong></h3> <input id="height" type="text" name="height" value="<?php echo $heightx;?>"><br><br> 62 62 <input type="submit" name="submit"value="Save"><br> 63 63 </form>
Note: See TracChangeset
for help on using the changeset viewer.