Redirect URL UI initial commit

pull/210/head
Michael Jett 2012-08-27 16:17:22 -04:00
parent 259e84c871
commit d8037c0513
1 changed files with 13 additions and 0 deletions

View File

@ -73,6 +73,19 @@
<textarea class="input-xlarge" placeholder="http://"
rows="3"><% for (var i in registeredRedirectUri) { %><%=registeredRedirectUri[i]+"\n"%><% } %></textarea>
<p class="help-block">You may enter multiple URIs separated by a new lines</p>
<table class="table-condensed">
<tbody>
<tr>
<td><input type="text" placeholder="http://" value=""></td>
<td><button class="btn btn-inverse" type="button"><i class="icon-plus icon-white"></i></button></td>
</tr>
<tr>
<td>http://google.com</td>
<td><button class="btn btn-danger" type="button"><i class="icon-minus icon-white"></i></button></td>
</tr>
</tbody>
</table>
</div>
</div>