Unsupported scripts and control panel web app for a hosting company
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

addreply.php 405B

12345678910111213
  1. <div class="block">
  2. <h2>Add Reply</h2>
  3. <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
  4. <table class="innerblock righthead">
  5. <tr><th>Notes</th><td>
  6. <textarea name="text" cols="45" rows="10"></textarea>
  7. </td></tr>
  8. <tr><th>Actions</th><td>
  9. <input type="submit" name="submit" value="Submit" />&nbsp;<input type="reset" value="Reset" />
  10. </td></tr>
  11. </table>
  12. </form>
  13. </div>