<%@ Page language="C#" ValidateRequest="false" %> <%@ Import Namespace="System.Collections.Generic" %> btnet search <% security.write_menu(Response, "search"); %>
<% if (!security.user.adds_not_allowed) { %> add new <% Response.Write(Util.get_setting("SingularBugLabel","bug")); %> <% } %> hide form
Hold down Ctrl key to select multiple items.
reported by:
category:
priority:
assigned to:
status:
organization:
project:




<% int minTextAreaSize = int.Parse(Util.get_setting("TextAreaThreshold","100")); int maxTextAreaRows = int.Parse(Util.get_setting("MaxTextAreaRows","5")); // Create the custom column INPUT elements foreach (DataRow drcc in ds_custom_cols.Tables[0].Rows) { string datatype = drcc["datatype"].ToString(); string dropdown_type = Convert.ToString(drcc["dropdown type"]); Response.Write (""); Response.Write ("
<% Response.Write(Util.capitalize_first_letter(Util.get_setting("SingularBugLabel","bug"))); %> description contains:  <% if (show_udf) { %> <% Response.Write (Util.get_setting("UserDefinedBugAttributeName","YOUR ATTRIBUTE")); %>
<% } %>
<% Response.Write(Util.capitalize_first_letter(Util.get_setting("SingularBugLabel","bug"))); %> comments contain: 
<% Response.Write(Util.capitalize_first_letter(Util.get_setting("SingularBugLabel","bug"))); %> comments since:  ');"> [select]
"Reported on" from date:  ');"> [select]      to:  ');"> [select]
"Last updated on" from date:  ');"> [select]      to:  ');"> [select]
"); Response.Write (drcc["name"]); if ((datatype == "nvarchar" || datatype == "varchar") && dropdown_type == "") { Response.Write (" contains"); } Response.Write (": "); Response.Write (""); int fieldLength = int.Parse(drcc["length"].ToString()); string dropdown_options = Convert.ToString(drcc["vals"]); if (dropdown_type != "" || dropdown_options != "") { // create dropdown here Response.Write (""); } else { Response.Write (" 60) size = 60; string size_string = Convert.ToString(size); Response.Write (" size=" + size_string); Response.Write (" maxlength=" + size_string); Response.Write (" name=\"" + drcc["name"].ToString() + "\""); Response.Write (" id=\"" + drcc["name"].ToString() + "\""); Response.Write (" value=\""); if (Request[(string)drcc["name"]]!="") { Response.Write (HttpUtility.HtmlEncode(Request[(string)drcc["name"]])); } Response.Write ("\""); Response.Write (">"); if ((datatype == "nvarchar" || datatype == "varchar") && dropdown_type == "") { // } else { Response.Write ("  Enter multiple values using commas, no spaces: 1,2,3"); } } } %>
Use "and" logic:    Use "or" logic:
<% if (!security.user.is_guest) { %> <% } %>
<% if (dv == null) { } else { if (dv.Table.Rows.Count > 0) { Response.Write ("print list"); Response.Write ("   print detail"); Response.Write ("   export to excel
"); if (security.user.is_admin || security.user.can_mass_edit_bugs) { Response.Write ("
"); display_bugs(true); Response.Write("

"); Response.Write("
Update or delete all checked items"); Response.Write("
"); Response.Write("select all    "); Response.Write("deselect all"); Response.Write("
project:
"); Response.Write("
organization:
"); Response.Write("
category:
"); Response.Write("
priority:
"); Response.Write("
assigned to:
"); Response.Write("
status:
"); Response.Write("
OR DELETE: "); Response.Write("
"); Response.Write("

"); } else { // no checkboxes display_bugs(false); } } else { Response.Write ("

No "); Response.Write (Util.get_setting("PluralBugLabel","bug")); Response.Write ("

"); } } %>

SQL:

 
<% Response.Write(Application["custom_footer"]); %>