<%@ Page language="C#"%> <%@ Import Namespace="System.Data.SqlClient" %> btnet logon
BugTracker.NET
Help
Feedback
About
Donate
<% Response.Write (Application["custom_logo"]); %>
<% if (Util.get_setting("WindowsAuthentication", "0") != "0") { %> <% } %>
To login using your Windows ID, leave User blank
User:
Password:
 
<% if (Util.get_setting("ShowForgotPasswordLink","1") == "1") { %>

 Forgot your username or password? 

<% } %> <% if (Util.get_setting("AllowGuestWithoutLogin","0") == "1") { %>

 Continue as "guest" without logging in 

<% } %> <% if (Util.get_setting("AllowSelfRegistration","0") == "1") { %>

 Register 

<% } %>

<% Response.Write (Util.get_setting("CustomWelcomeHtml","")); %>