]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Sat, 17 May 2025 15:10:26 +0000 (09:10 -0600)
committerEmil Williams <emilemilemil@cock.li>
Sat, 17 May 2025 15:10:26 +0000 (09:10 -0600)
tt/post

diff --git a/tt/post b/tt/post
index d8a5a9ea951c9ecf8375bc4115b9aa09898a0c14..b2f920294521fc358929f16938908c39ebcd8115 100644 (file)
--- a/tt/post
+++ b/tt/post
@@ -1,32 +1,27 @@
 <center>
-  <details>
-    <summary>
-      Send
-    </summary>
-    <form method="POST" id="form">
-      <table>
-        <tbody>
-          <tr>
-              <input id="postFile" name="file" type="file" tabindex="5">
-              <input type="submit" value="Submit" tabindex="6">
-          </tr>
-          <tr>
-            <td>Name</td>
-            <td>
-              <input name="name" type="text" tabindex="1" placeholder="Chen">
-              <input name="subject" type="text" tabindex="3" placeholder="Subjects">
-              <input name="options" type="text" tabindex="2" placeholder="Options">
-            </td>
-          </tr>
-          <tr>
-            <td>Comment</td>
-            <td>
-              <textarea name="comment" cols="65" rows="4" wrap="soft" tabindex="4"></textarea>
-            </td>
-          </tr>
-        </tbody>
-      </table>
-    </form>
-  </details>
+  <form method="POST" id="form">
+    <table>
+      <tbody>
+        <tr>
+          <input id="postFile" name="file" type="file" tabindex="5">
+          <input type="submit" value="Submit" tabindex="6">
+        </tr>
+        <tr>
+          <td>Name</td>
+          <td>
+            <input name="name" type="text" tabindex="1" placeholder="Chen">
+            <input name="subject" type="text" tabindex="3" placeholder="Subjects">
+            <input name="options" type="text" tabindex="2" placeholder="Options">
+          </td>
+        </tr>
+        <tr>
+          <td>Comment</td>
+          <td>
+            <textarea name="comment" cols="65" rows="4" wrap="soft" tabindex="4"></textarea>
+          </td>
+        </tr>
+      </tbody>
+    </table>
+  </form>
 </center>
 <p></p><hr>