init
This commit is contained in:
commit
db400e4a38
2750 changed files with 440400 additions and 0 deletions
45
help_FR/include/staff/pwreset.sent.php
Normal file
45
help_FR/include/staff/pwreset.sent.php
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<?php
|
||||
include_once(INCLUDE_DIR.'staff/login.header.php');
|
||||
defined('OSTSCPINC') or die('Invalid path');
|
||||
$info = ($_POST && $errors)?Format::htmlchars($_POST):array();
|
||||
?>
|
||||
|
||||
<div id="brickwall"></div>
|
||||
<div id="loginBox">
|
||||
<div id="blur">
|
||||
<div id="background"></div>
|
||||
</div>
|
||||
<h1 id="logo"><a href="index.php">
|
||||
<span class="valign-helper"></span>
|
||||
<img src="logo.php?login" alt="osTicket :: <?php echo __('Agent Password Reset');?>" />
|
||||
</a></h1>
|
||||
<h3><?php echo __('A confirmation email has been sent'); ?></h3>
|
||||
<h3 style="color:black;"><em><?php echo __(
|
||||
'A password reset email was sent to the email on file for your account. Follow the link in the email to reset your password.'
|
||||
); ?>
|
||||
</em></h3>
|
||||
|
||||
<form action="index.php" method="get">
|
||||
<input class="submit" type="submit" name="submit" value="Login"/>
|
||||
</form>
|
||||
|
||||
<div id="company">
|
||||
<div class="content">
|
||||
<?php echo __('Copyright'); ?> © <?php echo Format::htmlchars($ost->company) ?: date('Y'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="poweredBy"><?php echo __('Powered by'); ?>
|
||||
<a href="http://www.osticket.com" target="_blank">
|
||||
<img alt="osTicket" src="images/osticket-grey.png" class="osticket-logo">
|
||||
</a>
|
||||
</div>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
if (undefined === window.getComputedStyle(document.documentElement).backgroundBlendMode) {
|
||||
document.getElementById('loginBox').style.backgroundColor = 'white';
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue