Subversion Repositories ALCASAR

Rev

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

Rev 2766 Rev 2809
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: password.php 2766 2019-11-19 21:37:58Z rexy $
2
# $Id: password.php 2809 2020-04-12 17:35:46Z rexy $
3
#
3
#
4
# change user password on ALACASAR NAC
4
# change user password on ALACASAR NAC
5
# Copyright (C) 2003, 2004 Mondru AB.
5
# Copyright (C) 2003, 2004 Mondru AB.
6
# Copyright (C) 2008-20017 ANGEL95 & REXY
6
# Copyright (C) 2008-20017 ANGEL95 & REXY
7
 
7
 
Line 197... Line 197...
197
<html>
197
<html>
198
	<head>
198
	<head>
199
		<meta charset="UTF-8">
199
		<meta charset="UTF-8">
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 type="text/css" href="/css/index_style.css" rel="stylesheet">-->
-
 
203
		<link rel="stylesheet" href="css/pwdmeter.css" type="text/css">
202
		<link rel="stylesheet" href="/css/pwdmeter.css" type="text/css">
204
		<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
203
		<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
205
		<link rel="stylesheet" href="css/pass.css" type="text/css">
204
		<link rel="stylesheet" href="/css/pass.css" type="text/css">
206
		<!--[if lt IE 7]>
205
		<!--[if lt IE 7]>
207
			<link rel="stylesheet" href="css/ie.css" type="text/css">
206
			<link rel="stylesheet" href="css/ie.css" type="text/css">
208
		<![endif]-->
207
		<![endif]-->
209
		<script src="js/pwdmeter.js"></script>
208
		<script src="/js/pwdmeter.js"></script>
210
	</head>
209
	</head>
211
	<body>
210
	<body>
212
		<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2" id="gui">
211
		<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2" id="gui">
213
 
212
 
214
			<!-- HeaderBox -->
213
			<!-- HeaderBox -->