home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1999 June / macpower199906.bin / 9906⁄AMUG / INTERNET / WebCrossing 3.1-jp.sit / WebCrossing3.1J / chat.tpl next >
Encoding:
Text File  |  1998-11-20  |  1.6 KB  |  45 lines  |  [TEXT/ttxt]

  1. <!------------------- chatRoom ---------------------------->
  2. %% macro chatRoom %%
  3. <HTML><HEAD>
  4. <!-- Page produced by %% programName %%(r)/%% platform %%-%% version %% (%% programPromo %%) for %% siteLicensee %%-->
  5. <!-- User interface (c)Copyright 1995-1998 by Lundeen & Associates. All rights reserved.-->
  6. <title>%% siteTitle %% - Chat Room %% pathTitle %%</title></HEAD>
  7. <body %% background %%>%% preparedFor %%%% banner %%
  8. %% pathStandardHeading %%
  9. <!-- Use setpath here to force this macro to apply to a specific room -->
  10. %% if enterRoom( chatTextGroup ) %%
  11.     <applet codebase="%% roomCodebase %%" code=WBChat archive=WBChat.zip width=600 height=300>
  12.     <param name=handle value=%% roomHandle %%>
  13.     <param name=ip value=%% roomIp %%>
  14.     <param name=port value=%% roomPort %%>
  15.     <param name=name value="%% userName %%">
  16.     <param name=cabbase value="WBChat.cab">
  17.     <param name=membersWidth value=180>
  18.     <param name=HTTPChat value=1>
  19.  <param name=fontSize value=14>
  20.  <param name=specialMenu value="Special Menu|Happy@(^_^)|Sad@(;_;)|">
  21.  
  22.     %% if pathHasTables %%
  23.         <param name=tablesHeight value=72>
  24.     %% endif %%
  25.     %% if clientIsWindows %%
  26.         <param name=fontSize value=12>
  27.     %% endif %%
  28.     %% if pathIsAnonymous %%
  29.         <param name=anonymous value=1>
  30.     %% endif %%
  31.     %% if !userCanAddMessages %%
  32.         <param name=readonly value=1>
  33.     %% endif %%
  34.     You must be running a Java-enabled browser to enter a chat room.
  35.     </applet>
  36. %% else %%
  37.     <b>Could not enter the chat room: </b>%% roomError %%
  38. %% endif %%
  39. <p><hr>
  40. Use the <tt>Back</tt> button in your browser to leave the chat room.
  41. %% footer %%</BODY></HTML>
  42. %% endmacro %%
  43.  
  44.  
  45.