comparison index.xhtml @ 41:6a42b1783c9d

mathieui: Rename vCard to Personal Information.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 23 May 2020 18:04:17 +0200
parents c2e2b107c7c1
children 1b07435c7891
comparison
equal deleted inserted replaced
40:bd343ef0942f 41:6a42b1783c9d
81 81
82 <hr class="tab-profile"/> 82 <hr class="tab-profile"/>
83 83
84 <div class="row tab-profile"> 84 <div class="row tab-profile">
85 <div class="col-sm-4"> 85 <div class="col-sm-4">
86 <h2>vCard</h2> 86 <h2>Personal Information</h2>
87 <p>Who are you?</p> 87 <p>Who are you?</p>
88 <img width="24" height="24" id="vcard-spinner" hidden=""/> 88 <img width="24" height="24" id="vcard-spinner" hidden=""/>
89 </div> 89 </div>
90 <div class="col-sm-8"> 90 <div class="col-sm-8">
91 <p> 91 <p>
101 <p> 101 <p>
102 <label>Birthday<br/> 102 <label>Birthday<br/>
103 <input id="vcard-bday" type="date" disabled=""/></label> 103 <input id="vcard-bday" type="date" disabled=""/></label>
104 </p> 104 </p>
105 <p> 105 <p>
106 <label>Who can see your vCard?<br/> 106 <label>Who can see your personal information?<br/>
107 <select id="vcard-access"> 107 <select id="vcard-access">
108 <option value="open">Anyone</option> 108 <option value="open">Anyone</option>
109 <option value="presence">Only your contacts</option> 109 <option value="presence">Only your contacts</option>
110 </select></label> <img width="24" height="24" id="vcard-access-spinner" hidden=""/> 110 </select></label> <img width="24" height="24" id="vcard-access-spinner" hidden=""/>
111 </p> 111 </p>