This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-04-29 14:08:02 -04:00
|
|
|
<!doctype html>
|
2015-08-04 10:03:44 -04:00
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-10-29 08:16:17 -04:00
|
|
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
2016-03-07 20:25:29 -05:00
|
|
|
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css" />
|
2016-02-28 13:40:16 +01:00
|
|
|
<title>{{#i18n.Translations}}{{login}}{{/i18n.Translations}}</title>
|
2015-08-04 10:03:44 -04:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<form action="login" method="POST" name="modlogin">
|
2016-02-28 13:40:16 +01:00
|
|
|
<label for="mod_key">{{#i18n.Translations}}{{secret_key}}{{/i18n.Translations}}</label>
|
2015-08-04 10:03:44 -04:00
|
|
|
<input type="password" id="mod_key" name="privkey" />
|
2016-02-28 13:40:16 +01:00
|
|
|
<input type="submit" value="{{#i18n.Translations}}{{login}}{{/i18n.Translations}}" />
|
2016-02-21 16:51:56 -05:00
|
|
|
{{{csrfField}}}
|
2015-08-04 10:03:44 -04:00
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|