...
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
<div class="layer">
|
||||
<th:block id="where" th:each="location : ${locations}">
|
||||
<div class="where_item">
|
||||
<span th:text="${location.timeString}"> </span>
|
||||
<span th:text="${location.mAddressLines}"> </span>
|
||||
<span th:text="${location.mCountryName}"> </span>
|
||||
<span th:text="${location.mLatitude}"> </span>
|
||||
<span th:text="${location.mLongitude}"> </span>
|
||||
<label th:text="${location.timeString}"/><br/>
|
||||
<label th:text="${location.mAddressLines}"/><br/>
|
||||
<label th:text="${location.mCountryName}"/><br/>
|
||||
<label th:text="${#numbers.formatDecimal(location.mLatitude, 1, 3)}"/><br/>
|
||||
<label th:text="${#numbers.formatDecimal(location.mLongitude, 1, 3)}"/><br/>
|
||||
</div>
|
||||
</th:block>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user