X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=ad18da48d7b0a1a59081624e28f31f8ab11a68fb;hb=11351a969a05274d75e84160b0b584e4e4901d1f;hp=fbcd23c1cd2b576ff39a83387d512d5b983851e6;hpb=eb65f5518b0cacc60e1dd265ab966290e7cc0c54;p=brisk.git diff --git a/web/commons.js b/web/commons.js index fbcd23c..ad18da4 100644 --- a/web/commons.js +++ b/web/commons.js @@ -473,6 +473,28 @@ function postact_logout() document.location.assign("index.php"); } +/* + type - 'hard' or 'soft' + code - if soft: accept (0), deny (1), after (2) + if hard: accept (0), deny (1) + */ +function act_licencemgr(type, code, lice_curr, lice_vers) +{ + if (type != "soft" && type != "hard") { + return false; + } + switch (code) { + case 0: + case 1: + send_mesg("licencemgr|"+type+"|"+code+"|"+lice_curr+"|"+lice_vers); + break; + case 2: + break; + default: + break; + } +} + /* function slowimg(img,x1,y1,deltat,free,action,srcend) img - image to move