Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
f2900bb6c9ae7cf5e8f687048b59098fd0b90c32
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
<link rel="stylesheet" href="/css/app/login.css">
<div class="row-fluid">
	<div class="span12">
		<center>
		<h2 class="head-b-i">Forgot Password</h2>
		<p id="loginTerms">Please use the form below to reset your password.</p>
		</center>
		<div id="theNotLoginBox" class="box-login hide">
			<div class="box-login-header">
				Browser Version Incompatibility
			</div>
			<div class="box-login-body">
	  			<p>
	  				This site will not work as intended on this version of Internet Explorer.
	  				Please download IE 9 from
	  				<a target="_blank" href="http://www.microsoft.com/southafrica/ie9/">http://www.microsoft.com/southafrica/ie9/</a>
	  			</p>
	  			<br/><br/>
			</div>
		</div>
		<div id="theLoginBox" class="box-login">
			<div class="box-login-header">
				Forgot Password
			</div>
			<div class="box-login-body">
				<form id="frmReset" class="form form-modal">
					<br/>
					<div class="control-group left-padding stack">
						<div class="input-prepend login-input">
							<span class="add-on"><i class="icon-user icon-white"></i></span><input class="field"
							id="email" name="email" type="text" placeholder="email"
							value="">
						</div>
						<div id="visiblePin" class="input-prepend">
							<span class="add-on small">+264</span><input class="field"
							id="mobile" name="mobile" type="text" placeholder="mobile number">
						</div>
					</div>
					<span id="reset-fail" class="pull-right"
						data-content=""></span>
					<br/>
					<br/>
					<button type="submit" class="btn btn-width" id="btnReset">Reset Pin</button>
					<br/>&nbsp;
				</form>
			</div>
		</div>
	</div>
</div>

<div class="footerSec navbar-fixed-bottom"><!--footerSec-->
    <div class="footer">
    <ul class="fmenu">
            <li><a href="/" title="">Home</a></li>
            <li><a href="/#/about_us" title="">ABOUT US</a></li>
            <li><a href="/documents/Terms_and_Conditions.pdf" title="" target="_blank">Terms &amp; Conditions</a></li>
                                    <li><a href="/documents/Legal_Notice.pdf" title="" target="_blank">Legal Notice</a></li>
                                    <li><a href="/documents/Privacy_Policy.pdf" title="" target="_blank">Privacy Policy</a></li>
            <li><a href="/#/faq" title="">FAQ</a></li>
            <li><a href="/#/contact_us" title="">CONTACT US</a></li>
            <br>
            <p><font size=3 color="#ffffff">Contact Bid4Cars at william@bid4cars.com.na</font></p>
    </ul>
    <div class="footer_rgt">
            <ul>
                <!--<li><a href="/#" title=""><img src="/images/flag01.png" alt="" /></a></li>-->
                <li><a href="/#" title=""><img src="/images/flag02.png" alt="" /></a></li>
            </ul>
            <div class="sig"><a href="/#/register" title="">Sign up</a></div>
    </div>
    </div>
</div><!--/footerSec-->

Commits for namibiapublic/templates/page/forgot.html

Diff revisions: vs.
Revision Author Commited Message
f2900b ... Diff Diff Mark Thu 17 Nov, 2016 15:06:18 +0000

latest updates

00360e ... Diff Diff Mark Thu 27 Oct, 2016 11:16:18 +0000

latest updates

df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit