Created
October 6, 2009 18:46
-
-
Save chadspencer/203308 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<form action="#" method="post"> | |
<div class="container-small"> | |
<div class="section"> | |
<h3>Customer Information</h3> | |
<!--Is this method legit--> | |
<label>First name | |
<input id="first-name-field" name="first-name" type="text"/> | |
</label> | |
<label for="last-name-field">Last name</label> | |
<input id="last-name-field" name="last-name" type="text"/> | |
<label for="company-field">Company <em>(optional)</em></label> | |
<input id="company-field" name="company" type="text"/> | |
</div> | |
<button class="red" type="submit" name="delete" value="delate">Delete Selected</button> | |
<p class="additional right"><em>Viewing 51-100 of 320</em> <a href="#">Previous</a> | <a href="#">Next</a></p> | |
</div> | |
</form> | |
<form> | |
<div id="column"> | |
<div class="section"> | |
<h3>Admin</h3> | |
<label for="notes-feild">Notes:</label> | |
<textarea id="notes-field" name="notes"></textarea> | |
</div> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment