This repository was archived by the owner on Feb 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 4
4
{% block html_title %}APIの設定 · {{ path }}{% endblock %}
5
5
6
6
{% block content_head %}
7
- < header id ="page-header ">
7
+ < div class ="header-wrap ">
8
+ < header id ="page-header ">
8
9
< h1 class ="title " id =""> ユーザー設定</ h1 >
9
- </ header >
10
+ </ header >
11
+ </ div >
10
12
{% endblock %}
11
13
12
14
{% block content_main %}
Original file line number Diff line number Diff line change 3
3
{% block html_title %}ユーザー設定 · {{ path }}{% endblock %}
4
4
5
5
{% block content_head %}
6
- < header id ="page-header ">
6
+ < div class ="header-wrap ">
7
+ < header id ="page-header ">
7
8
< h1 class ="title " id =""> ユーザー設定</ h1 >
8
- </ header >
9
+ </ header >
10
+ </ div >
9
11
{% endblock %}
10
12
11
13
{% block content_main %}
@@ -120,11 +122,16 @@ <h1 class="title" id="">ユーザー設定</h1>
120
122
新しい画像をアップロード
121
123
</ label >
122
124
< div class ="col-sm-9 ">
125
+ {% if isUploadable() %}
123
126
< form action ="/_api/me/picture/upload " id ="pictureUploadForm " method ="post " class ="form-horizontal " role ="form " enctype ="multipart/form-data ">
124
127
< input name ="userPicture " type ="file " accept ="image/* ">
125
128
< div id ="pictureUploadFormProgress ">
126
129
</ div >
127
130
</ form >
131
+ {% else %}
132
+ * 画像をアップロードをするための設定がされていません。< br >
133
+ * アップロードできるようにするには、AWS またはローカルアップロードの設定をしてください。< br >
134
+ {% endif %}
128
135
</ div >
129
136
</ div >
130
137
</ fieldset >
Original file line number Diff line number Diff line change 3
3
{% block html_title %}パスワードの設定 · {{ path }}{% endblock %}
4
4
5
5
{% block content_head %}
6
- < header id ="page-header ">
7
- < h1 class ="title " id =""> ユーザー設定</ h1 >
8
- </ header >
6
+ < div class ="header-wrap ">
7
+ < header id ="page-header ">
8
+ < h1 class ="title " id =""> ユーザー設定</ h1 >
9
+ </ header >
10
+ </ div >
9
11
{% endblock %}
10
12
11
13
{% block content_main %}
You can’t perform that action at this time.
0 commit comments