dir/view/health_summary.tpl

14 lines
475 B
Smarty

<h1>Search for a Friendica node</h1>
<form method="GET">
<label>URL of node:</label>
<input type="text" name="s" placeholder="friendica.example.social" />
<input type="submit" value="Search" />
</form>
<br>
<h1>List of optimal Friendica nodes</h1>
<p>
These are nodes with an open registration policy and a good overall health score.<br>
Use the above search to display a particuar node's performance information.
</p>
<div class="public-sites">$public_sites</div>