Created
April 10, 2014 11:35
-
-
Save chriscooning/10371602 to your computer and use it in GitHub Desktop.
volunteer tracker - enhanced error
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
<div class="alert-container"> | |
<div class="alert alert-warning" style=" | |
padding-right: 35px; | |
padding-bottom: 45px; | |
"> | |
<h3>Uh-Oh! We need a few corrections from you in order to fully import your list...</h3> <div> | |
<table class="table table-bordered table-striped"> | |
<tbody><tr> | |
<th>Username</th> | |
<th>Name</th> | |
<th>User Charity</th> | |
<th>Availability</th> | |
<th></th> | |
</tr><tr> | |
<td><a href="/users/7268/subaccounts/7278">subaccounttest1</a></td> | |
<td>C C</td> | |
<td style=" | |
border: 4px solid #FC0D0D; | |
">charity invaild / missing!<br> | |
Select a charity: | |
<select> | |
<option value="volvo">charity1</option> | |
<option value="saab">charity2</option> | |
</select> | |
</td> | |
<td>set to go!</td> | |
<td><a href="/users/7268/subaccounts/7278" data-method="delete" rel="nofollow">Delete</a></td> | |
</tr> | |
<tr> | |
<td style=" | |
border: 4px solid #FC0D0D; | |
">Username already exists! Create a new one: | |
<input type="text" name="fname"> | |
<a href="/users/7268/subaccounts/7279">subaccounttest1</a> | |
</td> | |
<td>C C</td> | |
<td>Apostolic Church Power</td> | |
<td>set to go!</td> | |
<td><a href="/users/7268/subaccounts/7279" data-method="delete" rel="nofollow">Delete</a></td> | |
</tr> | |
<tr> | |
<td><a href="/users/7268/subaccounts/7271">subtest1</a></td> | |
<td>Subtest1 Subtest1</td> | |
<td>Apostolic Church Power</td> | |
<td style=" | |
border: 4px solid #FC0D0D; | |
">This user has no availability: | |
<a href="/users/7268/subaccounts/7271/availabilities">Set availabilities</a></td> | |
<td><a href="/users/7268/subaccounts/7271" data-method="delete" rel="nofollow">Delete</a></td> | |
</tr> | |
</tbody></table> | |
<a class="btn btn-success pull-right">Save</a></div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment