|
WT.ASP:
The main Active
Server Page with HTML FRAMES that contains the
JavaScript folder tree frame, preview pane frame, thumbnail
header frame (includes 'Selected Types', 'Show' and 'Sort by' drop down menus)
and of course the thumbnail display frame.
WTServer.ASP (non-visible):
The ASP frame
source for the client/host access module interface.
WTHostVar.ASP (non-visible):
The ASP frame
source for the client/host access module interface. Stores and retrieves settings to and from the host server..
WTToolBar.ASP:
The ASP frame
source for the webclient toolbar.
WTFoldersHdr.ASP:
The simple frame
source for the "Folders" header text.
WTFolders.ASP:
The server-side
script with embedded HTML that reads the ADODB data source (specified
by the "DSN" querystring variable) and creates the <DIV>
or <ILAYER> based HTML folder tree with ONCLICK
and HREF JavaScript functions to expand, collapse and show thumbnails.
Graphics used: cl_drv_pt.gif, op_drv_pt.gif, cl_fdra_pt.gif (no thumbs),
cl_fdrb_pt.gif (thumbs), op_fdra_pt.gif (no thumbs), op_fdrb_pt.gif
(thumbs), wt_spacer.gif (1x1 spacer white).
WTPreviewHdr.ASP:
The simple frame
source for the "Preview" header GIF image and text. Graphics
used: wt_preview.gif (optional: wt_tasks.gif).
WTPreview.ASP:
Simple frame source
for the “Preview” pane frame. Calls WTPreviewFile.ASP to display the
select thumbnail's file.
WTPreviewFile.ASP:
Script source to
open a requested file (local to the Web Server's network) via the "ADODB.Stream"
and "Scripting.FileSystemObject" objects. Uses: ADODB.Stream: {Mode,
Type, Open(), LoadFromFile(), Close()} Scripting.FileSystemObject: {FileExists(),
GetExtensionName()}
WTThumbsOuter.ASP:
Simple frame source
to display the WTThumbsHdr.ASP and WTThumbnails.ASP frames.
WTThumbsHdr.ASP:
Frame source for
the thumbnail view header, containing the current data source path, 'Selected Types' dropdown, and the 'Show' and "Sort by" dropdowns. Performs
a refresh of the "Thumbnails" frame
with WTThumbnails.ASP page when any of the above are changed by the user..
WTThumbnails.ASP:
Thumbnail
display frame source script that enumerates the requested path
via the ADODB data source and builds a table of thumbnails.
Calls WTGetThumb.ASP for each thumbnail to request the JPEG
stream data from the data source.
WTGetThumb.ASP:
Simple ASP source
to retrieve the requested thumbnail (JPEG stream) from the ADODB data
source and binary write it to the browser output.
WTViewFile.ASP:
Script source to
open a requested file (local to the Web Server's network) via the "ADODB.Stream"
and "Scripting.FileSystemObject" objects. Almost identical to WTPreviewFile.ASP.
Uses: ADODB.Stream: {Mode, Type, Open(), LoadFromFile(), Close()} Scripting.FileSystemObject:
{FileExists(), GetExtensionName()}
WTNull.ASP:
The simple frame
source for non-initialized frames. Allow for a <BODY> bgcolor
to be set via the querystring variable: COLOR.
Example: WTNull.ASP?COLOR=FFFFFF
WTIncl.ASP & WTMinimal.ASP:
Group of global VBScript server-side functions for use by all ASP pages
|