HTML Templates

This commit is contained in:
2019-09-01 17:34:25 +02:00
parent ae70e47ebc
commit 4d4f4793d7
8 changed files with 170 additions and 0 deletions

8
masks/logoff.html Normal file
View File

@@ -0,0 +1,8 @@
<div id="logoff">Bye...</div>
<script type="text/javascript">
oCATC.pageInit = function(asHash, bFirstPage)
{
document.cookie = self.consts.cookie+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC";
location.href = self.consts.root;
};
</script>