mizzzuno commited on
Commit
ad36c91
·
verified ·
1 Parent(s): 5863614

Update templates/feedback.html

Browse files
Files changed (1) hide show
  1. templates/feedback.html +8 -4
templates/feedback.html CHANGED
@@ -102,7 +102,11 @@
102
  };
103
  function showRecorder() {
104
  // 録音画面へ遷移
105
- window.location.href = 'index.html';
 
 
 
 
106
  }
107
  </script>
108
  </head>
@@ -155,8 +159,8 @@
155
  </div>
156
  </form>-->
157
  <button class="result-button" id="historyButton" onclick="showRecorder()">録音画面を表示</button>
158
-
159
- <form method="POST" action="/talk_detail">
160
  <div class="feedback-space">
161
  <input
162
  class="history-button"
@@ -166,7 +170,7 @@
166
  value="会話履歴を表示"
167
  />
168
  </div>
169
- </form>
170
  </div>
171
  </div>
172
  </body>
 
102
  };
103
  function showRecorder() {
104
  // 録音画面へ遷移
105
+ window.location.href = 'index';
106
+ }
107
+ function showtalkDetil() {
108
+ // 会話履歴画面へ遷移
109
+ window.location.href = 'talkDetail';
110
  }
111
  </script>
112
  </head>
 
159
  </div>
160
  </form>-->
161
  <button class="result-button" id="historyButton" onclick="showRecorder()">録音画面を表示</button>
162
+ <button class="result-button" id="historyButton" onclick="showtalkDetail()">会話履歴画面を表示</button>
163
+ <!--<form method="POST" action="/talk_detail">
164
  <div class="feedback-space">
165
  <input
166
  class="history-button"
 
170
  value="会話履歴を表示"
171
  />
172
  </div>
173
+ </form>-->
174
  </div>
175
  </div>
176
  </body>