Changeset 55 in code for trunk/views/index.html


Ignore:
Timestamp:
Jan 19, 2024, 10:49:09 AM (17 months ago)
Author:
yakumo.izuru
Message:

「swagger」サポートを削除し、あちこちのバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/views/index.html

    r52 r55  
    22<html lang="en">
    33  <head>
    4     <title>単に翻訳する</title>
     4    <title>SimplyTranslate</title>
    55    <link rel="shortcut icon" href="/static/favicon.ico">
    66    <meta name="description" content="Experience simple and private translations">
     
    1313  <body>
    1414    <header class="center">
    15       <h1>単に翻訳する</h1>
     15      <h1>SimplyTranslate</h1>
    1616    </header>
    1717    <form action="/?engine={{.Engine}}" method="POST" id="translation-form">
     
    5454      <div class="wrap">
    5555        <div class="item-wrapper">
    56           <textarea autofocus class="item" id="input" name="text" dir="auto"
    57                     placeholder="Enter Text Here">{{ .OriginalText }}</textarea>
     56          <textarea autofocus class="item" id="input" name="text" dir="auto" placeholder="Enter text here">{{ .OriginalText }}</textarea>
    5857          {{if .TtsFrom}}
    5958          <audio controls>
     
    6362        </div>
    6463        <div class="item-wrapper">
    65           <textarea id="output" class="translation item" dir="auto" placeholder="Translation"
    66                     readonly>{{.Translation.TranslatedText}}</textarea>
     64          <textarea id="output" class="translation item" dir="auto" readonly>{{.Translation.TranslatedText}}</textarea>
    6765          {{if .TtsTo}}
    6866          <audio controls>
     
    129127    <br><br><br><br><br>
    130128    <footer class="center">
    131       <a href="https://git.chaotic.ninja/yakumo.izuru/simplytranslate">Source code</a>
     129            <a href="https://git.chaotic.ninja/yakumo.izuru/simplytranslate">Source code</a><br>
     130            <p>a <em>Mirage AIB</em> project</p>
    132131    </footer>
    133132    <script src="/static/script.js"></script>
Note: See TracChangeset for help on using the changeset viewer.