<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">