Spaces:
Running
Running
Update templates/userRegister.html
Browse files
templates/userRegister.html
CHANGED
@@ -133,19 +133,16 @@
|
|
133 |
<i class="fas fa-user-plus"></i> メンバーを追加
|
134 |
</button>
|
135 |
|
136 |
-
<!-- Back Button -->
|
137 |
<button
|
138 |
id="backButton"
|
139 |
-
onclick="
|
140 |
class="action-button back-button"
|
141 |
>
|
142 |
-
<i class="fas fa-
|
143 |
</button>
|
144 |
</div>
|
145 |
|
146 |
<script src="{{ url_for('static', filename='register_record.js') }}"></script>
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
</body>
|
151 |
</html>
|
|
|
133 |
<i class="fas fa-user-plus"></i> メンバーを追加
|
134 |
</button>
|
135 |
|
136 |
+
<!-- 録音画面へ移動ボタン(Back Buttonから変更) -->
|
137 |
<button
|
138 |
id="backButton"
|
139 |
+
onclick="showUserSelect()"
|
140 |
class="action-button back-button"
|
141 |
>
|
142 |
+
<i class="fas fa-users"></i> メンバー選択画面を表示
|
143 |
</button>
|
144 |
</div>
|
145 |
|
146 |
<script src="{{ url_for('static', filename='register_record.js') }}"></script>
|
|
|
|
|
|
|
147 |
</body>
|
148 |
</html>
|