HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MBoogaard/oosting-horseriding.com/CMS/CMSAdminControls/UI/System/ActivityBar.ascx
<%@ Control Language="C#" AutoEventWireup="true" Inherits="CMSAdminControls_UI_System_ActivityBar"  CodeFile="ActivityBar.ascx.cs" %>
<div class="ActivityBar" style="overflow: hidden;" id="activityBar">
    &nbsp;        
</div>

<script type="text/javascript">
//<![CDATA[
    var activityElem = document.getElementById('activityBar');
    var pos = 0;

    function Activity()
    {
        pos++;
        activityElem.style.backgroundPosition = pos + 'px 0px';
    }
    
    function ShowActivity()
    {
        activityElem.display = '';
    }
    
    function HideActivity()
    {
        activityElem.display = 'none';
    }
//]]>
</script>