Spaces:
Running
Running
Update templates/feedback.html
Browse files- templates/feedback.html +5 -5
templates/feedback.html
CHANGED
@@ -104,8 +104,8 @@
|
|
104 |
// 録音画面へ遷移
|
105 |
window.location.href = 'index';
|
106 |
}
|
107 |
-
function
|
108 |
-
//
|
109 |
window.location.href = 'talkDetail';
|
110 |
}
|
111 |
</script>
|
@@ -158,8 +158,8 @@
|
|
158 |
/>
|
159 |
</div>
|
160 |
</form>-->
|
161 |
-
<button class="
|
162 |
-
<button class="
|
163 |
<!--<form method="POST" action="/talk_detail">
|
164 |
<div class="feedback-space">
|
165 |
<input
|
@@ -167,7 +167,7 @@
|
|
167 |
id="detailButton"
|
168 |
type="submit"
|
169 |
name="submit"
|
170 |
-
value="
|
171 |
/>
|
172 |
</div>
|
173 |
</form>-->
|
|
|
104 |
// 録音画面へ遷移
|
105 |
window.location.href = 'index';
|
106 |
}
|
107 |
+
function showTalkDetil() {
|
108 |
+
// 会話詳細へ遷移
|
109 |
window.location.href = 'talkDetail';
|
110 |
}
|
111 |
</script>
|
|
|
158 |
/>
|
159 |
</div>
|
160 |
</form>-->
|
161 |
+
<button class="history-button" id="detailButton" onclick="showRecorder()">録音画面を表示</button>
|
162 |
+
<button class="history-button" id="detailButton" onclick="showTalkDetil()">会話詳細を表示</button>
|
163 |
<!--<form method="POST" action="/talk_detail">
|
164 |
<div class="feedback-space">
|
165 |
<input
|
|
|
167 |
id="detailButton"
|
168 |
type="submit"
|
169 |
name="submit"
|
170 |
+
value="会話詳細を表示"
|
171 |
/>
|
172 |
</div>
|
173 |
</form>-->
|