HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/admin/templates/forgotpass.form.tpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Installation Wizard</title>

<meta http-equiv="Content-Type" content="text/html; charset={$Charset}" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="SHORTCUT ICON" href="favicon.ico" />

<style type="text/css">

	@import url("styles/styles.css");
	@import url("styles/tabmenu.css");
	@import url("../lib/iselector/iselector.css");
	
.HelpInfo ul li {
color: red;
}
</style>
<!--[if IE]>
<style type="text/css">
	#headermenu li ul {
		margin-top: 0px;
		margin-left: 2px;
	}
	#headermenu li li a {
		width: 107px;
	}
</style>
<![endif]-->

<!--[if IE]>
<style type="text/css">
	@import url("styles/ie.css");
</style>
<![endif]-->
<script type="text/javascript" src="../javascript/jquery.js"></script>
<script language="javascript" src="../js.php?f=admin&a=1"></script>

</head>

<body>
	<form action="index.php?forgotpass=true" method="post" name="frmForgotPass" id="frmForgotPass">
<div id="box">
	<table>
		<tr>
			<td style="border:solid 2px #DDD; padding:20px; background-color:#FFF; width:300px">
				<table>
					<tr>
						<td class="Heading1">
							<img src="images/iwp.jpg" />
						</td>
					</tr>
					<tr style="display: %%GLOBAL_HideMessage%%">
						<td style="padding:10px 0px 5px 0px; color:red;">{$Message}</td>
					</tr>
					<tr>
						<td>
							<div style="padding:10px 0px 5px 0px;">{$lang.ForgotPassIntro}</div>
							<table>
								<tr>
									<td nowrap style="padding:0px 10px 0px 10px">{$lang.UsernameLabel}</td>
									<td><input type="text" name="username" id="username" class="Field150" value="{$Username}"></td>
								</tr>
								<tr>
									<td nowrap style="padding:0px 10px 0px 10px">{$lang.NewPassword}:</td>
									<td><input type="password" name="newpassword" id="newpassword" class="Field150" value=""></td>
								</tr>
								<tr>
									<td>&nbsp;</td>
									<td><input type="submit" name="SubmitButton" value="{$lang.SendEmail}" class="FormButton WideButton"></td>
								</tr>
								<tr>
									<td class="Gap"></td>
								</tr>
							</table>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	</form>


<script type="text/javascript">

		$('#frmForgotPass').submit(function() {
			if($('#username').val() == '') {
				alert('{$lang.NoUsername}');
				$('#username').focus();
				return false;
			}

			if($('#newpassword').val() == '') {
				alert('{$lang.NoNewPassword}');
				$('#newpassword').focus();
				return false;
			}
			// Everything is OK
			return true;
		});

		function sizeBox() {
			var w = $(window).width();
			var h = $(window).height();
			$('#box').css('position', 'absolute');
			$('#box').css('top', h/2-($('#box').height()/2)-50);
			$('#box').css('left', w/2-($('#box').width()/2));
		}

		$(document).ready(function() {
			sizeBox();
			$('#username').focus();
		});

		$(window).resize(function() {
			sizeBox();
		});

	</script>


</body>
</html>