Unsupported scripts and control panel web app for a hosting company
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

discount.php 619B

123456789101112131415161718192021222324
  1. <div class="block">
  2. <h2>Use discount code</h2>
  3. <div class="innerblock">
  4. <p class="blurb">
  5. Please enter the full discount code below.
  6. </p>
  7. <form name="discount" action="<?PHP echo CP_PATH; ?>discount" method="post">
  8. <table class="form leftpad">
  9. <tr>
  10. <th><label for="code">Code</label></th>
  11. <td><input class="inflat" type="text" name="code" id="code"></td>
  12. </tr>
  13. <tr>
  14. <td colspan="2" style="text-align: right;">
  15. <input type="submit" value="Use discount code">
  16. </td>
  17. <td style="width: 100%;">
  18. &nbsp;
  19. </td>
  20. </tr>
  21. </table>
  22. </form>
  23. </div>
  24. </div>