21
22
23
24
25
26
27
28
29
30
31
|
<div>
<a class="button" href="/@:xid">posts</a>
<a class="button" href="/@:xid/arc">archive</a>
<a class="button" href="/@:xid/media">media</a>
<a class="button" href="/@:xid/social">associates</a>
</div>
<div>
@auxbtn
</div>
</form>
</div>
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<div>
<a class="button" href="/@:xid">posts</a>
<a class="button" href="/@:xid/arc">archive</a>
<a class="button" href="/@:xid/media">media</a>
<a class="button" href="/@:xid/social">associates</a>
</div>
<div>
<a class="button" href="#rel">options</a>
@auxbtn
</div>
</form>
</div>
<form id="rel" class="modal" method="post">
<a href="#0" class="button">close</a><div>
<menu>@relations</menu>
<details>
<summary>circles</summary>
<button name="act" value="encircle">commit</button>
</details>
<details>
<summary>sanctions</summary>
<menu>
@sanctions
<div class="opt">
<button class="neg" name="act" value="report">report</button>
<p>if this user is violating instance rules, you can report this behavior to moderation staff and ask them to take action. please do not report users simply because you dislike them; this is what the above options are for.</p>
</div>
</menu>
</details>
</div></form>
|