📄 about.aspx
字号:
<%@ Page language="C#"%>
<!--
Copyright 2002-2005 Corey Trager
Distributed under the terms of the GNU General Public License
-->
<!-- #include file = "inc.aspx" -->
<script runat="server">
DbUtil dbutil;
Security security;
///////////////////////////////////////////////////////////////////////
void Page_Load(Object sender, EventArgs e)
{
Util.do_not_cache(Response);
dbutil = new DbUtil();
security = new Security();
security.check_security(dbutil, Request, Response, Security.ANY_USER_OK);
}
///////////////////////////////////////////////////////////////////////
void Page_Unload(Object sender, EventArgs e)
{
if (dbutil != null) {dbutil.close();}
}
</script>
<head>
<title id="title" runat="server">BugTracker.NET - about</title>
<link rel="StyleSheet" href="btnet.css" type="text/css">
</head>
<body>
<% security.write_menu(Response, "about"); %>
<p style="font-size:12pt;">
<a style="font-size:12pt;" href=http://btnet.sourceforge.net>BugTracker.NET version
2.1.3 September 25, 2005
</a> by <a style="font-size:12pt;" href=mailto:ctrager@yahoo.com>Corey Trager</a>
</p>
<p style="font-size:8pt;">
Copyright 2002-2004-2004 Corey Trager
<br>
Distributed under the terms of the <a target=_blank href="COPYING">GNU General Public License</a>
<br>
</p>
<p>Please report any bugs <a target=_blank href=http://sourceforge.net/tracker/?atid=515837&group_id=66812&func=browse>here</a>.
<p>Request a feature you want <a href="http://sourceforge.net/tracker/?atid=515840&group_id=66812&func=browse">here</a>.
<p><a target=_blank href=README.TXT>Read the README file.</a>
</ul>
<p> <p>
<hr>
BugTracker.NET also includes the following software:
<p>
<li><a target=_blank href=http://www.bosrup.com/web/overlib/>overLIB 3.51</a> - Copyright Erik Bosrup 1998-2002 (the date chooser)
<li><a target=_blank href=http://www.codeproject.com/csharp/pop3client.asp>POP3Client.cs</a> - Bill Dean
<li><a target=_blank href=http://sourceforge.net/projects/sharpwebmail/>SharpMailTools</a> (parsing MIME messages) - Copyright Angel Marin 2003-2005
<li><a target=_blank href=http://logging.apache.org/log4net/>log4net</a> (logging library used by SharpMailTools) - From Apache Software Foundation
<p>
Thanks to the following for their contributions:
<p>
<li>Maty Siman at <a href=http://www.checkmarx.com>www.checkmarx.com</a> for security-related contributions.
<li>Michael Wilson for the mixed-mode authentication code, the guest account idea, and the idea of breaking the CSS into seperate files.
<li>Martin Ricther for code to handle international date formating.
<li>Tom Sella for improvements related to using terms like "issue" instead of "bug".
<li>Eugene Kalinin for constructive critical feedback.
<li>Andrew Lovetski for so much bug reporting.
<li>Jason Taylor for converting urls and email addresses in comments to hyperlinks.
<p>
<div style='width: 500; background: white; border: solid 1px blue; padding: 10px;'>
If you have made a contribution to BugTracker.NET in the past and want to be listed on this page, <a href=mailto:ctrager@yahoo.com>email me</a>.
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -