mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
25 lines
687 B
Smarty
25 lines
687 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
|
|
<h3>{{$title}}</h3>
|
|
|
|
<p id="lostpass-desc">
|
|
{{$desc nofilter}}
|
|
</p>
|
|
|
|
<form action="lostpass" method="post">
|
|
<div id="login-name-wrapper">
|
|
<label for="login-name" id="label-login-name">{{$name}}</label>
|
|
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
|
|
</div>
|
|
<div id="login-extra-end"></div>
|
|
<div id="login-submit-wrapper">
|
|
<input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" />
|
|
</div>
|
|
<div id="login-submit-end"></div>
|
|
</form>
|
|
|