Mercurial > xmpp-account-manager
diff index.xhtml @ 3:5aa1bf7154b0
Add a simple PEP node viewer and editor.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 22 Dec 2018 02:23:38 +0100 |
parents | db033e5eabcb |
children | 5e97e1808a35 |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -62,6 +62,13 @@ <option value="presence">Only your contacts</option> </select></label> </p> +<h2>PEP</h2> +<table> +<thead> +<tr><th>PEP node</th><th>Title</th><th>Description</th><th>Type</th><th>⚠️ Delete</th></tr> +</thead> +<tbody id="pep-table"/> +</table> <h2>Dangerous zone</h2> <p> <button disabled="">Change my password</button> @@ -98,6 +105,7 @@ <script src="client.js"/> <script src="nickname.js"/> <script src="avatar.js"/> +<script src="pep.js"/> </body> </html>