forked from COP4331Group10/ContactManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9c4869
commit 3b0bf54
Showing
4 changed files
with
168 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,46 @@ | |
|
||
<h1 id="title">Edit Knightact</h1> | ||
|
||
<div id=""> | ||
|
||
|
||
</div> | ||
<div class="container"> | ||
<div id="littleDo"> | ||
<div class="row"> | ||
<div class="col-left"> | ||
<label for="firstname">First Name*</label></div> | ||
<div class="col-right"> | ||
<input type="text" id="firstname" name= "firstname" placeholder="Knightro"></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-left"> | ||
<label for="lastname">Last Name*</label></div> | ||
<div class="col-right"> | ||
<input type="text" id="lastname" name= "lastname" placeholder="Pegasus"></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-left"> | ||
<label for="email">Email*</label></div> | ||
<div class="col-right"> | ||
<input type="text" id="email" name= "email" placeholder="[email protected]"></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-left"> | ||
<label for="number">Phone Number*</label></div> | ||
<div class="col-right"> | ||
<input type="text" id="number" name="number" placeholder="123-456-7890"></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-left"> | ||
<label for="address">Address*</label></div> | ||
<div class="col-right"> | ||
<input type="text" id="address" name="address" placeholder="1234 NW 59th st."></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-left"> | ||
<label for="notes">Notes</label></div> | ||
<div class="col-right"> | ||
<textarea id="notes" name="notes" placeholder="I love UCF!"></textarea></div> | ||
</div> | ||
<span id="required">*These are required fields.</span><br> | ||
</div></div> | ||
|
||
<div id = "buttonDiv"> | ||
<div class="inner-2"><button type="button" id="backButton" class="buttons" onclick= "returnToContactPage()";> Back </button></div> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.