This commit is contained in:
Alicia
2019-02-23 16:59:14 +00:00
parent f23f00231c
commit 89c65d1d98
5 changed files with 15 additions and 84 deletions

View File

@@ -8,7 +8,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ if .TitleBar }}{{ .T .TitleBar }} - {{ end }}Ripple</title>
<title>{{ if .TitleBar }}{{ .T .TitleBar }} - {{ end }}Yozora</title>
<link rel="stylesheet" type="text/css" href="/static/{{ if $ds }}dark/{{ end }}semantic.min.css?{{ unixNano }}">
<link rel="stylesheet" type="text/css" href="/static/ripple.css?{{ unixNano }}">
@@ -53,7 +53,7 @@
<noscript>Research has proven this website works 10000% better if you have JavaScript enabled.</noscript>
{{ if and .Context.User.Username (not (has .Context.User.Privileges 1)) }}
<div class="ui warning message">
{{ $.T "Your account is currently in restricted mode. You will not be able to do certain actions, and your profile can only be seen by you and by Ripple's staff. If you believe we have mistaken putting you in restricted mode, or a month has passed since you first saw this, then you can send an appeal at <a href='https://support.ripple.moe'>support.ripple.moe</a>." | html }}
{{ $.T "Your account is currently in restricted mode. You will not be able to do certain actions, and your profile can only be seen by you and by Yozora's staff. If you believe we have mistaken putting you in restricted mode, or a month has passed since you first saw this, then you can send an appeal to <a href='mailto:support@yozora.pw'>support@yozora.pw</a>." | html }}
</div>
{{ end }}
{{ if .Messages }}
@@ -72,12 +72,12 @@
{{ end }}
{{ with $settings.game_maintenance.Int }}
<div class="ui warning message">
{{ $.T "Ripple's score submission is currently in maintenance mode. You will not be allowed to submit scores for the time being." }}
{{ $.T "Yozora's score submission is currently in maintenance mode. You will not be allowed to submit scores for the time being." }}
</div>
{{ end }}
{{ with $settings.website_maintenance.Int }}
<div class="ui warning message">
{{ $.T "The Ripple website is currently in maintenance mode. Only certain users are allowed to access the full website." }}
{{ $.T "The Yozora website is currently in maintenance mode. Only certain users are allowed to access the full website." }}
</div>
{{ end }}
</div>
@@ -87,15 +87,8 @@
</div>
<div class="footer">
{{ .T "&copy; 2015-%d Ripple, using Hanayo %s." (curryear) (version) | html }}
{{ .T "Yozora, using Hanayo %s." (curryear) (version) | html }}
<a href="/team" title="{{ .T "Who is working on this thing?" }}"><i class="users icon"></i>{{ .T "Team" }}</a> |
<a href="https://docs.ripple.moe" title="59 6f 75 27 72 65 20 73 6f 20 31 33 33 37 2e"><i class="wrench icon"></i>{{ .T "Developer docs" }}</a> |
<a href="/changelog" title="{{ .T "See what changed!" }}"><i class="bug icon"></i>{{ .T "Changelog" }}</a> |
<a href="https://blog.ripple.moe"><i class="anchor icon"></i>{{ .T "Blog" }}</a> |
<a href="http://status.ripple.moe"><i class="signal icon"></i>{{ .T "Status" }}</a> |
<a href="https://zxq.co/ripple" title="{{ .T "What's going on under the hood?"}}{{/*'"*/}}"><i class="git square icon"></i></a>
<a href="https://twitter.com/_ripple" title="{{ .T "Follow us on Twitter!" }}"><i class="twitter icon"></i></a>
<a href="https://reddit.com/r/osuripple" title="{{ .T "Share irrelevant opinions on reddit!" }}"><i class="reddit square icon"></i></a> |
<div class="ui scrolling dropdown" style="margin-left: 5px;" id="language-selector">
{{ $lang := .Context.Language }}
{{ with $lang }}