mirror of
https://github.com/anope/anope.git
synced 2026-06-27 17:26:39 +02:00
20 lines
476 B
HTML
20 lines
476 B
HTML
{INCLUDE header.html}
|
|
{FOR M IN MESSAGES}
|
|
{M}</br>
|
|
{END FOR}
|
|
<b>Your certificate finrgerprints:</b>
|
|
<table width="100%" height="100%">
|
|
{FOR CERT IN CERTS}
|
|
<tr>
|
|
<td>{CERT}</td>
|
|
<td><a href="/nickserv/cert?mask={CERT}&del=1">Delete</a></td>
|
|
</tr>
|
|
{END FOR}
|
|
</table>
|
|
<b>Add an certificate fingerprint</b>
|
|
<form method="post" action="/nickserv/cert">
|
|
<input name="certfp">
|
|
<input type="submit" value="Add">
|
|
</form>
|
|
{INCLUDE footer.html}
|