diff --git a/docs/ntppool/tpl/user/profile_public.html b/docs/ntppool/tpl/user/profile_public.html index 52061a6f..d2bc0ab4 100644 --- a/docs/ntppool/tpl/user/profile_public.html +++ b/docs/ntppool/tpl/user/profile_public.html @@ -1,6 +1,6 @@ [% page.title = (user.username || user.email) _ "'s pool servers" %] -
+

[% user.username || user.email | html %]'s pool servers

@@ -13,7 +13,7 @@

[% user.username || user.email | html %]'s pool servers

[% END %] [% FOR server = user.servers %] -

+

[% IF server.hostname %]Hostname: [% server.hostname | html %]
[% END %] IP: [% server.ip | html %]
Current score: [% server.score %]
@@ -40,7 +40,7 @@

[% user.username || user.email | html %]'s pool servers

-

+
[% END %] [% page.js.push(combust.static_group("d3.js")) %] diff --git a/docs/shared/static/css/content.css b/docs/shared/static/css/content.css index a50658a4..f388eadf 100644 --- a/docs/shared/static/css/content.css +++ b/docs/shared/static/css/content.css @@ -126,6 +126,14 @@ p.thanks {font-style: italic; font-weight: bold;} } #admin .value span {font-size: 107%;} #admin .server_desc {font-size: 88%;} + +/* user profile */ +#userprofile .server { + border-bottom: 1px dotted #bbb; + padding-bottom: 10px; + margin-bottom: 15px; +} + /* zones */ table.servertable {