refactor caused by feedback
This commit is contained in:
parent
48d388d82c
commit
8581fbb40f
7 changed files with 257 additions and 241 deletions
16
view/templates/xrd.tpl
Normal file
16
view/templates/xrd.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue