Subversion Repositories ALCASAR

Rev

Rev 912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 912 Rev 2003
Line 98... Line 98...
98
	<head>
98
	<head>
99
		<title>$R_title</title>
99
		<title>$R_title</title>
100
		<meta http-equiv=\"Cache-control\" content=\"no-cache\">
100
		<meta http-equiv=\"Cache-control\" content=\"no-cache\">
101
		<meta http-equiv=\"Pragma\" content=\"no-cache\">
101
		<meta http-equiv=\"Pragma\" content=\"no-cache\">
102
		<link rel=\"stylesheet\" href=\"../css/pass.css\" type=\"text/css\">
102
		<link rel=\"stylesheet\" href=\"../css/pass.css\" type=\"text/css\">
-
 
103
		<link rel=\"stylesheet\" href=\"../css/style_intercept.css\" type=\"text/css\">
103
		<link type=\"text/css\" href=\"../css/pwdmeter.css\" media=\"screen\" rel=\"stylesheet\" />
104
		<link type=\"text/css\" href=\"../css/pwdmeter.css\" media=\"screen\" rel=\"stylesheet\" />
104
		<!--[if lt IE 7]>
105
		<!--[if lt IE 7]>
105
			<link type=\"text/css\" href=\"../css/ie.css\" media=\"screen\" rel=\"stylesheet\" />
106
			<link type=\"text/css\" href=\"../css/ie.css\" media=\"screen\" rel=\"stylesheet\" />
106
		<![endif]-->
107
		<![endif]-->
107
		<script type=\"text/javascript\" src=\"js/pwdmeter.js\" language=\"javascript\"></script>	
108
		<script type=\"text/javascript\" src=\"js/pwdmeter.js\" language=\"javascript\"></script>	
108
	</head>
109
	</head>
-
 
110
	<script type=\"text/javascript\">
-
 
111
		function valoriserDiv5(param){
-
 
112
			document.getElementById(\"box_info\").innerHTML = param.innerHTML;
-
 
113
		}
109
	<body>
114
	</script>
110
		<div id=\"page\">
115
	<body onload=\"valoriserDiv5(text_conn);\">
-
 
116
 
111
			<div id=\"block_pass\">
117
				<div id=\"cadre_titre\" class=\"titre_controle\">
-
 
118
					<p id=\"acces_controle\" class=\"titre_controle\">$R_title</p>			
112
				<div id=\"pass_chg\">	
119
					<div id=\"boite_logo\">
113
					<img src=\"../images/organisme.png\" />
120
						<img src=\"/images/organisme.png\">
114
					<h1 id=\"titre_pass\">$R_title</h1>
121
					</div>
115
				</div>
122
				</div>
116
				<div id=\"pass_chg_content\">
123
				<div id=\"contenu_acces\">
117
					<form name=\"master\" action=\"$current_page\" method=\"post\">
124
					<form name=\"master\" action=\"$current_page\" method=\"post\">
118
					<input type=hidden name=action value=checkpass>
125
					<input type=hidden name=action value=checkpass>
119
						<table id=\"champs_pass\">
126
						<table id=\"champs_pass\">
120
							<tr>
127
							<tr>
121
								<td class=\"first_item\">$R_form_l1</td>
128
								<td class=\"first_item\">$R_form_l1</td>
Line 333... Line 340...
333
						<td>
340
						<td>
334
							<p>This application is designed to assess the strength of password strings.  The instantaneous visual feedback provides the user a means to improve the strength of their passwords, with a hard focus on breaking the typical bad habits of faulty password formulation.  Since no official weighting system exists, we created our own formulas to assess the overall strength of a given password.  Please note, that this application does not utilize the typical \"days-to-crack\" approach for strength determination.  We have found that particular system to be severely lacking and unreliable for real-world scenarios.  This application is neither perfect nor foolproof, and should only be utilized as a loose guide in determining methods for improving the password creation process. </p>
341
							<p>This application is designed to assess the strength of password strings.  The instantaneous visual feedback provides the user a means to improve the strength of their passwords, with a hard focus on breaking the typical bad habits of faulty password formulation.  Since no official weighting system exists, we created our own formulas to assess the overall strength of a given password.  Please note, that this application does not utilize the typical \"days-to-crack\" approach for strength determination.  We have found that particular system to be severely lacking and unreliable for real-world scenarios.  This application is neither perfect nor foolproof, and should only be utilized as a loose guide in determining methods for improving the password creation process. </p>
335
						</td>
342
						</td>
336
					</tr>
343
					</tr>
337
				</table>
344
				</table>
338
			</div>
-
 
339
		</div>
-
 
340
";
345
";
341
 
346
 
342
if (is_file("sql/drivers/$config[sql_type]/functions.php"))
347
if (is_file("sql/drivers/$config[sql_type]/functions.php"))
343
	include_once("sql/drivers/$config[sql_type]/functions.php");
348
	include_once("sql/drivers/$config[sql_type]/functions.php");
344
else{
349
else{
Line 376... Line 381...
376
	}
381
	}
377
}
382
}
378
?>
383
?>
379
</body>
384
</body>
380
</html>
385
</html>
-
 
386