The Web Pages in the Issue Tracking Solution

See Also

The Issue Tracking solution is a Web-based application that is built around a series of data access pages. Functionality beyond basic data access pages is implemented using the Microsoft Visual Basic® Scripting Edition (VBScript) within the data access pages and by including Web pages created using JavaScript. All of these files work together to provide the overall application experience.

The Issue Tracking team solution consists of the following Web pages.

Web pages Type Description
Comments.htm Data page Shows a list of comments associated with a specific issue. Displayed in a dialog box from the Detail Form.
Common.vbs VBScript file Contains a set of VBScript functions that are used by several different pages.
Connect.vbs VBScript file Used to connect to the proper database based on whether the solution is being used online or offline. This file is used by every page that must connect to the database.
CustomizeView.htm HTML with JavaScript Makes it possible for the user to change the display settings for the grid. Displayed in a dialog box from the Grid View page (GridView.htm).
DatePicker.js JavaScript file A common JavaScript include file used to implement the date selection control used on the Detail Form (Detailform.htm).
Default.htm HTML Stub file used to redirect to the main solution data page (GridView.htm) and specifies all the files used in the solution.
DetailForm.htm Data page Displays the details for a specific issue that makes it possible for the user to make modifications to the issue. Shown in a separate window from the Grid View.
EnterComment.htm HTML with VBScript Makes it possible for the user to enter or modify a comment associated with an issue. Displayed in a dialog box from the comments page.
EnterFile.htm HTML with VBScript Makes it possible for the user to specify or select a file or Web link as a linked file. Displayed in a dialog box from the linked files page.
EnterPassword.htm HTML with VBScript When using the solution offline, used to prompt for a password if the SQL login has anything other than a blank password.
FindUser.htm HTML with JavaScript Makes it possible for the user to select an Owner for the issue from a list of the users associated with the database. Displayed in a dialog box from the Detail Form.
GridView.htm Data page Shows a summary grid of all of the issues in the database. This is the main page in the solution and is used as the starting point to all other pages.
InteractiveFilter.htm HTML with JavaScript Filters the issues displayed in the grid based on user-supplied criteria. Displayed in an IFrame above the grid.
ItemPermissions.htm HTML with VBScript Enables row-level security for the specific issue by specifying which database roles may read and modify the issue. Displayed in a dialog box from the Detail Form.
LinkedFiles.htm Data page Shows a list of files or Web links to information related to a specific issue. Displayed in a dialog box from the Detail Form.
modConStr.vbs VBScript file Provides VBScript functions used to find the online and offline versions of the database.
ModRepl.cdf Channel Definition Format When taking the solution offline, used to ensure all of the pages of the solution are taken offline.
OfflineAccess.htm HTML with JavaScript Used to enable and disable offline access to the solution and to synchronize changes between the online and offline databases. Displayed in an IFrame above the grid.
Tabs.js JavaScript A common JavaScript include file used to implement a tabbed functionality for many of the pages.
Views.htm HTML with VBScript Shows a list of views available to be displayed in the grid. Also makes it possible for the user to create, modify, and delete views. Displayed in an IFrame above the grid.
WebConflict.htm HTML with JavaScript When synchronizing between the online and offline databases, used to make it possible for the user to specify how conflicts should be dealt with.
deUsingITApplication.htm
deIssueDetails.htm
ITOverview.htm
deOffline.htm
deWhatIsView.htm
deWhatIsFilter.htm
HTML Help files associated with the Issue Tracking solution.