Skip to content

Commit 54bb34f

Browse files
committed
OJP12025A13N
1 parent 0268975 commit 54bb34f

28 files changed

+718
-457
lines changed

ja/backup/backup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Backing up...</title>
5-
<link href="../unified.css" rel="stylesheet"/>
5+
<link href="../desk.css" rel="stylesheet"/>
66
<script type="text/javascript">
77
if (window.innerWidth < window.innerHeight){
88
window.location.replace("privacy-m.html");

ja/backup/index-d.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Backup Your Data.</title>
5-
<link href="../unified.css" rel="stylesheet"/>
5+
<link href="../desk.css" rel="stylesheet"/>
66
<script type="text/javascript">
77
if (window.innerWidth < window.innerHeight){
88
window.location.replace("privacy-m.html");

ja/backup/index-m.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Pricvacy and Privacy Principles.</title>
55
<link href="mob.css" rel="stylesheet"/>

ja/backup/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Restore from Backup</title>
5-
<link href="../unified.css" rel="stylesheet"/>
5+
<link href="../desk.css" rel="stylesheet"/>
66
<script type="text/javascript">
77
function createCookie(name,valued,days) {
88
if (days) {

ja/backup/name-d.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Name this backup.</title>
5-
<link href="../unified.css" rel="stylesheet"/>
5+
<link href="../desk.css" rel="stylesheet"/>
66
<script type="text/javascript">
77
if (window.innerWidth < window.innerHeight){
88
window.location.replace("privacy-m.html");

ja/donate-d.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Donate to Stella.</title>
5-
<link href="unified.css" rel="stylesheet"/>
5+
<link href="desk.css" rel="stylesheet"/>
66
<script type="text/javascript">
77
if (window.innerWidth < window.innerHeight){
88
window.location.replace("donate-m.html");

ja/donate-m.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Donate to Stella.</title>
55
<meta charset="UTF-8">

ja/donations/ether-donate-d.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Ethereum Donation.</title>
5-
<link href="../unified.css" rel="stylesheet"/>
5+
<link href="../desk.css" rel="stylesheet"/>
66
<script type="text/javascript">
77
if (window.innerWidth < window.innerHeight){
88
window.location.replace("ether-donate-m.html");

ja/donations/ether-donate-m.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!doctype html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="ja">
33
<head>
44
<title id="title">Stella - Donate to Stella.</title>
55
<meta charset="UTF-8">

ja/global_ass/sidebar-d.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="ja">
33
<head>
44
<title>sidebar</title>
55
<link href="sidebar.css" rel="stylesheet" />
@@ -42,6 +42,29 @@ <h1 style="margin: 30px">ID</h1>
4242
</p></a
4343
>
4444
</div>
45+
<div style="display: none" class="id-box" id="id_aru">
46+
<p style="margin: 0; padding: 0">
47+
ログイン中のStella
48+
IDアカウントは、この地域では有効化されていません。
49+
</p>
50+
</div>
51+
<script>
52+
const idAru = () => {
53+
const ls = window.localStorage;
54+
55+
const token = ls.getItem("token");
56+
57+
if (!token) {
58+
return;
59+
}
60+
61+
document.getElementById("id_section").style.display =
62+
"block";
63+
document.getElementById("id_aru").style.display = "block";
64+
};
65+
66+
idAru();
67+
</script>
4568
<div id="id_logged_in" style="display: none" class="id-box">
4669
<style>
4770
.a-img {

0 commit comments

Comments
 (0)