Subversion Repositories ALCASAR

Rev

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

Rev 2822 Rev 2823
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: password.php 2822 2020-05-23 16:03:33Z rexy $
2
# $Id: password.php 2823 2020-05-24 17:38:00Z rexy $
3
#
3
#
4
# change user password on ALCASAR
4
# change user password on ALCASAR
5
# by ANGEL95 & REXY
5
# by ANGEL95 & REXY
6
 
6
 
7
/****************************************************************
7
/****************************************************************
Line 200... Line 200...
200
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
200
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
201
	<title>ALCASAR - <?= $l_title ?></title>
201
	<title>ALCASAR - <?= $l_title ?></title>
202
	<link rel="stylesheet" type="text/css" href="/css/pwdmeter.css"> 
202
	<link rel="stylesheet" type="text/css" href="/css/pwdmeter.css"> 
203
	<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
203
	<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
204
	<link rel="stylesheet" type="text/css" href="/css/pass.css">
204
	<link rel="stylesheet" type="text/css" href="/css/pass.css">
-
 
205
	<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
-
 
206
 
205
	<script src="/js/pwdmeter.js"></script>
207
	<script src="/js/pwdmeter.js"></script>
206
</head>
208
</head>
207
<body>
209
<body>
208
	<div class="col-xs-12 col-md-10 col-md-offset-1"> 
210
	<div class="col-xs-12 col-md-10 col-md-offset-1"> 
209
		<!-- HeaderBox -->
211
		<!-- HeaderBox -->