Mercurial > xmpp-account-manager
diff index.xhtml @ 27:02b5bceeca64
Add vCard birthday support, and only include complete values in the vCard.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 23 Dec 2018 16:51:53 +0100 |
parents | 28967a0bb1b2 |
children | e6d8095f2c0a |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -104,7 +104,7 @@ Enter your nickname, so people you know <div class="col-sm-8"> <p> <label>Full name<br/> -<input id="vcard-fullname" disabled=""/></label><br/> +<input id="vcard-fn" disabled=""/></label><br/> Enter your name, so people you know can recognize you. </p> <p> @@ -113,6 +113,10 @@ Enter your name, so people you know can This can be used if you forget your password. </p> <p> +<label>Birthday<br/> +<input id="vcard-bday" type="date" disabled=""/></label> +</p> +<p> <label>Who can see your vCard?<br/> <select id="vcard-access"> <option value="open">Anyone</option>