Initial commit

This commit is contained in:
genuineparts 2025-06-02 10:01:12 +02:00
commit 43ad32700c
7085 changed files with 447606 additions and 0 deletions

12
themes/austria/lostpw.tpl Normal file
View file

@ -0,0 +1,12 @@
<h2>##LOSTPASS##</h2>
{$emsg}
##FINGLONGTEXT##
<span style="text-align:center; display:block;">
<form class="loginform" action="{$path}lostpw.php" method="post">
<strong><img src="{$path}themes/default/images/icons/user.png" style="border:none;"/> ##USERNAME##:<br /></strong>
<input type="text" name="username" value="{$data.username}" size="90%" maxlength="25" /><br />
<strong><img src="{$path}themes/default/images/icons/email.png" style="border:none;"/> ##MAIL##:</strong><br />
<input type="email" name="email" value="{$data.email}" size="90%" /><br />
<input type="submit" class="button" name="submit" value="##GETPASS##" />
</form>
</span>