Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions newLocation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<form id="form" action="newLocation.html" method="post">
<fieldset>
<legend>Suggest a New Location:</legend>
<h3><label>Location<input type="text" name="name" class="input inputText" placeholder="Name of the location..."/></label></h3>
<h3><label>Neighborhood<input type="text" name="hood" class="input inputText" placeholder="Downtown / Capitol Hill..."/></label></h3>
<h3><label>Address<input type="text" name="address" class="input inputText" placeholder="123 Main St., Seattle"/></label></h3>
<h3><label>Location <input type="text" name="name" class="input inputText" placeholder="Name of the location?"/></label></h3>
<h3><label>Neighborhood <input type="text" name="hood" class="input inputText" placeholder="(e.g. Capitol Hill)"/></label></h3>
<h3><label>Address <input type="text" name="address" class="input inputText" placeholder="123 Main St."/></label></h3>
<h3>
<label>Which days is it open?
<br />
Expand All @@ -27,9 +27,9 @@ <h3>
</p>
</label>
</h3>
<h3><label>What time does it open?<input type="number" name="openTime" class="input" placeholder="0-24hr | 4pm = 16"/></label></h3>
<h3><label>What time does it close?<input type="number" name="closeTime" class="input" placeholder="0-24hr | 6pm = 18"/></label></h3>
<h3><label>Any requirements for service?<input type="text" class="input inputText" name="restrictions" placeholder="Youth? Seniors? Women only?"/></label></h3>
<h3><label>What time does it open? <input type="number" name="openTime" class="input" placeholder="0-24hr | 4pm = 16"/></label></h3>
<h3><label>What time does it close? <input type="number" name="closeTime" class="input" placeholder="0-24hr | 6pm = 18"/></label></h3>
<h3><label>Any requirements for service? <input type="text" class="input inputText" name="restrictions" placeholder="(e.g. Seniors only)"/></label></h3>
<input type="submit" value="Submit"/>
</fieldset>
</form>
Expand Down