]> git.mxchange.org Git - ctracker.git/blob - libs/templates/en/add_ticket_success.tpl.php
Continued:
[ctracker.git] / libs / templates / en / add_ticket_success.tpl.php
1 <?php /* Required for my editor... :-( */ ?>
2 <div>
3         Your ticket with the id number <span class="ctracker_data"><?= getCrackerTrackerTicketId(); ?></span>
4         was just been created. You may continue now:
5 </div>
6
7 <div>
8         <form accept-charset="utf-8" action="<?= crackerTrackerScriptName() . '?' . crackerTrackerQueryString() . '"'; ?> method="post">
9                 <input type="submit" class="submit" name="ctracker_continue" value="Continue to the origin website" />
10         </form>
11 </div>