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/RMourik/bassol.nl/wwwroot/CMSModules/DeviceProfile/Controls/LayoutBinding.ascx
<%@ Control Language="C#" AutoEventWireup="false" CodeFile="LayoutBinding.ascx.cs"
    Inherits="CMSModules_DeviceProfile_Controls_LayoutBinding" %>
<div class="DeviceProfileLayoutMapping">
    <div class="FlatItem">
        <div class="SelectorEnvelope DeviceProfileSourceLayout" style="overflow: hidden">
            <div class="SelectorFlatImage">
                <asp:Literal ID="ltrSourceLayoutIcon" runat="server"></asp:Literal>
            </div>
            <asp:Label ID="SourceLayoutDisplayNameLabel" runat="server" CssClass="SelectorFlatText"></asp:Label>
        </div>
    </div>
    <div class="MappingDirection">
    </div>
    <div class="FlatItem" title="<%= HTMLHelper.HTMLEncode(GetString("device_profile.layoutmapping.sethint")) %>">
        <div class="SelectorEnvelope" style="overflow: hidden" id="TargetLayoutItemControl" runat="server">
            <% if (TargetLayout != null)
               { %>
                <cms:CMSAccessibleButton runat="server" ID="btnDelete" CssClass="RemoveButton" IconCssClass="icon-bin" IconOnly="true"/>
            <% } %>
            <div class="SelectorFlatImage">
                <asp:Literal ID="ltrTargetLayoutIcon" runat="server"></asp:Literal>
            </div>
            <asp:Label ID="TargetLayoutDisplayNameLabel" runat="server" CssClass="SelectorFlatText"></asp:Label>
        </div>
    </div>
    <div style="clear: both">
    </div>
</div>