DESCRIPTIONMy Company's Home PageABSTRACTMy Company's Site on the World Wide Web, Powered by Lotus Notes and DominoLANGUAGEen-usCCintALIAShttp://www.my-domino.comKEYWORDSDomino SampleOWNERwebmaster@my-domino.comYesTextHomeHomeCompany InfoInfoContacting UsProduct CatalogToday's SpecialsAbout This SiteLinksSite MapNotes.NetContactCatalogSpecialsAboutLinks/Site+Map//www.notes.net
'++LotusScript Development Environment:2:5:(Options):0:74
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub ValidateOuterFrameDimensions
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:ValidateOuterFrameDimensions:1:8
Sub ValidateOuterFrameDimensions
Dim ws As New notesuiworkspace
Dim uidoc As notesuidocument
Set uidoc = ws.currentdocument
Dim rval As String, cval As String
rval = uidoc.fieldGetText("fNRows1")
cval = uidoc.fieldGetText("fNCols1")
r = Val(rval)
c = Val(cval)
If r * c > 4 Or r * c < 2 Then
Messagebox "The Outer Frame Set must have two, three, or four frames. Allowable dimensions are 1x2, 2x1,1x3, 3x1,1x4, 4x1 and 2x2", mb_ok + mb_iconstop, "Frame Dimensions Error"
The new Page's name is a duplicate. Enter a unique page name.
lkupIsMe
notStillTheSame
lkupOK
The new Page's name is a duplicate. Enter a unique page name.
unSafe
The page name contains a character that is unsafe for URLs{
nonPrintable
The page name contains a non-printable character that is not allowed for URLs
fallBack
The page name contains a non-ASCII character that is not allowed for URLs
0RR5RS12E7RS8E9RS12E14RS8E16RS13E21RS8E23RS13E25RS8E26S27S29RS12E34RS8E36RS12E41RS8E43RS12E48RS8E50RS12E55RS9E56RPageNameRequired: Enter the unique name used in this page's URL
PageName
Not Available
tmpDB
/pages/
PageName
3S4S6S9S10S11S12S13S14StmpURL
Enter content for your Web page below
Enter a page title for the browser
Title
Full URL:
This will be displayed by the browser in its window title bar.
T[\[\
uT[\v
T[T[u
[T[T[
\T\[u
[\[\[\
?8;8;NI
GVn{s
[T[Tv
uvuvuv
[u u
.,#'.
111RRRccckkksss{{{
Bkk9kk1cc
RRscc
11ccc
11k11
PageName
tmpOldPageName
0S0E
tmpOldPageName
remember page name for validation against duplicates
PageID
unique page id used in validation formula for PageName field
BodyEnter text and graphics for your page content
LinkNav
Bookkeeping 2
SiteMap
1S2S
SiteMap
Yes |YesNo |No
Include this page in the site map?
Specify an area in the site map
The site map is a view that provides easy navigation to pages on your site.
The site map view is divided into categories, which you can specify. E.g., "Company Info", "Products", etc.
Information for META Tags
0S0E
Specify META tags
META tags may help search engines index your site. These tags will be placed in the HTML header.
Site Map
Advanced HTML Features
0S0E
HTML Dialog
Preview HTML Header
Web Page Management
@ @@ @` @
@@ @@@@@`@@
`@ `@@`@``@
@ @@ @` @
@@ @@@@@`@@
`@ `@@`@``@
Site Home Page
HomePageCheck
Make this page the home page | Home Page
HTMLHeader
$$HTMLHead
http://www.lotus.com
http://www.lotus.com/
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
|USRJ
LastDateTime
$TITLE
$Info
$SubForms
$WINDOWTITLE
$$Script_O
$$ScriptName
HomePage
$Body
HTMLHeader
$$HTMLHead
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Info
$$Script_O
$$ScriptName
$Body
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
Declare Sub Entering(Source As Field)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
On Event Entering From Source Call Entering
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
End Sub
'++LotusScript Development Environment:2:2:Entering:1:12
Sub Entering(Source As Field)
End Sub
Top'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIDOCUMENT
Set Source = Bind(Objectname_)
On Event Querysave From Source Call Querysave
End Sub
'++LotusScript Development Environment:2:2:Querysave:1:12
Sub Querysave(Source As Notesuidocument, Continue As Variant)
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
' refresh the doc, but avoid obnoxious
' error messages on validation errors
Dim ws As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = ws.CurrentDocument
Dim note As NotesDocument
Set note = uidoc.document
'If note.ComputeWithForm(True,False) = False Then
'Messagebox("Error in page name. Press OK, then F9 for details.")
'Else
Call uidoc.refresh
'End If
End Sub
0S0E
tmpDB
stores the database pathname
HomePage
used as boolean indicator of whether this page is the home page
The new Page's name is a duplicate. Enter a unique page name.
lkupIsMe
notStillTheSame
lkupOK
The new Page's name is a duplicate. Enter a unique page name.
unSafe
The page name contains a character that is unsafe for URLs{
nonPrintable
The page name contains a non-printable character that is not allowed for URLs
fallBack
The page name contains a non-ASCII character that is not allowed for URLs
0RR5RS12E7RS8E9RS12E14RS8E16RS13E21RS8E23RS13E25RS8E26S27S29RS12E34RS8E36RS12E41RS8E43RS12E48RS8E50RS12E55RS9E56RPageNameRequired: Enter the unique name used in this page's URL
PageName
Not Available
tmpDB
/pages/
PageName
3S4S6S9S10S11S12S13S14StmpURL
Enter content for your Web page below
Enter a page title for the browser
Title
Full URL:
This will be displayed by the browser in its window title bar.
T[\[\
uT[\v
T[T[u
[T[T[
\T\[u
[\[\[\
?8;8;NI
GVn{s
[T[Tv
uvuvuv
[u u
.,#'.
111RRRccckkksss{{{
Bkk9kk1cc
RRscc
11ccc
11k11
PageName
tmpOldPageName
0S0E
tmpOldPageName
remember page name for validation against duplicates
PageID
unique page id used in validation formula for PageName field
This is a sample database; it contains a series of Web pages with the same look. In this database, the text is centered, and there is an image map at the bottom of the page. The database is meant to be used as a guideline or starting point. It shows various pages that can be easily created by a Web designer using Notes and Domino.
Who will use this database?
Webmasters and Web designers creating corporate Intranet and Internet sites. You can copy this database and add new content to it, or customize the database design and use it.
Where can I find additional information?
Refer to the following documentation database on
http://www.notes.net
Best Practices: Templates and Sample Databases (BPTEMP.NSF)
Access Control:
The default access of a database created with this template is "Reader". Give Web page designers who want to use this database as a reference "Designer" access.
Note: This database is designed for Domino 4.6
. This application is designed for a screen display of 800x600 in the Notes client. Pages created with this application can be viewed on any browser at any resolution.
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
VQY7P6-(
$Info
$Body
HTML Dialog
<Title>
Title
</Title>"
MetaData"
FrameCode
</head>
FrameCode
1S2S3S4S5S6S7S8S9S10S17S2E18S19S20SHTML
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
x+C`)
$TITLE
$Info
$$Script_O
$$ScriptName
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Index
$Formula
$FormulaClass
$ViewFormat
$Comment
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
DY[B#
$TITLE
$Info
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
3<48W
$TITLE
$Info
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Info
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Info
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Info
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
k7qV&
$TITLE
$Info
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Info
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Info
$Body
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Info
$Body
META Tag Information
Content
DESCRIPTION
mName_1
mContent_1
KEYWORDS
mName_2
mContent_2
ABSTRACT
mName_3
mContent_3
AUTHOR
mName_4
mContent_4
From the IBM Home Page - Apparently for a Country Code
mName_5
mContent_5
LANGUAGE
mName_6
mContent_6
GENERATOR
mName_7
Lotus Domino 4.6
mContent_7
META tags provide information about a page to software. The most common use of Meta tags is to provide hints to search engines. META tags supported by this template consist of a Name that identifies the information being provided, and a Content field that provides the actual information.
Names are not defined by any standard, and search engines may use them any way they wish.. Some commonly used names are listed as defaults. Some search engines provide information on what Meta tag names they recognize on their "Add URL" or "Help" pages.
You may fill in the Content for any Name listed. If the Name you wish to provide is not listed, you may replace one of the defaults.
For example, "Description" is a name used by several popular search engines. To provide this, type a sentence or two that describes your site in the Content field next to the Name "Description".
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$Info
$$Script_O
$$ScriptName
$Body
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
Dim ws As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = ws.CurrentDocument
Call uidoc.Refresh
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
'++LotusScript Development Environment:2:5:(Declarations):0:10
%INCLUDE "lsconst.lss"
Bookkeeping 2'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIDOCUMENT
Set Source = Bind(Objectname_)
On Event Querysave From Source Call Querysave
End Sub
'++LotusScript Development Environment:2:2:Querysave:1:12
Sub Querysave(Source As Notesuidocument, Continue As Variant)
Dim beDoc As NotesDocument
Dim s As New NotesSession
Dim db As NotesDatabase
Dim v As NotesView
Dim note As NotesDocument
Set beDoc = source.document
values = beDoc.GetItemValue("HomePageCheck")
check1 = values(0)
check2 = source.FieldGetText("HomePage")
If check1 = "Home Page" And check2 <> "1" Then
Call source.FieldSetText("HomePage","1")
Set db = s.CurrentDatabase
Set v = db.GetView("Home")
Set note = v.GetFirstDocument
If note Is Nothing Then
' there wasn't a home page yet
Else
If IDOK = Messagebox ("Another page is already designated as the Home Page. Select OK to make this page the Home Page, over-riding the previous choice. Select Cancel to keep the old Home Page", MB_OKCANCEL) Then
note.HomePageCheck = ""
note.HomePage = 0
Call note.save(False,False,False)
Else
Call source.FieldSetText("HomePage","0")
Call source.FieldSetText("HomePageCheck", "")
End If
End If
Else
If check1 <> "Home Page" Then
Call source.FieldSetText("HomePage","0")
End If
End If
continue = True
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
Declare Sub Entering(Source As Field)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
On Event Entering From Source Call Entering
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
End Sub
'++LotusScript Development Environment:2:2:Entering:1:12
Sub Entering(Source As Field)
End Sub
SiteMap
Yes |YesNo |No
SiteMap
1S2S
Include this page in the site map?
Specify an area in the site map
The site map is a view that provides easy navigation to pages on your site.
The site map view is divided into categories, which you can specify. E.g., "Company Info", "Products", etc.
Information for META Tags
0S0E
Specify META tags
META tags may help search engines index your site. These tags will be placed in the HTML header.
The database is meant to be used as a guideline or starting point. It shows various pages that can be easily created by a Web designer using Notes and Domino. You can copy this database and add new content to it, or customize the database design and use it.
Access Control:
The default access for this database is "Reader". Give Web page designers who want to use this database as a reference "Designer" access.
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$Info
$Body
Categori_zel
_Edit Document
Send Docu_ment
_Forward
_Move To Folder...
_Remove From Folder
Create Image File Document(
0S0E
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
,("|}
$TITLE
$Index
$Formula
$FormulaClass
$ViewFormat
$Comment
$ACTIONS
FileInfo
Hidden
0S0E
One and only one file must be attached to this document.{
ValidateOnSave
Not Available
/files/
/$FILE/
3S4S9S10S11S12S13S14S15S16S17S18StmpURL
Click here to attach an image file
Full URL:
Error
Only one file attachment is allowed per document.
3S4S6RS3E8RS8E15RS8E20RS8E24RS4E26RS3E34R
T[\[\
uT[\v
T[T[u
[T[T[
\T\[u
[\[\[\
?8;8;NI
GVn{s
[T[Tv
uvuvuv
[u u
.,#'.
111RRRccckkksss{{{
Bkk9kk1cc
RRscc
11ccc
11k11
Image files can be stored in the same database as your web pages. You can easily reference these images from other pages using embedded HTML in the format <img src=/database.nsf/files/filename.gif/$FILE/filename.gif>.
The Link Builder on various forms in this database can automatically create graphic hotspots on your pages using these image files. To use the Link Builder to reference an image file for a graphic hotspot, use the format: (filename.gif)Alternate Text.
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
$TITLE
$NoBackgroundOverride
$Info
$SubForms
$$Script_O
$$ScriptName
$Body
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
Declare Sub Entering(Source As Field)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
On Event Entering From Source Call Entering
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
End Sub
'++LotusScript Development Environment:2:2:Entering:1:12
Sub Entering(Source As Field)
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
' refresh the doc, but avoid obnoxious
' error messages on validation errors
Dim ws As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = ws.CurrentDocument
Dim note As NotesDocument
Set note = uidoc.document
If note.ComputeWithForm(True,False) = False Then
' do nothing
Else
Call uidoc.refresh
End If
End Sub
FileInfo'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Querysave(Source As Notesuidocument, Continue As Variant)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIDOCUMENT
Set Source = Bind(Objectname_)
On Event Querysave From Source Call Querysave
End Sub
'++LotusScript Development Environment:2:2:Querysave:1:12
Sub Querysave(Source As Notesuidocument, Continue As Variant)
End Sub
0S0E
compute the database name
store the attachment name
One and only one file must be attached to this document.{
ValidateOnSave
validation formula enforces restriction of one attachment per document
Not Available
/files/
/$FILE/
3S4S9S10S11S12S13S14S15S16S17S18StmpURL
Click here to attach an image file
Full URL:
Error
Only one file attachment is allowed per document.
3S4S6RS3E8RS8E15RS8E20RS8E24RS4E26RS3E34R
T[\[\
uT[\v
T[T[u
[T[T[
\T\[u
[\[\[\
?8;8;NI
GVn{s
[T[Tv
uvuvuv
[u u
.,#'.
111RRRccckkksss{{{
Bkk9kk1cc
RRscc
11ccc
11k11
Image files can be stored in the same database as your web pages. You can easily reference these images from other pages using embedded HTML in the format <img src=/database.nsf/files/filename.gif/$FILE/filename.gif>.
The Link Builder on various forms in this database can automatically create graphic hotspots on your pages using these image files. To use the Link Builder to reference an image file for a graphic hotspot, use the format: (filename.gif)Alternate Text.
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Fde!f^^
BY!HF
$$HomePageCheck
$HomePageCheck_O
$$PageName
$PageName_O
LastDateTime
HomePage
$TITLE
$Info
$$Script_O
$$ScriptName
$$FormScript
$$$FormScript_O
$Body
LogoNav
Add contact informaton for your company here. For example, add a link to send mail to your Webmaster.
[<a href="
mailto:webmaster@my-domino.com
Click here to send email to our webmaster
[</a>]
LogoNav
This site runs on a Lotus Domino Web Server, Powered by Notes.
[<img src="/
tmpDB
Notes Product Development
)I^-.
PURSAF
_0zEM,9j
S_)tW'
aY*]c
PURSAF
Internotes
PURSAF
O=Iris
O=Iris
x>_/^
PURSAFO
.? Kz"
O=Iris
CN=Richard Schwartz/O=Iris
PURSAFO
database pathname computed here
/files/powered.gif/$FILE/powered.gif">]
GIF89aF
!!!111999BBBJJJZZZkkk{{{
cBB{RR
JJR!!
cscR{R
s1{k!kZ!JB
RB1cZ
!!1cks
ss{ss
k)!{)!
9)cR9
J9s9!s1
eDN@A8
D1Fd`
M*dNP}_
P/dsD
# OHmbd
powered.gif
powered.gif
Notes Product Development
)I^-.
PURSAF
_0zEM,9j
S_)tW'
aY*]c
PURSAF
Internotes
PURSAF
O=Iris
O=Iris
x>_/^
PURSAFO
.? Kz"
O=Iris
CN=Richard Schwartz/O=Iris
PURSAFO
h; nd
powered.gif
@ @@ @` @
@@ @@@@@`@@
`@ `@@`@``@
$ACTIONS
ls (Specials)
07/07/97 02:35:21 PM Richard Schwartz/Iris updated OtherDomainServers
07/07/97 02:35:10 PM Richard Schwartz/Iris added OtherDomainServers
07/07/97 02:35:05 PM Richard Schwartz/Iris updated LocalDomainServers
07/07/97 02:34:58 PM Richard Schwartz/Iris added LocalDomainServers
07/07/97 02:34:50 PM Richard Schwartz/Iris added Anonymous
07/07/97 02:34:47 PM Richard Schwartz/Iris updated -Default-
07/07/97 02:34:38 PM Richard Schwartz/Iris deleted Richard Schwartz/Iris
06/02/97 11:09:45 AM Richard Schwartz/Iris updated Richard Schwartz/Iris
06/02/97 11:09:45 AM Richard Schwartz/Iris added Richard Schwartz/Iris