HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/naniguide.com/deals/views/reset.view.php
<div class="uk-height-1-1 ev-section-padding-v-s uk-panel uk-flex uk-flex-wrap uk-flex-middle uk-flex-center">

<div class="ev-auth-1">

<a href="<?php echo $urlPath->home(); ?>">
<img class="ev-logo" src="<?php echo $urlPath->image($theme['th_logo']); ?>">
</a>

<h5 class="uk-heading-line"><span><?php echo echoOutput($translation['tr_156']); ?></span></h5>

<?php if(empty($errors_reset)): ?>

<form class="uk-form" action="" name="update" method="post">

<div class="uk-margin">
<div class="uk-width-1-1 uk-inline">
<input class="uk-input uk-border-pill" placeholder="New Password" name="new_password" type="password" required="">
</div>
</div>

<div class="uk-margin">
<div class="uk-width-1-1 uk-inline">
<input class="uk-input uk-border-pill" placeholder="Confirm Password" name="confirm_password" type="password" required="">
</div>
</div>

<?php if(!empty($errors_update)): ?>
<div class="uk-width-1-1 uk-text-left">
<div class="uk-margin">
<div class="ev-alert ev-alert-danger uk-text-small uk-border-rounded uk-margin-remove">
<ul class="uk-margin-remove">
<?php foreach($errors_update as $key => $value):?>
<li><?php echo echoOutput($value); ?></li>
<?php endforeach; ?>
</ul>
</div>
</div>
</div>
<?php endif; ?>

<?php if(!empty($success)): ?>
<div class="uk-width-1-1 uk-text-left">
<div class="uk-margin">
<div class="ev-alert ev-alert-success uk-text-small uk-border-rounded uk-margin-remove">
<p><i class="fas fa-check uk-margin-small-right"></i> <?php echo echoOutput($success); ?></p>
</div>
</div>
</div>
<?php endif; ?>

<button class="uk-button uk-button uk-width-1-1 uk-border-pill" type="submit"><?php echo echoOutput($translation['tr_150']); ?></button>

<div class="uk-margin uk-width-1-1 uk-link">
<a class="uk-link" href="<?php echo $urlPath->signin(); ?>"><?php echo echoOutput($translation['tr_157']); ?></a>
</div>

</form>

<?php endif; ?>

<?php if(!empty($errors_reset)): ?>
<div class="uk-width-1-1 uk-text-left">
<div class="uk-margin">
<div class="uk-alert-danger uk-text-small uk-border-rounded uk-margin-remove" uk-alert>
<ul class="uk-margin-remove">
<?php foreach($errors_reset as $key => $value):?>
<li><?php echo echoOutput($value); ?></li>
<?php endforeach; ?>
</ul>
</div>
</div>
</div>
<?php endif; ?>

</div>

</div>