<div id='ecard-container'>
<div id='ecard-preamble'>
- <h1>Verify Your KCLS eCard</h1>
+ <h1>Confirm Your KCLS eCard</h1>
<p>
- Please fill out the form below to verify your eCard account.
+ Please fill out the form below to confirm your eCard account.
</p>
[% IF ctx.verify_failed %]
<div id='ecard-verify-failed'>
<div id='ecard-verify-form' class='col-md-6'>
<form method='POST' onsubmit="return handleSubmit()">
<div class="form-group">
- <label for="barcode">Barcode</label>
+ <label for="barcode">eCard Number</label>
<input type="text" class="form-control" id="barcode"
- name="barcode" placeholder="Barcode"
+ name="barcode" placeholder="eCard Number"
value="[% ctx.barcode | html %]"/>
</div>
<div class="form-group">
- <label for="verification_code">6-Character Verification Code</label>
+ <label for="verification_code">6-Character Confirmation Code</label>
<input type="text" class="form-control" id="verification_code"
- name="verification_code" placeholder="Verification Code"
+ name="verification_code" placeholder="Confirmation Code"
value="[% ctx.verify_code | html %]"/>
</div>
<button type="submit" class="btn btn-default">Submit</button>