-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_search.html
57 lines (57 loc) · 2.69 KB
/
example_search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<form action="/ParkingPortal/Philadelphia/Home/DoSearchAction" data-ajax="true" data-ajax-begin="($('#ContestClicked').val() == 'true') ? DPSMod ▶
<h3><i class="fas fa-search" aria-hidden="true"></i> Search Results</h3>
<table class="dps-table search-results-table">
<thead>
<tr>
<th>Select</th>
<th>Ticket<br />Number</th>
<th>License<br />Plate</th>
<th>State or<br />Province</th>
<th>Issue<br />Date</th>
<th>Status</th>
<th>Amount<br />Due</th>
</tr>
</thead>
<tbody>
<tr >
<td>
<!-- Will either show check box or red flag for unpayable tickets. -->
<input checked="checked" class="checkbox checkbox__select ticket-checkbox" id="SelectedTickets" name="TicketsSelected" type="checkbox" value="78146750" /> ▶
</td>
<td>806283826<br /><span id="openDetails78146750" class="open-details trigger-modal" data-key="78146750" data-size="large" data-href="Do ▶
<td>JNX6461</td>
<!-- Google Translate api will not translate any text that has the class "notranslate" -->
<td><span class="notranslate">PA</span></td>
<td>11/6/2019</td>
<td>Open</td>
<td class="amount-due-value">$<span class="citation-value">26.00</span></td>
</tr>
<!-- For unpayable tickets will add row showing reason not payable. -->
</tbody>
</table>
</div>
<div class="col-12 total-amount ticket-search-box">
<div class="total-amount__label">TOTAL AMOUNT DUE</div>
<div class="total-amount__value">$<span id="searchResultsAmtDue"></span></div>
</div>
<div class="col-12 non-refundable-text ticket-search-box d-none">
A non-refundable Convenience Fee of $3.50 will be included for each transaction.
</div>
<div class="row mt-5 ticket-search-box">
<div class="col-12 ticket-search-row">
<div class="mr-md-5">
<button type="submit" id="contestBtn" name="contestBtn" class="button button--secondary button--full-width" data-size="large" onclick="$('#Conte ▶
</div>
<div>
<button type="submit" id="payNowBtn" name="payNowBtn" class="button button--primary button--full-width" data-size="regular" onclick="$('#Contest ▶
</div>
</div>
</div>
<input data-val="true" data-val-required="The ContestClicked field is required." id="ContestClicked" name="ContestClicked" type="hidden" value="False" /></form> ▶
<div class="col-12">
<p>Please call customer service at 888-591-3636, Monday through Friday, 8:00 am to 8:00 pm for any assistance with your payment.</p>
</div>
<div class="col-12 contact-section--red">
<p>Inability to pay a ticket with the online payment system does not excuse payment of any late fees, as stated on the ticket.</p>
</div>
</div>