32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<form id="rel" class="modal" method="post">
<a href="#0" class="button">close</a><div>
<menu>@relations</menu>
<div class="check-panel">
@circles
</div>
<button name="act" value="circle">set circles</button>
<details>
<summary>sanctions</summary>
<menu>
@sanctions
<div class="opt">
<a class="neg button" href="/@:xid/report">report</a>
<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>
|
|
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<form id="rel" class="modal" method="post">
<a href="#0" class="button">close</a><div>
<menu>@relations</menu>
<div class="check-panel">
@circles
</div>
<menu class="horizontal choice">
<button name="act" value="circle" formaction="#">set circles and close</button>
<button name="act" value="circle" formaction="?go=/conf/circles">set and go to circles</button>
</menu>
<details>
<summary>sanctions</summary>
<menu>
@sanctions
<div class="opt">
<a class="neg button" href="/@:xid/report">report</a>
<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>
|