var tipData=[ {"id":1,"zh_CN":"系统错误","en_US":"System error"}, {"id":2,"zh_CN":"成功","en_US":"Success"}, {"id":3,"zh_CN":"请输入中文标题","en_US":"Please enter the Chinese title"}, {"id":4,"zh_CN":"用户名和密码不能为空","en_US":"The username and password can not be empty"}, {"id":5,"zh_CN":"用户名或密码错误","en_US":"ERROR Incorrect username or password"}, {"id":6,"zh_CN":"用户已被禁用","en_US":"The user has been disable"}, {"id":7,"zh_CN":"警告","en_US":"Warning"}, {"id":8,"zh_CN":"请注意!您将无法撤销此删除操作!","en_US":"Please pay attention!You will not be able to undo this delete operation!"}, {"id":9,"zh_CN":"好的,删除它","en_US":"Okay, delete it"}, {"id":10,"zh_CN":"取消","en_US":"cancel"}, {"id":11,"zh_CN":"删除!","en_US":"delete"}, {"id":12,"zh_CN":"已被删除!","en_US":"already removed"}, {"id":13,"zh_CN":"请选择图片","en_US":"Please select the picture"}, {"id":14,"zh_CN":"请输入链接","en_US":"Please enter the link"}, {"id":15,"zh_CN":"请输入参数","en_US":"Please enter the parameters"}, {"id":16,"zh_CN":"添加","en_US":"Add"}, {"id":17,"zh_CN":"修改","en_US":"Update"}, {"id":18,"zh_CN":"请等待验证或者验证不通过","en_US":"Please wait for validation or validation to fail"}, {"id":19,"zh_CN":"请输入专栏中文名称","en_US":"Please enter the Chinese name of the column"}, {"id":20,"zh_CN":"请输入专栏英文名称","en_US":"Please input the English name of the column"}, {"id":21,"zh_CN":"请输入标题","en_US":"Please input the title"}, {"id":22,"zh_CN":"输入标题过长","en_US":"Input title too long"} ]; var confirmAlert={ title : getTipData(7), text : getTipData(8), type : "warning", showCancelButton : true, confirmButtonColor: "#DD6B55", confirmButtonText : getTipData(9), cancelButtonText : getTipData(10), closeOnConfirm : false, closeOnCancel : false }; function getTipData(id) { for (var i=0;i