radiantassure/Vue/Ajaxchangerentiteportail/english.php
2025-12-07 09:35:13 +00:00

33 lines
1.3 KiB
PHP
Executable File

<input class="sr-only" type="text" id="entiteActive" name="entiteActive" value="<?= $actif ?>">
<?php if ($societeExiste==false): ?>
<input class="sr-only" type="text" id="societeExiste" name="societeExiste" value="0">
<div class="text-center p-t-10">
<h4 class="txt3">
<div class="col-12 alert alert-danger">
Please review your entity!
</div>
</h4>
</div>
<div class="wrap-input100 validate-input" data-validate="Enter username">
<label for="login">Login</label>
<input class="input100" type="text" name="login" id="login" value="unknown" placeholder="Login" style="text-align:center;" readonly required AUTOCOMPLETE="off">
</div>
<?php else: ?>
<?php if($actif=="0"):?>
<div class="text-center p-t-10">
<h4 class="txt3">
<div class="col-12 alert alert-danger">
Your subscription has expired
</div>
</h4>
</div>
<?php else: ?>
<input class="sr-only" type="text" id="societeExiste" name="societeExiste" value="1">
<div class="wrap-input100 validate-input" data-validate="Enter username">
<label for="login">Login</label>
<input class="input100" type="text" name="login" id="login" value="<?= $codeUtilisateur ?>" placeholder="Identifiant" style="text-align:center;" required AUTOCOMPLETE="off">
</div>
<?php endif; ?>
<?php endif; ?>