<?php
/* Smarty version 3.1.33, created on 2021-12-29 15:58:41
  from '/opt/lampp/htdocs/testlink/gui/templates/lostPassword-model-marcobiedermann.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.33',
  'unifunc' => 'content_61cc77a1302266_32989925',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    '9ce13035cb7a7b0dafcdbc004e1b299e47da2035' => 
    array (
      0 => '/opt/lampp/htdocs/testlink/gui/templates/lostPassword-model-marcobiedermann.tpl',
      1 => 1636032765,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_61cc77a1302266_32989925 (Smarty_Internal_Template $_smarty_tpl) {
?><!DOCTYPE html>
<?php
$_smarty_tpl->smarty->ext->configLoad->_loadConfigFile($_smarty_tpl, "input_dimensions.conf", "login", 0);
?>


<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang_get'][0], array( array('var'=>"labels",'s'=>"password_reset,login_name,btn_send,password_mgmt_is_external,link_back_to_login"),$_smarty_tpl ) );?>


<html >
  <head>
    <meta charset="UTF-8">
    <title><?php echo $_smarty_tpl->tpl_vars['labels']->value['password_reset'];?>
</title>
    <link rel="stylesheet" href="gui/icons/font-awesome-4.5.0/css/font-awesome.min.css">

    <link rel="stylesheet" href="gui/themes/default/login/codepen.io/marcobiedermann/css/style.css">
  </head>
  <body class="align">
    <div class="site__container">
      <div class="grid__container">
      <img src="<?php echo $_smarty_tpl->tpl_vars['tlCfg']->value->theme_dir;?>
images/<?php echo $_smarty_tpl->tpl_vars['tlCfg']->value->logo_login;?>
">
      </div>
      
      <?php if ($_smarty_tpl->tpl_vars['gui']->value->note != '') {?>
      <br>
      <div class="grid__container">
      <div class="user__feedback">
      <?php echo $_smarty_tpl->tpl_vars['gui']->value->note;?>

      </div>
      </div>
      <?php }?>

      <div class="grid__container">
      <form name="lostPassword" id="lostPassword" action="lostPassword.php?viewer=<?php echo $_smarty_tpl->tpl_vars['gui']->value->viewer;?>
" method="post" class="form form--login">
        <input type="hidden" name="reqURI" value="<?php echo rawurlencode($_smarty_tpl->tpl_vars['gui']->value->reqURI);?>
"/>
        <input type="hidden" name="destination" value="<?php echo rawurlencode($_smarty_tpl->tpl_vars['gui']->value->destination);?>
"/>


        <div class="form__field">
          <label for="tl_login"><i class="fa fa-user"></i></label>
          <input maxlength="<?php echo $_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, 'LOGIN_MAXLEN');?>
" size="<?php echo $_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, 'LOGIN_SIZE');?>
" name="login" id="login" type="text" class="form__input" placeholder="<?php echo $_smarty_tpl->tpl_vars['labels']->value['login_name'];?>
" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['gui']->value->login, ENT_QUOTES, 'UTF-8', true);?>
" required>
        </div>

        <div class="form__field">
          <input type="submit" name="editUser" value="<?php echo $_smarty_tpl->tpl_vars['labels']->value['btn_send'];?>
">
        </div>

      </form>
    </div>
  </div>
</body>
</html>
<?php }
}
