mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
Merge pull request #899 from pano9000/fix_views-set_password
fix(views/set_password): various smaller fixes
This commit is contained in:
commit
706424e526
@ -3,13 +3,17 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title><%= t("login.title") %></title>
|
||||
<title><%= t("set_password.title") %></title>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="<%= assetPath %>/images/app-icons/ios/apple-touch-icon.png">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css">
|
||||
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css">
|
||||
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto" style="padding-top: 25px;">
|
||||
<div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto pt-4">
|
||||
<h1><%= t("set_password.heading") %></h1>
|
||||
|
||||
<% if (error) { %>
|
||||
@ -22,15 +26,15 @@
|
||||
|
||||
<form action="set-password" method="POST">
|
||||
<div class="form-group">
|
||||
<label for="password"><%= t("set_password.password") %></label>
|
||||
<label for="password1"><%= t("set_password.password") %></label>
|
||||
<div class="controls">
|
||||
<input id="password" name="password1" placeholder="" class="form-control" type="password">
|
||||
<input id="password1" name="password1" placeholder="" class="form-control" type="password">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password"><%= t("set_password.password-confirmation") %></label>
|
||||
<label for="password2"><%= t("set_password.password-confirmation") %></label>
|
||||
<div class="controls">
|
||||
<input id="password" name="password2" placeholder="" class="form-control" type="password">
|
||||
<input id="password2" name="password2" placeholder="" class="form-control" type="password">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -45,10 +49,5 @@
|
||||
// Required for correct loading of scripts in Electron
|
||||
if (typeof module === 'object') {window.module = module; module = undefined;}
|
||||
</script>
|
||||
|
||||
<link href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet" />
|
||||
<link href="<%= assetPath %>/stylesheets/theme-next.css" rel="stylesheet" />
|
||||
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
|
||||
</body>
|
||||
</html>
|
||||
|
@ -101,6 +101,7 @@
|
||||
"button": "登录"
|
||||
},
|
||||
"set_password": {
|
||||
"title": "设置密码",
|
||||
"heading": "设置密码",
|
||||
"description": "在您可以从Web开始使用Trilium之前,您需要先设置一个密码。然后您将使用此密码登录。",
|
||||
"password": "密码",
|
||||
|
@ -100,6 +100,7 @@
|
||||
"button": "Anmelden"
|
||||
},
|
||||
"set_password": {
|
||||
"title": "Passwort festlegen",
|
||||
"heading": "Passwort festlegen",
|
||||
"description": "Bevor du Trilium im Web verwenden kannst, musst du zuerst ein Passwort festlegen. Du wirst dieses Passwort dann zur Anmeldung verwenden.",
|
||||
"password": "Passwort",
|
||||
|
@ -101,6 +101,7 @@
|
||||
"button": "Login"
|
||||
},
|
||||
"set_password": {
|
||||
"title": "Set Password",
|
||||
"heading": "Set password",
|
||||
"description": "Before you can start using Trilium from web, you need to set a password first. You will then use this password to login.",
|
||||
"password": "Password",
|
||||
|
@ -101,6 +101,7 @@
|
||||
"button": "Iniciar sesión"
|
||||
},
|
||||
"set_password": {
|
||||
"title": "Establecer contraseña",
|
||||
"heading": "Establecer contraseña",
|
||||
"description": "Antes de poder comenzar a usar Trilium desde la web, primero debe establecer una contraseña. Luego utilizará esta contraseña para iniciar sesión.",
|
||||
"password": "Contraseña",
|
||||
|
@ -100,6 +100,7 @@
|
||||
"button": "Connexion"
|
||||
},
|
||||
"set_password": {
|
||||
"title": "Définir un mot de passe",
|
||||
"heading": "Définir un mot de passe",
|
||||
"description": "Avant de pouvoir commencer à utiliser Trilium depuis le web, vous devez d'abord définir un mot de passe. Vous utiliserez ensuite ce mot de passe pour vous connecter.",
|
||||
"password": "Mot de passe",
|
||||
|
@ -101,6 +101,7 @@
|
||||
"button": "Login"
|
||||
},
|
||||
"set_password": {
|
||||
"title": "Definir senha",
|
||||
"heading": "Definir senha",
|
||||
"description": "Antes de começar a usar o Trilium web, você precisa definir uma senha. Você usará essa senha para fazer login.",
|
||||
"password": "Senha",
|
||||
|
@ -101,6 +101,7 @@
|
||||
"title": "Autentificare"
|
||||
},
|
||||
"set_password": {
|
||||
"title": "Setare parolă",
|
||||
"heading": "Setare parolă",
|
||||
"button": "Setează parola",
|
||||
"description": "Înainte de a putea utiliza Trilium din navigator, trebuie mai întâi setată o parolă. Ulterior această parolă va fi folosită la autentificare.",
|
||||
|
@ -100,6 +100,7 @@
|
||||
"button":"登入"
|
||||
},
|
||||
"set_password":{
|
||||
"title":"設定密碼",
|
||||
"heading":"設定密碼",
|
||||
"description":"在您可以從Web開始使用Trilium之前,您需要先設定一個密碼。然後您將使用此密碼登錄。",
|
||||
"password":"密碼",
|
||||
|
Loading…
x
Reference in New Issue
Block a user