forked from JB4u3r/JMT-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·121 lines (98 loc) · 5.13 KB
/
index.php
File metadata and controls
executable file
·121 lines (98 loc) · 5.13 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>JMT ONLINE VEHICLE LICENSE RENEWAL</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/navbar-fixed-top.css" rel="stylesheet">
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" style="margin-top:-15px" ><img src="images/jmt_logo.png" /></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.php">Home</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="registration.php">Register <span class="sr-only">(current)</span></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- Page Content -->
<div id="pad" class="container maincontent">
<section class="top">
<!-- Put anything you want here! There is just a spacer below for demo purposes! -->
<div style="height: 300px;"></div>
</section>
</div>
<div class="container maincontent">
<div class="col-md-8">
<section>
<h4>Requirements & Restrictions</h4>
<p class="alert alert-info">Not all plates and vehicles are eligible for online renewal.</p>
<p>Review the following details before you start the process:</p>
<ul>
<li>Vehicles registered from a separate owner to the current one must be renewed separately.</li>
<li>Leased vehicles cannot be renewed online.</li>
<li>The vehicle(s) renewed must have unexpired registration(s).</li>
<li>The owner of the vehicle(s) cannot have overdue taxes on any other vehicles they own.</li>
<li>Vehicle(s) must be <b>currently insured</b> with a company that is registered with the Zimbabwean Department of Insurance to be eligible to renew online. If you have obtained insurance within the last 45 days, your information may not be in our database. This will prohibit you from renewing your vehicle licinse online. Please visit your Clerk's office to renew.</li>
</ul>
<div class="alert alert-info">
<h4>Be Sure Your Address is Correct</h4>
<p>
Take a look at the address on your registration receipt. This must be your current address. <b>Registration materials are mailed to this address.</b>
</p>
<p>
If your current address does not match your registration receipt, please contact your Clerk and have it updated <b>before</b> you register online.
</p>
</div>
</section>
<section>
<h4>Fees, Payment Methods & Processing</h4>
<ul>
<li>Online vehicle license renewal transactions are not complete until the Clerk processes your information. Please allow at least 5 working days following your online license renewal for processing of information and mailing of credentials to you.</li>
<li>The online renewal service is provided by a third party working in partnership with the Commonwealth of Zimbabwe. A portion of the fees collected in this transaction includes funds to develop, maintain, and enhance the state’s official web portal, Zimbabwe.gov.</li>
<li>A <span class="label label-success ">$10.00</span> fee per vehicle will be added to cover mailing costs.</li>
<li>Payment methods include One Wallet, Paynow, or Ecocash.</li>
</ul>
</section>
<hr />
</div>
<div class="col-md-4">
<div class="well well-lg" style="margin-top: 22px">
<h3 style="margin-top: 0px;">Let's get started</h3>
<ul>
<li>Add your vehicle details</li>
<li>Make Payment</li>
</ul>
<a href="registration.php" class="btn btn-primary" role="button">Renew Vehicle License</a>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<!-- jQuery Version 1.11.1 -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>