mirror of https://github.com/kevachat/webapp.git
phpkevacoinjs-lessblockchainsymfonycommunicationblockchain-chatkevachatdistributed-databasechatwebchat
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
39 lines
1.5 KiB
<div> |
|
{{ 'online:' | trans }} {{ online }} |
|
/ |
|
{{ 'block:' | trans }} {{ wallet.block }} |
|
{% if boost.address %} |
|
/ |
|
{{ 'balance:' | trans }} {{ wallet.balance }} |
|
/ |
|
{{ 'boost:' | trans }} |
|
{% if explorer.url %} |
|
<a href="{{ explorer.url }}{{ boost.address }}" title="{{ boost.address }}" target="_blank">{{ 'address' | trans }}</a> |
|
{% else %} |
|
{{ boost.address }} |
|
{% endif %} |
|
{% endif %} |
|
{% if mine.pool %} |
|
/ |
|
{{ 'mine:' | trans }} |
|
{% if mine.pool.url %} |
|
<a href="{{ mine.pool.url }}" target="_blank">{{ 'pool' | trans }}</a> |
|
{% endif %} |
|
{% if mine.solo.url %} |
|
| |
|
<a href="{{ mine.solo.url }}" target="_blank">{{ 'solo' | trans }}</a> |
|
{% endif %} |
|
{% endif %} |
|
</div> |
|
{% if maintenance %} |
|
<div> |
|
<sub> |
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16"> |
|
<path d="m9.97 4.88.953 3.811C10.159 8.878 9.14 9 8 9c-1.14 0-2.158-.122-2.923-.309L6.03 4.88C6.635 4.957 7.3 5 8 5s1.365-.043 1.97-.12m-.245-.978L8.97.88C8.718-.13 7.282-.13 7.03.88L6.275 3.9C6.8 3.965 7.382 4 8 4c.618 0 1.2-.036 1.725-.098zm4.396 8.613a.5.5 0 0 1 .037.96l-6 2a.5.5 0 0 1-.316 0l-6-2a.5.5 0 0 1 .037-.96l2.391-.598.565-2.257c.862.212 1.964.339 3.165.339s2.303-.127 3.165-.339l.565 2.257 2.391.598"/> |
|
</svg> |
|
</sub> |
|
<code> |
|
{{ maintenance }} |
|
</code> |
|
</div> |
|
{% endif %} |