1
0
Fork 0

refactor caused by feedback

This commit is contained in:
Philipp Holzer 2019-05-01 18:24:09 +02:00
commit 8581fbb40f
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
7 changed files with 257 additions and 241 deletions

16
view/templates/xrd.tpl Normal file
View file

@ -0,0 +1,16 @@
<div class="generic-page-wrapper">
<h3>Webfinger Diagnostic</h3>
<form action="xrd" method="get">
Lookup address: <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>