delconfirm.html 432 B

123456789101112131415
  1. <div id="shortURLForm">
  2. <div id="topmatter">
  3. $MESSAGES$$ERRORS$
  4. </div>
  5. <h1> $pageTitle$ </h1>
  6. <form method="post" action="$SELF$">
  7. <h2>Short URL</h2>
  8. <p class="delconf_shortURL">$shortURL$</p><br/>
  9. <h2>Target URL</h2>
  10. <p class="delconf_targetURL">$targetURL$</p><br/>
  11. <input type="submit" name="delete" value="Confirm Delete" />
  12. <input type="submit" name="cancel" value="Cancel" />
  13. $hiddens$
  14. </form>
  15. </div>