better behavior for users that are not found

This commit is contained in:
Dylan Knutson
2025-02-28 21:51:29 +00:00
parent 398abf48a7
commit 7048b3002d
9 changed files with 147 additions and 23 deletions

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- -->
<html>
<head>
<title>System Error</title>
<link href="/themes/beta/img/favicon.ico"/>
<link type="text/css" rel="stylesheet" href="/themes/beta/css/ui_theme_dark.css?u=2025011001" />
</head>
<body>
<section style="margin: 30px auto; max-width: 800px;">
<div class="section-header">
<h2>System Error</h2>
</div>
<div class="section-body">
This user cannot be found.<br/><br/>Here are a few suggestions to help you out:<br/>&bull; Check that the username is spelled correctly.<br/>&bull; Try to do what you were doing again, but take out any odd symbols, spaces, and underscores.<br/> <br>
<div class="alignright"><a class="button standard" href="javascript:history.go(-1)">Click here to go back</a></div>
</div>
</section>
</body>
</html>