mizzzuno commited on
Commit
a3630d1
·
verified ·
1 Parent(s): b081f6e

Update templates/feedback.html

Browse files
Files changed (1) hide show
  1. templates/feedback.html +7 -1
templates/feedback.html CHANGED
@@ -100,6 +100,10 @@
100
  labelElements[i].innerText = labels[i];
101
  }
102
  };
 
 
 
 
103
  </script>
104
  </head>
105
  <body>
@@ -138,6 +142,7 @@
138
  </div>
139
  </div>
140
  <div class="flex">
 
141
  <form method="POST" action="/index">
142
  <div class="feedback-space">
143
  <input
@@ -148,7 +153,8 @@
148
  value="録音画面を表示"
149
  />
150
  </div>
151
- </form>
 
152
 
153
  <form method="POST" action="/talk_detail">
154
  <div class="feedback-space">
 
100
  labelElements[i].innerText = labels[i];
101
  }
102
  };
103
+ function showRecorder() {
104
+ // 録音画面へ遷移
105
+ window.location.href = 'index.html';
106
+ }
107
  </script>
108
  </head>
109
  <body>
 
142
  </div>
143
  </div>
144
  <div class="flex">
145
+ <!--
146
  <form method="POST" action="/index">
147
  <div class="feedback-space">
148
  <input
 
153
  value="録音画面を表示"
154
  />
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">