parsav  Diff

Differences From Artifact [1a1f71cc57]:

To Artifact [b073906391]:


    21     21   		<div>
    22     22   			<a class="button" href="/@:xid">posts</a>
    23     23   			<a class="button" href="/@:xid/arc">archive</a>
    24     24   			<a class="button" href="/@:xid/media">media</a>
    25     25   			<a class="button" href="/@:xid/social">associates</a>
    26     26   		</div>
    27     27   		<div>
           28  +			<a class="button" href="#rel">options</a>
    28     29   			@auxbtn
    29     30   		</div>
    30     31   	</form>
    31     32   </div>
           33  +
           34  +<form id="rel" class="modal" method="post">
           35  +<a href="#0" class="button">close</a><div>
           36  +	<menu>@relations</menu>
           37  +	<details>
           38  +		<summary>circles</summary>
           39  +		<button name="act" value="encircle">commit</button>
           40  +	</details>
           41  +	<details>
           42  +		<summary>sanctions</summary>
           43  +		<menu>
           44  +			@sanctions
           45  +			<div class="opt">
           46  +				<button class="neg" name="act" value="report">report</button>
           47  +				<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>
           48  +			</div>
           49  +		</menu>
           50  +	</details>
           51  +</div></form>