home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WinFiles.com 1998 June
/
WF0698_3.ISO
/
servers-websrv
/
websuite.exe
/
EVENTS.AP_
/
EVENTS.AP
Wrap
Text File
|
1998-04-01
|
3KB
|
112 lines
<[
// WINC - Events
// (c) 1997-98 SmartDesk, Inc., All Rights Reserved
websrvr = 0 + param( 1 )
sessionId = 0 + param( 2 )
session = new( "session", websrvr, sessionId )
ini = new( "iniFile", fileFixPath( webServerHome( websrvr ) + "\\chat\\events.dat" ) )
if ( type( ini ) != "O" )
session.error( "Unable to locate EVENTS data file.", "FFFFFF", "000000" )
return( 0 )
end
]>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!5thGEN Active Pages, by www.smartdesk.com>
<HTML>
<HEAD>
<TITLE>WINC Events</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" LINK="#00FFFF" VLINK="#00FFFF" TEXT="#FFFFFF">
<CENTER>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=571 VSPACE=0>
<TR>
<TD WIDTH=571 VALIGN=top>
<IMG SRC="/chat/dirtop.jpg" WIDTH=571 HEIGHT=161 BORDER=0 ALT="Loading chat directory..."><BR>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=571 VSPACE=0>
<TR>
<TD><IMG SRC="/chat/dirleft.jpg" WIDTH=99 HEIGHT=260 BORDER=0 ALT="<[ ! date( 'MMM DD, YYYY' ) ]>"></TD>
<TD WIDTH=377 VALIGN=top>
<CENTER>
<P>
<FONT SIZE=5><b>E V E N T S</b></FONT><BR>
<FONT SIZE=2>
<A HREF="/chat/dir.htm">Lobby</A> |
<A HREF="sdchat.htm">User Logon</A> |
<A HREF="http://www.smartdesk.com/websuite.html">WebSuite</A> |
<A HREF="/index.htm">Home</A><BR>
</FONT></P>
<P>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=340 VSPACE=0>
<TR>
<TD>
<P>
<FONT SIZE=5 COLOR=yellow><B><[ ! cdow( jdate( ) ) + date( ", MMMM DDDD " ) ]></B></FONT>
<FONT SIZE=2><B><[ ! timetostr( time( ), 0 ) +"m" ]></B></FONT><BR>
No events scheduled, all chat areas open.<BR>
</P>
<[
data = ini.getitems( "events" )
cnt = chrcount( ";", data ) + 1
for ( i=1; i<=cnt; i++ )
item = strextract( data, ";", i )
if ( strempty( item ) )
continue
end
line = ini.getstring( "events", item, "" )
if ( strempty( line ) )
continue
end
! "<P><FONT SIZE=5 COLOR=yellow><B>" + strextract( line, "|", 1 ) + "</B></FONT> <FONT SIZE=2><B>" + strextract( line, "|", 2 ) + "</B></FONT><BR>"
! strextract( line, "|", 3 ) + "<BR>"
a = "<CENTER><A HREF=\"\">Pre-register</A> | <A HREF=\"\">Remind Me</A></CENTER></P>"
end
! "<P><BR></P><CENTER><FONT COLOR=\"#00FFFF\"><B>The current time is " + timetostr( time( ), 0 ) + "m,<BR>" + cdow( jdate( ) ) + date( ", MMMM DDDD, YYYY" ) + "</B></FONT></CENTER>"
]>
</TD>
</TR>
</TABLE>
</P>
</CENTER>
</TD>
<TD><IMG SRC="/chat/dirright.jpg" WIDTH=97 HEIGHT=260 BORDER=0 ALT="<[ ! timetostr( time( ), 0 ) + 'm' ]>"></TD>
</TR>
</TABLE>
<IMG SRC="/chat/dirbott.jpg" WIDTH=571 HEIGHT=67 BORDER=0><BR>
<CENTER>
<FONT SIZE=4>
<A HREF="/chat/dir.htm">Lobby</A> |
<A HREF="sdchat.htm">User Logon</A> |
<A HREF="http://www.smartdesk.com/websuite.html">WebSuite</A> |
<A HREF="/index.htm">Home</A><BR>
</FONT>
<FONT SIZE=2 COLOR="#FFFFFF">©1997-98 SmartDesk, Inc., All Rights Reserved.<BR></FONT>
</CENTER>
</TD>
</TR>
</TABLE>
</CENTER>
<p><br></p>
<p><br></p>
<p><br></p>
<p><br></p>
<[! webFooter( )]>