]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Fri, 16 May 2025 21:17:53 +0000 (15:17 -0600)
committerEmil Williams <emilemilemil@cock.li>
Fri, 16 May 2025 21:17:53 +0000 (15:17 -0600)
tt/img

diff --git a/tt/img b/tt/img
index c3b5ccba231685c58b142bba7bf7d17689f33ce7..c6df7ed144ac9e0d008fe31e402492a216585d56 100644 (file)
--- a/tt/img
+++ b/tt/img
@@ -7,42 +7,45 @@
 <body>
 <div id="board">
   <div id="title">[% uri %] - [% description %]</div>
-  <details>
   <center>
-  <form method="POST" id="form">
-    <table>
-      <tbody>
-      <tr>
-        <td>Name</td>
-        <td>
-          <input name="name" type="text" tabindex="1" placeholder="Chen">
-          <input id="postFile" name="file" type="file" tabindex="5">
-        </td>
-      </tr>
-      <tr>
-        <td>Options</td>
-        <td>
-          <input name="options" type="text" tabindex="2">
-        </td>
-      </tr>
-      <tr>
-        <td>Subject</td>
-        <td>
-          <input name="subject" type="text" tabindex="3">
-          <input type="submit" value="Submit" tabindex="6">
-        </td>
-      </tr>
-      <tr>
-        <td>Comment</td>
-        <td>
-          <textarea name="comment" cols="48" rows="4" wrap="soft" tabindex="4"></textarea>
-        </td>
-      </tr>
-      </tbody>
-    </table>
-  </form>
+    <details>
+      <summary>
+        Send Post
+      </summary>
+      <form method="POST" id="form">
+        <table>
+          <tbody>
+            <tr>
+              <td>Name</td>
+              <td>
+                <input name="name" type="text" tabindex="1" placeholder="Chen">
+                <input id="postFile" name="file" type="file" tabindex="5">
+              </td>
+            </tr>
+            <tr>
+              <td>Options</td>
+              <td>
+                <input name="options" type="text" tabindex="2">
+              </td>
+            </tr>
+            <tr>
+              <td>Subject</td>
+              <td>
+                <input name="subject" type="text" tabindex="3">
+                <input type="submit" value="Submit" tabindex="6">
+              </td>
+            </tr>
+            <tr>
+              <td>Comment</td>
+              <td>
+                <textarea name="comment" cols="48" rows="4" wrap="soft" tabindex="4"></textarea>
+              </td>
+            </tr>
+          </tbody>
+        </table>
+      </form>
+    </details>
   </center>
-  </details>
   <hr>
   <div id="thread">
     <div id="post">