<?php
/* Smarty version 3.1.33, created on 2022-02-08 21:16:10
  from '/home/recursosspa/public_html/testlink/gui/templates/firstLogin-model-marcobiedermann.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.33',
  'unifunc' => 'content_6202dd9a485f70_59104073',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    'cbedf6090f7f696e8dbc019426b87a7431457388' => 
    array (
      0 => '/home/recursosspa/public_html/testlink/gui/templates/firstLogin-model-marcobiedermann.tpl',
      1 => 1643038914,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_6202dd9a485f70_59104073 (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'=>'login_name,password,password_again,first_name,last_name,e_mail,
             password_mgmt_is_external,btn_add_user_data,link_back_to_login'),$_smarty_tpl ) );?>


<html >
  <head>
    <meta charset="UTF-8">
    <title><?php echo $_smarty_tpl->tpl_vars['labels']->value['login'];?>
</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->message != '') {?>
      <div class="grid__container">
      <?php echo $_smarty_tpl->tpl_vars['gui']->value->message;?>

      </div>
      <?php }?>
  
      <div class="grid__container">
      <form name="signup" id="signup" action="firstLogin.php?viewer=<?php echo $_smarty_tpl->tpl_vars['gui']->value->viewer;?>
" method="post" class="form form--login">
  
        <div class="form__field">
          <label for="login"><i class="fa fa-user"></i></label>
          <input maxlength="<?php echo $_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, 'LOGIN_MAXLEN');?>
" 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>

        <?php if ($_smarty_tpl->tpl_vars['gui']->value->external_password_mgmt == 0) {?>
        <div class="form__field">
          <label for="password"><i class="fa fa-lock"></i></label>
          <input name="password" id="password" type="password" class="form__input" placeholder="<?php echo $_smarty_tpl->tpl_vars['labels']->value['password'];?>
" 
           maxlength="<?php echo $_smarty_tpl->tpl_vars['gui']->value->pwdInputMaxLength;?>
" required>
        </div>

        <div class="form__field">
          <label for="password2"><i class="fa fa-lock"></i></label>
          <input name="password2" id="password2" type="password" class="form__input" placeholder="<?php echo $_smarty_tpl->tpl_vars['labels']->value['password_again'];?>
" 
           maxlength="<?php echo $_smarty_tpl->tpl_vars['gui']->value->pwdInputMaxLength;?>
" required>
        </div>
        <?php }?>

        <div class="form__field">
          <label for="firstName"><i class="fa fa-child"></i></label>
          <input maxlength="<?php echo $_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, 'NAMES_SIZE');?>
" name="firstName" id="firstName" type="text" class="form__input" placeholder="<?php echo $_smarty_tpl->tpl_vars['labels']->value['first_name'];?>
" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['gui']->value->firstName, ENT_QUOTES, 'UTF-8', true);?>
" required>
        </div>

        <div class="form__field">
          <label for="lastName"><i class="fa fa-group"></i></label>
          <input maxlength="<?php echo $_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, 'NAMES_SIZE');?>
" name="lastName" id="lastName" type="text" class="form__input" placeholder="<?php echo $_smarty_tpl->tpl_vars['labels']->value['last_name'];?>
" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['gui']->value->lastName, ENT_QUOTES, 'UTF-8', true);?>
" required>
        </div>

        <div class="form__field">
          <label for="email"><i class="fa fa-envelope"></i></label>
          <input maxlength="<?php echo $_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, 'EMAIL_MAXLEN');?>
" name="email" id="email" type="text" class="form__input" placeholder="<?php echo $_smarty_tpl->tpl_vars['labels']->value['e_mail'];?>
" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['gui']->value->email, ENT_QUOTES, 'UTF-8', true);?>
" required>
        </div>

        <div class="form__field">
          <input type="submit" name="doEditUser" value="<?php echo $_smarty_tpl->tpl_vars['labels']->value['btn_add_user_data'];?>
">
        </div>

      </form>
    </div>
  </div>
</body>
</html>
<?php }
}
