Merge pull request #52 from AndyHee/patch-1

Improved wording and layout of health_summary.tpl
This commit is contained in:
Hypolite Petovan 2018-05-09 09:23:31 -04:00 committed by GitHub
commit bf69f44036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -1,14 +1,13 @@
<h1>Search your site</h1> <h1>Search for a Friendica node</h1>
<form method="GET"> <form method="GET">
<label>Your site URL:</label> <label>URL of node:</label>
<input type="text" name="s" placeholder="example.com" /> <input type="text" name="s" placeholder="friendica.example.social" />
<input type="submit" value="Search" /> <input type="submit" value="Search" />
</form> </form>
<br>
<h1>Healthy public sites</h1> <h1>List of optimal Friendica nodes</h1>
<p> <p>
These are sites with their registration set to an open policy and a decent health score.<br> These are nodes with an open registration policy and a good overall health score.<br>
Not on the list: try searching.<br> Use the above search to display a particuar node's performance information.
More info: ask <a href="https://fc.oscp.info/profile/beanow">Beanow</a>.
</p> </p>
<div class="public-sites">$public_sites</div> <div class="public-sites">$public_sites</div>