mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
8 lines
455 B
PHP
8 lines
455 B
PHP
<div class='messagebox ui-corner-all'>
|
|
<div class='header ui-widget-header'>
|
|
<?php echo $errormsg; ?><br /><br />
|
|
<?php echo $maxattempts; ?>
|
|
</div><br />
|
|
<a href='<?php echo $this->createUrl("/admin/authentication/sa/login"); ?>'><?php $clang->eT("Try again"); ?></a><br />
|
|
<a href='<?php echo $this->createUrl("/admin/authentication/sa/forgotpassword"); ?>'><?php $clang->eT("Forgot your password?"); ?></a><br />
|
|
</div>
|