Get the contacts field partially working

This commit is contained in:
Joseph Schorr 2015-01-05 17:10:01 -05:00
parent 32c0a14d96
commit 825455ea6c
5 changed files with 176 additions and 42 deletions

View file

@ -24,22 +24,11 @@
<tr>
<td class="non-input">Contact Information:</td>
<td colspan="2">
<span class="config-list-field" binding="config.CONTACT_INFO" item-title="Contact URL"
placeholder="Add contact information"></span>
<span class="config-contacts-field" binding="config.CONTACT_INFO"></span>
<div class="help-text" style="margin-top: 10px;">
Information to show in the Contact Page. If none specified, CoreOS contact information
is displayed.
</div>
<div class="help-text">
<table class="inner-table">
<tr><td><i class="fa fa-envelope"></i> E-mail</td><td>mailto:some@email.com</td></tr>
<tr><td><i class="fa fa-comment"></i> IRC</td><td>irc://server:port/channel</td></tr>
<tr><td><i class="fa fa-phone"></i> Telephone</td><td>tel:number</td></tr>
<tr><td><i class="fa fa-twitter"></i> Twitter</td><td>https://twitter.com/twitterhandle</td></tr>
<tr><td><i class="fa fa-ticket"></i> URL</td><td>http(s)://*</td></tr>
</table>
</div>
</td>
</tr>
<tr>