Ignore:
Timestamp:
07/10/23 17:50:01 (15 months ago)
Author:
blagojanikoloski <blagojanikoloski1@…>
Branches:
master
Parents:
bc30bce
Message:

First Change

Location:
cimeri-main/target/classes/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cimeri-main/target/classes/templates/findapartments.html

    rbc30bce r087ce2b  
    6161        <span class="findapartments-text06">CITY</span>
    6262
    63         <select class="findapartments-textinput1 input" name="cityname" id="cityname">
    64         <option th:each="city : ${cities}" th:value="${city.cityname}" 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}">
    6565        </option>
    6666        </select>
  • cimeri-main/target/classes/templates/findroommates.html

    rbc30bce r087ce2b  
    6161        <span class="findroommates-text06">CITY</span>
    6262
    63         <select class="findroommates-textinput1 input" name="cityname" id="cityname">
    64         <option th:each="city : ${cities}" th:value="${city.cityname}" 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}">
    6565        </option>
    6666        </select>
  • cimeri-main/target/classes/templates/postapartment.html

    rbc30bce r087ce2b  
    9999                <br />
    100100              </span>
    101               <select class="postapartment-textinput2 input" name="cityname" id="cityname">
    102                 <option th:each="city : ${cities}" th:value="${city.cityname}" 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}">
    103103                </option>
    104104              </select>
Note: See TracChangeset for help on using the changeset viewer.