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

View file

@ -0,0 +1,18 @@
<h3>{$navtitle}</h3>
<form class="loginform" action="{$path}login.php" method="post">
<strong>Username:<br /></strong>
<input type="text" name="username" size="15" id="username" maxlength="25" /><br />
<strong>Password:</strong><br />
<input type="password" name="password" id="password" size="15" maxlength="25" /><br />
<br />
{if $config.use_openid==1}
<strong>or</strong><br />
<strong>use Open ID:</strong><br />
<input type="openid_identifier" name="openid_identifier" id="openid_identifier" size="15" maxlength="45" /><br /><br />
{/if}
<label><input type="checkbox" name="remember" /> <strong>Remember me</strong></label><br />
<input type="submit" class="button" name="submit" value="Login" />
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$path}index.php" /><br /><a href="{$path}lostpw.php">Lost Password?</a><br />
<a href="{$path}register.php?=29381489">Register</a><br />
</form>