Changeset 46fd0c7 for src/main/resources/templates
- Timestamp:
- 03/13/23 00:58:07 (20 months ago)
- Branches:
- master
- Children:
- 9050790
- Parents:
- 2b0a4db
- Location:
- src/main/resources/templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/register_business.html
r2b0a4db r46fd0c7 37 37 <div class="col-md-6 mb-4"> 38 38 <div class="form-outline"> 39 <input type="text" id="firstName" class="form-control" placeholder=" Username"40 aria-label=" Username"/>39 <input type="text" id="firstName" class="form-control" placeholder="First name" 40 aria-label="Firstname"/> 41 41 </div> 42 42 </div> … … 72 72 73 73 <div class="form-outline mb-4"> 74 <input type=" email" id="companyName" class="form-control" placeholder="Company Name"74 <input type="text" id="companyName" class="form-control" placeholder="Company Name" 75 75 aria-label="companyName"/> 76 76 </div> … … 86 86 </div> 87 87 88 <div class="row"> 89 <div class="form-outline col-md-10"> 90 <div class="form-outline"> 91 <input type="text" id="services" class="form-control" placeholder="Services" 92 aria-label="services"/> 88 <div class="form-outline mb-4"> 89 <div class="row"> 90 <div class="col-md-10"> 91 <div class="form-outline"> 92 <input type="text" id="input_service" class="form-control" 93 placeholder="Services" 94 aria-label="services" disabled="true"/> 95 </div> 93 96 </div> 94 </div>95 <div class="form-outline col-md-2 d-grid">96 < button class="btn btn-primary" id="add_service">Add</button>97 <div class="form-outline col-md-2 d-grid"> 98 <button class="btn btn-primary" id="add_service" disabled="true">Add</button> 99 </div> 97 100 </div> 98 101 </div> … … 104 107 105 108 <!-- Submit button --> 106 <button type=" submit" class="btn btn-primary btn-block mb-4">109 <button type="buttom" class="btn btn-primary btn-block mb-4" id="signup_business_button"> 107 110 Sign up 108 111 </button>
Note:
See TracChangeset
for help on using the changeset viewer.