wifi control

Upload: chester

Post on 07-Jan-2016

13 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/17/2019 Wifi Control

    1/1

    wificontrol // variables for servicescript41.js file varARE_YOU_SURE_TO_SAVE_CFG="Are you sure you want to save configuration to flashso that on a reboot the controller retains the configuration?"; varENTER_IP_ADDR="Enter an IP Address(x.x.x.x) to Ping :"; var IP_ADDR="IPAddress"; var RE_ENTER_IP_ADDR="Re-Enter an IP Address(x.x.x.x) to Ping :"; varMAC_ADDR_HAS_SPACES="MAC Address has spaces in it. Please remove unnecessaryspaces."; var MAC_ADDR_IS_MANDATORY="MAC Address is MANDATORY. Please Specifyit."; var MAC_ADDR_IS_INVALID="is an invalid MAC Address."; varMAC_ADDR_FORMAT="Needs to have exactly 5 colons(:)(format aa:bb:cc:dd:ee:ff).";var MAC_ADDR_BYTE="The Byte which is not a 2 digit hex number is"; varMAC_ADDR_BYTESPACE="The Byte which has spaces in it is "; var IP_ADDR_SPACES="IPAddress has spaces in it. Please remove unnecessary spaces."; varIP_ADDR_MANDATORY="IP Address is MANDATORY. Please Specify it."; varIP_ADDR_INVALID="is an invalid IP Address."; var IP_ADDR_DOTS="Needs to haveexactly 3 dots"; var IP_ADDR_NOT_NUMBER="Byte which is not a number between 0and 255 is"; var IP_ADDR_SPACE_NUMBER="Byte which has spaces in it is"; varARE_YOU_SURE_DELETE="Are you sure you want to delete ?"; varREGEN_CERT="Regenerate Certificate"; var DELETE_CERT="Delete Certificate"; varSAVE_REBOOT="Save and Reboot"; var REBOOT_WITHOUT_SAVE="Reboot without Save";var FAC_DEF="Factory Default"; var SET_ALL_802_11a_PARMS="Set all Auto RF802.11a parameters to Factory Default."; var SET_ALL_802_11b_PARMS="Set all AutoRF 802.11b parameters to Factory Default."; var SET_TO_FAC_DEF="Set to Factory

    Default"; var ARE_YOU_SURE_RESET_802_11a="Are you sure you want to reset tofactory default 802.11a Auto RF Parameters?"; varARE_YOU_SURE_RESET_802_11b="Are you sure you want to reset to factory default802.11b Auto RF Parameters?"; var CFG_SAVE_REBOOT="Configuration will be savedand the controller will be rebooted. Click ok to confirm.."; varCFG_NOT_SAVE_REBOOT="Configuration will not be saved and the controller will berebooted. Click ok to confirm.."; var NEXT="Next"; var BACK_TO_START="Back ToStart"; var SAVE_CFG="To permanently save the configuration into non-volatilememory, select 'Apply' on this page, followed by 'Save Configuration' from theside navigation."; var EDIT="Edit"; var DETAIL="Detail"; var REMOVE="Remove";var APPLY="Apply"; var REFRESH="Refresh"; var CL_COUNTERS="Clear Counters"; varBACK="Back"; var HELP="Help..."; var bNEW="New..."; var CREATE="Create"; var

    ATTRIB_SPACE="Attribute has spaces in it. Please remove unnecessary spaces.";var ATTRIB_MANDATORY="Attribute is Mandatory. Please specify it."; varATTRIB_DECIMAL_POINT="is an invalid value. Please specify a number without adecimal point."; var ATTRIB_NO_SPACES="is an invalid value. Please specify anumber with no spaces in between."; var ATTRIB_NO_VALUE="is an invalid value.Please specify a number."; var VALID_RANGE="is an invalid value. Valid rangeis"; var VALUE_NOT_ALLOWED="is an invalid value."; var VALUE_TOO_LONG="Value istoo long. Maximum Characters Allowed is"; var MAKE_NECCESSARY_CORRECTION="Makethe necessary corrections and try again"; var ERRORS="ERRORS"; var INFO="INFO";var PREVIOUS="Previous"; var CHAR_NOT_ALLOWED="character is not allowed in thisfield"; var INVALID_CHARACTERS="contains invalid characters"; // this variableis used for refreshing screen var subFormImplemented=false; var

    combined_lic_psb_buf = ""; var lic_buf = ""; if (lic_buf) combined_lic_psb_buf+= lic_buf; var psb_msg = ""; if (psb_msg) combined_lic_psb_buf += psb_msg; if(combined_lic_psb_buf) alert(combined_lic_psb_buf);

    This browser does not support frames