Changeset 087ce2b for cimeri-main/target/classes/templates
- Timestamp:
- 07/10/23 17:50:01 (17 months ago)
- Branches:
- master
- Parents:
- bc30bce
- Location:
- cimeri-main/target/classes/templates
- Files:
-
- 3 edited
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> -
cimeri-main/target/classes/templates/findroommates.html
rbc30bce r087ce2b 61 61 <span class="findroommates-text06">CITY</span> 62 62 63 <select class="findroommates-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="findroommates-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> -
cimeri-main/target/classes/templates/postapartment.html
rbc30bce r087ce2b 99 99 <br /> 100 100 </span> 101 <select class="postapartment-textinput2 input" name="city name" id="cityname">102 <option th:each="city : ${cities}" th:value="${city.city name}" th:name="city" th:text="${city.cityname}">101 <select class="postapartment-textinput2 input" name="cityid" id="cityid"> 102 <option th:each="city : ${cities}" th:value="${city.cityid}" th:name="city" th:text="${city.cityname}"> 103 103 </option> 104 104 </select>
Note:
See TracChangeset
for help on using the changeset viewer.