123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0"?>
- <?xml-stylesheet type="text/xsl" href="../themes/current/people.xsl"?>
- <html base="../" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <link href="../themes/current/style.css" rel="stylesheet" type="text/css"/>
- <meta charset="utf-8" />
- <title>People</title>
- </head>
- <body>
- <div aria-label="Header" id="header" role="navigation">
- <a href="../seppo.cgi/timeline/p/" rel="start" role="button" title="Home">🏡 <span class=
- "hidden-xs">Home</span></a>
- </div>
- <h1>👥 People</h1>
- <ul class="nobullet">
- <li><a href="../activitypub/subscribed_to/" role="button" title=
- "the people you receive from">Subscribed to 👂</a></li>
- <li><a href="../activitypub/subscribers/" role="button" title=
- "the people you send to">Subscribers 📣</a></li>
- <li><a class="disabled" href="../activitypub/blocked/" role="button" title=
- "the people filtered out">Blocked 🤐</a></li>
- </ul>
- <form id="webfinger" class="combined" method="get" action="../seppo.cgi/activitypub/actor.xml">
- <label for="resource">Look up somebody:</label>
- <input autofocus="autofocus" type="text" name="resource" placeholder="@alice@example.org" />
- <button type="submit" tabindex="-1">View Profile</button>
- </form>
- <p></p>
- <form id="bulk" method="post" action="../seppo.cgi/activitypub/actor.xml">
- <input type="hidden" name="token" value="$TOKEN"/>
- <label>Bulk Actor Activity</label>
- <textarea name="resource" placeholder="@alice@example.org
- example.org/users/bob" rows="8" cols="25"></textarea>
- <fieldset name="activity" style="display:flex; justify-content:space-between;">
- <button name="subscribe_to">Subscribe to 👂</button>
- <button name="unsubscribe">Unsubscribe 🙉</button>
- <button name="block">Block 🤐</button>
- </fieldset>
- </form>
- </body>
- </html>
|