people.xml.tpl 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="../themes/current/people.xsl"?>
  3. <html base="../" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <link href="../themes/current/style.css" rel="stylesheet" type="text/css"/>
  6. <meta charset="utf-8" />
  7. <title>People</title>
  8. </head>
  9. <body>
  10. <div aria-label="Header" id="header" role="navigation">
  11. <a href="../seppo.cgi/timeline/p/" rel="start" role="button" title="Home">🏡 <span class=
  12. "hidden-xs">Home</span></a>
  13. </div>
  14. <h1>👥 People</h1>
  15. <ul class="nobullet">
  16. <li><a href="../activitypub/subscribed_to/" role="button" title=
  17. "the people you receive from">Subscribed to 👂</a></li>
  18. <li><a href="../activitypub/subscribers/" role="button" title=
  19. "the people you send to">Subscribers 📣</a></li>
  20. <li><a class="disabled" href="../activitypub/blocked/" role="button" title=
  21. "the people filtered out">Blocked 🤐</a></li>
  22. </ul>
  23. <form id="webfinger" class="combined" method="get" action="../seppo.cgi/activitypub/actor.xml">
  24. <label for="resource">Look up somebody:</label>
  25. <input autofocus="autofocus" type="text" name="resource" placeholder="@alice@example.org" />
  26. <button type="submit" tabindex="-1">View Profile</button>
  27. </form>
  28. <p></p>
  29. <form id="bulk" method="post" action="../seppo.cgi/activitypub/actor.xml">
  30. <input type="hidden" name="token" value="$TOKEN"/>
  31. <label>Bulk Actor Activity</label>
  32. <textarea name="resource" placeholder="@alice@example.org
  33. &#10;example.org/users/bob" rows="8" cols="25"></textarea>
  34. <fieldset name="activity" style="display:flex; justify-content:space-between;">
  35. <button name="subscribe_to">Subscribe to 👂</button>
  36. <button name="unsubscribe">Unsubscribe 🙉</button>
  37. <button name="block">Block 🤐</button>
  38. </fieldset>
  39. </form>
  40. </body>
  41. </html>