<% ' ' $Id: help.asp,v 1.1.1.1 2003/03/09 22:45:57 peter Exp $ ' ' Displays help window for showing user which options apply in the ' chat window. ' ' @author Peter Theill peter@theill.com ' Option Explicit %> <%= getMsg("application.name") %>
<%= getMsg("help.title") %>
<%= getMsg("help.commands") %>
  • <%= getmsg("help.command.bold") %>
  • <%= getmsg("help.command.italic") %>
  • <%= getmsg("help.command.underline") %>
  • <%= getmsg("help.command.date") %>
  • <%= getmsg("help.command.time") %>
  • <%= getmsg("help.command.datetime") %>
<%= getMsg("help.symbols") %>
  • <%= getMsg("help.symbols.log_in") %>
  • <%= getMsg("help.symbols.log_out") %>
<%= getMsg("help.hint") %>
  • <%= getMsg("help.hint.refresh") %>
<% If (USE_IMAGE_SMILEY) Then %><%= getMsg("help.smilies") %> <% End If %>