mirror of
https://github.com/friendica/friendica
synced 2024-11-15 14:13:53 +00:00
21 lines
496 B
Smarty
21 lines
496 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
<div class="generic-page-wrapper">
|
|
<h2>{{$title}}</h2>
|
|
<form action="webfinger" method="get">
|
|
{{$lookup}} <input type="text" style="width: 250px;" name="addr" value="{{$addr}}" />
|
|
<input type="submit" name="submit" value="{{$submit}}" />
|
|
</form>
|
|
|
|
<br /><br />
|
|
|
|
{{if $res}}
|
|
<pre>
|
|
{{$res}}
|
|
</pre>
|
|
{{/if}}
|
|
</div>
|