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

Update templates/feedback.html

Browse files
Files changed (1) hide show
  1. templates/feedback.html +5 -5
templates/feedback.html CHANGED
@@ -104,8 +104,8 @@
104
  // 録音画面へ遷移
105
  window.location.href = 'index';
106
  }
107
- function showtalkDetil() {
108
- // 会話履歴画面へ遷移
109
  window.location.href = 'talkDetail';
110
  }
111
  </script>
@@ -158,8 +158,8 @@
158
  />
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
@@ -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>-->