helpcenter/helpcenter.r7-office.ru/Web/Controls/Common/VideoConteiner.ascx

13 lines
555 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" Inherits="UC_VideoConteiner" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<noindex>
<div class="PopupPanel VideoMainContainer" id="<%=ID%>">
<div class="clearFix">
<div class="captchaHeader"><%=Capture %></div>
</div>
<div class="clearFix">
<iframe src="<%=Url%>?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/CloseContainer/CloseContainer.ascx" />
</div>
</noindex>