Legend:
- Unmodified
- Added
- Removed
-
cimeri-main/target/classes/templates/findapartments.html
rbc30bce r087ce2b 61 61 <span class="findapartments-text06">CITY</span> 62 62 63 <select class="findapartments-textinput1 input" name="city name" id="cityname">64 <option th:each="city : ${cities}" th:value="${city.city name}" th:name="city" th:text="${city.cityname}">63 <select class="findapartments-textinput1 input" name="cityid" id="cityid"> 64 <option th:each="city : ${cities}" th:value="${city.cityid}" th:name="city" th:text="${city.cityname}"> 65 65 </option> 66 66 </select>
Note:
See TracChangeset
for help on using the changeset viewer.