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