noactive.tcl

Display noactive room message.

Location:
/packages/chat/www/noactive.tcl
Author:
Agustin Lopez <Agustin.Lopez@uv.es>
Created:
October 10, 2004
CVS ID:
$Id: noactive.tcl,v 0.1d 2004/10/10

Related Files

[ hide source ] | [ make this the default ]

File Contents

#/chat/www/noactive.tcl
ad_page_contract {
    Display noactive room message.

    @author Agustin Lopez (Agustin.Lopez@uv.es)
    @creation-date October 10, 2004
    @cvs-id $Id: noactive.tcl,v 0.1d 2004/10/10
} -properties {
    context_bar:onevalue
}

set context_bar [list "[_ chat.Unauthorized_privilege]"]

ad_return_template

# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: