Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

xWebAdmin.xWebQueryDefaults

Extends
xWebQueryHandler
Modifiers
config

Core.Object
|   
+-- Engine.xAdminBase
   |   
   +-- xWebAdmin.xWebQueryHandler
      |   
      +-- xWebAdmin.xWebQueryDefaults

Variables Summary
stringActiveMapNotFound
stringCannotModify
stringDefaultsIndexPage
stringDefaultsIPPolicyLink
stringDefaultsIPPolicyPage
stringDefaultsMapsLink
stringDefaultsMapsPage
stringDefaultsRestartLink
stringDefaultsRestartPage
stringDefaultsRowPage
stringDefaultsRulesPage
stringDefaultsVotingGameConfigLink
stringDefaultsVotingGameConfigPage
stringIDBan
stringInactiveMapNotFound
stringNoteMapsPage
stringNotePolicyPage
stringNoteRulesPage
stringNoteVotingGameConfigPage
Inherited Variables from xWebAdmin.xWebQueryHandler
DefaultPage, NeededPrivs, Title

Functions Summary
functionbool Init ()))
functionstring MakeMenuRow (WebResponse Response, string URI, string Title))
functionbool Query (WebRequest Request, WebResponse Response))
function QueryDefaults (WebRequest Request, WebResponse Response))
function QueryDefaultsIPPolicy (WebRequest Request, WebResponse Response))
function QueryDefaultsMaps (WebRequest Request, WebResponse Response))
function QueryDefaultsMenu (WebRequest Request, WebResponse Response))
function QueryDefaultsRules (WebRequest Request, WebResponse Response))
function QueryVotingGameConfig (WebRequest Request, WebResponse Response))
functionbool ValidMask (string mask))
functionbool ValidMaskOctet (string tmp))
functionbool ValidOctet (string tmp))
Inherited Functions from xWebAdmin.xWebQueryHandler
Cleanup, Init, PostQuery, PreQuery, Query


Variables Detail

ActiveMapNotFound Source code

var localized string ActiveMapNotFound;

CannotModify Source code

var localized string CannotModify;

DefaultsIndexPage Source code

var config string DefaultsIndexPage;

DefaultsIPPolicyLink Source code

var localized string DefaultsIPPolicyLink;

DefaultsIPPolicyPage Source code

var config string DefaultsIPPolicyPage;

DefaultsMapsLink Source code

var localized string DefaultsMapsLink;

DefaultsMapsPage Source code

var config string DefaultsMapsPage;

DefaultsRestartLink Source code

var localized string DefaultsRestartLink;

DefaultsRestartPage Source code

var config string DefaultsRestartPage;

DefaultsRowPage Source code

var config string DefaultsRowPage;

DefaultsRulesPage Source code

var config string DefaultsRulesPage;

DefaultsVotingGameConfigLink Source code

var localized string DefaultsVotingGameConfigLink;

DefaultsVotingGameConfigPage Source code

var config string DefaultsVotingGameConfigPage;

IDBan Source code

var localized string IDBan;

InactiveMapNotFound Source code

var localized string InactiveMapNotFound;

NoteMapsPage Source code

var localized string NoteMapsPage;

NotePolicyPage Source code

var localized string NotePolicyPage;

NoteRulesPage Source code

var localized string NoteRulesPage;

NoteVotingGameConfigPage Source code

var localized string NoteVotingGameConfigPage;


Functions Detail

Init Source code

function bool Init ( ) )

MakeMenuRow Source code

function string MakeMenuRow ( WebResponse Response, string URI, string Title) )

Query Source code

function bool Query ( WebRequest Request, WebResponse Response) )

QueryDefaults Source code

function QueryDefaults ( WebRequest Request, WebResponse Response) )

QueryDefaultsIPPolicy Source code

function QueryDefaultsIPPolicy ( WebRequest Request, WebResponse Response) )

QueryDefaultsMaps Source code

function QueryDefaultsMaps ( WebRequest Request, WebResponse Response) )

QueryDefaultsMenu Source code

function QueryDefaultsMenu ( WebRequest Request, WebResponse Response) )

QueryDefaultsRules Source code

function QueryDefaultsRules ( WebRequest Request, WebResponse Response) )

QueryVotingGameConfig Source code

function QueryVotingGameConfig ( WebRequest Request, WebResponse Response) )

ValidMask Source code

function bool ValidMask ( string mask) )

ValidMaskOctet Source code

function bool ValidMaskOctet ( string tmp) )

ValidOctet Source code

function bool ValidOctet ( string tmp) )


Defaultproperties

defaultproperties
{
	 NeededPrivs="G|M|X|Gt|Ml|Ms|Xi|Xb"
     DefaultsIndexPage="defaults_menu"
     DefaultsMapsPage="defaults_maps"
     DefaultsRulesPage="defaults_rules"
     DefaultsIPPolicyPage="defaults_ippolicy"
     DefaultsRestartPage="defaults_restart"
     DefaultsRowPage="defaults_row"
     DefaultsVotingGameConfigPage="defaults_votinggameconfig"


     ActiveMapNotFound="Active map not found: "
     InactiveMapNotFound="Inactive map not found: "
     CannotModify="** You cannot modify any settings in this section **"
     IDBan="(Global Ban)"


     DefaultsMapsLink="Maps"
     DefaultsRestartLink="Restart Level"
     DefaultsIPPolicyLink="Access Policies"
     DefaultsVotingGameConfigLink="Voting GameConfig"
     NoteMapsPage="To save any changes to a custom maplist, click the Save button.  To apply the selected maplist to the server's map rotation, click the 'Use' button."
     NoteRulesPage="Configurable game parameters can be changed from this page.  Some parameters may affect more than one gametype."
     NotePolicyPage="Any banned players will automatically be added to this listing. You will only be able to add manual bans for IP addresses."
     NoteVotingGameConfigPage="The game configurations for map voting can be modified from this page."
     DefaultPage="defaultsframe"
     Title="Defaults"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:31.072 - Created with UnCodeX