(root)/www/login/changePassword.php – Rev 43 → 47
Rev 43 |
Rev 57 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 43 |
Rev 47 |
| Line 26... |
Line 26... |
| 26 |
<h2>Change Password</h2>
|
26 |
<h2>Change Password</h2>
|
| 27 |
</div>
|
27 |
</div>
|
| 28 |
</div>
|
28 |
</div>
|
| 29 |
<div class="ucontent">
|
29 |
<div class="ucontent">
|
| 30 |
<div class="left-pnl">
|
30 |
<div class="left-pnl">
|
| 31 |
<img class="img-fluid" style="max-width:90px" src="<?php echo $userPicture; ?>" alt="<?php echo $userName; ?>">
|
31 |
<img class="img-fluid upicture" src="<?php echo $userPicture; ?>" alt="<?php echo $userName; ?>">
|
| 32 |
<h2><?php echo $userName; ?></h2>
|
32 |
<h2><?php echo $userName; ?></h2>
|
| 33 |
</div>
|
33 |
</div>
|
| 34 |
<div class="right-pnl">
|
34 |
<div class="right-pnl">
|
| 35 |
<?php echo !empty($statusMsg)?'<p class="status-msg '.$statusMsgType.'">'.$statusMsg.'</p>':''; ?>
|
35 |
<?php echo !empty($statusMsg)?'<p class="status-msg '.$statusMsgType.'">'.$statusMsg.'</p>':''; ?>
|
| 36 |
<form action="<?php echo BASE_URL; ?>userAccount.php" method="post">
|
36 |
<form action="<?php echo BASE_URL; ?>userAccount.php" method="post">
|