Changeset 20 in code for trunk/web/views/index.html
- Timestamp:
- Aug 31, 2023, 8:28:02 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/views/index.html
r19 r20 58 58 <textarea autofocus class="item" id="input" name="text" dir="auto" 59 59 placeholder="Enter Text Here">{{ .OriginalText }}</textarea> 60 <div class="center">61 62 63 64 </div>60 {{if .TtsFrom}} 61 <audio controls> 62 <source type="audio/mpeg" src="{{ .TtsFrom }}"> 63 </audio> 64 {{end}} 65 65 </div> 66 66 … … 68 68 <textarea id="output" class="translation item" dir="auto" placeholder="Translation" 69 69 readonly>{{.TranslatedText}}</textarea> 70 {{if .TtsTo}} 70 71 <audio controls> 71 72 <source type="audio/mpeg" src="{{ .TtsTo }}"> 72 73 </audio> 74 {{end}} 73 75 </div> 74 76 </div>
Note:
See TracChangeset
for help on using the changeset viewer.