<% Option Explicit %> <% ' ' $Id: rooms.asp,v 1.1.1.1 2003/03/09 22:45:57 peter Exp $ ' ' ' ' @author Peter Theill peter@theill.com ' Response.Buffer = True If (NOT loggedOn()) Then Response.Write(getLoggedOutScript()) Response.End End If Dim user Set user = getLoggedOnUser() If ((Request("action") = "remove") AND (Request("roomId") <> "")) Then ' administrator of this room want to have it removed removeRoom(Request("roomId")) End If %> ::dummy::
<%= getMsg("rooms.title") %>