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/PHerau/ha.health-science.be/wwwroot/Portals/0/Containers/Dreambox/Block.ascx
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>     
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>     
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>     
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON" Src="~/Admin/Containers/ActionButton.ascx" %>
<%@ Register TagPrefix="dnn" TagName="VISIBILITY" Src="~/admin/Containers/visibility.ascx" %>

<script runat="server">

    Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender
        ReplaceHelpIcon(Me)
        SetStyleRecursive(Me)
    End Sub
    
    Private Sub SetStyleRecursive(ByVal ctl As Control)
        If TypeOf (ctl) Is WebControl Then
            If TypeOf (ctl) Is Button Then
                CType(ctl, Button).CssClass = "phbutton"
            End If
        End If
                
        For Each childCtl As Control In ctl.Controls
            SetStyleRecursive(childCtl)
        Next
    End Sub

    Private Sub ReplaceHelpIcon(ByVal ctl As Control)
        
        Dim helpImg As Control = ctl.FindControl("imgHelp")
        If Not IsNothing(helpImg) Then
            If TypeOf (helpImg) Is System.Web.UI.WebControls.Image Then
                CType(helpImg, System.Web.UI.WebControls.Image).ImageUrl = System.IO.Path.Combine(Me.SkinPath, "images/blockhelp.png")
            End If
        End If
        For Each child As Control In ctl.Controls
            ReplaceHelpIcon(child)
        Next
    End Sub
    
</script>

<div class="phblock">
    <div class="phblock-tl"></div>
    <div class="phblock-tr"></div>
    <div class="phblock-bl"></div>
    <div class="phblock-br"></div>
    <div class="phblock-tc"></div>
    <div class="phblock-bc"></div>
    <div class="phblock-cl"></div>
    <div class="phblock-cr"></div>
    <div class="phblock-cc"></div>
    <div class="phblock-body">

<div class="phblockheader">
    <div class="l"></div>
    <div class="r"></div>
    <h3 class="t"><span style="float: left;"><dnn:ACTIONS ID="dnnACTIONS" ProviderName="DNNMenuNavigationProvider" runat="server" /></span><dnn:TITLE id="dnnTitle" runat="server" /></h3>
</div>
          <div align="right">

                  <dnn:ACTIONBUTTON runat="server" ID="dnnADDCONTENT" CommandName="AddContent.Action"
                      DisplayIcon="True" DisplayLink="True" />
                  <dnn:ACTIONBUTTON runat="server" ID="dnnEDITCONTENT" CommandName="EditContent.Action"
                      DisplayIcon="True" DisplayLink="True" />
              </div>
<div class="phblockcontent">
    <div class="phblockcontent-tl"></div>
    <div class="phblockcontent-tr"></div>
    <div class="phblockcontent-bl"></div>
    <div class="phblockcontent-br"></div>
    <div class="phblockcontent-tc"></div>
    <div class="phblockcontent-bc"></div>
    <div class="phblockcontent-cl"></div>
    <div class="phblockcontent-cr"></div>
    <div class="phblockcontent-cc"></div>
    <div class="phblockcontent-body">

<div id="ContentPane" runat="server"></div>


		<div class="cleared"></div>
    </div>
</div>

              <div align="right">
                  <dnn:ACTIONBUTTON runat="server" id="dnnPRINTACTION" CommandName="PrintModule.Action" DisplayIcon="True" DisplayLink="False" />
                  <dnn:ACTIONBUTTON runat="server" ID="dnnMODULESETTINGS" CommandName="ModuleSettings.Action"
                      DisplayIcon="True" DisplayLink="False" />
              </div>

		<div class="cleared"></div>
    </div>
</div>