summaryrefslogtreecommitdiffstats
path: root/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'login.html')
-rw-r--r--login.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/login.html b/login.html
index 576506d..840856d 100644
--- a/login.html
+++ b/login.html
@@ -20,6 +20,7 @@
<link rel="manifest" href="/manifest.json">
<script src="/js/app.js"></script>
+ <script src="/js/lang/bundle.js"></script>
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<!-- iOS support -->
@@ -40,22 +41,22 @@
<div class="row">
<div class="input-field col s12">
<input id="username" type="text" class="validate">
- <label for="username">GimSIS username</label>
+ <label for="username">GimSIS <x-sl>username</x-sl></label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input autocomplete="new-password" id="password" type="password" class="validate">
- <label for="password">Password</label>
+ <label for="password"><x-su>password</x-su></label>
</div>
</div>
<div class="row">
- <button id="login-button" class="btn waves-effect waves-light">Sign in</button>
+ <button id="login-button" class="btn waves-effect waves-light"><x-sl>signIn</x-sl></button>
</div>
<div class="row">
- <p class="grey-text text-darken-2">By signing in, you agree to the <a href="/pages/tos.html">terms and
- conditions</a>
- and the <a href="/pages/privacypolicy.html">privacy policy</a>.</p>
+ <p class="grey-text text-darken-2"><x-su>bySigningInYouAgreeTo</x-su> <a href="/pages/tos.html"><x-sl>theToS</x-sl></a> <x-sl>and</x-sl>
+ <a href="/pages/privacypolicy.html"><x-dl>thePrivacyPolicy</x-dl></a>
+ </p>
</div>
</div>
</div>